CAI_Support
Senior Member
We seek input from users for making changes to RAM and VAR in our PLC firmware.
Currently all RAM and VAR are signed 32bit numbers. We plan to change some of them to unsigned 32 bit numbers, in that way, for some calculation requiring unsigned 32bit number, it would not treat top bit as sign bit.
Should we change them so that half of them are signed and half of them are unsigned, do you have any suggestion?
Currently all RAM and VAR are signed 32bit numbers. We plan to change some of them to unsigned 32 bit numbers, in that way, for some calculation requiring unsigned 32bit number, it would not treat top bit as sign bit.
Should we change them so that half of them are signed and half of them are unsigned, do you have any suggestion?