L-force | plc designer – Lenze PLC Designer PLC Designer (R2-x) User Manual
Page 741

L-force | PLC Designer
PLC Designer Visualization
DMS 3.2 EN 02/2011 TD29
739
The configuration dialog gets opened by a double-click on the element.
Configuration dialog for Scrollbar
Slider: Enter here the path of the project variable, the value of which should
correspond to the slider position between the given Minimum value and Maximum
value (e.g. "PLC_PRG.ivar"). So, when the slider gets moved in online mode, the value
of the variable will change. Vice versa, if the variable gets modified by any other input
the slider would get moved correspondingly.
Minimum value, Maximum value: Boundaries for the value range which can be
displayed for the variable assigned to the slider. In horizontal scrollbars the minimum
value corresponds to the left-most position of the slider, in vertically scrollbars to the
bottom-most position. The values can be entered directly or via a project variable (e.g.
"0", "200", "PLC_PRG.minvar").
Invisible: The visibility of the element in online mode can be controlled dynamically, if
here an appropriate boolean variable is entered, e.g. "PLC_PRG.bScrollbar_vis". A static
definition is also possible ("TRUE", "FALSE" resp. "0", "1"). Default: visible.
Tooltip-display: If "dynamic texts" should be used for the tooltip text, here the ID of
the prefix-ID-combination must be entered, which uniquely references the desired
text in a specific language file (xml-format). You can enter the ID directly (string, e.g.
"tt_scrollbar1") or via a project variable of string format which gives the ID (e.g.
"PLC_PRG.tt_ID"). Concerning this see the help pages on Tooltip and generally on
Language Switching.