PCAN-MiniDisplay – User Manual
61
D.1.6
[variableX] Section
Each variable is indicated with a [variableX] section. X is a
consecutive number, starting with 1. The number of variables is
defined with the “variables” keyword in the [global] section.
[variable1]
name
Name of the variable as a reference to be used with an instrument
or a label (max. 23 characters).
name="Speed"
There are 3 special variable names for addressing device functions
or parameters:
name="dev_keys"
Name your variable
dev_keys
to address the key functions of the
PCAN-MiniDisplay. The variable can have the values: 0 for no key
pressed, 1 for Enter, 2 for Key up, and 3 for Key down.
name="dev_brightness"
Name your variable
dev_brightness
to set the display brightness
of the PCAN-MiniDisplay. Integer values from 0 to 100 are valid.
name=" dev_buzzer"
Name your variable
dev_buzzer
to address the buzzer of the
PCAN-MiniDisplay. Integer values from 0 to 14 are valid. The buzzer
sound is only played once on change of the variable value.
messagename
The name refers to the respective [messageX] (max. 23 characters).
messagename=”testmessage1”