Current location - Plastic Surgery and Aesthetics Network - Plastic surgery and beauty - Kingview reads data from PLC, why is it not 1 or nine thousand nine hundred and ninety-nine? Nine thousand nine hundred and ninety-nine is the maximum I set.
Kingview reads data from PLC, why is it not 1 or nine thousand nine hundred and ninety-nine? Nine thousand nine hundred and ninety-nine is the maximum I set.
It shouldn't be a problem of cracking. If you are worried about cracking, you can test it with the 64-point free version first.

Estimation is a problem of data type. You can try I/O shaping with UINT (Double BYTE Unsigned Shaping) or Byte (Single Byte Unsigned Shaping).

In order to diagnose the problem conveniently, you can use UINT to display the data of this address without any restrictions, and then use a calculator to convert it into binary to see if the displayed data is related to the actual data.