- Button Setup -


Button Text
This text will appear on the face of the button. Default text is ‘Button’. The buttons face text can also contain live data. This is done by using the @TAGNAME command.

E.g.
If the configuration mode buttons text says: The Setpoint = @SETPOINT °C
Then at run time the buttons text may say: The Setpoint = 25.7 °C
Where the @SETPOINT tag has been replace by the tags current value.

To format any @TAGNAME value simply add to the end of the tagname (number of decimal places).

E.g.
If a tag called SETPOINT = 10.05678 then when it is displayed using the @TAGNAME method, the following behaviours will occur.

@SETPOINT

the value 10.05678 will be displayed

@SETPOINT(0)

the value 10 will be displayed

@SETPOINT(2)

the value 10.06 will be displayed

@SETPOINT(5)

the value 10.05678 will be displayed

(Not applicable for String tags, but can also be used for the TEXT tool)

A buttons face text can also automatically arrange itself over multiple lines. This is done by changing the size of the button to suit the text it needs to display. This is very useful for long text descriptions.

E.g.

Short title

Long title over two lines

Function Key
This option allows one of the function keys to simulate the button being pressed by the left mouse button. The shift key can also be applied to the function key to provide more combinations.

Re-press Delay
Buttons can now have a re-press delay time applied to them. What this means is, that when a button is pressed it cannot be pressed again until the set delay period expires. This is useful for many reasons, one being to avoid double-clicks.

Actions


Home