Announcement
Collapse
No announcement yet.
MinValue and MaxValue on gauges
Collapse
X
-
Hi.
So when you have MinValue of 68, and MaxValue of 120, you actually send a 0 to get 68, and 52 to get 120.
The min from the hosts perspective is always 0, and the Max is therefore MaxValue-MinValue (ie your range), so 52.
So your host will need to send 0-52 to achieve 68-120
Hope that helps.
Leave a comment:
-
MinValue and MaxValue on gauges
If I'm using a gauge and set the MinValue to 68 and the MaxValue to 120. When I set the value of that gauge using the writeobject to 68, why do i get the red X as if its out of scale?Tags: None
Leave a comment: