Author Topic: Float DigitalPanelMeter  (Read 976 times)

automatizzando

  • Newbie
  • *
  • Posts: 15
    • View Profile
Float DigitalPanelMeter
« on: January 09, 2017, 01:34:13 PM »
Hi, how I can view the data in the floating DigitalPanelMeter beds with Modbus protocol?
Thank you

Godra

  • Hero Member
  • *****
  • Posts: 1438
    • View Profile
Re: Float DigitalPanelMeter
« Reply #1 on: January 09, 2017, 05:14:13 PM »
For example, you can set DecimalPosition property to 2 and ValueScaleFactor to 100 (these are tied together which means that if you set the DecimalPosition property to 3 then the ValueScaleFactor will need to be set to 1000).

Then you can set both PLCAddressKeypad and PLCAddressValue to F40111.

When you run the program, if you click the DigitalPanelMeter the keypad will pop up so you can write a new value to that location and see it on the meter.
« Last Edit: January 09, 2017, 09:18:48 PM by Godra »