Search found 95 matches

by mytekcontrols
Tue Jun 01, 2010 6:17 pm
Forum: Flowcode 4 Suggestions
Topic: write to flash component
Replies: 28
Views: 29354

Re: write to flash component

Hi benj, The ECIO devices have their own programming tool which is located in the "Flowcode v4/Tools/ECIO" directory. When you select the ECIO as a target device this will automatically select its own programming tool and also predefine the correct configuration settings. Yep, that is how my system ...
by mytekcontrols
Tue Jun 01, 2010 2:49 pm
Forum: Flowcode 4 Suggestions
Topic: write to flash component
Replies: 28
Views: 29354

Re: write to flash component

Will PPP work with an ECIO module? When I installed FlowCode I didn't select the option of installing PPP, can it be done after the fact? Thanks for the code benp, but it certainly is much more complicated then what benj was suggesting. I'm thinking that benj's example must be utilizing some hidden ...
by mytekcontrols
Mon May 31, 2010 2:28 pm
Forum: Flowcode 4 Suggestions
Topic: write to flash component
Replies: 28
Views: 29354

Re: write to flash component

Hi benp --- thanks for uploading your code (I'll be looking it over after this post). I am using an ECIO-40P which has a PIC18F4455 on board. Well I am now testing benj's flash read/write examples in hardware and I am seeing something rather unusual. So here is what is happening: My program at first...
by mytekcontrols
Thu May 27, 2010 5:15 pm
Forum: Flowcode 4 Suggestions
Topic: write to flash component
Replies: 28
Views: 29354

Re: write to flash component

We all have those days :roll:

Probably a good thing I wasn't using ICD, otherwise the problem and the solution would have been farther down the road. So now you have one less thing to worry about.
by mytekcontrols
Wed May 26, 2010 3:20 pm
Forum: Flowcode 4 Suggestions
Topic: write to flash component
Replies: 28
Views: 29354

Re: write to flash component

For those that are following this, Ben just sent me some alternative C Code for Reading and Writing to the Flash Memory area on the PIC. Apparently there is a problem with getting the original examples to compile in FlowCode. Here are the new versions: /* Read from Flash Memory */ volatile char* reg...
by mytekcontrols
Tue May 25, 2010 6:46 pm
Forum: Flowcode 4 Suggestions
Topic: write to flash component
Replies: 28
Views: 29354

Re: write to flash component

Hey Ben -- I PM'ed you a link to my FlowCode Source, hopefully this will both help to clarify what I have done, and also lead to a solution.

Thanks 8)
by mytekcontrols
Mon May 24, 2010 4:49 pm
Forum: Flowcode 4 Suggestions
Topic: write to flash component
Replies: 28
Views: 29354

Re: write to flash component

Hi Ben -- the 2 examples I showed were actually 2 independent C Code Blocks in FlowCode. I naturally assumed that the address should be an integer (16-Bits) and that the value to be read or written was limited to 1 byte. So far all I've done is create a macro for each instance (read and write) and p...
by mytekcontrols
Mon May 24, 2010 4:38 pm
Forum: Flowcode V4
Topic: compiler warnings for "Driver-free USB Interface"
Replies: 6
Views: 4508

Re: compiler warnings for "Driver-free USB Interface"

Thanks Steve -- I'll hold off on contacting you until my product has made it past the prototype stage, and is ready to go into production.

Real nice of you guys to offer this service.
by mytekcontrols
Mon May 24, 2010 3:56 am
Forum: Flowcode 4 Suggestions
Topic: write to flash component
Replies: 28
Views: 29354

Re: write to flash component

Ben, I'm trying to implement the C-Code you gave into one of my flowcode programs and when I compile I get a failure due to the C-Code (doesn't give specifics). Here is my Write to Flash: /* temp = value to be written addr = flash memory address */ write_register(FCV_ADDR, FCV_TEMP); And here is my ...
by mytekcontrols
Sun May 23, 2010 10:09 pm
Forum: Flowcode 4 Bugs
Topic: Chip Diagram Misleading
Replies: 0
Views: 2692

Chip Diagram Misleading

I noticed when selecting either ECIO28P or ECIO40P as the target, the resulting Chip Diagram's pin-out although accurate for the particular USB programmable device, is not the same as the actual chip being used (PIC18F2455 or PIC18F4455). The main problem really lies in how the Chip Diagram is label...
by mytekcontrols
Sun May 23, 2010 5:54 pm
Forum: E-blocks
Topic: ECIO Driver Install not working on Windows 7
Replies: 4
Views: 4224

Re: ECIO Driver Install not working on Windows 7

Hello medelec35,
As you probably guessed by my other postings in the V4 section, my ECIO40P is working well. So basically the changes I made during the driver installation did the trick.
by mytekcontrols
Sun May 23, 2010 5:51 pm
Forum: Flowcode V4
Topic: compiler warnings for "Driver-free USB Interface"
Replies: 6
Views: 4508

Re: compiler warnings for "Driver-free USB Interface"

:lol: I really should have known that. Time to wake up and get some caffeine in my system. And yes deleting that entry did take care of the problem. BTW for those that are interested, here is a link to the Elektor article (and software) by Bert van Dam: http://www.elektor.com/magazines/2009/november...
by mytekcontrols
Sun May 23, 2010 4:00 pm
Forum: Flowcode V4
Topic: compiler warnings for "Driver-free USB Interface"
Replies: 6
Views: 4508

Re: compiler warnings for "Driver-free USB Interface"

Thanks medelec35 for the feedback. However I do have a question relating to deleting the 'SampleADC' Macro, and it simply comes down to how do I do that? Remember I can not see any macros other then the Main one, and the option to delete macros is grayed out. Would I have to first open this program ...
by mytekcontrols
Sun May 23, 2010 4:47 am
Forum: Flowcode V4
Topic: compiler warnings for "Driver-free USB Interface"
Replies: 6
Views: 4508

compiler warnings for "Driver-free USB Interface"

When I downloaded Bert van Dam's article and example FlowCode for the "Driver-free USB Interface", I get the following warnings when compiling to my ECIO40P: Warning unreferenced functions removed: FCI_FLOAT_TO_STRING in: C:\Program Files (x86)\Matrix Multimedia\Flowcode V4\FCD\internals.h FCI_NUMBE...
by mytekcontrols
Fri May 21, 2010 1:49 am
Forum: E-blocks
Topic: ECIO Driver Install not working on Windows 7
Replies: 4
Views: 4224

Re: ECIO Driver Install not working on Windows 7

I guess its a Windows 7 compatibility problem (at least my version and service pack). Here's what I did to fix it: Right-clicked on the "Matrix_ECIO_Driver_install (amd64).exe" and selected "Properties", then selected the "Compatibility" tab and ticked the "Run this program in compatibility mode for...
by mytekcontrols
Fri May 21, 2010 12:24 am
Forum: E-blocks
Topic: ECIO Driver Install not working on Windows 7
Replies: 4
Views: 4224

ECIO Driver Install not working on Windows 7

When trying to install the ECIO driver software on my Dual Core AMD Laptop I get the following pop-up message: http://mytekcontrols.com/FlowCode/ECIOProblem.gif My Computer/OS Specifications: Acer Aspire 5534 AMD Athlon X2 Dual Core Processor L310 1.2 Ghz Memory = 4 GB Windows 7 Home Premium 64-Bit ...
by mytekcontrols
Tue May 18, 2010 11:19 pm
Forum: Flowcode 4 Suggestions
Topic: Blinking cursor in simulation mode
Replies: 2
Views: 3130

Re: Blinking cursor in simulation mode

I asked this same question back in my V3 days, and was hoping that the LCD command functions would be supported in V4 (reference: http://www.matrixmultimedia.com/mmforums/viewtopic.php?f=5&t=1318&p=5878&hilit=lcd+command+simulation#p5878 ) It would be very handy to say the least. Any way that this c...
by mytekcontrols
Tue May 18, 2010 11:08 pm
Forum: Flowcode 4 Suggestions
Topic: write to flash component
Replies: 28
Views: 29354

Re: write to flash component

Thanks guys, I was looking for a solution like this.

Although a Flash Memory component similar to the included EEPROM one would be nice, I can live with the C code version for what I need to do (thanks Ben).
by mytekcontrols
Tue May 18, 2010 11:03 pm
Forum: Flowcode 4 Suggestions
Topic: Panel Graphics/Text Manipulation
Replies: 2
Views: 3011

Re: Panel Graphics/Text Manipulation

Thanks Ben, Since we are talking about waiting on this until the next major revision, I just thought of one more possibility that would be really cool and useful. Suggestion #7: allow grouped objects to have the option to be retained as a permanent group (with un-grouping as yet another option). Bot...
by mytekcontrols
Tue May 18, 2010 4:22 pm
Forum: Flowcode 4 Suggestions
Topic: Panel Graphics/Text Manipulation
Replies: 2
Views: 3011

Panel Graphics/Text Manipulation

First of all; I absolutely love the addition of this Panel Creation feature. This is something that LabView has had for years, and it is truly a pleasure to see its implementation in FlowCode V4. However after using it for a few days, I do have some suggestions, which I believe should be doable with...
by mytekcontrols
Sun Jun 14, 2009 12:26 am
Forum: General / Misc
Topic: Flowcode 4
Replies: 4
Views: 4414

Re: Flowcode 4

Well I downloaded the V4 Demo and tried running the Graphical LCD 2 Channel Analog Scope simulation. Boy was it slow on my system (Pentium 4 -- 2.66Ghz, 1Gb RAM, XP Home Service Pack 3). CPU usage went up to 100% and stayed there the entire time that the simulation mode was active (did this even wit...
by mytekcontrols
Wed May 13, 2009 5:19 pm
Forum: General / Misc
Topic: Watch out for Stack Overflow in FlowCode
Replies: 21
Views: 24229

Re: Watch out for Stack Overflow in FlowCode

If you are designing your system to always be on and reliably running then you can either play around with the code until the warning goes away or you can start using the watchdog timer peripheral. Although I would agree with using the watchdog timer to catch run away events, and it is a good idea ...
by mytekcontrols
Thu Apr 23, 2009 3:33 pm
Forum: General / Misc
Topic: Watch out for Stack Overflow in FlowCode
Replies: 21
Views: 24229

Re: Watch out for Stack Overflow in FlowCode

I didn't realize you could do that :roll:

Thanks Ben and Steve for the quick and informative responses to my questions.
by mytekcontrols
Thu Apr 23, 2009 11:58 am
Forum: General / Misc
Topic: Watch out for Stack Overflow in FlowCode
Replies: 21
Views: 24229

Re: Watch out for Stack Overflow in FlowCode

Unusual System Clock Speeds --- Using a crystal or oscillator input such as 14.318 Mhz which is 4 times the color burst frequency for NTSC video, or some other multiple at an even higher frequency, in order to directly produce color NTSC video output from a PIC (not something that could be done with...
by mytekcontrols
Wed Apr 22, 2009 1:37 am
Forum: General / Misc
Topic: Watch out for Stack Overflow in FlowCode
Replies: 21
Views: 24229

Re: Watch out for Stack Overflow in FlowCode

Interesting, I'll give this a try. Too bad there wasn't a device config aspect in FlowCode that would let you set this parameter by clicking a box. Then if FlowCode saw that this box was checked, it would know to either pull up an alternate FCD file for the particular target chip selected, or I don'...