Im running in an issue where I found what happens, but cant solve it. I found here in flowcode forum and on line what possible to doo but changing the local variable in an U long does not solve it.
I took a part from my flowcode project and pasted it here. I have 4 8bit data numbers I receive and need to add those for a number to work with. the maximum number I have is inbeteween 0 and 400000 where in my program I need to do all kind of calculations with. turn out the maximum is 32767 for an signed/unsigned integer. how can I use bigger numbers? any tricks or changes I need to set?
the simulation don't show a fault mssage only the display shows a negative number. of coarse making a mess out of all my further calcualtions.
when I compile the message is 'integer overflow in expression'
(help...
