Search found 20 matches
- Thu Jul 28, 2011 5:26 pm
- Forum: MIAC
- Topic: Adding of other peripherals to MIAC
- Replies: 5
- Views: 6101
Re: Adding of other peripherals to MIAC
I did not want to use CAN as this interface would already be spoken for in some cases, and one should never underestimate the trouble that can be caused on a CAN bus. I was thinking more the SPI / I2C type interfaces as these are standardised with IC producers - That said I am unsure as yet how shor...
- Thu Jul 28, 2011 4:56 pm
- Forum: MIAC
- Topic: Adding of other peripherals to MIAC
- Replies: 5
- Views: 6101
Adding of other peripherals to MIAC
Is this possible at all ? Or would this require a separate external design ? ( As I write this the word retorical is whizzing around my mind ) My imeditate thoughts are for usage of say a programmable resistor to present a varaible signal load to a controller ? I like the MIAC as it has a profession...
- Thu Jul 28, 2011 4:45 pm
- Forum: MIAC
- Topic: Adding memory to MIAC
- Replies: 4
- Views: 6176
Re: Adding memory to MIAC
Are there any tutorials for this kind of usage. Topics I need to understand: 1) How to implement this kind of memory management within the Flowcode environment. 2) How to keep track of my data - Presume I need to prescribe the locations to which the data is read and will be stored. 3) Reading the da...
- Thu Jul 28, 2011 9:22 am
- Forum: MIAC
- Topic: Adding memory to MIAC
- Replies: 4
- Views: 6176
Adding memory to MIAC
Hi, Am wondering if it is possible to add memory to the MIAC and what would be the best suggested approach. I plan on using the MIAC as a CAN node, however this could require a lot of data. e.g a mutiplexed CAN frame which sends out configuration data. I know at least 1 of the total 'file' sizes is ...
- Mon Jun 14, 2010 4:58 pm
- Forum: Programming Tips & Tricks
- Topic: Flowcode and Internal CAN
- Replies: 30
- Views: 40906
Re: Flowcode and Internal CAN
Hello,
Is it possible to set the buad rate to 100 kbps using the flowcode components for MIAC ?
I have looked at the component and all the popular baud rate are there, but I know there are some systems using 100kbps rates.
Thanks
Mark
Is it possible to set the buad rate to 100 kbps using the flowcode components for MIAC ?
I have looked at the component and all the popular baud rate are there, but I know there are some systems using 100kbps rates.
Thanks
Mark
- Tue Jun 08, 2010 10:39 pm
- Forum: Flowcode V4
- Topic: Delays not working on same on MIAC as in simulation
- Replies: 5
- Views: 4106
Re: Delays not working on same on MIAC as in simulation
Found manual ! ( and page 69 ) Thanks Medelec35, did not see that one when I seached for 'delay', must be losing it. Still thinking about it FC could have i) documented in FC help (knowing my track record, probably is written down somewhere in FC help) OR ii) Better still handled it in FC version of...
- Tue Jun 08, 2010 10:06 pm
- Forum: Flowcode V4
- Topic: Delays not working on same on MIAC as in simulation
- Replies: 5
- Views: 4106
Re: Delays not working on same on MIAC as in simulation
Think I found the answer ? looked in the header file and delay_ms is passed a char parameter which would mean max 250ms delays, which was about the flash rate I guess, so me passing a Int with value 750, I guess either lost the additional above 255 or overflowed a few times and ended up on 250ms any...
- Tue Jun 08, 2010 9:18 pm
- Forum: Flowcode V4
- Topic: Delays not working on same on MIAC as in simulation
- Replies: 5
- Views: 4106
Re: Delays not working on same on MIAC as in simulation
Mmmm, I changed the setting for the delay to seconds and then reduced the variable value appropriately and not seems to work about right..... .????
Is there some kind of odd logic that does not allow for 3000ms but allows for 3s, which are the same.
No clues in help as to any logic.
regards,
Mark
Is there some kind of odd logic that does not allow for 3000ms but allows for 3s, which are the same.
No clues in help as to any logic.
regards,
Mark
- Tue Jun 08, 2010 9:07 pm
- Forum: Flowcode V4
- Topic: Delays not working on same on MIAC as in simulation
- Replies: 5
- Views: 4106
Delays not working on same on MIAC as in simulation
Hi, Using v4 FC and really simple program to print a message to the display then wait delay period, then clear, then wait delay period and print message.... etc, etc, etc for 3 times. They delay uses a variable which is set on entering the macro. When I change the assigned value of variable (type IN...
- Wed Jun 02, 2010 3:29 pm
- Forum: MIAC
- Topic: Global variables in flowcode 4 C code blocks
- Replies: 1
- Views: 4638
Global variables in flowcode 4 C code blocks
Hello, Apologies, posted here as no ability to post in FC4 forum. I know that C code block can be used to write custom code and declare variables. However it is not clear if the variable would be global or local to the macro within which the C code block is inserted. Basically I just wanted to initi...
- Tue May 04, 2010 12:45 pm
- Forum: MIAC
- Topic: Using interrupts on MIAC for CAN
- Replies: 3
- Views: 6557
Re: Using interrupts on MIAC for CAN
Thanks Sean, Currently I do not really want to write my own interrupt handlers. Lets just say my abilities are not there yet.... Now, back to the CAN component approach... Is the 'pseudo interrupt' used ? i.e. If I go into the ext properties (under Matrix CAN board specific settings) for the CAN com...
- Sun May 02, 2010 5:26 pm
- Forum: MIAC
- Topic: Using interrupts on MIAC for CAN
- Replies: 3
- Views: 6557
Using interrupts on MIAC for CAN
Hi, I am trying to find examples of using interupts for CAN, but cannot find any. Obviously anything using MIAC is better based on HW configuration on the MIAC. I noticed in the MIAC programming guide that only INT is used and is wired to RA4. I cannot however find anything using the interrupt compo...
- Wed Apr 21, 2010 8:53 pm
- Forum: E-blocks
- Topic: CAN macro details / specs
- Replies: 2
- Views: 3289
Re: CAN macro details / specs
Oooh I found some help, nested in the Ext Properties sub menu.
I shall have a read of this 1st.
While flicking through the tabs, did I see correctly that the Tx is default defined as Standard CAN Frame IDs and the RX is default defined as Extended CAN frames, Is this possible ?
Regards,
Mark
I shall have a read of this 1st.
While flicking through the tabs, did I see correctly that the Tx is default defined as Standard CAN Frame IDs and the RX is default defined as Extended CAN frames, Is this possible ?
Regards,
Mark
- Wed Apr 21, 2010 8:42 pm
- Forum: E-blocks
- Topic: CAN macro details / specs
- Replies: 2
- Views: 3289
CAN macro details / specs
Hello, I see there is a CAN1 and a CAN2 component, there is no explanation I can find detailing what the difference between these 2 components - I can guess ... CAN2 has extended addressing support, but I would have though each component macro would have had a component macro specification defining ...
- Tue Sep 25, 2007 7:15 am
- Forum: Electronics products
- Topic: V3 demo board documentation
- Replies: 6
- Views: 8695
- Tue Sep 25, 2007 7:13 am
- Forum: E-blocks
- Topic: When autodetecting board after PPP is run pop up shown
- Replies: 10
- Views: 9696
- Mon Sep 24, 2007 7:15 pm
- Forum: E-blocks
- Topic: When autodetecting board after PPP is run pop up shown
- Replies: 10
- Views: 9696
- Sun Sep 23, 2007 12:19 pm
- Forum: Electronics products
- Topic: V3 demo board documentation
- Replies: 6
- Views: 8695
V3 demo board documentation
Hi, Installed ASM for PICmicro v3.0 have v3 board. Having had a few pop ups that told me to consult documentation I decided to look in the documentation in the Start->All program->matrix multimedia->ASM for PICmicros V3->Tools and there is a short listed as "PICmicro development board documenta...
- Sun Sep 23, 2007 11:55 am
- Forum: E-blocks
- Topic: When autodetecting board after PPP is run pop up shown
- Replies: 10
- Views: 9696
When autodetecting board after PPP is run pop up shown
The following message is displayed in the popup. "Can't find valid registration information. Please call LicenseInfo function with the registration key before call any other functions of the NTPort Library. Refer to the document and samples for details" Now I cannot find any Registration o...
- Sun Sep 23, 2007 1:01 am
- Forum: Flowcode V2 & V3
- Topic: CAN bus bundle
- Replies: 1
- Views: 2506
CAN bus bundle
Hi, I bought the CAN bus bundle amongst some other things to learn specifics of CAN. Cannot really find much material associated with the Learning bit. I will be learning Flowcode 1st amongst some other stuff and so will be a bit before getting to the CAN stage, but seeing as I bought this with othe...