In using Mango to monitor PLC values from an Automationdirect PLC via the Modbus IP protocol, we found that double word BCD values were coming in with the words read in reverse order.
We are able to overcome this by first converting the value to binary in the PLC and then reading the value in Mango as a '4 byte unsigned integer swapped'. However, it would be much more convenient to read this value without making changes to the PLC program.
Based on convention, I expect this would be described in Mango as '4 byte BCD swapped'.
Thanks,
BRAD