Can not upload attachment file for ECIO 40P

For E-blocks user to discuss using E-blocks and programming for them.

Moderators: Benj, Mods

Post Reply
Monie Jacobsen
Posts: 484
Joined: Mon Jul 30, 2012 3:39 pm
Has thanked: 17 times
Been thanked: 46 times
Contact:

Can not upload attachment file for ECIO 40P

Post 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 322 times
Error Resultas:
Error_Resultats.JPG
Error_Resultats.JPG (15.57 KiB) Viewed 4137 times
Attached file:
SolarTrackerECIO40P-002.fcfx
(266.48 KiB) Downloaded 313 times
Best Regard
Monie

User avatar
LeighM
Matrix Staff
Posts: 2178
Joined: Tue Jan 17, 2012 10:07 am
Has thanked: 481 times
Been thanked: 699 times
Contact:

Re: Can not upload attachment file for ECIO 40P

Post 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

Monie Jacobsen
Posts: 484
Joined: Mon Jul 30, 2012 3:39 pm
Has thanked: 17 times
Been thanked: 46 times
Contact:

Re: Can not upload attachment file for ECIO 40P

Post by Monie Jacobsen »

Hi, LeighM
Fin solution.
Can now upload without problems.

Many thanks for the help;-)
Best Regard
Monie

Post Reply