There doesn't seem to be any data type for 32bit unsigned word in the DoMore PLC. I am replacing a 205 that has several double word (32bit) registers being used to accumulate lifetime machine cycles, part counts etc. This 205 PLC is connected to a corporate data collection system that expects to see unsigned 32 bit word values. As it is used the machine will be long gone and I long retired before the most significant bit is ever set so I can get away with using the signed double word data type.
It did make me wonder why there is no UDINT in DoMore and what alternative could be used where you need a value between 2 and 4 billion? I think a real would work as long as the actual bit values are not important. First time running into something like this and some expert advice would be appreciated.