Dear,
The oefening33.fcfx (see attachment) works perfectly in simulation.
When I load the oefening33.fcfx in the Miac module then would not work.
However, when compiling one gets no mistake.
What's wrong here?
Sincerely
Nazaire
Oefening33.fcfx in the Miac module would not work
-
- Posts: 43
- Joined: Tue Nov 23, 2010 4:46 pm
- Been thanked: 3 times
Oefening33.fcfx in the Miac module would not work
- Attachments
-
- Oefening33.fcfx
- (10.04 KiB) Downloaded 372 times
Last edited by Nazaire VERRUE on Thu Apr 10, 2014 8:33 pm, edited 1 time in total.
- Benj
- Matrix Staff
- Posts: 15312
- Joined: Mon Oct 16, 2006 10:48 am
- Location: Matrix TS Ltd
- Has thanked: 4803 times
- Been thanked: 4314 times
- Contact:
Re: Oefening33.fcfx in the Miac module would not work
Hello,
I've had a look at your program and can't spot anything that would potentially cause an issue.
Are you getting anything on the LCD on the MIAC when you load the program?
Have you tried a very basic program to print a string to the display?
Finally, what version of Flowcode 6 are you using?
I've had a look at your program and can't spot anything that would potentially cause an issue.
Are you getting anything on the LCD on the MIAC when you load the program?
Have you tried a very basic program to print a string to the display?
Finally, what version of Flowcode 6 are you using?
Regards Ben Rowland - MatrixTSL
Flowcode Product Page - Flowcode Help Wiki - Flowcode Examples - Flowcode Blog - Flowcode Course - My YouTube Channel
Flowcode Product Page - Flowcode Help Wiki - Flowcode Examples - Flowcode Blog - Flowcode Course - My YouTube Channel
-
- Posts: 43
- Joined: Tue Nov 23, 2010 4:46 pm
- Been thanked: 3 times
Re: Oefening33.fcfx in the Miac module would not work
Best Benj,
On the LCD I get a zero when I load the program instead of 422.
I have a string printed on the display in the simulation and this works correctly.
I use flow code V6.07.
Greetings.
Nazaire
On the LCD I get a zero when I load the program instead of 422.
I have a string printed on the display in the simulation and this works correctly.
I use flow code V6.07.
Greetings.
Nazaire
-
- Posts: 43
- Joined: Tue Nov 23, 2010 4:46 pm
- Been thanked: 3 times
Re: Oefening33.fcfx in the Miac module would not work
Hello,
I found the problem. Namely the variable Char [1] should Char [2] and the variable StringRest [10], StringRest [2] and the variable StringData [10], StringData [11].
Now it works correct.
Greets,
Nazaire
I found the problem. Namely the variable Char [1] should Char [2] and the variable StringRest [10], StringRest [2] and the variable StringData [10], StringData [11].
Now it works correct.
Greets,
Nazaire