Page 1 of 1

Can not upload attachment file for ECIO 40P

Posted: Wed Feb 08, 2017 9:47 am
by Monie Jacobsen
Hid all
With flowCode v7 can not upload with attached file to ECIO40P.
But in flow v5 code works with upload OK.
User windows 10
What goes wrong?

Compile messages:
compile messages.txt
(2.24 KiB) Downloaded 356 times
Error Resultas:
Error_Resultats.JPG
Error_Resultats.JPG (15.57 KiB) Viewed 4408 times
Attached file:
SolarTrackerECIO40P-002.fcfx
(266.48 KiB) Downloaded 345 times

Re: Can not upload attachment file for ECIO 40P

Posted: Wed Feb 08, 2017 10:50 am
by LeighM
Hi,
This is due to the Flowcode V7 gcc based compiler
You have some asm code (in Nat and Stormstop) that needs changing to

Code: Select all

asm("goto 0");
or

Code: Select all

#asm
goto 0
#endasm

Re: Can not upload attachment file for ECIO 40P

Posted: Wed Feb 08, 2017 5:25 pm
by Monie Jacobsen
Hi, LeighM
Fin solution.
Can now upload without problems.

Many thanks for the help;-)