Author Topic: Scale gauge control output to a fraction of input value  (Read 1640 times)

qwideman

  • Newbie
  • *
  • Posts: 41
    • View Profile
Scale gauge control output to a fraction of input value
« on: August 28, 2013, 01:56:39 PM »
Hi,

What would it take for a gauge control to read 0.00 - 1.00 in response to a PLC input that varies from 0 - 100? That is, I want the gauge to display 1/100 of the integer from the PLC. Right now, I can't set Gauge.MaxValue to 1.

Thank you,


Quinton Wideman
Rolan Inc

Archie

  • Administrator
  • Hero Member
  • *****
  • Posts: 5262
    • View Profile
    • AdvancedHMI
Re: Scale gauge control output to a fraction of input value
« Reply #1 on: August 28, 2013, 06:36:47 PM »
The gauge can only work with integer values and full scales values in increments of 10.

You can use the Meter2 to get a 0 to 1 range.

qwideman

  • Newbie
  • *
  • Posts: 41
    • View Profile
Re: Scale gauge control output to a fraction of input value
« Reply #2 on: August 30, 2013, 01:22:37 PM »
Thanks, I missed that.