Search found 7 matches
- Fri Feb 12, 2021 1:28 am
- Forum: General
- Topic: Flowcode6 for PIC, DMX Slave component problems
- Replies: 10
- Views: 9875
Re: Flowcode6 for PIC, DMX Slave component problems
Hi Ben Well, you were right, there might be a small fault in the memory of this particular chip causing the warning message. Turning off "Verify After" in the programmer allowed the programming to complete and the DMX decoding now works. Great ! The only question I have is whether there is...
- Thu Feb 11, 2021 2:25 pm
- Forum: General
- Topic: Flowcode6 for PIC, DMX Slave component problems
- Replies: 10
- Views: 9875
Re: Flowcode6 for PIC, DMX Slave component problems
Hi Ben The reason why I thought the linker/assebler isn't running is the message... Launching the linker/assembler... C:\Program Files (x86)\Flowcode\data\tools\DoNothing\DoNothing.exe As far as I can see all the Build settings are normal, and they are the same as in Flowcode 6, which never shows &q...
- Wed Feb 10, 2021 4:23 pm
- Forum: General
- Topic: Flowcode6 for PIC, DMX Slave component problems
- Replies: 10
- Views: 9875
Re: Flowcode6 for PIC, DMX Slave component problems
Hi Ben The file seems to compile ok except that it finishes much quicker than expected. In Flowcode 6, compiling virtually the same file takes much longer with a series of dots displayed until finally reaching the memory summary and "FINISHED". With this Flowode 9, it very quickly ends com...
- Wed Feb 10, 2021 1:47 pm
- Forum: General
- Topic: Flowcode6 for PIC, DMX Slave component problems
- Replies: 10
- Views: 9875
Re: Flowcode6 for PIC, DMX Slave component problems
Hi Ben I installed the demo version of Flowcode 9 together with the Pic 16F compiler toolchain, but when I try to complie a very simple DMX receiver program (similar to the one I was trying to use in Flowcode 6), I get errors and the compliation stops.... ^ (192) undefined identifier "MX_Conv_V...
- Fri Feb 05, 2021 1:57 am
- Forum: General
- Topic: Flowcode6 for PIC, DMX Slave component problems
- Replies: 10
- Views: 9875
Re: Flowcode6 for PIC, DMX Slave component problems
Apologies, here is the corrected circuit of the test rig
- Fri Feb 05, 2021 1:36 am
- Forum: General
- Topic: Flowcode6 for PIC, DMX Slave component problems
- Replies: 10
- Views: 9875
Re: Flowcode6 for PIC, DMX Slave component problems
Thanks Ben for replying I am using Flowcode 6 for PIC and the attached shows the very simple test program, with an LED on B3 showing the state of the ReceiveData return (x) and an LED on B0 as a flasher just to show the program is running and signal input is active (this of course stops as soon as t...
- Thu Feb 04, 2021 4:55 pm
- Forum: General
- Topic: Flowcode6 for PIC, DMX Slave component problems
- Replies: 10
- Views: 9875
Flowcode6 for PIC, DMX Slave component problems
Hello This post is repeating a question I had about 5 years ago for a lighting control project. At the time I was having trouble getting the DMX Master and Slave to work correctly. Ultimately the project was for a DMX sender rather than receiver and I managed to get the Master component working well...