Issue
Finding the serial number of a CM2000
Product Line
CM2000
Environment
Serial Number
Resolution
The CM2000 serial number can be found by reading register 2096 and 2097. Use the following formula to find the serial number. If register 2096 is negative then the Serial Number = (reg.2097 x 2^16)+(reg.2096 + 2^16). If register 2096 is positive Serial Number = (reg.2097 x 2^16)+(reg.2096)