Zugg MASTER
![](images/avatars/164475849040f41c23b22fe.gif)
Joined: 25 Sep 2000 Posts: 23379 Location: Colorado, USA
|
Posted: Mon Jan 18, 2010 6:35 pm |
The value of a gauge is only updated when a variable used in the gauge changes. The gauge does not "poll" to see if it changes, and the %alarm function is not a direct variable reference, so there is no way to notify the button that the caption value has changed. You'd need to set up another timer/alarm that updates a variable with the value of %alarm and then use that variable in the gauge value.
|
|