I'm creating ladder programs on the LL50A. I want to set input computed results to R.SP, but I see lots of digits are displayed after the decimal point of the data on the ladder monitor. Can I reduce the number of digits displayed after the decimal point?

The DATA register uses a 4-byte floating point number, therefore it displays a lot of digits. Try using the K or P registers, since they handle 2-byte integer data.

Related Products & Solutions


Top