AdvancedHMI Software

General Category => Support Questions => Topic started by: qwideman on August 28, 2013, 01:56:39 PM

Title: Scale gauge control output to a fraction of input value
Post by: qwideman 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
Title: Re: Scale gauge control output to a fraction of input value
Post by: Archie 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.
Title: Re: Scale gauge control output to a fraction of input value
Post by: qwideman on August 30, 2013, 01:22:37 PM
Thanks, I missed that.