Remarks | Properties | Methods | DynProperties | Samples |
ED
|
avaliable
|
RT
|
avaliable
|
This object contains the most important information on a defined
dynamic element, e.g. type, position, colour, ...
Dynamic elements are created in the Editor of the contol system.
With a DynPicture you get the list of the defined elements. In the
project the central list of the defined pictures is available.
Most of the dynamic elements can be linked to variables or
functions. Additionally these elements can be linked to different
VBA macros. The VBA macros are managed in the Macro Browser of the
Editor and liked to the properties of the elements.
Hint:
The VBA macros are only available within the control system.
External applications have no access to the defined macros.
The following VBA macros are available:
VBA macro | Meaning |
Init | Executed on creating the element |
LeftClickUp | Executed on clicking the left mouse button |
LeftClickDown | Executed on releasing the left mouse button |
LeftDClick | Executed on doubleclicking the left mouse button |
RightClickUp | Executed on clicking the right mouse button |
RightClickDown | Executed on releasing the right mouse button |
RightDClick | Executed on doubleclicking the right mouse button |
SetFocus | Executed on activating the element |
KillFocus | Executed on leaving the element |
Draw | Executed on drawing the element |
Name | Type | Description |
---|---|---|
BackColor | ZT_COLOR |
Background color Define the background color of the element. By clicking on the button, you open the palette of the pre-defined colors. Or enter the color as hex code (RGB) manually in the field. The background color can be changed dynamically with the help of the property Background/filling color. As color for a newly created element the color which was used for the previous element of the same type is used.
|
BackColorVariable | ZT_VARIABLE_DYN |
Background/filling color Name of the variable, whose limit colors should
influence the background/filling color of the element. Read more in the online manual
|
BkClVariable | SUBITEM | With this property you have the
opportunity to get informations about the variable which is linked
as "background/filling color" variable of the element. The informations are provided via subitems: ProjectVar, SymVarName, SymVarTagNr. zElement.DynProperties ("BkClVariable.SymVarName") 'Return the name of the "background/filling color" variable zElement.DynProperties ("BkClVariable.SymVarTagNr") 'Return the identification of the "background/filling color" variable |
BlinkVariable | ZT_VARIABLE_DYN |
Take over flashing from limit Variable, from whose limit(s) the blinking
should be used for the element. Read more in the online manual
|
EnablePunchFrame | Boolean |
Show border A frame around the element can be
displayed. Read more in the online manual
|
EndX | Long |
End point X [pixels] X coordinate of the lower right corner of the element (in pixels). Read more in the online manual
|
EndY | Long |
End point Y [pixels] Y coordinate of the lower right corner of the element (in pixels). Read more in the online manual
|
Font | ZT_SCHRIFT |
Font Selection of the font for the text of the element. Read more in the online manual
|
Height | Long |
Height [pixels] Height of the element (in pixels). Read more in the online manual
|
HorizontalOrigin | Long |
Horizontal Horizontal reference point for the activated "Dynamics" function(s). (left, centered, right) Read more in the online manual
|
KbdUsage | Boolean |
Use keyboard picture On selecting the element in the Runtime the
keyboard is opened. Read more in the online manual
|
Layer | Long |
Visibility level Select one of the 16 visibility levels (0 to
15) from the dropdown list. With the help of the tool
barVisibility level you decide
which levels are to be displayed in the Editor. This guarantees
that even complex pictures can be engineered clearly. The levels
can be used individually. The levels have no effect on the
foreground or background information and the display in the
Runtime.
|
Legend | String |
Text Caption of the element in the Editor. Read more in the online manual
|
LineColorVariable | ZT_VARIABLE_DYN |
Text/line color Name of the variable, whose limit colors should
influence the line/text color of the element. Read more in the online manual
|
LnClVariable | SUBITEM | With this property you have the
opportunity to get informations about the variable which is linked
as "line/text color" variable of the element. The informations are provided via subitems: ProjectVar, SymVarName, SymVarTagNr. zElement.DynProperties ("LnClVariable.SymVarName") 'Return the name of the "line/text color" variable zElement.DynProperties ("LnClVariable.SymVarTagNr") 'Return the identification of the "line/text color" variable |
Name | String |
Object name Object name, with which the element can be
accessed by VBA macros. Read more in the online manual
|
PunchFrameColor | ZT_COLOR |
Frame color Definition of the frame color. Read more in the online manual
|
PunchFrameOffset | Long |
Distance [pixels] Distance of the frame to the element in pixels. Read more in the online manual
|
PunchFrameWidth | Long |
Line width Definition of the line width of the frame. Read more in the online manual
|
ShortCut | ZT_SHORTCUT |
Key combination The assignment of the key combination is made by directly entering the key combination. Read more in the online manual
|
StartX | Long |
Start point X [pixels] X coordinate of the upper left corner of the element (in pixels). Read more in the online manual
|
StartY | Long |
Start point Y [pixels] Y coordinate of the upper left corner of the element (in pixels) Read more in the online manual
|
Stationname | String |
Name for object list Element is entered into the object list of the world view with the text entered here. Read more in the online manual
|
StyleH | Long |
Style H Windows style of the element, for internal use only. Read more in the online manual
|
StyleL | Long |
Style L Windows style of the element, for internal use only. Read more in the online manual
|
TextColor | ZT_COLOR |
Text color Text color of the element. Read more in the online manual
|
TwistVar | SUBITEM | With this property you have the
opportunity to get informations about the variable which is linked
as "rotate" variable of the element. The informations are provided via subitems: ProjectVar, SymVarName, SymVarTagNr. zElement.DynProperties ("TwistVar.SymVarName") 'Return the name of the "rotate" variable zElement.DynProperties ("TwistVar.SymVarTagNr") 'Return the identification of the "rotate" variable |
TwistVarMax | Double |
Max. variable value Highest variable value for rotating the element. Read more in the online manual
|
TwistVarMin | Double |
Min. variable value Lowest variable value for rotating the element. Read more in the online manual
|
TwistVariable | ZT_VARIABLE_DYN |
Variable Name of the variable for rotating the
element. Read more in the online manual
|
TwistViewMax | Long |
Max. rotation [°] Rotation angle of the element for variable maximum (in °). Read more in the online manual
|
TwistViewMin | Long |
Min. rotation [°] Rotation angle of the element for variable minimum (in °). Read more in the online manual
|
UseBlinkColor | Boolean |
Blinking color from limit The element does not flash against invisible but against the the color of the violated limit of the selected variable. Read more in the online manual
|
VerticalOrigin | Long |
Vertical Vertical reference point for the activated "Dynamics" function(s). (top, centered, bottom) Read more in the online manual
|
VisVariable | SUBITEM | With this property you have the
opportunity to get informations about the variable which is linked
as "visibility" variable of the element. The informations are provided via subitems: ProjectVar, SymVarName, SymVarTagNr. zElement.DynProperties ("VisVariable.SymVarName") 'Return the name of the "visibility" variable zElement.DynProperties ("VisVariable.SymVarTagNr") 'Return the identification of the "visibility" variable |
VisibilityFrom | Double |
from Only available,
after a variable has been selected and if the visibility is not
taken from the limit: Read more in the online manual
|
VisibilityFromLimit | Boolean |
take from limit Only available,
after a variable has been selected: Read more in the online manual
|
VisibilityTo | Double |
to Only available,
after a variable has been selected and if the visibility is not
taken from the limit: Read more in the online manual
|
VisibilityVariable | ZT_VARIABLE_DYN |
Variable Name of the variable whose value influences the
visibility of the element. The visibility will either be taken from
the limit text properties of this variable or it will be detemined
by the value range defined in the properties from and
to.
|
Width | Long |
Width [pixels] Width of the element (in pixels). Read more in the online manual
|
XVar | SUBITEM | With this property you have the
opportunity to get informations about the variable which is linked
as "dynamic x position" variable of the element. The informations are provided via subitems: ProjectVar, SymVarName, SymVarTagNr. zElement.DynProperties ("XVar.SymVarName") 'Return the name of the "dynamic x position" variable zElement.DynProperties ("XVar.SymVarTagNr") 'Return the identification of the "dynamic x position" variable |
XVarMax | Double |
Max. variable value Highest variable value for horizontal moving of the element. Read more in the online manual
|
XVarMin | Double |
Min. variable value Lowest variable value for horizontal moving of the element. Read more in the online manual
|
XVarZoom | SUBITEM | With this property you have the
opportunity to get informations about the variable which is linked
as "change width" variable of the element. The informations are provided via subitems: ProjectVar, SymVarName, SymVarTagNr. zElement.DynProperties ("XVarZoom.SymVarName") 'Return the name of the "change width" variable zElement.DynProperties ("XVarZoom.SymVarTagNr") 'Return the identification of the "change width" variable |
XVariable | ZT_VARIABLE_DYN |
Variable Name of the variable for horizontal moving of
the element. Read more in the online manual
|
XViewMax | Long |
Max. movement [pixels] Horizontal position of the element for variable maximum (in pixels). Read more in the online manual
|
XViewMin | Long |
Min. movement [pixels] Horizontal position of the element for variable minimum (in pixels). Read more in the online manual
|
XZoomVarMax | Double |
Max. variable value Highest variable value for zooming the width of the element. Read more in the online manual
|
XZoomVarMin | Double |
Min. variable value Lowest variable value for zooming the width of the element. Read more in the online manual
|
XZoomVariable | ZT_VARIABLE_DYN |
Variable Name of the variable for zooming the width of
the element. Read more in the online manual
|
XZoomViewMax | Long |
Max. width [%] Zoom factor of the width of the element for variable maximum (in %). Read more in the online manual
|
XZoomViewMin | Long |
Min. width [%] Zoom factor of the width of the element for variable minimum (in %). Read more in the online manual
|
YVar | SUBITEM | With this property you have the
opportunity to get informations about the variable which is linked
as "dynamic y position" variable of the element. The informations are provided via subitems: ProjectVar, SymVarName, SymVarTagNr. zElement.DynProperties ("YVar.SymVarName") 'Return the name of the "dynamic y position" variable zElement.DynProperties ("YVar.SymVarTagNr") 'Return the identification of the "dynamic y position" variable |
YVarMax | Double |
Max. variable value Highest variable value for vertical moving of the element. Read more in the online manual
|
YVarMin | Double |
Min. variable value Lowest variable value for vertical moving of the element. Read more in the online manual
|
YVarZoom | SUBITEM | With this property you have the
opportunity to get informations about the variable which is linked
as "change height" variable of the element. The informations are provided via subitems: ProjectVar, SymVarName, SymVarTagNr. zElement.DynProperties ("YVarZoom.SymVarName") 'Return the name of the "change height" variable zElement.DynProperties ("YVarZoom.SymVarTagNr") 'Return the identification of the "change height" variable |
YVariable | ZT_VARIABLE_DYN |
Variable Name of the variable for vertical moving of the
element. Read more in the online manual
|
YViewMax | Long |
Max. movement [pixels] Vertical position of the element for variable maximum (in pixels). Read more in the online manual
|
YViewMin | Long |
Min. movement [pixels] Vertical position of the element for variable minimum (in pixels). Read more in the online manual
|
YZoomVarMax | Double |
Max. variable value Highest variable value for zooming the height of the element. Read more in the online manual
|
YZoomVarMin | Double |
Min. variable value Lowest variable value for zooming the height of the element. Read more in the online manual
|
YZoomVariable | ZT_VARIABLE_DYN |
Variable Name of the variable for zooming the height of
the element. Read more in the online manual
|
YZoomViewMax | Long |
Max. height [%] Zoom factor of the height of the element for variable maximum (in %). Read more in the online manual
|
YZoomViewMin | Long |
Min. height [%] Zoom factor of the height of the element for variable minimum (in %). Read more in the online manual
|
ZoomMax | Long |
Visible to Highest zoom step in which the element should
be visible in the worldview. Read more in the online manual
|
ZoomMin | Long |
Visible from Lowest zoom step in which the element should be
visible in the worldview. Read more in the online manual
|
Name | Type | Description |
---|---|---|
ActiveX | ZT_AKTIVE_X |
ActiveX settings Selection of the ActiveX element and the linked variable. Read more in the online manual
|
BackColorVariable | ZT_VARIABLE_DYN |
Background/filling color Name of the variable, whose limit colors should
influence the background/filling color of the element. Read more in the online manual
|
BkClVariable | SUBITEM | With this property you have the
opportunity to get informations about the variable which is linked
as "background/filling color" variable of the element. The informations are provided via subitems: ProjectVar, SymVarName, SymVarTagNr. zElement.DynProperties ("BkClVariable.SymVarName") 'Return the name of the "background/filling color" variable zElement.DynProperties ("BkClVariable.SymVarTagNr") 'Return the identification of the "background/filling color" variable |
BlinkVariable | ZT_VARIABLE_DYN |
Take over flashing from limit Variable, from whose limit(s) the blinking
should be used for the element. Read more in the online manual
|
DragBegin | ZT_VBAMAKRO |
DragBegin VBA macro that should be executed, when dragging begins. Read more in the online manual
|
DragDrop | ZT_VBAMAKRO |
DragDrop VBA macro that should be executed, when the mouse button is released. Read more in the online manual
|
DragOver | ZT_VBAMAKRO |
DragOver VBA macro that should be executed, when the cursor is moved over the element, while the left button is pressed down. Read more in the online manual
|
Draw | ZT_VBAMAKRO |
Draw VBA macro that should be executed, when the element is redrawn. Read more in the online manual
|
DynEleVar | SUBITEM | With this property you have the
opportunity to get informations about the variable (projected via
"Variable assignment" in the ActiveX selection dialog) which is
linked at an ActiveX element. The informations are provided via subitems: ProjectVar, SymVarName, SymVarTagNr. zElement.DynProperties ("DynEleVar.SymVarName") 'Return the name of the variable which is assigned to the ActiveX zElement.DynProperties ("DynEleVar.SymVarTagNr") 'Return the identification of the variable which is assigned to the ActiveX |
EnablePunchFrame | Boolean |
Show border A frame around the element can be
displayed. Read more in the online manual
|
EndX | Long |
End point X [pixels] X coordinate of the lower right corner of the element (in pixels). Read more in the online manual
|
EndY | Long |
End point Y [pixels] Y coordinate of the lower right corner of the element (in pixels). Read more in the online manual
|
Height | Long |
Height [pixels] Height of the element (in pixels). Read more in the online manual
|
HelpCapture | String |
Help chapter Help chapter that should be displayed for this
element in combination with a context menu. Name of the original
HTML page.
|
Helpfile | ZT_FILE |
Help file Help file (*.chm) to be used for this element
in combination with a context menu. Read more in the online manual
|
HorizontalOrigin | Long |
Horizontal Horizontal reference point for the activated "Dynamics" function(s). (left, centered, right) Read more in the online manual
|
Init | ZT_VBAMAKRO |
Init VBA macro that should be executed on initialising the element. Read more in the online manual
|
KillFocus | ZT_VBAMAKRO |
KillFocus VBA macro that should be executed, when the element loses the focus. Read more in the online manual
|
Layer | Long |
Visibility level Select one of the 16 visibility levels (0 to
15) from the dropdown list. With the help of the tool
barVisibility level you decide
which levels are to be displayed in the Editor. This guarantees
that even complex pictures can be engineered clearly. The levels
can be used individually. The levels have no effect on the
foreground or background information and the display in the
Runtime.
|
LeftClickDown | ZT_VBAMAKRO |
LeftClickDown VBA macro that should be executed on pressing the left mouse button. Read more in the online manual
|
LeftClickUp | ZT_VBAMAKRO |
LeftClickUp VBA macro that should be executed on releasing the left mouse button. Read more in the online manual
|
LeftDClick | ZT_VBAMAKRO |
LeftDoubleClick VBA macro that should be executed on doubleclicking the left mouse button. Read more in the online manual
|
LineColorVariable | ZT_VARIABLE_DYN |
Text/line color Name of the variable, whose limit colors should
influence the line/text color of the element. Read more in the online manual
|
LnClVariable | SUBITEM | With this property you have the
opportunity to get informations about the variable which is linked
as "line/text color" variable of the element. The informations are provided via subitems: ProjectVar, SymVarName, SymVarTagNr. zElement.DynProperties ("LnClVariable.SymVarName") 'Return the name of the "line/text color" variable zElement.DynProperties ("LnClVariable.SymVarTagNr") 'Return the identification of the "line/text color" variable |
Menu | String |
Menu Context menu for the element. Read more in the online manual
|
MouseOver | ZT_VBAMAKRO |
MouseOver VBA macro that should be executed, when the cursor is moved over the element. Read more in the online manual
|
Name | String |
Object name Object name, with which the element can be
accessed by VBA macros. Read more in the online manual
|
PunchFrameColor | ZT_COLOR |
Frame color Definition of the frame color. Read more in the online manual
|
PunchFrameOffset | Long |
Distance [pixels] Distance of the frame to the element in pixels. Read more in the online manual
|
PunchFrameWidth | Long |
Line width Definition of the line width of the frame. Read more in the online manual
|
RightClickDown | ZT_VBAMAKRO |
RightClickDown VBA macro that should be executed on pressing the right mouse button. Read more in the online manual
|
RightClickUp | ZT_VBAMAKRO |
RightClickUp VBA macro that should be executed on releasing the right mouse button. Read more in the online manual
|
RightDClick | ZT_VBAMAKRO |
RightDoubleClick VBA macro that should be executed on doubleclicking the right mouse button. Read more in the online manual
|
SetFocus | ZT_VBAMAKRO |
SetFocus VBA macro that should be executed, when the element gets the focus. Read more in the online manual
|
SetValueDynMax | ZT_VARIABLE_DYN |
Maximum Only available, if
"Get set value limits from variable" is not active: Read more in the online manual
|
SetValueDynMin | ZT_VARIABLE_DYN |
Minimum Only available, if
"Get set value limits from variable" is not active: Read more in the online manual
|
StartX | Long |
Start point X [pixels] X coordinate of the upper left corner of the element (in pixels). Read more in the online manual
|
StartY | Long |
Start point Y [pixels] Y coordinate of the upper left corner of the element (in pixels) Read more in the online manual
|
Stationname | String |
Name for object list Element is entered into the object list of the world view with the text entered here. Read more in the online manual
|
Tab | Boolean |
Accessible via keyboard Active: The
dynamic element is available for keyboard operation. Read more in the online manual
|
Tooltip | String |
Tooltip Text, which should be displayed as a tooltip
for the element in the Runtime. A tooltip is automatically
displayed in the Runtime, when the mouse cursor stands still on the
element for while. New lines can be indicated with \n. Read more in the online manual
|
TwistVar | SUBITEM | With this property you have the
opportunity to get informations about the variable which is linked
as "rotate" variable of the element. The informations are provided via subitems: ProjectVar, SymVarName, SymVarTagNr. zElement.DynProperties ("TwistVar.SymVarName") 'Return the name of the "rotate" variable zElement.DynProperties ("TwistVar.SymVarTagNr") 'Return the identification of the "rotate" variable |
TwistVarMax | Double |
Max. variable value Highest variable value for rotating the element. Read more in the online manual
|
TwistVarMin | Double |
Min. variable value Lowest variable value for rotating the element. Read more in the online manual
|
TwistVariable | ZT_VARIABLE_DYN |
Variable Name of the variable for rotating the
element. Read more in the online manual
|
TwistViewMax | Long |
Max. rotation [°] Rotation angle of the element for variable maximum (in °). Read more in the online manual
|
TwistViewMin | Long |
Min. rotation [°] Rotation angle of the element for variable minimum (in °). Read more in the online manual
|
UnderCE | Boolean |
Visible under WinCE Controls the visibility of elements in pictures under Windows CE. Projects which are used under CE and on the PC can be created more flexible; the user handling is improved. For example buttons can be made invisible which lead to pictures which cannot be displayed under CE (e.g. IPA). Active: The picture/element is also visible under Windows CE. Default: Active
|
UseBlinkColor | Boolean |
Blinking color from limit The element does not flash against invisible but against the the color of the violated limit of the selected variable. Read more in the online manual
|
VerticalOrigin | Long |
Vertical Vertical reference point for the activated "Dynamics" function(s). (top, centered, bottom) Read more in the online manual
|
VisVariable | SUBITEM | With this property you have the
opportunity to get informations about the variable which is linked
as "visibility" variable of the element. The informations are provided via subitems: ProjectVar, SymVarName, SymVarTagNr. zElement.DynProperties ("VisVariable.SymVarName") 'Return the name of the "visibility" variable zElement.DynProperties ("VisVariable.SymVarTagNr") 'Return the identification of the "visibility" variable |
VisibilityFrom | Double |
from Only available,
after a variable has been selected and if the visibility is not
taken from the limit: Read more in the online manual
|
VisibilityFromLimit | Boolean |
take from limit Only available,
after a variable has been selected: Read more in the online manual
|
VisibilityTo | Double |
to Only available,
after a variable has been selected and if the visibility is not
taken from the limit: Read more in the online manual
|
VisibilityVariable | ZT_VARIABLE_DYN |
Variable Name of the variable whose value influences the
visibility of the element. The visibility will either be taken from
the limit text properties of this variable or it will be detemined
by the value range defined in the properties from and
to.
|
Width | Long |
Width [pixels] Width of the element (in pixels). Read more in the online manual
|
XVar | SUBITEM | With this property you have the
opportunity to get informations about the variable which is linked
as "dynamic x position" variable of the element. The informations are provided via subitems: ProjectVar, SymVarName, SymVarTagNr. zElement.DynProperties ("XVar.SymVarName") 'Return the name of the "dynamic x position" variable zElement.DynProperties ("XVar.SymVarTagNr") 'Return the identification of the "dynamic x position" variable |
XVarMax | Double |
Max. variable value Highest variable value for horizontal moving of the element. Read more in the online manual
|
XVarMin | Double |
Min. variable value Lowest variable value for horizontal moving of the element. Read more in the online manual
|
XVarZoom | SUBITEM | With this property you have the
opportunity to get informations about the variable which is linked
as "change width" variable of the element. The informations are provided via subitems: ProjectVar, SymVarName, SymVarTagNr. zElement.DynProperties ("XVarZoom.SymVarName") 'Return the name of the "change width" variable zElement.DynProperties ("XVarZoom.SymVarTagNr") 'Return the identification of the "change width" variable |
XVariable | ZT_VARIABLE_DYN |
Variable Name of the variable for horizontal moving of
the element. Read more in the online manual
|
XViewMax | Long |
Max. movement [pixels] Horizontal position of the element for variable maximum (in pixels). Read more in the online manual
|
XViewMin | Long |
Min. movement [pixels] Horizontal position of the element for variable minimum (in pixels). Read more in the online manual
|
XZoomVarMax | Double |
Max. variable value Highest variable value for zooming the width of the element. Read more in the online manual
|
XZoomVarMin | Double |
Min. variable value Lowest variable value for zooming the width of the element. Read more in the online manual
|
XZoomVariable | ZT_VARIABLE_DYN |
Variable Name of the variable for zooming the width of
the element. Read more in the online manual
|
XZoomViewMax | Long |
Max. width [%] Zoom factor of the width of the element for variable maximum (in %). Read more in the online manual
|
XZoomViewMin | Long |
Min. width [%] Zoom factor of the width of the element for variable minimum (in %). Read more in the online manual
|
YVar | SUBITEM | With this property you have the
opportunity to get informations about the variable which is linked
as "dynamic y position" variable of the element. The informations are provided via subitems: ProjectVar, SymVarName, SymVarTagNr. zElement.DynProperties ("YVar.SymVarName") 'Return the name of the "dynamic y position" variable zElement.DynProperties ("YVar.SymVarTagNr") 'Return the identification of the "dynamic y position" variable |
YVarMax | Double |
Max. variable value Highest variable value for vertical moving of the element. Read more in the online manual
|
YVarMin | Double |
Min. variable value Lowest variable value for vertical moving of the element. Read more in the online manual
|
YVarZoom | SUBITEM | With this property you have the
opportunity to get informations about the variable which is linked
as "change height" variable of the element. The informations are provided via subitems: ProjectVar, SymVarName, SymVarTagNr. zElement.DynProperties ("YVarZoom.SymVarName") 'Return the name of the "change height" variable zElement.DynProperties ("YVarZoom.SymVarTagNr") 'Return the identification of the "change height" variable |
YVariable | ZT_VARIABLE_DYN |
Variable Name of the variable for vertical moving of the
element. Read more in the online manual
|
YViewMax | Long |
Max. movement [pixels] Vertical position of the element for variable maximum (in pixels). Read more in the online manual
|
YViewMin | Long |
Min. movement [pixels] Vertical position of the element for variable minimum (in pixels). Read more in the online manual
|
YZoomVarMax | Double |
Max. variable value Highest variable value for zooming the height of the element. Read more in the online manual
|
YZoomVarMin | Double |
Min. variable value Lowest variable value for zooming the height of the element. Read more in the online manual
|
YZoomVariable | ZT_VARIABLE_DYN |
Variable Name of the variable for zooming the height of
the element. Read more in the online manual
|
YZoomViewMax | Long |
Max. height [%] Zoom factor of the height of the element for variable maximum (in %). Read more in the online manual
|
YZoomViewMin | Long |
Min. height [%] Zoom factor of the height of the element for variable minimum (in %). Read more in the online manual
|
ZoomMax | Long |
Visible to Highest zoom step in which the element should
be visible in the worldview. Read more in the online manual
|
ZoomMin | Long |
Visible from Lowest zoom step in which the element should be
visible in the worldview. Read more in the online manual
|
Name | Type | Description |
---|---|---|
ALCMSecuredSupply | Long | If the element is connected to multiple
active sources, you can define the display type here. This function is only available in the Energy Edition of the control system. Automatic Line Coloring (ALC) must be activated. Display secured supply: double width: the width of the element is doubled. double brightness: the brightness of the element is doubled. normal: The element is displayed in the color of the source and with the configured width Default: normal |
ALCMultiSource | Long |
display multiple supplies If the element is connected to multiple active
sources, you can define the display type here. Read more in the online manual
|
ALCPrecedence | Long |
Priority for display If the element is connected to multiple active
sources, you can definethe display type here. Read more in the online manual
|
ALCUseColor | Boolean |
Color from ALC Only available, if
Automatic Line Coloring (ALC) is licensed: Read more in the online manual
|
Align | Long |
Alignment Direction of color shift. Read more in the online manual
|
BackColor | ZT_COLOR |
Filling color Filling resp. background color of the element. Read more in the online manual
|
BackColorVariable | ZT_VARIABLE_DYN |
Background/filling color Name of the variable, whose limit colors should
influence the background/filling color of the element. Read more in the online manual
|
BkClVariable | SUBITEM | With this property you have the
opportunity to get informations about the variable which is linked
as "background/filling color" variable of the element. The informations are provided via subitems: ProjectVar, SymVarName, SymVarTagNr. zElement.DynProperties ("BkClVariable.SymVarName") 'Return the name of the "background/filling color" variable zElement.DynProperties ("BkClVariable.SymVarTagNr") 'Return the identification of the "background/filling color" variable |
BlinkVariable | ZT_VARIABLE_DYN |
Take over flashing from limit Variable, from whose limit(s) the blinking
should be used for the element. Read more in the online manual
|
Brightness | Boolean |
With brightness values Active: The
brightness of the color gradient can be freely defined. Read more in the online manual
|
EnablePunchFrame | Boolean |
Show border A frame around the element can be
displayed. Read more in the online manual
|
EndX | Long |
End point X [pixels] X coordinate of the lower right corner of the element (in pixels). Read more in the online manual
|
EndY | Long |
End point Y [pixels] Y coordinate of the lower right corner of the element (in pixels). Read more in the online manual
|
FillPattern | ZT_IMAGELIST |
Filling pattern Selection of the filling pattern for the element from a list. Read more in the online manual
|
Height | Long |
Height [pixels] Height of the element (in pixels). Read more in the online manual
|
HorizontalOrigin | Long |
Horizontal Horizontal reference point for the activated "Dynamics" function(s). (left, centered, right) Read more in the online manual
|
InnerBrightness | Long |
Brightness inside Only available, if
"With brightness values" is active: Read more in the online manual
|
Layer | Long |
Visibility level Select one of the 16 visibility levels (0 to
15) from the dropdown list. With the help of the tool
barVisibility level you decide
which levels are to be displayed in the Editor. This guarantees
that even complex pictures can be engineered clearly. The levels
can be used individually. The levels have no effect on the
foreground or background information and the display in the
Runtime.
|
LineColor | ZT_COLOR |
Line color Line color of the element. Read more in the online manual
|
LineColorVariable | ZT_VARIABLE_DYN |
Text/line color Name of the variable, whose limit colors should
influence the line/text color of the element. Read more in the online manual
|
LineType | ZT_IMAGELIST |
Line type Selection of the line type for the element from
a list. Read more in the online manual
|
LineWidth | Long |
Line width Line width (in pixels). Read more in the online manual
|
LnClVariable | SUBITEM | With this property you have the
opportunity to get informations about the variable which is linked
as "line/text color" variable of the element. The informations are provided via subitems: ProjectVar, SymVarName, SymVarTagNr. zElement.DynProperties ("LnClVariable.SymVarName") 'Return the name of the "line/text color" variable zElement.DynProperties ("LnClVariable.SymVarTagNr") 'Return the identification of the "line/text color" variable |
Name | String |
Object name Object name, with which the element can be
accessed by VBA macros. Read more in the online manual
|
Offset_H | Long |
Horiz. distance [pixels] Horizontal distance of the end of the truncation from the real corner in pixels. Read more in the online manual
|
Offset_V | Long |
Vertical distance [pixels] Vertical distance of the end of the truncation from the real corner in pixels. Read more in the online manual
|
OuterBrightness | Long |
Brightness outside Only available, if
"With brightness values" is active: Read more in the online manual
|
PunchFrameColor | ZT_COLOR |
Frame color Definition of the frame color. Read more in the online manual
|
PunchFrameOffset | Long |
Distance [pixels] Distance of the frame to the element in pixels. Read more in the online manual
|
PunchFrameWidth | Long |
Line width Definition of the line width of the frame. Read more in the online manual
|
Shifted | Long |
Light effect shifted How far should the light effect be shifted from the center of the element. Read more in the online manual
|
StartX | Long |
Start point X [pixels] X coordinate of the upper left corner of the element (in pixels). Read more in the online manual
|
StartY | Long |
Start point Y [pixels] Y coordinate of the upper left corner of the element (in pixels) Read more in the online manual
|
Stationname | String |
Name for object list Element is entered into the object list of the world view with the text entered here. Read more in the online manual
|
TwistVar | SUBITEM | With this property you have the
opportunity to get informations about the variable which is linked
as "rotate" variable of the element. The informations are provided via subitems: ProjectVar, SymVarName, SymVarTagNr. zElement.DynProperties ("TwistVar.SymVarName") 'Return the name of the "rotate" variable zElement.DynProperties ("TwistVar.SymVarTagNr") 'Return the identification of the "rotate" variable |
TwistVarMax | Double |
Max. variable value Highest variable value for rotating the element. Read more in the online manual
|
TwistVarMin | Double |
Min. variable value Lowest variable value for rotating the element. Read more in the online manual
|
TwistVariable | ZT_VARIABLE_DYN |
Variable Name of the variable for rotating the
element. Read more in the online manual
|
TwistViewMax | Long |
Max. rotation [°] Rotation angle of the element for variable maximum (in °). Read more in the online manual
|
TwistViewMin | Long |
Min. rotation [°] Rotation angle of the element for variable minimum (in °). Read more in the online manual
|
UseBlinkColor | Boolean |
Blinking color from limit The element does not flash against invisible but against the the color of the violated limit of the selected variable. Read more in the online manual
|
VerticalOrigin | Long |
Vertical Vertical reference point for the activated "Dynamics" function(s). (top, centered, bottom) Read more in the online manual
|
VisVariable | SUBITEM | With this property you have the
opportunity to get informations about the variable which is linked
as "visibility" variable of the element. The informations are provided via subitems: ProjectVar, SymVarName, SymVarTagNr. zElement.DynProperties ("VisVariable.SymVarName") 'Return the name of the "visibility" variable zElement.DynProperties ("VisVariable.SymVarTagNr") 'Return the identification of the "visibility" variable |
VisibilityFrom | Double |
from Only available,
after a variable has been selected and if the visibility is not
taken from the limit: Read more in the online manual
|
VisibilityFromLimit | Boolean |
take from limit Only available,
after a variable has been selected: Read more in the online manual
|
VisibilityTo | Double |
to Only available,
after a variable has been selected and if the visibility is not
taken from the limit: Read more in the online manual
|
VisibilityVariable | ZT_VARIABLE_DYN |
Variable Name of the variable whose value influences the
visibility of the element. The visibility will either be taken from
the limit text properties of this variable or it will be detemined
by the value range defined in the properties from and
to.
|
Width | Long |
Width [pixels] Width of the element (in pixels). Read more in the online manual
|
XVar | SUBITEM | With this property you have the
opportunity to get informations about the variable which is linked
as "dynamic x position" variable of the element. The informations are provided via subitems: ProjectVar, SymVarName, SymVarTagNr. zElement.DynProperties ("XVar.SymVarName") 'Return the name of the "dynamic x position" variable zElement.DynProperties ("XVar.SymVarTagNr") 'Return the identification of the "dynamic x position" variable |
XVarMax | Double |
Max. variable value Highest variable value for horizontal moving of the element. Read more in the online manual
|
XVarMin | Double |
Min. variable value Lowest variable value for horizontal moving of the element. Read more in the online manual
|
XVarZoom | SUBITEM | With this property you have the
opportunity to get informations about the variable which is linked
as "change width" variable of the element. The informations are provided via subitems: ProjectVar, SymVarName, SymVarTagNr. zElement.DynProperties ("XVarZoom.SymVarName") 'Return the name of the "change width" variable zElement.DynProperties ("XVarZoom.SymVarTagNr") 'Return the identification of the "change width" variable |
XVariable | ZT_VARIABLE_DYN |
Variable Name of the variable for horizontal moving of
the element. Read more in the online manual
|
XViewMax | Long |
Max. movement [pixels] Horizontal position of the element for variable maximum (in pixels). Read more in the online manual
|
XViewMin | Long |
Min. movement [pixels] Horizontal position of the element for variable minimum (in pixels). Read more in the online manual
|
XZoomVarMax | Double |
Max. variable value Highest variable value for zooming the width of the element. Read more in the online manual
|
XZoomVarMin | Double |
Min. variable value Lowest variable value for zooming the width of the element. Read more in the online manual
|
XZoomVariable | ZT_VARIABLE_DYN |
Variable Name of the variable for zooming the width of
the element. Read more in the online manual
|
XZoomViewMax | Long |
Max. width [%] Zoom factor of the width of the element for variable maximum (in %). Read more in the online manual
|
XZoomViewMin | Long |
Min. width [%] Zoom factor of the width of the element for variable minimum (in %). Read more in the online manual
|
YVar | SUBITEM | With this property you have the
opportunity to get informations about the variable which is linked
as "dynamic y position" variable of the element. The informations are provided via subitems: ProjectVar, SymVarName, SymVarTagNr. zElement.DynProperties ("YVar.SymVarName") 'Return the name of the "dynamic y position" variable zElement.DynProperties ("YVar.SymVarTagNr") 'Return the identification of the "dynamic y position" variable |
YVarMax | Double |
Max. variable value Highest variable value for vertical moving of the element. Read more in the online manual
|
YVarMin | Double |
Min. variable value Lowest variable value for vertical moving of the element. Read more in the online manual
|
YVarZoom | SUBITEM | With this property you have the
opportunity to get informations about the variable which is linked
as "change height" variable of the element. The informations are provided via subitems: ProjectVar, SymVarName, SymVarTagNr. zElement.DynProperties ("YVarZoom.SymVarName") 'Return the name of the "change height" variable zElement.DynProperties ("YVarZoom.SymVarTagNr") 'Return the identification of the "change height" variable |
YVariable | ZT_VARIABLE_DYN |
Variable Name of the variable for vertical moving of the
element. Read more in the online manual
|
YViewMax | Long |
Max. movement [pixels] Vertical position of the element for variable maximum (in pixels). Read more in the online manual
|
YViewMin | Long |
Min. movement [pixels] Vertical position of the element for variable minimum (in pixels). Read more in the online manual
|
YZoomVarMax | Double |
Max. variable value Highest variable value for zooming the height of the element. Read more in the online manual
|
YZoomVarMin | Double |
Min. variable value Lowest variable value for zooming the height of the element. Read more in the online manual
|
YZoomVariable | ZT_VARIABLE_DYN |
Variable Name of the variable for zooming the height of
the element. Read more in the online manual
|
YZoomViewMax | Long |
Max. height [%] Zoom factor of the height of the element for variable maximum (in %). Read more in the online manual
|
YZoomViewMin | Long |
Min. height [%] Zoom factor of the height of the element for variable minimum (in %). Read more in the online manual
|
ZoomMax | Long |
Visible to Highest zoom step in which the element should
be visible in the worldview. Read more in the online manual
|
ZoomMin | Long |
Visible from Lowest zoom step in which the element should be
visible in the worldview. Read more in the online manual
|
Name | Type | Description |
---|---|---|
ALCMSecuredSupply | Long | If the element is connected to multiple
active sources, you can define the display type here. This function is only available in the Energy Edition of the control system. Automatic Line Coloring (ALC) must be activated. Display secured supply: double width: the width of the element is doubled. double brightness: the brightness of the element is doubled. normal: The element is displayed in the color of the source and with the configured width Default: normal |
ALCMultiSource | Long |
display multiple supplies If the element is connected to multiple active
sources, you can define the display type here. Read more in the online manual
|
ALCPrecedence | Long |
Priority for display If the element is connected to multiple active
sources, you can definethe display type here. Read more in the online manual
|
ALCUseColor | Boolean |
Color from ALC Only available, if
Automatic Line Coloring (ALC) is licensed: Read more in the online manual
|
Align | Long |
Alignment Direction of color shift. Read more in the online manual
|
BackColor | ZT_COLOR |
Filling color Filling resp. background color of the element. Read more in the online manual
|
BackColorVariable | ZT_VARIABLE_DYN |
Background/filling color Name of the variable, whose limit colors should
influence the background/filling color of the element. Read more in the online manual
|
BkClVariable | SUBITEM | With this property you have the
opportunity to get informations about the variable which is linked
as "background/filling color" variable of the element. The informations are provided via subitems: ProjectVar, SymVarName, SymVarTagNr. zElement.DynProperties ("BkClVariable.SymVarName") 'Return the name of the "background/filling color" variable zElement.DynProperties ("BkClVariable.SymVarTagNr") 'Return the identification of the "background/filling color" variable |
BlinkVariable | ZT_VARIABLE_DYN |
Take over flashing from limit Variable, from whose limit(s) the blinking
should be used for the element. Read more in the online manual
|
Brightness | Boolean |
With brightness values Active: The
brightness of the color gradient can be freely defined. Read more in the online manual
|
EnablePunchFrame | Boolean |
Show border A frame around the element can be
displayed. Read more in the online manual
|
EndX | Long |
End point X [pixels] X coordinate of the lower right corner of the element (in pixels). Read more in the online manual
|
EndY | Long |
End point Y [pixels] Y coordinate of the lower right corner of the element (in pixels). Read more in the online manual
|
FillPattern | ZT_IMAGELIST |
Filling pattern Selection of the filling pattern for the element from a list. Read more in the online manual
|
Height | Long |
Height [pixels] Height of the element (in pixels). Read more in the online manual
|
HorizontalOrigin | Long |
Horizontal Horizontal reference point for the activated "Dynamics" function(s). (left, centered, right) Read more in the online manual
|
InnerBrightness | Long |
Brightness inside Only available, if
"With brightness values" is active: Read more in the online manual
|
Layer | Long |
Visibility level Select one of the 16 visibility levels (0 to
15) from the dropdown list. With the help of the tool
barVisibility level you decide
which levels are to be displayed in the Editor. This guarantees
that even complex pictures can be engineered clearly. The levels
can be used individually. The levels have no effect on the
foreground or background information and the display in the
Runtime.
|
LineColor | ZT_COLOR |
Line color Line color of the element. Read more in the online manual
|
LineColorVariable | ZT_VARIABLE_DYN |
Text/line color Name of the variable, whose limit colors should
influence the line/text color of the element. Read more in the online manual
|
LineType | ZT_IMAGELIST |
Line type Selection of the line type for the element from
a list. Read more in the online manual
|
LineWidth | Long |
Line width Line width (in pixels). Read more in the online manual
|
LnClVariable | SUBITEM | With this property you have the
opportunity to get informations about the variable which is linked
as "line/text color" variable of the element. The informations are provided via subitems: ProjectVar, SymVarName, SymVarTagNr. zElement.DynProperties ("LnClVariable.SymVarName") 'Return the name of the "line/text color" variable zElement.DynProperties ("LnClVariable.SymVarTagNr") 'Return the identification of the "line/text color" variable |
Name | String |
Object name Object name, with which the element can be
accessed by VBA macros. Read more in the online manual
|
Offset_H | Long |
Horiz. distance [pixels] Horizontal distance of the end of the truncation from the real corner in pixels. Read more in the online manual
|
Offset_V | Long |
Vertical distance [pixels] Vertical distance of the end of the truncation from the real corner in pixels. Read more in the online manual
|
OuterBrightness | Long |
Brightness outside Only available, if
"With brightness values" is active: Read more in the online manual
|
PunchFrameColor | ZT_COLOR |
Frame color Definition of the frame color. Read more in the online manual
|
PunchFrameOffset | Long |
Distance [pixels] Distance of the frame to the element in pixels. Read more in the online manual
|
PunchFrameWidth | Long |
Line width Definition of the line width of the frame. Read more in the online manual
|
SegEndAngle | Double |
End angle [degrees] End of the opening angle. The opening angle of the segment of a circle is displayed between start angle and end angle. Read more in the online manual
|
SegEndX | Long | |
SegEndY | Long | |
SegStartAngle | Double |
Start angle [degrees] Start of the opening angle. The opening angle of the segment of a circle is displayed between start angle and end angle. Read more in the online manual
|
SegStartX | Long | |
SegStartY | Long | |
Shifted | Long |
Light effect shifted How far should the light effect be shifted from the center of the element. Read more in the online manual
|
StartX | Long |
Start point X [pixels] X coordinate of the upper left corner of the element (in pixels). Read more in the online manual
|
StartY | Long |
Start point Y [pixels] Y coordinate of the upper left corner of the element (in pixels) Read more in the online manual
|
Stationname | String |
Name for object list Element is entered into the object list of the world view with the text entered here. Read more in the online manual
|
TwistVar | SUBITEM | With this property you have the
opportunity to get informations about the variable which is linked
as "rotate" variable of the element. The informations are provided via subitems: ProjectVar, SymVarName, SymVarTagNr. zElement.DynProperties ("TwistVar.SymVarName") 'Return the name of the "rotate" variable zElement.DynProperties ("TwistVar.SymVarTagNr") 'Return the identification of the "rotate" variable |
TwistVarMax | Double |
Max. variable value Highest variable value for rotating the element. Read more in the online manual
|
TwistVarMin | Double |
Min. variable value Lowest variable value for rotating the element. Read more in the online manual
|
TwistVariable | ZT_VARIABLE_DYN |
Variable Name of the variable for rotating the
element. Read more in the online manual
|
TwistViewMax | Long |
Max. rotation [°] Rotation angle of the element for variable maximum (in °). Read more in the online manual
|
TwistViewMin | Long |
Min. rotation [°] Rotation angle of the element for variable minimum (in °). Read more in the online manual
|
UseBlinkColor | Boolean |
Blinking color from limit The element does not flash against invisible but against the the color of the violated limit of the selected variable. Read more in the online manual
|
VerticalOrigin | Long |
Vertical Vertical reference point for the activated "Dynamics" function(s). (top, centered, bottom) Read more in the online manual
|
VisVariable | SUBITEM | With this property you have the
opportunity to get informations about the variable which is linked
as "visibility" variable of the element. The informations are provided via subitems: ProjectVar, SymVarName, SymVarTagNr. zElement.DynProperties ("VisVariable.SymVarName") 'Return the name of the "visibility" variable zElement.DynProperties ("VisVariable.SymVarTagNr") 'Return the identification of the "visibility" variable |
VisibilityFrom | Double |
from Only available,
after a variable has been selected and if the visibility is not
taken from the limit: Read more in the online manual
|
VisibilityFromLimit | Boolean |
take from limit Only available,
after a variable has been selected: Read more in the online manual
|
VisibilityTo | Double |
to Only available,
after a variable has been selected and if the visibility is not
taken from the limit: Read more in the online manual
|
VisibilityVariable | ZT_VARIABLE_DYN |
Variable Name of the variable whose value influences the
visibility of the element. The visibility will either be taken from
the limit text properties of this variable or it will be detemined
by the value range defined in the properties from and
to.
|
Width | Long |
Width [pixels] Width of the element (in pixels). Read more in the online manual
|
XVar | SUBITEM | With this property you have the
opportunity to get informations about the variable which is linked
as "dynamic x position" variable of the element. The informations are provided via subitems: ProjectVar, SymVarName, SymVarTagNr. zElement.DynProperties ("XVar.SymVarName") 'Return the name of the "dynamic x position" variable zElement.DynProperties ("XVar.SymVarTagNr") 'Return the identification of the "dynamic x position" variable |
XVarMax | Double |
Max. variable value Highest variable value for horizontal moving of the element. Read more in the online manual
|
XVarMin | Double |
Min. variable value Lowest variable value for horizontal moving of the element. Read more in the online manual
|
XVarZoom | SUBITEM | With this property you have the
opportunity to get informations about the variable which is linked
as "change width" variable of the element. The informations are provided via subitems: ProjectVar, SymVarName, SymVarTagNr. zElement.DynProperties ("XVarZoom.SymVarName") 'Return the name of the "change width" variable zElement.DynProperties ("XVarZoom.SymVarTagNr") 'Return the identification of the "change width" variable |
XVariable | ZT_VARIABLE_DYN |
Variable Name of the variable for horizontal moving of
the element. Read more in the online manual
|
XViewMax | Long |
Max. movement [pixels] Horizontal position of the element for variable maximum (in pixels). Read more in the online manual
|
XViewMin | Long |
Min. movement [pixels] Horizontal position of the element for variable minimum (in pixels). Read more in the online manual
|
XZoomVarMax | Double |
Max. variable value Highest variable value for zooming the width of the element. Read more in the online manual
|
XZoomVarMin | Double |
Min. variable value Lowest variable value for zooming the width of the element. Read more in the online manual
|
XZoomVariable | ZT_VARIABLE_DYN |
Variable Name of the variable for zooming the width of
the element. Read more in the online manual
|
XZoomViewMax | Long |
Max. width [%] Zoom factor of the width of the element for variable maximum (in %). Read more in the online manual
|
XZoomViewMin | Long |
Min. width [%] Zoom factor of the width of the element for variable minimum (in %). Read more in the online manual
|
YVar | SUBITEM | With this property you have the
opportunity to get informations about the variable which is linked
as "dynamic y position" variable of the element. The informations are provided via subitems: ProjectVar, SymVarName, SymVarTagNr. zElement.DynProperties ("YVar.SymVarName") 'Return the name of the "dynamic y position" variable zElement.DynProperties ("YVar.SymVarTagNr") 'Return the identification of the "dynamic y position" variable |
YVarMax | Double |
Max. variable value Highest variable value for vertical moving of the element. Read more in the online manual
|
YVarMin | Double |
Min. variable value Lowest variable value for vertical moving of the element. Read more in the online manual
|
YVarZoom | SUBITEM | With this property you have the
opportunity to get informations about the variable which is linked
as "change height" variable of the element. The informations are provided via subitems: ProjectVar, SymVarName, SymVarTagNr. zElement.DynProperties ("YVarZoom.SymVarName") 'Return the name of the "change height" variable zElement.DynProperties ("YVarZoom.SymVarTagNr") 'Return the identification of the "change height" variable |
YVariable | ZT_VARIABLE_DYN |
Variable Name of the variable for vertical moving of the
element. Read more in the online manual
|
YViewMax | Long |
Max. movement [pixels] Vertical position of the element for variable maximum (in pixels). Read more in the online manual
|
YViewMin | Long |
Min. movement [pixels] Vertical position of the element for variable minimum (in pixels). Read more in the online manual
|
YZoomVarMax | Double |
Max. variable value Highest variable value for zooming the height of the element. Read more in the online manual
|
YZoomVarMin | Double |
Min. variable value Lowest variable value for zooming the height of the element. Read more in the online manual
|
YZoomVariable | ZT_VARIABLE_DYN |
Variable Name of the variable for zooming the height of
the element. Read more in the online manual
|
YZoomViewMax | Long |
Max. height [%] Zoom factor of the height of the element for variable maximum (in %). Read more in the online manual
|
YZoomViewMin | Long |
Min. height [%] Zoom factor of the height of the element for variable minimum (in %). Read more in the online manual
|
ZoomMax | Long |
Visible to Highest zoom step in which the element should
be visible in the worldview. Read more in the online manual
|
ZoomMin | Long |
Visible from Lowest zoom step in which the element should be
visible in the worldview. Read more in the online manual
|
Name | Type | Description |
---|---|---|
AbbModus | Boolean |
Image of the selected alarm classes Defines how the class states will be written to the image variable. Active: The
states of the selected alarm classes will be written to the image
variable without gaps. Inactive:
The states of the selected alarm classes will be written to fixed
positions of the image variable.
|
BAGlobal | Boolean |
Global Alarms will be considered system-wide. Inactive: Only alarms of the linked picture will be considered.
|
BAKlassen | ZT_ALARMKLASSE |
Alarm classes Selection of the alarm classes to be displayed. Opens the class selection catalog.
|
BAPriorität | Boolean |
Priority Priorization of the alarm classes.
Inactive: all selected classes will be displayed (side by side).
|
BAProjekt | Long |
Project Selection of a single project or of all projects. Only available if Global is active. Used for multi-hierarchic projects.
|
BAUnsichtbar | Boolean |
Invisible The element will not be displayed during Runtime Active: The element will be hidden during
Runtime. Inactive: The element will be displayed as a button.
|
BackColor | ZT_COLOR |
Background color Define the background color of the element. By clicking on the button, you open the palette of the pre-defined colors. Or enter the color as hex code (RGB) manually in the field. The background color can be changed dynamically with the help of the property Background/filling color. As color for a newly created element the color which was used for the previous element of the same type is used.
|
BackColorVariable | ZT_VARIABLE_DYN |
Background/filling color Name of the variable, whose limit colors should
influence the background/filling color of the element. Read more in the online manual
|
BkClVariable | SUBITEM | With this property you have the
opportunity to get informations about the variable which is linked
as "background/filling color" variable of the element. The informations are provided via subitems: ProjectVar, SymVarName, SymVarTagNr. zElement.DynProperties ("BkClVariable.SymVarName") 'Return the name of the "background/filling color" variable zElement.DynProperties ("BkClVariable.SymVarTagNr") 'Return the identification of the "background/filling color" variable |
BlinkVariable | ZT_VARIABLE_DYN |
Take over flashing from limit Variable, from whose limit(s) the blinking
should be used for the element. Read more in the online manual
|
BtnStyleBorder | Long |
Button shape Shape of the button. Read more in the online manual
|
BtnStyleFill | Long |
Button filling Filling of the button:bright: Dark from bottom to center, then
brightness gradient from bright to dark. Read more in the online manual
|
BtnStyleInvert | Boolean |
Invert color gradient Only available, if
the button filling is not monochrome. Read more in the online manual
|
DownText | String |
Text when pressed Text on the button, that should be displayed, while the button is pressed. Read more in the online manual
|
DragBegin | ZT_VBAMAKRO |
DragBegin VBA macro that should be executed, when dragging begins. Read more in the online manual
|
DragDrop | ZT_VBAMAKRO |
DragDrop VBA macro that should be executed, when the mouse button is released. Read more in the online manual
|
DragOver | ZT_VBAMAKRO |
DragOver VBA macro that should be executed, when the cursor is moved over the element, while the left button is pressed down. Read more in the online manual
|
Draw | ZT_VBAMAKRO |
Draw VBA macro that should be executed, when the element is redrawn. Read more in the online manual
|
EnablePunchFrame | Boolean |
Show border A frame around the element can be
displayed. Read more in the online manual
|
EndX | Long |
End point X [pixels] X coordinate of the lower right corner of the element (in pixels). Read more in the online manual
|
EndY | Long |
End point Y [pixels] Y coordinate of the lower right corner of the element (in pixels). Read more in the online manual
|
Font | ZT_SCHRIFT |
Font Selection of the font for the text of the element. Read more in the online manual
|
Function | ZT_FUNCTION_DYN |
Function Name of the linked function. Only In addition to the standard feature
Picture switch , the picture whose
alarm states are supposed to be displayed will be determined by the
linked function.
|
Height | Long |
Height [pixels] Height of the element (in pixels). Read more in the online manual
|
HelpCapture | String |
Help chapter Help chapter that should be displayed for this
element in combination with a context menu. Name of the original
HTML page.
|
Helpfile | ZT_FILE |
Help file Help file (*.chm) to be used for this element
in combination with a context menu. Read more in the online manual
|
HorizontalAlign | Long |
Alignment horizontal Horizontal alignment of the text in the element for the display (centered, left, right). Read more in the online manual
|
HorizontalOrigin | Long |
Horizontal Horizontal reference point for the activated "Dynamics" function(s). (left, centered, right) Read more in the online manual
|
Init | ZT_VBAMAKRO |
Init VBA macro that should be executed on initialising the element. Read more in the online manual
|
KillFocus | ZT_VBAMAKRO |
KillFocus VBA macro that should be executed, when the element loses the focus. Read more in the online manual
|
Layer | Long |
Visibility level Select one of the 16 visibility levels (0 to
15) from the dropdown list. With the help of the tool
barVisibility level you decide
which levels are to be displayed in the Editor. This guarantees
that even complex pictures can be engineered clearly. The levels
can be used individually. The levels have no effect on the
foreground or background information and the display in the
Runtime.
|
LeftClickDown | ZT_VBAMAKRO |
LeftClickDown VBA macro that should be executed on pressing the left mouse button. Read more in the online manual
|
LeftClickUp | ZT_VBAMAKRO |
LeftClickUp VBA macro that should be executed on releasing the left mouse button. Read more in the online manual
|
LeftDClick | ZT_VBAMAKRO |
LeftDoubleClick VBA macro that should be executed on doubleclicking the left mouse button. Read more in the online manual
|
LineColorVariable | ZT_VARIABLE_DYN |
Text/line color Name of the variable, whose limit colors should
influence the line/text color of the element. Read more in the online manual
|
LnClVariable | SUBITEM | With this property you have the
opportunity to get informations about the variable which is linked
as "line/text color" variable of the element. The informations are provided via subitems: ProjectVar, SymVarName, SymVarTagNr. zElement.DynProperties ("LnClVariable.SymVarName") 'Return the name of the "line/text color" variable zElement.DynProperties ("LnClVariable.SymVarTagNr") 'Return the identification of the "line/text color" variable |
Locking | Long |
Interlocking Link of an existing interlocking to this
element. Read more in the online manual
|
Menu | String |
Menu Context menu for the element. Read more in the online manual
|
MouseOver | ZT_VBAMAKRO |
MouseOver VBA macro that should be executed, when the cursor is moved over the element. Read more in the online manual
|
Name | String |
Object name Object name, with which the element can be
accessed by VBA macros. Read more in the online manual
|
Offset | Long |
First alarm class to be displayed Starting with this class, the class states will be written to the image variable.
|
Passwordlevel | Long |
Authorization group Password level for the setting of values or
executing of functions with the selected dynamic element. Read more in the online manual
|
PunchFrameColor | ZT_COLOR |
Frame color Definition of the frame color. Read more in the online manual
|
PunchFrameOffset | Long |
Distance [pixels] Distance of the frame to the element in pixels. Read more in the online manual
|
PunchFrameWidth | Long |
Line width Definition of the line width of the frame. Read more in the online manual
|
RightClickDown | ZT_VBAMAKRO |
RightClickDown VBA macro that should be executed on pressing the right mouse button. Read more in the online manual
|
RightClickUp | ZT_VBAMAKRO |
RightClickUp VBA macro that should be executed on releasing the right mouse button. Read more in the online manual
|
RightDClick | ZT_VBAMAKRO |
RightDoubleClick VBA macro that should be executed on doubleclicking the right mouse button. Read more in the online manual
|
SetFocus | ZT_VBAMAKRO |
SetFocus VBA macro that should be executed, when the element gets the focus. Read more in the online manual
|
SetValueDynMax | ZT_VARIABLE_DYN |
Maximum Only available, if
"Get set value limits from variable" is not active: Read more in the online manual
|
SetValueDynMin | ZT_VARIABLE_DYN |
Minimum Only available, if
"Get set value limits from variable" is not active: Read more in the online manual
|
ShortCut | ZT_SHORTCUT |
Key combination The assignment of the key combination is made by directly entering the key combination. Read more in the online manual
|
StartX | Long |
Start point X [pixels] X coordinate of the upper left corner of the element (in pixels). Read more in the online manual
|
StartY | Long |
Start point Y [pixels] Y coordinate of the upper left corner of the element (in pixels) Read more in the online manual
|
Stationname | String |
Name for object list Element is entered into the object list of the world view with the text entered here. Read more in the online manual
|
Tab | Boolean |
Accessible via keyboard Active: The
dynamic element is available for keyboard operation. Read more in the online manual
|
Text1 | String |
Text line 1 Button text for the first line. Read more in the online manual
|
Text2 | String |
Text line 2 Button text for the second line. Read more in the online manual
|
TextColor | ZT_COLOR |
Text color Text color of the element. Read more in the online manual
|
ThreeDimensional | Boolean |
3D Active: The
element is displayed threedimensionally.
|
Tooltip | String |
Tooltip Text, which should be displayed as a tooltip
for the element in the Runtime. A tooltip is automatically
displayed in the Runtime, when the mouse cursor stands still on the
element for while. New lines can be indicated with \n. Read more in the online manual
|
TwistVar | SUBITEM | With this property you have the
opportunity to get informations about the variable which is linked
as "rotate" variable of the element. The informations are provided via subitems: ProjectVar, SymVarName, SymVarTagNr. zElement.DynProperties ("TwistVar.SymVarName") 'Return the name of the "rotate" variable zElement.DynProperties ("TwistVar.SymVarTagNr") 'Return the identification of the "rotate" variable |
TwistVarMax | Double |
Max. variable value Highest variable value for rotating the element. Read more in the online manual
|
TwistVarMin | Double |
Min. variable value Lowest variable value for rotating the element. Read more in the online manual
|
TwistVariable | ZT_VARIABLE_DYN |
Variable Name of the variable for rotating the
element. Read more in the online manual
|
TwistViewMax | Long |
Max. rotation [°] Rotation angle of the element for variable maximum (in °). Read more in the online manual
|
TwistViewMin | Long |
Min. rotation [°] Rotation angle of the element for variable minimum (in °). Read more in the online manual
|
UnderCE | Boolean |
Visible under WinCE Controls the visibility of elements in pictures under Windows CE. Projects which are used under CE and on the PC can be created more flexible; the user handling is improved. For example buttons can be made invisible which lead to pictures which cannot be displayed under CE (e.g. IPA). Active: The picture/element is also visible under Windows CE. Default: Active
|
UseBlinkColor | Boolean |
Blinking color from limit The element does not flash against invisible but against the the color of the violated limit of the selected variable. Read more in the online manual
|
Variable | ZT_VARIABLE_DYN |
Variable Only available for
buttons that are used as switches: Only Meaning in SICAM 230: Lower bit: Alarm active/inactive Higher bit: Alarm acknowledged/not acknowledged
|
VerticalAlign | Long |
Alignment vertical Vertical alignment of the text in the element for the display (centered, top, bottom). Read more in the online manual
|
VerticalOrigin | Long |
Vertical Vertical reference point for the activated "Dynamics" function(s). (top, centered, bottom) Read more in the online manual
|
VisVariable | SUBITEM | With this property you have the
opportunity to get informations about the variable which is linked
as "visibility" variable of the element. The informations are provided via subitems: ProjectVar, SymVarName, SymVarTagNr. zElement.DynProperties ("VisVariable.SymVarName") 'Return the name of the "visibility" variable zElement.DynProperties ("VisVariable.SymVarTagNr") 'Return the identification of the "visibility" variable |
VisibilityFrom | Double |
from Only available,
after a variable has been selected and if the visibility is not
taken from the limit: Read more in the online manual
|
VisibilityFromLimit | Boolean |
take from limit Only available,
after a variable has been selected: Read more in the online manual
|
VisibilityTo | Double |
to Only available,
after a variable has been selected and if the visibility is not
taken from the limit: Read more in the online manual
|
VisibilityVariable | ZT_VARIABLE_DYN |
Variable Name of the variable whose value influences the
visibility of the element. The visibility will either be taken from
the limit text properties of this variable or it will be detemined
by the value range defined in the properties from and
to.
|
Width | Long |
Width [pixels] Width of the element (in pixels). Read more in the online manual
|
Wordbreak | Boolean |
Word wrap Active:
Automatic word wrap is used for the text in the element. Read more in the online manual
|
XVar | SUBITEM | With this property you have the
opportunity to get informations about the variable which is linked
as "dynamic x position" variable of the element. The informations are provided via subitems: ProjectVar, SymVarName, SymVarTagNr. zElement.DynProperties ("XVar.SymVarName") 'Return the name of the "dynamic x position" variable zElement.DynProperties ("XVar.SymVarTagNr") 'Return the identification of the "dynamic x position" variable |
XVarMax | Double |
Max. variable value Highest variable value for horizontal moving of the element. Read more in the online manual
|
XVarMin | Double |
Min. variable value Lowest variable value for horizontal moving of the element. Read more in the online manual
|
XVarZoom | SUBITEM | With this property you have the
opportunity to get informations about the variable which is linked
as "change width" variable of the element. The informations are provided via subitems: ProjectVar, SymVarName, SymVarTagNr. zElement.DynProperties ("XVarZoom.SymVarName") 'Return the name of the "change width" variable zElement.DynProperties ("XVarZoom.SymVarTagNr") 'Return the identification of the "change width" variable |
XVariable | ZT_VARIABLE_DYN |
Variable Name of the variable for horizontal moving of
the element. Read more in the online manual
|
XViewMax | Long |
Max. movement [pixels] Horizontal position of the element for variable maximum (in pixels). Read more in the online manual
|
XViewMin | Long |
Min. movement [pixels] Horizontal position of the element for variable minimum (in pixels). Read more in the online manual
|
XZoomVarMax | Double |
Max. variable value Highest variable value for zooming the width of the element. Read more in the online manual
|
XZoomVarMin | Double |
Min. variable value Lowest variable value for zooming the width of the element. Read more in the online manual
|
XZoomVariable | ZT_VARIABLE_DYN |
Variable Name of the variable for zooming the width of
the element. Read more in the online manual
|
XZoomViewMax | Long |
Max. width [%] Zoom factor of the width of the element for variable maximum (in %). Read more in the online manual
|
XZoomViewMin | Long |
Min. width [%] Zoom factor of the width of the element for variable minimum (in %). Read more in the online manual
|
YVar | SUBITEM | With this property you have the
opportunity to get informations about the variable which is linked
as "dynamic y position" variable of the element. The informations are provided via subitems: ProjectVar, SymVarName, SymVarTagNr. zElement.DynProperties ("YVar.SymVarName") 'Return the name of the "dynamic y position" variable zElement.DynProperties ("YVar.SymVarTagNr") 'Return the identification of the "dynamic y position" variable |
YVarMax | Double |
Max. variable value Highest variable value for vertical moving of the element. Read more in the online manual
|
YVarMin | Double |
Min. variable value Lowest variable value for vertical moving of the element. Read more in the online manual
|
YVarZoom | SUBITEM | With this property you have the
opportunity to get informations about the variable which is linked
as "change height" variable of the element. The informations are provided via subitems: ProjectVar, SymVarName, SymVarTagNr. zElement.DynProperties ("YVarZoom.SymVarName") 'Return the name of the "change height" variable zElement.DynProperties ("YVarZoom.SymVarTagNr") 'Return the identification of the "change height" variable |
YVariable | ZT_VARIABLE_DYN |
Variable Name of the variable for vertical moving of the
element. Read more in the online manual
|
YViewMax | Long |
Max. movement [pixels] Vertical position of the element for variable maximum (in pixels). Read more in the online manual
|
YViewMin | Long |
Min. movement [pixels] Vertical position of the element for variable minimum (in pixels). Read more in the online manual
|
YZoomVarMax | Double |
Max. variable value Highest variable value for zooming the height of the element. Read more in the online manual
|
YZoomVarMin | Double |
Min. variable value Lowest variable value for zooming the height of the element. Read more in the online manual
|
YZoomVariable | ZT_VARIABLE_DYN |
Variable Name of the variable for zooming the height of
the element. Read more in the online manual
|
YZoomViewMax | Long |
Max. height [%] Zoom factor of the height of the element for variable maximum (in %). Read more in the online manual
|
YZoomViewMin | Long |
Min. height [%] Zoom factor of the height of the element for variable minimum (in %). Read more in the online manual
|
ZoomMax | Long |
Visible to Highest zoom step in which the element should
be visible in the worldview. Read more in the online manual
|
ZoomMin | Long |
Visible from Lowest zoom step in which the element should be
visible in the worldview. Read more in the online manual
|
Name | Type | Description |
---|---|---|
Absolute | Boolean |
Absolute amount Active:
Display the value of the variable without sign (-200 = 200). Read more in the online manual
|
BackColor | ZT_COLOR |
Background color Define the background color of the element. By clicking on the button, you open the palette of the pre-defined colors. Or enter the color as hex code (RGB) manually in the field. The background color can be changed dynamically with the help of the property Background/filling color. As color for a newly created element the color which was used for the previous element of the same type is used.
|
BackColorVariable | ZT_VARIABLE_DYN |
Background/filling color Name of the variable, whose limit colors should
influence the background/filling color of the element. Read more in the online manual
|
BkClVariable | SUBITEM | With this property you have the
opportunity to get informations about the variable which is linked
as "background/filling color" variable of the element. The informations are provided via subitems: ProjectVar, SymVarName, SymVarTagNr. zElement.DynProperties ("BkClVariable.SymVarName") 'Return the name of the "background/filling color" variable zElement.DynProperties ("BkClVariable.SymVarTagNr") 'Return the identification of the "background/filling color" variable |
BlinkVariable | ZT_VARIABLE_DYN |
Take over flashing from limit Variable, from whose limit(s) the blinking
should be used for the element. Read more in the online manual
|
Direction | Long |
Direction Direction of the bar. Read more in the online manual
|
DragBegin | ZT_VBAMAKRO |
DragBegin VBA macro that should be executed, when dragging begins. Read more in the online manual
|
DragDrop | ZT_VBAMAKRO |
DragDrop VBA macro that should be executed, when the mouse button is released. Read more in the online manual
|
DragOver | ZT_VBAMAKRO |
DragOver VBA macro that should be executed, when the cursor is moved over the element, while the left button is pressed down. Read more in the online manual
|
Draw | ZT_VBAMAKRO |
Draw VBA macro that should be executed, when the element is redrawn. Read more in the online manual
|
DynEleVar | SUBITEM | With this property you have the
opportunity to get informations about the variable (projected via
"Variable assignment" in the ActiveX selection dialog) which is
linked at an ActiveX element. The informations are provided via subitems: ProjectVar, SymVarName, SymVarTagNr. zElement.DynProperties ("DynEleVar.SymVarName") 'Return the name of the variable which is assigned to the ActiveX zElement.DynProperties ("DynEleVar.SymVarTagNr") 'Return the identification of the variable which is assigned to the ActiveX |
DynMaxVar | ZT_VARIABLE_DYN |
Maximum Variable that defines the maximum of the display range in the Runtime. Read more in the online manual
|
DynMinVar | ZT_VARIABLE_DYN |
Minimum Variable that defines the minimum of the display range in the Runtime. Read more in the online manual
|
EnablePunchFrame | Boolean |
Show border A frame around the element can be
displayed. Read more in the online manual
|
EndX | Long |
End point X [pixels] X coordinate of the lower right corner of the element (in pixels). Read more in the online manual
|
EndY | Long |
End point Y [pixels] Y coordinate of the lower right corner of the element (in pixels). Read more in the online manual
|
Explicit | Boolean |
Explicit Only available, if
the display as a ribbon or as an arc of circle is
active: Read more in the online manual
|
Font | ZT_SCHRIFT |
Font Selection of the font for the text of the element. Read more in the online manual
|
Frame | Long |
Border type A border for the display can be selected from a list of defined borders. Read more in the online manual
|
FromZero | Boolean |
From zero Only effects the display of signed values: Read more in the online manual
|
HWDirect | Boolean |
without dialog Active: The
value is sent to the hardware without a possibility to be changed
in the Runtime. Read more in the online manual
|
Height | Long |
Height [pixels] Height of the element (in pixels). Read more in the online manual
|
HelpCapture | String |
Help chapter Help chapter that should be displayed for this
element in combination with a context menu. Name of the original
HTML page.
|
Helpfile | ZT_FILE |
Help file Help file (*.chm) to be used for this element
in combination with a context menu. Read more in the online manual
|
HorizontalOrigin | Long |
Horizontal Horizontal reference point for the activated "Dynamics" function(s). (left, centered, right) Read more in the online manual
|
Init | ZT_VBAMAKRO |
Init VBA macro that should be executed on initialising the element. Read more in the online manual
|
IsSetValue | Boolean |
Setting values active Active:
Setting of variables for this dynamic element is allowed. Read more in the online manual
|
KbdName | ZT_PICTURE |
Keyboard picture Name of the linked keyboard picture. Read more in the online manual
|
KbdUsage | Boolean |
Use keyboard picture On selecting the element in the Runtime the
keyboard is opened. Read more in the online manual
|
KillFocus | ZT_VBAMAKRO |
KillFocus VBA macro that should be executed, when the element loses the focus. Read more in the online manual
|
Layer | Long |
Visibility level Select one of the 16 visibility levels (0 to
15) from the dropdown list. With the help of the tool
barVisibility level you decide
which levels are to be displayed in the Editor. This guarantees
that even complex pictures can be engineered clearly. The levels
can be used individually. The levels have no effect on the
foreground or background information and the display in the
Runtime.
|
LeftClickDown | ZT_VBAMAKRO |
LeftClickDown VBA macro that should be executed on pressing the left mouse button. Read more in the online manual
|
LeftClickUp | ZT_VBAMAKRO |
LeftClickUp VBA macro that should be executed on releasing the left mouse button. Read more in the online manual
|
LeftDClick | ZT_VBAMAKRO |
LeftDoubleClick VBA macro that should be executed on doubleclicking the left mouse button. Read more in the online manual
|
LimitFromVar | Boolean |
Take set value limits from variable Active: The
limits for set value actions are not set via "Minimum" and
"Maximum" but are directly taken from the variable definition. Read more in the online manual
|
LineColorVariable | ZT_VARIABLE_DYN |
Text/line color Name of the variable, whose limit colors should
influence the line/text color of the element. Read more in the online manual
|
LnClVariable | SUBITEM | With this property you have the
opportunity to get informations about the variable which is linked
as "line/text color" variable of the element. The informations are provided via subitems: ProjectVar, SymVarName, SymVarTagNr. zElement.DynProperties ("LnClVariable.SymVarName") 'Return the name of the "line/text color" variable zElement.DynProperties ("LnClVariable.SymVarTagNr") 'Return the identification of the "line/text color" variable |
Locking | Long |
Interlocking Link of an existing interlocking to this
element. Read more in the online manual
|
LockingName | String | With this property you have the
opportunity to assign an interlocking via its name.
zElement.DynProperties("LockingName") = "Interlocking 1" |
Max | Double |
Maximum Only available, if
"Get set value limits from variable" not active: Read more in the online manual
|
Menu | String |
Menu Context menu for the element. Read more in the online manual
|
Min | Double |
Minimum Only available, if
"Get set value limits from variable" is not active: Read more in the online manual
|
MouseOver | ZT_VBAMAKRO |
MouseOver VBA macro that should be executed, when the cursor is moved over the element. Read more in the online manual
|
Name | String |
Object name Object name, with which the element can be
accessed by VBA macros. Read more in the online manual
|
Passwordlevel | Long |
Authorization group Password level for the setting of values or
executing of functions with the selected dynamic element. Read more in the online manual
|
Preset | Boolean |
propose current value Active: The
current value of the variable is proposed as set value. Read more in the online manual
|
PunchFrameColor | ZT_COLOR |
Frame color Definition of the frame color. Read more in the online manual
|
PunchFrameOffset | Long |
Distance [pixels] Distance of the frame to the element in pixels. Read more in the online manual
|
PunchFrameWidth | Long |
Line width Definition of the line width of the frame. Read more in the online manual
|
RightClickDown | ZT_VBAMAKRO |
RightClickDown VBA macro that should be executed on pressing the right mouse button. Read more in the online manual
|
RightClickUp | ZT_VBAMAKRO |
RightClickUp VBA macro that should be executed on releasing the right mouse button. Read more in the online manual
|
RightDClick | ZT_VBAMAKRO |
RightDoubleClick VBA macro that should be executed on doubleclicking the right mouse button. Read more in the online manual
|
SetFocus | ZT_VBAMAKRO |
SetFocus VBA macro that should be executed, when the element gets the focus. Read more in the online manual
|
SetProgram | String |
External program Only available, if
setting values with external program is selected: Read more in the online manual
|
SetValue | Double |
Set value / change by Value to be sent or to be proposed as set
value. Read more in the online manual
|
SetValueDynMax | ZT_VARIABLE_DYN |
Maximum Only available, if
"Get set value limits from variable" is not active: Read more in the online manual
|
SetValueDynMin | ZT_VARIABLE_DYN |
Minimum Only available, if
"Get set value limits from variable" is not active: Read more in the online manual
|
SetValueWith | Long |
Set value via Send value with: Read more in the online manual
|
ShowScale | Boolean |
Display scale Active: A
scale is displayed near the element. Read more in the online manual
|
ShowState | Boolean |
Display status of variable Active: The
status of the variable is indicated by a colored square at the top
right corner of the element. Read more in the online manual
|
Signature | Boolean |
Active: Operating the element needs a signature. Attention: Only users that are logged in can sign an action. Signing actions with a temporary login is no longer possible. Inactive: No signature is needed. |
SignatureText | String |
Signature text This text is logged in the Chronologic Event List (CEL) on signing or is proposed as a default in the Runtime, if the signature is defined to be editable in the project properties. Read more in the online manual
|
StartX | Long |
Start point X [pixels] X coordinate of the upper left corner of the element (in pixels). Read more in the online manual
|
StartY | Long |
Start point Y [pixels] Y coordinate of the upper left corner of the element (in pixels) Read more in the online manual
|
Stationname | String |
Name for object list Element is entered into the object list of the world view with the text entered here. Read more in the online manual
|
Tab | Boolean |
Accessible via keyboard Active: The
dynamic element is available for keyboard operation. Read more in the online manual
|
TextColor | ZT_COLOR |
Bar color Color for the bar of the Bar Graph. The selected color is used, as long as no limit of the variable is violated. Read more in the online manual
|
Tooltip | String |
Tooltip Text, which should be displayed as a tooltip
for the element in the Runtime. A tooltip is automatically
displayed in the Runtime, when the mouse cursor stands still on the
element for while. New lines can be indicated with \n. Read more in the online manual
|
Transparent | Boolean |
Transparent Here the background color of the element can be disabled. Read more in the online manual
|
TwistVar | SUBITEM | With this property you have the
opportunity to get informations about the variable which is linked
as "rotate" variable of the element. The informations are provided via subitems: ProjectVar, SymVarName, SymVarTagNr. zElement.DynProperties ("TwistVar.SymVarName") 'Return the name of the "rotate" variable zElement.DynProperties ("TwistVar.SymVarTagNr") 'Return the identification of the "rotate" variable |
TwistVarMax | Double |
Max. variable value Highest variable value for rotating the element. Read more in the online manual
|
TwistVarMin | Double |
Min. variable value Lowest variable value for rotating the element. Read more in the online manual
|
TwistVariable | ZT_VARIABLE_DYN |
Variable Name of the variable for rotating the
element. Read more in the online manual
|
TwistViewMax | Long |
Max. rotation [°] Rotation angle of the element for variable maximum (in °). Read more in the online manual
|
TwistViewMin | Long |
Min. rotation [°] Rotation angle of the element for variable minimum (in °). Read more in the online manual
|
UnderCE | Boolean |
Visible under WinCE Controls the visibility of elements in pictures under Windows CE. Projects which are used under CE and on the PC can be created more flexible; the user handling is improved. For example buttons can be made invisible which lead to pictures which cannot be displayed under CE (e.g. IPA). Active: The picture/element is also visible under Windows CE. Default: Active
|
UseBlinkColor | Boolean |
Blinking color from limit The element does not flash against invisible but against the the color of the violated limit of the selected variable. Read more in the online manual
|
Variable | ZT_VARIABLE_DYN |
Variable Only available for
buttons that are used as switches: Only Meaning in SICAM 230: Lower bit: Alarm active/inactive Higher bit: Alarm acknowledged/not acknowledged
|
VerticalOrigin | Long |
Vertical Vertical reference point for the activated "Dynamics" function(s). (top, centered, bottom) Read more in the online manual
|
ViewMax | Double |
Maximum Highest value of the variable to be displayed in the element. Read more in the online manual
|
ViewMin | Double |
Minimum Lowest value of the variable to be displayed in the element. Read more in the online manual
|
VisVariable | SUBITEM | With this property you have the
opportunity to get informations about the variable which is linked
as "visibility" variable of the element. The informations are provided via subitems: ProjectVar, SymVarName, SymVarTagNr. zElement.DynProperties ("VisVariable.SymVarName") 'Return the name of the "visibility" variable zElement.DynProperties ("VisVariable.SymVarTagNr") 'Return the identification of the "visibility" variable |
VisibilityFrom | Double |
from Only available,
after a variable has been selected and if the visibility is not
taken from the limit: Read more in the online manual
|
VisibilityFromLimit | Boolean |
take from limit Only available,
after a variable has been selected: Read more in the online manual
|
VisibilityTo | Double |
to Only available,
after a variable has been selected and if the visibility is not
taken from the limit: Read more in the online manual
|
VisibilityVariable | ZT_VARIABLE_DYN |
Variable Name of the variable whose value influences the
visibility of the element. The visibility will either be taken from
the limit text properties of this variable or it will be detemined
by the value range defined in the properties from and
to.
|
Width | Long |
Width [pixels] Width of the element (in pixels). Read more in the online manual
|
XVar | SUBITEM | With this property you have the
opportunity to get informations about the variable which is linked
as "dynamic x position" variable of the element. The informations are provided via subitems: ProjectVar, SymVarName, SymVarTagNr. zElement.DynProperties ("XVar.SymVarName") 'Return the name of the "dynamic x position" variable zElement.DynProperties ("XVar.SymVarTagNr") 'Return the identification of the "dynamic x position" variable |
XVarMax | Double |
Max. variable value Highest variable value for horizontal moving of the element. Read more in the online manual
|
XVarMin | Double |
Min. variable value Lowest variable value for horizontal moving of the element. Read more in the online manual
|
XVarZoom | SUBITEM | With this property you have the
opportunity to get informations about the variable which is linked
as "change width" variable of the element. The informations are provided via subitems: ProjectVar, SymVarName, SymVarTagNr. zElement.DynProperties ("XVarZoom.SymVarName") 'Return the name of the "change width" variable zElement.DynProperties ("XVarZoom.SymVarTagNr") 'Return the identification of the "change width" variable |
XVariable | ZT_VARIABLE_DYN |
Variable Name of the variable for horizontal moving of
the element. Read more in the online manual
|
XViewMax | Long |
Max. movement [pixels] Horizontal position of the element for variable maximum (in pixels). Read more in the online manual
|
XViewMin | Long |
Min. movement [pixels] Horizontal position of the element for variable minimum (in pixels). Read more in the online manual
|
XZoomVarMax | Double |
Max. variable value Highest variable value for zooming the width of the element. Read more in the online manual
|
XZoomVarMin | Double |
Min. variable value Lowest variable value for zooming the width of the element. Read more in the online manual
|
XZoomVariable | ZT_VARIABLE_DYN |
Variable Name of the variable for zooming the width of
the element. Read more in the online manual
|
XZoomViewMax | Long |
Max. width [%] Zoom factor of the width of the element for variable maximum (in %). Read more in the online manual
|
XZoomViewMin | Long |
Min. width [%] Zoom factor of the width of the element for variable minimum (in %). Read more in the online manual
|
YVar | SUBITEM | With this property you have the
opportunity to get informations about the variable which is linked
as "dynamic y position" variable of the element. The informations are provided via subitems: ProjectVar, SymVarName, SymVarTagNr. zElement.DynProperties ("YVar.SymVarName") 'Return the name of the "dynamic y position" variable zElement.DynProperties ("YVar.SymVarTagNr") 'Return the identification of the "dynamic y position" variable |
YVarMax | Double |
Max. variable value Highest variable value for vertical moving of the element. Read more in the online manual
|
YVarMin | Double |
Min. variable value Lowest variable value for vertical moving of the element. Read more in the online manual
|
YVarZoom | SUBITEM | With this property you have the
opportunity to get informations about the variable which is linked
as "change height" variable of the element. The informations are provided via subitems: ProjectVar, SymVarName, SymVarTagNr. zElement.DynProperties ("YVarZoom.SymVarName") 'Return the name of the "change height" variable zElement.DynProperties ("YVarZoom.SymVarTagNr") 'Return the identification of the "change height" variable |
YVariable | ZT_VARIABLE_DYN |
Variable Name of the variable for vertical moving of the
element. Read more in the online manual
|
YViewMax | Long |
Max. movement [pixels] Vertical position of the element for variable maximum (in pixels). Read more in the online manual
|
YViewMin | Long |
Min. movement [pixels] Vertical position of the element for variable minimum (in pixels). Read more in the online manual
|
YZoomVarMax | Double |
Max. variable value Highest variable value for zooming the height of the element. Read more in the online manual
|
YZoomVarMin | Double |
Min. variable value Lowest variable value for zooming the height of the element. Read more in the online manual
|
YZoomVariable | ZT_VARIABLE_DYN |
Variable Name of the variable for zooming the height of
the element. Read more in the online manual
|
YZoomViewMax | Long |
Max. height [%] Zoom factor of the height of the element for variable maximum (in %). Read more in the online manual
|
YZoomViewMin | Long |
Min. height [%] Zoom factor of the height of the element for variable minimum (in %). Read more in the online manual
|
ZoomMax | Long |
Visible to Highest zoom step in which the element should
be visible in the worldview. Read more in the online manual
|
ZoomMin | Long |
Visible from Lowest zoom step in which the element should be
visible in the worldview. Read more in the online manual
|
Name | Type | Description |
---|---|---|
Action | SUBITEM |
Action Properties for command actions
|
AlwaysSelectable | Boolean |
always available Active: Command selection directly via left mouse click. Inactive: Command selection is only possible
after a previous selection function (Functions
->Application ->Command activation) Create a new command action via right mouse click -> Action new. Attention: only available in the left window in the dialog view.
|
BackColorVariable | ZT_VARIABLE_DYN |
Background/filling color Name of the variable, whose limit colors should
influence the background/filling color of the element. Read more in the online manual
|
BkClVariable | SUBITEM | With this property you have the
opportunity to get informations about the variable which is linked
as "background/filling color" variable of the element. The informations are provided via subitems: ProjectVar, SymVarName, SymVarTagNr. zElement.DynProperties ("BkClVariable.SymVarName") 'Return the name of the "background/filling color" variable zElement.DynProperties ("BkClVariable.SymVarTagNr") 'Return the identification of the "background/filling color" variable |
BlinkVariable | ZT_VARIABLE_DYN |
Take over flashing from limit Variable, from whose limit(s) the blinking
should be used for the element. Read more in the online manual
|
DragBegin | ZT_VBAMAKRO |
DragBegin VBA macro that should be executed, when dragging begins. Read more in the online manual
|
DragDrop | ZT_VBAMAKRO |
DragDrop VBA macro that should be executed, when the mouse button is released. Read more in the online manual
|
DragOver | ZT_VBAMAKRO |
DragOver VBA macro that should be executed, when the cursor is moved over the element, while the left button is pressed down. Read more in the online manual
|
Draw | ZT_VBAMAKRO |
Draw VBA macro that should be executed, when the element is redrawn. Read more in the online manual
|
EnablePunchFrame | Boolean |
Show border A frame around the element can be
displayed. Read more in the online manual
|
EndX | Long |
End point X [pixels] X coordinate of the lower right corner of the element (in pixels). Read more in the online manual
|
EndY | Long |
End point Y [pixels] Y coordinate of the lower right corner of the element (in pixels). Read more in the online manual
|
Height | Long |
Height [pixels] Height of the element (in pixels). Read more in the online manual
|
HelpCapture | String |
Help chapter Help chapter that should be displayed for this
element in combination with a context menu. Name of the original
HTML page.
|
Helpfile | ZT_FILE |
Help file Help file (*.chm) to be used for this element
in combination with a context menu. Read more in the online manual
|
HorizontalOrigin | Long |
Horizontal Horizontal reference point for the activated "Dynamics" function(s). (left, centered, right) Read more in the online manual
|
Init | ZT_VBAMAKRO |
Init VBA macro that should be executed on initialising the element. Read more in the online manual
|
KillFocus | ZT_VBAMAKRO |
KillFocus VBA macro that should be executed, when the element loses the focus. Read more in the online manual
|
Layer | Long |
Visibility level Select one of the 16 visibility levels (0 to
15) from the dropdown list. With the help of the tool
barVisibility level you decide
which levels are to be displayed in the Editor. This guarantees
that even complex pictures can be engineered clearly. The levels
can be used individually. The levels have no effect on the
foreground or background information and the display in the
Runtime.
|
LeftClickDown | ZT_VBAMAKRO |
LeftClickDown VBA macro that should be executed on pressing the left mouse button. Read more in the online manual
|
LeftClickUp | ZT_VBAMAKRO |
LeftClickUp VBA macro that should be executed on releasing the left mouse button. Read more in the online manual
|
LeftDClick | ZT_VBAMAKRO |
LeftDoubleClick VBA macro that should be executed on doubleclicking the left mouse button. Read more in the online manual
|
LineColorVariable | ZT_VARIABLE_DYN |
Text/line color Name of the variable, whose limit colors should
influence the line/text color of the element. Read more in the online manual
|
LnClVariable | SUBITEM | With this property you have the
opportunity to get informations about the variable which is linked
as "line/text color" variable of the element. The informations are provided via subitems: ProjectVar, SymVarName, SymVarTagNr. zElement.DynProperties ("LnClVariable.SymVarName") 'Return the name of the "line/text color" variable zElement.DynProperties ("LnClVariable.SymVarTagNr") 'Return the identification of the "line/text color" variable |
Menu | String |
Menu Context menu for the element. Read more in the online manual
|
MouseOver | ZT_VBAMAKRO |
MouseOver VBA macro that should be executed, when the cursor is moved over the element. Read more in the online manual
|
Name | String |
Object name Object name, with which the element can be
accessed by VBA macros. Read more in the online manual
|
PunchFrameColor | ZT_COLOR |
Frame color Definition of the frame color. Read more in the online manual
|
PunchFrameOffset | Long |
Distance [pixels] Distance of the frame to the element in pixels. Read more in the online manual
|
PunchFrameWidth | Long |
Line width Definition of the line width of the frame. Read more in the online manual
|
RightClickDown | ZT_VBAMAKRO |
RightClickDown VBA macro that should be executed on pressing the right mouse button. Read more in the online manual
|
RightClickUp | ZT_VBAMAKRO |
RightClickUp VBA macro that should be executed on releasing the right mouse button. Read more in the online manual
|
RightDClick | ZT_VBAMAKRO |
RightDoubleClick VBA macro that should be executed on doubleclicking the right mouse button. Read more in the online manual
|
SetFocus | ZT_VBAMAKRO |
SetFocus VBA macro that should be executed, when the element gets the focus. Read more in the online manual
|
SetValueDynMax | ZT_VARIABLE_DYN |
Maximum Only available, if
"Get set value limits from variable" is not active: Read more in the online manual
|
SetValueDynMin | ZT_VARIABLE_DYN |
Minimum Only available, if
"Get set value limits from variable" is not active: Read more in the online manual
|
StartX | Long |
Start point X [pixels] X coordinate of the upper left corner of the element (in pixels). Read more in the online manual
|
StartY | Long |
Start point Y [pixels] Y coordinate of the upper left corner of the element (in pixels) Read more in the online manual
|
Stationname | String |
Name for object list Element is entered into the object list of the world view with the text entered here. Read more in the online manual
|
Tab | Boolean |
Accessible via keyboard Active: The
dynamic element is available for keyboard operation. Read more in the online manual
|
Tooltip | String |
Tooltip Text, which should be displayed as a tooltip
for the element in the Runtime. A tooltip is automatically
displayed in the Runtime, when the mouse cursor stands still on the
element for while. New lines can be indicated with \n. Read more in the online manual
|
TwistVar | SUBITEM | With this property you have the
opportunity to get informations about the variable which is linked
as "rotate" variable of the element. The informations are provided via subitems: ProjectVar, SymVarName, SymVarTagNr. zElement.DynProperties ("TwistVar.SymVarName") 'Return the name of the "rotate" variable zElement.DynProperties ("TwistVar.SymVarTagNr") 'Return the identification of the "rotate" variable |
TwistVarMax | Double |
Max. variable value Highest variable value for rotating the element. Read more in the online manual
|
TwistVarMin | Double |
Min. variable value Lowest variable value for rotating the element. Read more in the online manual
|
TwistVariable | ZT_VARIABLE_DYN |
Variable Name of the variable for rotating the
element. Read more in the online manual
|
TwistViewMax | Long |
Max. rotation [°] Rotation angle of the element for variable maximum (in °). Read more in the online manual
|
TwistViewMin | Long |
Min. rotation [°] Rotation angle of the element for variable minimum (in °). Read more in the online manual
|
UnderCE | Boolean |
Visible under WinCE Controls the visibility of elements in pictures under Windows CE. Projects which are used under CE and on the PC can be created more flexible; the user handling is improved. For example buttons can be made invisible which lead to pictures which cannot be displayed under CE (e.g. IPA). Active: The picture/element is also visible under Windows CE. Default: Active
|
UseBlinkColor | Boolean |
Blinking color from limit The element does not flash against invisible but against the the color of the violated limit of the selected variable. Read more in the online manual
|
VerticalOrigin | Long |
Vertical Vertical reference point for the activated "Dynamics" function(s). (top, centered, bottom) Read more in the online manual
|
VisVariable | SUBITEM | With this property you have the
opportunity to get informations about the variable which is linked
as "visibility" variable of the element. The informations are provided via subitems: ProjectVar, SymVarName, SymVarTagNr. zElement.DynProperties ("VisVariable.SymVarName") 'Return the name of the "visibility" variable zElement.DynProperties ("VisVariable.SymVarTagNr") 'Return the identification of the "visibility" variable |
VisibilityFrom | Double |
from Only available,
after a variable has been selected and if the visibility is not
taken from the limit: Read more in the online manual
|
VisibilityFromLimit | Boolean |
take from limit Only available,
after a variable has been selected: Read more in the online manual
|
VisibilityTo | Double |
to Only available,
after a variable has been selected and if the visibility is not
taken from the limit: Read more in the online manual
|
VisibilityVariable | ZT_VARIABLE_DYN |
Variable Name of the variable whose value influences the
visibility of the element. The visibility will either be taken from
the limit text properties of this variable or it will be detemined
by the value range defined in the properties from and
to.
|
Width | Long |
Width [pixels] Width of the element (in pixels). Read more in the online manual
|
XVar | SUBITEM | With this property you have the
opportunity to get informations about the variable which is linked
as "dynamic x position" variable of the element. The informations are provided via subitems: ProjectVar, SymVarName, SymVarTagNr. zElement.DynProperties ("XVar.SymVarName") 'Return the name of the "dynamic x position" variable zElement.DynProperties ("XVar.SymVarTagNr") 'Return the identification of the "dynamic x position" variable |
XVarMax | Double |
Max. variable value Highest variable value for horizontal moving of the element. Read more in the online manual
|
XVarMin | Double |
Min. variable value Lowest variable value for horizontal moving of the element. Read more in the online manual
|
XVarZoom | SUBITEM | With this property you have the
opportunity to get informations about the variable which is linked
as "change width" variable of the element. The informations are provided via subitems: ProjectVar, SymVarName, SymVarTagNr. zElement.DynProperties ("XVarZoom.SymVarName") 'Return the name of the "change width" variable zElement.DynProperties ("XVarZoom.SymVarTagNr") 'Return the identification of the "change width" variable |
XVariable | ZT_VARIABLE_DYN |
Variable Name of the variable for horizontal moving of
the element. Read more in the online manual
|
XViewMax | Long |
Max. movement [pixels] Horizontal position of the element for variable maximum (in pixels). Read more in the online manual
|
XViewMin | Long |
Min. movement [pixels] Horizontal position of the element for variable minimum (in pixels). Read more in the online manual
|
XZoomVarMax | Double |
Max. variable value Highest variable value for zooming the width of the element. Read more in the online manual
|
XZoomVarMin | Double |
Min. variable value Lowest variable value for zooming the width of the element. Read more in the online manual
|
XZoomVariable | ZT_VARIABLE_DYN |
Variable Name of the variable for zooming the width of
the element. Read more in the online manual
|
XZoomViewMax | Long |
Max. width [%] Zoom factor of the width of the element for variable maximum (in %). Read more in the online manual
|
XZoomViewMin | Long |
Min. width [%] Zoom factor of the width of the element for variable minimum (in %). Read more in the online manual
|
YVar | SUBITEM | With this property you have the
opportunity to get informations about the variable which is linked
as "dynamic y position" variable of the element. The informations are provided via subitems: ProjectVar, SymVarName, SymVarTagNr. zElement.DynProperties ("YVar.SymVarName") 'Return the name of the "dynamic y position" variable zElement.DynProperties ("YVar.SymVarTagNr") 'Return the identification of the "dynamic y position" variable |
YVarMax | Double |
Max. variable value Highest variable value for vertical moving of the element. Read more in the online manual
|
YVarMin | Double |
Min. variable value Lowest variable value for vertical moving of the element. Read more in the online manual
|
YVarZoom | SUBITEM | With this property you have the
opportunity to get informations about the variable which is linked
as "change height" variable of the element. The informations are provided via subitems: ProjectVar, SymVarName, SymVarTagNr. zElement.DynProperties ("YVarZoom.SymVarName") 'Return the name of the "change height" variable zElement.DynProperties ("YVarZoom.SymVarTagNr") 'Return the identification of the "change height" variable |
YVariable | ZT_VARIABLE_DYN |
Variable Name of the variable for vertical moving of the
element. Read more in the online manual
|
YViewMax | Long |
Max. movement [pixels] Vertical position of the element for variable maximum (in pixels). Read more in the online manual
|
YViewMin | Long |
Min. movement [pixels] Vertical position of the element for variable minimum (in pixels). Read more in the online manual
|
YZoomVarMax | Double |
Max. variable value Highest variable value for zooming the height of the element. Read more in the online manual
|
YZoomVarMin | Double |
Min. variable value Lowest variable value for zooming the height of the element. Read more in the online manual
|
YZoomVariable | ZT_VARIABLE_DYN |
Variable Name of the variable for zooming the height of
the element. Read more in the online manual
|
YZoomViewMax | Long |
Max. height [%] Zoom factor of the height of the element for variable maximum (in %). Read more in the online manual
|
YZoomViewMin | Long |
Min. height [%] Zoom factor of the height of the element for variable minimum (in %). Read more in the online manual
|
ZoomMax | Long |
Visible to Highest zoom step in which the element should
be visible in the worldview. Read more in the online manual
|
ZoomMin | Long |
Visible from Lowest zoom step in which the element should be
visible in the worldview. Read more in the online manual
|
Name | Type | Description |
---|---|---|
BackColorVariable | ZT_VARIABLE_DYN |
Background/filling color Name of the variable, whose limit colors should
influence the background/filling color of the element. Read more in the online manual
|
BkClVariable | SUBITEM | With this property you have the
opportunity to get informations about the variable which is linked
as "background/filling color" variable of the element. The informations are provided via subitems: ProjectVar, SymVarName, SymVarTagNr. zElement.DynProperties ("BkClVariable.SymVarName") 'Return the name of the "background/filling color" variable zElement.DynProperties ("BkClVariable.SymVarTagNr") 'Return the identification of the "background/filling color" variable |
BlinkVariable | ZT_VARIABLE_DYN |
Take over flashing from limit Variable, from whose limit(s) the blinking
should be used for the element. Read more in the online manual
|
DragBegin | ZT_VBAMAKRO |
DragBegin VBA macro that should be executed, when dragging begins. Read more in the online manual
|
DragDrop | ZT_VBAMAKRO |
DragDrop VBA macro that should be executed, when the mouse button is released. Read more in the online manual
|
DragOver | ZT_VBAMAKRO |
DragOver VBA macro that should be executed, when the cursor is moved over the element, while the left button is pressed down. Read more in the online manual
|
Draw | ZT_VBAMAKRO |
Draw VBA macro that should be executed, when the element is redrawn. Read more in the online manual
|
DynEleVarTwist | SUBITEM | With this property you have the
opportunity to get informations about the variable which is linked
at the rotate property. The informations are provided via subitems: ProjectVar, SymVarName, SymVarTagNr. zElement.DynProperties ("DynEleVarTwist.SymVarName") 'Return the name of the "rotate" variable zElement.DynProperties ("DynEleVarTwist.SymVarTagNr") 'Return the identification of the "rotate" variable |
DynEleVarX | SUBITEM | With this property you have the
opportunity to get informations about the variable which is linked
at the "dynamic x position" property. The informations are provided via subitems: ProjectVar, SymVarName, SymVarTagNr. zElement.DynProperties ("DynEleVarX.SymVarName") 'Return the name of the "x position dynamic" variable zElement.DynProperties ("DynEleVarX.SymVarTagNr") 'Return the identification of the "x position dynamic" variable |
DynEleVarXZoom | SUBITEM | With this property you have the
opportunity to get informations about the variable which is linked
at the "change width" property. The informations are provided via subitems: ProjectVar, SymVarName, SymVarTagNr. zElement.DynProperties ("DynEleVarXZoom.SymVarName") 'Return the name of the "change width" variable zElement.DynProperties ("DynEleVarXZoom.SymVarTagNr") 'Return the identification of the "change width" variable |
DynEleVarY | SUBITEM | With this property you have the
opportunity to get informations about the variable which is linked
at the "dynamic y position" property. The informations are provided via subitems: ProjectVar, SymVarName, SymVarTagNr. zElement.DynProperties ("DynEleVarY.SymVarName") 'Return the name of the "y position dynamic" variable zElement.DynProperties ("DynEleVarY.SymVarTagNr") 'Return the identification of the "y position dynamic" variable |
DynEleVarYZoom | SUBITEM | With this property you have the
opportunity to get informations about the variable which is linked
at the "change height" property. The informations are provided via subitems: ProjectVar, SymVarName, SymVarTagNr. zElement.DynProperties ("DynEleVarYZoom.SymVarName") 'Return the name of the "change height" variable zElement.DynProperties ("DynEleVarYZoom.SymVarTagNr") 'Return the identification of the "change height" variable |
EnablePunchFrame | Boolean |
Show border A frame around the element can be
displayed. Read more in the online manual
|
EndX | Long |
End point X [pixels] X coordinate of the lower right corner of the element (in pixels). Read more in the online manual
|
EndY | Long |
End point Y [pixels] Y coordinate of the lower right corner of the element (in pixels). Read more in the online manual
|
Height | Long |
Height [pixels] Height of the element (in pixels). Read more in the online manual
|
HelpCapture | String |
Help chapter Help chapter that should be displayed for this
element in combination with a context menu. Name of the original
HTML page.
|
Helpfile | ZT_FILE |
Help file Help file (*.chm) to be used for this element
in combination with a context menu. Read more in the online manual
|
HorizontalOrigin | Long |
Horizontal Horizontal reference point for the activated "Dynamics" function(s). (left, centered, right) Read more in the online manual
|
HorizontalOrigin | Long |
Horizontal Horizontal reference point for the activated "Dynamics" function(s). (left, centered, right) Read more in the online manual
|
Init | ZT_VBAMAKRO |
Init VBA macro that should be executed on initialising the element. Read more in the online manual
|
IsTwistActive | Boolean |
Rotation active Active:
Rotation of the linked element is available. Read more in the online manual
|
IsXActive | Boolean |
Change X direction active Active:
Horizontal movement of the linked element is available. Read more in the online manual
|
IsXZoomActive | Boolean |
Change width active Active:
Zooming the width of the linked element is available. Read more in the online manual
|
IsYActive | Boolean |
Change Y direction active Active:
Vertical movement of the linked element is available. Read more in the online manual
|
IsYZoomActive | Boolean |
Change height active Activate zooming the height of the element. Read more in the online manual
|
KillFocus | ZT_VBAMAKRO |
KillFocus VBA macro that should be executed, when the element loses the focus. Read more in the online manual
|
Layer | Long |
Visibility level Select one of the 16 visibility levels (0 to
15) from the dropdown list. With the help of the tool
barVisibility level you decide
which levels are to be displayed in the Editor. This guarantees
that even complex pictures can be engineered clearly. The levels
can be used individually. The levels have no effect on the
foreground or background information and the display in the
Runtime.
|
LeftClickDown | ZT_VBAMAKRO |
LeftClickDown VBA macro that should be executed on pressing the left mouse button. Read more in the online manual
|
LeftClickUp | ZT_VBAMAKRO |
LeftClickUp VBA macro that should be executed on releasing the left mouse button. Read more in the online manual
|
LeftDClick | ZT_VBAMAKRO |
LeftDoubleClick VBA macro that should be executed on doubleclicking the left mouse button. Read more in the online manual
|
LineColorVariable | ZT_VARIABLE_DYN |
Text/line color Name of the variable, whose limit colors should
influence the line/text color of the element. Read more in the online manual
|
LnClVariable | SUBITEM | With this property you have the
opportunity to get informations about the variable which is linked
as "line/text color" variable of the element. The informations are provided via subitems: ProjectVar, SymVarName, SymVarTagNr. zElement.DynProperties ("LnClVariable.SymVarName") 'Return the name of the "line/text color" variable zElement.DynProperties ("LnClVariable.SymVarTagNr") 'Return the identification of the "line/text color" variable |
Menu | String |
Menu Context menu for the element. Read more in the online manual
|
MouseOver | ZT_VBAMAKRO |
MouseOver VBA macro that should be executed, when the cursor is moved over the element. Read more in the online manual
|
Name | String |
Object name Object name, with which the element can be
accessed by VBA macros. Read more in the online manual
|
PunchFrameColor | ZT_COLOR |
Frame color Definition of the frame color. Read more in the online manual
|
PunchFrameOffset | Long |
Distance [pixels] Distance of the frame to the element in pixels. Read more in the online manual
|
PunchFrameWidth | Long |
Line width Definition of the line width of the frame. Read more in the online manual
|
RightClickDown | ZT_VBAMAKRO |
RightClickDown VBA macro that should be executed on pressing the right mouse button. Read more in the online manual
|
RightClickUp | ZT_VBAMAKRO |
RightClickUp VBA macro that should be executed on releasing the right mouse button. Read more in the online manual
|
RightDClick | ZT_VBAMAKRO |
RightDoubleClick VBA macro that should be executed on doubleclicking the right mouse button. Read more in the online manual
|
SetFocus | ZT_VBAMAKRO |
SetFocus VBA macro that should be executed, when the element gets the focus. Read more in the online manual
|
SetValueDynMax | ZT_VARIABLE_DYN |
Maximum Only available, if
"Get set value limits from variable" is not active: Read more in the online manual
|
SetValueDynMin | ZT_VARIABLE_DYN |
Minimum Only available, if
"Get set value limits from variable" is not active: Read more in the online manual
|
StartX | Long |
Start point X [pixels] X coordinate of the upper left corner of the element (in pixels). Read more in the online manual
|
StartY | Long |
Start point Y [pixels] Y coordinate of the upper left corner of the element (in pixels) Read more in the online manual
|
Stationname | String |
Name for object list Element is entered into the object list of the world view with the text entered here. Read more in the online manual
|
Symbol | Long |
Symbol From the list of the symbols in the picture one can be selected. Read more in the online manual
|
Tab | Boolean |
Accessible via keyboard Active: The
dynamic element is available for keyboard operation. Read more in the online manual
|
Tooltip | String |
Tooltip Text, which should be displayed as a tooltip
for the element in the Runtime. A tooltip is automatically
displayed in the Runtime, when the mouse cursor stands still on the
element for while. New lines can be indicated with \n. Read more in the online manual
|
TwistVar | SUBITEM | With this property you have the
opportunity to get informations about the variable which is linked
as "rotate" variable of the element. The informations are provided via subitems: ProjectVar, SymVarName, SymVarTagNr. zElement.DynProperties ("TwistVar.SymVarName") 'Return the name of the "rotate" variable zElement.DynProperties ("TwistVar.SymVarTagNr") 'Return the identification of the "rotate" variable |
TwistVarMax | Double |
Max. variable value Highest variable value for rotating the element. Read more in the online manual
|
TwistVarMax | Double |
Max. variable value Highest variable value for rotating the element. Read more in the online manual
|
TwistVarMin | Double |
Min. variable value Lowest variable value for rotating the element. Read more in the online manual
|
TwistVarMin | Double |
Min. variable value Lowest variable value for rotating the element. Read more in the online manual
|
TwistVariable | ZT_VARIABLE_DYN |
Variable Name of the variable for rotating the
element. Read more in the online manual
|
TwistVariable | ZT_VARIABLE_DYN |
Variable Name of the variable for rotating the
element. Read more in the online manual
|
TwistViewMax | Long |
Max. rotation [°] Rotation angle of the element for variable maximum (in °). Read more in the online manual
|
TwistViewMax | Long |
Max. rotation [°] Rotation angle of the element for variable maximum (in °). Read more in the online manual
|
TwistViewMin | Long |
Min. rotation [°] Rotation angle of the element for variable minimum (in °). Read more in the online manual
|
TwistViewMin | Long |
Min. rotation [°] Rotation angle of the element for variable minimum (in °). Read more in the online manual
|
UnderCE | Boolean |
Visible under WinCE Controls the visibility of elements in pictures under Windows CE. Projects which are used under CE and on the PC can be created more flexible; the user handling is improved. For example buttons can be made invisible which lead to pictures which cannot be displayed under CE (e.g. IPA). Active: The picture/element is also visible under Windows CE. Default: Active
|
UseBlinkColor | Boolean |
Blinking color from limit The element does not flash against invisible but against the the color of the violated limit of the selected variable. Read more in the online manual
|
VerticalOrigin | Long |
Vertical Vertical reference point for the activated "Dynamics" function(s). (top, centered, bottom) Read more in the online manual
|
VerticalOrigin | Long |
Vertical Vertical reference point for the activated "Dynamics" function(s). (top, centered, bottom) Read more in the online manual
|
VisVariable | SUBITEM | With this property you have the
opportunity to get informations about the variable which is linked
as "visibility" variable of the element. The informations are provided via subitems: ProjectVar, SymVarName, SymVarTagNr. zElement.DynProperties ("VisVariable.SymVarName") 'Return the name of the "visibility" variable zElement.DynProperties ("VisVariable.SymVarTagNr") 'Return the identification of the "visibility" variable |
VisibilityFrom | Double |
from Only available,
after a variable has been selected and if the visibility is not
taken from the limit: Read more in the online manual
|
VisibilityFromLimit | Boolean |
take from limit Only available,
after a variable has been selected: Read more in the online manual
|
VisibilityTo | Double |
to Only available,
after a variable has been selected and if the visibility is not
taken from the limit: Read more in the online manual
|
VisibilityVariable | ZT_VARIABLE_DYN |
Variable Name of the variable whose value influences the
visibility of the element. The visibility will either be taken from
the limit text properties of this variable or it will be detemined
by the value range defined in the properties from and
to.
|
Width | Long |
Width [pixels] Width of the element (in pixels). Read more in the online manual
|
XVar | SUBITEM | With this property you have the
opportunity to get informations about the variable which is linked
as "dynamic x position" variable of the element. The informations are provided via subitems: ProjectVar, SymVarName, SymVarTagNr. zElement.DynProperties ("XVar.SymVarName") 'Return the name of the "dynamic x position" variable zElement.DynProperties ("XVar.SymVarTagNr") 'Return the identification of the "dynamic x position" variable |
XVarMax | Double |
Max. variable value Highest variable value for horizontal moving of the element. Read more in the online manual
|
XVarMax | Double |
Max. variable value Highest variable value for horizontal moving of the element. Read more in the online manual
|
XVarMin | Double |
Min. variable value Lowest variable value for horizontal moving of the element. Read more in the online manual
|
XVarMin | Double |
Min. variable value Lowest variable value for horizontal moving of the element. Read more in the online manual
|
XVarZoom | SUBITEM | With this property you have the
opportunity to get informations about the variable which is linked
as "change width" variable of the element. The informations are provided via subitems: ProjectVar, SymVarName, SymVarTagNr. zElement.DynProperties ("XVarZoom.SymVarName") 'Return the name of the "change width" variable zElement.DynProperties ("XVarZoom.SymVarTagNr") 'Return the identification of the "change width" variable |
XVariable | ZT_VARIABLE_DYN |
Variable Name of the variable for horizontal moving of
the element. Read more in the online manual
|
XVariable | ZT_VARIABLE_DYN |
Variable Name of the variable for horizontal moving of
the element. Read more in the online manual
|
XViewMax | Long |
Max. movement [pixels] Horizontal position of the element for variable maximum (in pixels). Read more in the online manual
|
XViewMax | Long |
Max. movement [pixels] Horizontal position of the element for variable maximum (in pixels). Read more in the online manual
|
XViewMin | Long |
Min. movement [pixels] Horizontal position of the element for variable minimum (in pixels). Read more in the online manual
|
XViewMin | Long |
Min. movement [pixels] Horizontal position of the element for variable minimum (in pixels). Read more in the online manual
|
XZoomVarMax | Double |
Max. variable value Highest variable value for zooming the width of the element. Read more in the online manual
|
XZoomVarMax | Double |
Max. variable value Highest variable value for zooming the width of the element. Read more in the online manual
|
XZoomVarMin | Double |
Min. variable value Lowest variable value for zooming the width of the element. Read more in the online manual
|
XZoomVarMin | Double |
Min. variable value Lowest variable value for zooming the width of the element. Read more in the online manual
|
XZoomVariable | ZT_VARIABLE_DYN |
Variable Name of the variable for zooming the width of
the element. Read more in the online manual
|
XZoomVariable | ZT_VARIABLE_DYN |
Variable Name of the variable for zooming the width of
the element. Read more in the online manual
|
XZoomViewMax | Long |
Max. width [%] Zoom factor of the width of the element for variable maximum (in %). Read more in the online manual
|
XZoomViewMax | Long |
Max. width [%] Zoom factor of the width of the element for variable maximum (in %). Read more in the online manual
|
XZoomViewMin | Long |
Min. width [%] Zoom factor of the width of the element for variable minimum (in %). Read more in the online manual
|
XZoomViewMin | Long |
Min. width [%] Zoom factor of the width of the element for variable minimum (in %). Read more in the online manual
|
YVar | SUBITEM | With this property you have the
opportunity to get informations about the variable which is linked
as "dynamic y position" variable of the element. The informations are provided via subitems: ProjectVar, SymVarName, SymVarTagNr. zElement.DynProperties ("YVar.SymVarName") 'Return the name of the "dynamic y position" variable zElement.DynProperties ("YVar.SymVarTagNr") 'Return the identification of the "dynamic y position" variable |
YVarMax | Double |
Max. variable value Highest variable value for vertical moving of the element. Read more in the online manual
|
YVarMax | Double |
Max. variable value Highest variable value for vertical moving of the element. Read more in the online manual
|
YVarMin | Double |
Min. variable value Lowest variable value for vertical moving of the element. Read more in the online manual
|
YVarMin | Double |
Min. variable value Lowest variable value for vertical moving of the element. Read more in the online manual
|
YVarZoom | SUBITEM | With this property you have the
opportunity to get informations about the variable which is linked
as "change height" variable of the element. The informations are provided via subitems: ProjectVar, SymVarName, SymVarTagNr. zElement.DynProperties ("YVarZoom.SymVarName") 'Return the name of the "change height" variable zElement.DynProperties ("YVarZoom.SymVarTagNr") 'Return the identification of the "change height" variable |
YVariable | ZT_VARIABLE_DYN |
Variable Name of the variable for vertical moving of the
element. Read more in the online manual
|
YVariable | ZT_VARIABLE_DYN |
Variable Name of the variable for vertical moving of the
element. Read more in the online manual
|
YViewMax | Long |
Max. movement [pixels] Vertical position of the element for variable maximum (in pixels). Read more in the online manual
|
YViewMax | Long |
Max. movement [pixels] Vertical position of the element for variable maximum (in pixels). Read more in the online manual
|
YViewMin | Long |
Min. movement [pixels] Vertical position of the element for variable minimum (in pixels). Read more in the online manual
|
YViewMin | Long |
Min. movement [pixels] Vertical position of the element for variable minimum (in pixels). Read more in the online manual
|
YZoomVarMax | Double |
Max. variable value Highest variable value for zooming the height of the element. Read more in the online manual
|
YZoomVarMax | Double |
Max. variable value Highest variable value for zooming the height of the element. Read more in the online manual
|
YZoomVarMin | Double |
Min. variable value Lowest variable value for zooming the height of the element. Read more in the online manual
|
YZoomVarMin | Double |
Min. variable value Lowest variable value for zooming the height of the element. Read more in the online manual
|
YZoomVariable | ZT_VARIABLE_DYN |
Variable Name of the variable for zooming the height of
the element. Read more in the online manual
|
YZoomVariable | ZT_VARIABLE_DYN |
Variable Name of the variable for zooming the height of
the element. Read more in the online manual
|
YZoomViewMax | Long |
Max. height [%] Zoom factor of the height of the element for variable maximum (in %). Read more in the online manual
|
YZoomViewMax | Long |
Max. height [%] Zoom factor of the height of the element for variable maximum (in %). Read more in the online manual
|
YZoomViewMin | Long |
Min. height [%] Zoom factor of the height of the element for variable minimum (in %). Read more in the online manual
|
YZoomViewMin | Long |
Min. height [%] Zoom factor of the height of the element for variable minimum (in %). Read more in the online manual
|
ZoomMax | Long |
Visible to Highest zoom step in which the element should
be visible in the worldview. Read more in the online manual
|
ZoomMin | Long |
Visible from Lowest zoom step in which the element should be
visible in the worldview. Read more in the online manual
|
Name | Type | Description |
---|---|---|
BackColorVariable | ZT_VARIABLE_DYN |
Background/filling color Name of the variable, whose limit colors should
influence the background/filling color of the element. Read more in the online manual
|
BkClVariable | SUBITEM | With this property you have the
opportunity to get informations about the variable which is linked
as "background/filling color" variable of the element. The informations are provided via subitems: ProjectVar, SymVarName, SymVarTagNr. zElement.DynProperties ("BkClVariable.SymVarName") 'Return the name of the "background/filling color" variable zElement.DynProperties ("BkClVariable.SymVarTagNr") 'Return the identification of the "background/filling color" variable |
BlinkVariable | ZT_VARIABLE_DYN |
Take over flashing from limit Variable, from whose limit(s) the blinking
should be used for the element. Read more in the online manual
|
ContitionText | Boolean |
Display limit text Active: The
status/limit text of the linked variable is displayed in the
element. Read more in the online manual
|
DragBegin | ZT_VBAMAKRO |
DragBegin VBA macro that should be executed, when dragging begins. Read more in the online manual
|
DragDrop | ZT_VBAMAKRO |
DragDrop VBA macro that should be executed, when the mouse button is released. Read more in the online manual
|
DragOver | ZT_VBAMAKRO |
DragOver VBA macro that should be executed, when the cursor is moved over the element, while the left button is pressed down. Read more in the online manual
|
Draw | ZT_VBAMAKRO |
Draw VBA macro that should be executed, when the element is redrawn. Read more in the online manual
|
DynEleVar | SUBITEM | With this property you have the
opportunity to get informations about the variable (projected via
"Variable assignment" in the ActiveX selection dialog) which is
linked at an ActiveX element. The informations are provided via subitems: ProjectVar, SymVarName, SymVarTagNr. zElement.DynProperties ("DynEleVar.SymVarName") 'Return the name of the variable which is assigned to the ActiveX zElement.DynProperties ("DynEleVar.SymVarTagNr") 'Return the identification of the variable which is assigned to the ActiveX |
EnablePunchFrame | Boolean |
Show border A frame around the element can be
displayed. Read more in the online manual
|
EndX | Long |
End point X [pixels] X coordinate of the lower right corner of the element (in pixels). Read more in the online manual
|
EndY | Long |
End point Y [pixels] Y coordinate of the lower right corner of the element (in pixels). Read more in the online manual
|
FillArea | Boolean |
Color only filler area Active: In
circles, polygons and rectangles being part of the linked symbol
only the filling color is changed according to the color definition
of the variable. The color of the border is retained. Read more in the online manual
|
Font | ZT_SCHRIFT |
Font Selection of the font for the text of the element. Read more in the online manual
|
HWDirect | Boolean |
without dialog Active: The
value is sent to the hardware without a possibility to be changed
in the Runtime. Read more in the online manual
|
Height | Long |
Height [pixels] Height of the element (in pixels). Read more in the online manual
|
HelpCapture | String |
Help chapter Help chapter that should be displayed for this
element in combination with a context menu. Name of the original
HTML page.
|
Helpfile | ZT_FILE |
Help file Help file (*.chm) to be used for this element
in combination with a context menu. Read more in the online manual
|
HorizontalOrigin | Long |
Horizontal Horizontal reference point for the activated "Dynamics" function(s). (left, centered, right) Read more in the online manual
|
Init | ZT_VBAMAKRO |
Init VBA macro that should be executed on initialising the element. Read more in the online manual
|
IsSetValue | Boolean |
Setting values active Active:
Setting of variables for this dynamic element is allowed. Read more in the online manual
|
KbdName | ZT_PICTURE |
Keyboard picture Name of the linked keyboard picture. Read more in the online manual
|
KbdUsage | Boolean |
Use keyboard picture On selecting the element in the Runtime the
keyboard is opened. Read more in the online manual
|
KillFocus | ZT_VBAMAKRO |
KillFocus VBA macro that should be executed, when the element loses the focus. Read more in the online manual
|
Layer | Long |
Visibility level Select one of the 16 visibility levels (0 to
15) from the dropdown list. With the help of the tool
barVisibility level you decide
which levels are to be displayed in the Editor. This guarantees
that even complex pictures can be engineered clearly. The levels
can be used individually. The levels have no effect on the
foreground or background information and the display in the
Runtime.
|
LeftClickDown | ZT_VBAMAKRO |
LeftClickDown VBA macro that should be executed on pressing the left mouse button. Read more in the online manual
|
LeftClickUp | ZT_VBAMAKRO |
LeftClickUp VBA macro that should be executed on releasing the left mouse button. Read more in the online manual
|
LeftDClick | ZT_VBAMAKRO |
LeftDoubleClick VBA macro that should be executed on doubleclicking the left mouse button. Read more in the online manual
|
LimitFromVar | Boolean |
Take set value limits from variable Active: The
limits for set value actions are not set via "Minimum" and
"Maximum" but are directly taken from the variable definition. Read more in the online manual
|
LineColorVariable | ZT_VARIABLE_DYN |
Text/line color Name of the variable, whose limit colors should
influence the line/text color of the element. Read more in the online manual
|
LnClVariable | SUBITEM | With this property you have the
opportunity to get informations about the variable which is linked
as "line/text color" variable of the element. The informations are provided via subitems: ProjectVar, SymVarName, SymVarTagNr. zElement.DynProperties ("LnClVariable.SymVarName") 'Return the name of the "line/text color" variable zElement.DynProperties ("LnClVariable.SymVarTagNr") 'Return the identification of the "line/text color" variable |
Locking | Long |
Interlocking Link of an existing interlocking to this
element. Read more in the online manual
|
LockingName | String | With this property you have the
opportunity to assign an interlocking via its name.
zElement.DynProperties("LockingName") = "Interlocking 1" |
Max | Double |
Maximum Only available, if
"Get set value limits from variable" not active: Read more in the online manual
|
Menu | String |
Menu Context menu for the element. Read more in the online manual
|
Min | Double |
Minimum Only available, if
"Get set value limits from variable" is not active: Read more in the online manual
|
MouseOver | ZT_VBAMAKRO |
MouseOver VBA macro that should be executed, when the cursor is moved over the element. Read more in the online manual
|
Name | String |
Object name Object name, with which the element can be
accessed by VBA macros. Read more in the online manual
|
Passwordlevel | Long |
Authorization group Password level for the setting of values or
executing of functions with the selected dynamic element. Read more in the online manual
|
Preset | Boolean |
propose current value Active: The
current value of the variable is proposed as set value. Read more in the online manual
|
PunchFrameColor | ZT_COLOR |
Frame color Definition of the frame color. Read more in the online manual
|
PunchFrameOffset | Long |
Distance [pixels] Distance of the frame to the element in pixels. Read more in the online manual
|
PunchFrameWidth | Long |
Line width Definition of the line width of the frame. Read more in the online manual
|
RightClickDown | ZT_VBAMAKRO |
RightClickDown VBA macro that should be executed on pressing the right mouse button. Read more in the online manual
|
RightClickUp | ZT_VBAMAKRO |
RightClickUp VBA macro that should be executed on releasing the right mouse button. Read more in the online manual
|
RightDClick | ZT_VBAMAKRO |
RightDoubleClick VBA macro that should be executed on doubleclicking the right mouse button. Read more in the online manual
|
SetFocus | ZT_VBAMAKRO |
SetFocus VBA macro that should be executed, when the element gets the focus. Read more in the online manual
|
SetProgram | String |
External program Only available, if
setting values with external program is selected: Read more in the online manual
|
SetValue | Double |
Set value / change by Value to be sent or to be proposed as set
value. Read more in the online manual
|
SetValueDynMax | ZT_VARIABLE_DYN |
Maximum Only available, if
"Get set value limits from variable" is not active: Read more in the online manual
|
SetValueDynMin | ZT_VARIABLE_DYN |
Minimum Only available, if
"Get set value limits from variable" is not active: Read more in the online manual
|
SetValueWith | Long |
Set value via Send value with: Read more in the online manual
|
ShowState | Boolean |
Display status of variable Active: The
status of the variable is indicated by a colored square at the top
right corner of the element. Read more in the online manual
|
Signature | Boolean |
Active: Operating the element needs a signature. Attention: Only users that are logged in can sign an action. Signing actions with a temporary login is no longer possible. Inactive: No signature is needed. |
SignatureText | String |
Signature text This text is logged in the Chronologic Event List (CEL) on signing or is proposed as a default in the Runtime, if the signature is defined to be editable in the project properties. Read more in the online manual
|
StartX | Long |
Start point X [pixels] X coordinate of the upper left corner of the element (in pixels). Read more in the online manual
|
StartY | Long |
Start point Y [pixels] Y coordinate of the upper left corner of the element (in pixels) Read more in the online manual
|
Stationname | String |
Name for object list Element is entered into the object list of the world view with the text entered here. Read more in the online manual
|
Symbol | Long |
Symbol From the list of the symbols in the picture one can be selected. Read more in the online manual
|
Tab | Boolean |
Accessible via keyboard Active: The
dynamic element is available for keyboard operation. Read more in the online manual
|
Tooltip | String |
Tooltip Text, which should be displayed as a tooltip
for the element in the Runtime. A tooltip is automatically
displayed in the Runtime, when the mouse cursor stands still on the
element for while. New lines can be indicated with \n. Read more in the online manual
|
TwistVar | SUBITEM | With this property you have the
opportunity to get informations about the variable which is linked
as "rotate" variable of the element. The informations are provided via subitems: ProjectVar, SymVarName, SymVarTagNr. zElement.DynProperties ("TwistVar.SymVarName") 'Return the name of the "rotate" variable zElement.DynProperties ("TwistVar.SymVarTagNr") 'Return the identification of the "rotate" variable |
TwistVarMax | Double |
Max. variable value Highest variable value for rotating the element. Read more in the online manual
|
TwistVarMin | Double |
Min. variable value Lowest variable value for rotating the element. Read more in the online manual
|
TwistVariable | ZT_VARIABLE_DYN |
Variable Name of the variable for rotating the
element. Read more in the online manual
|
TwistViewMax | Long |
Max. rotation [°] Rotation angle of the element for variable maximum (in °). Read more in the online manual
|
TwistViewMin | Long |
Min. rotation [°] Rotation angle of the element for variable minimum (in °). Read more in the online manual
|
UnderCE | Boolean |
Visible under WinCE Controls the visibility of elements in pictures under Windows CE. Projects which are used under CE and on the PC can be created more flexible; the user handling is improved. For example buttons can be made invisible which lead to pictures which cannot be displayed under CE (e.g. IPA). Active: The picture/element is also visible under Windows CE. Default: Active
|
UseBlinkColor | Boolean |
Blinking color from limit The element does not flash against invisible but against the the color of the violated limit of the selected variable. Read more in the online manual
|
Variable | ZT_VARIABLE_DYN |
Variable Only available for
buttons that are used as switches: Only Meaning in SICAM 230: Lower bit: Alarm active/inactive Higher bit: Alarm acknowledged/not acknowledged
|
VerticalOrigin | Long |
Vertical Vertical reference point for the activated "Dynamics" function(s). (top, centered, bottom) Read more in the online manual
|
VisVariable | SUBITEM | With this property you have the
opportunity to get informations about the variable which is linked
as "visibility" variable of the element. The informations are provided via subitems: ProjectVar, SymVarName, SymVarTagNr. zElement.DynProperties ("VisVariable.SymVarName") 'Return the name of the "visibility" variable zElement.DynProperties ("VisVariable.SymVarTagNr") 'Return the identification of the "visibility" variable |
VisibilityFrom | Double |
from Only available,
after a variable has been selected and if the visibility is not
taken from the limit: Read more in the online manual
|
VisibilityFromLimit | Boolean |
take from limit Only available,
after a variable has been selected: Read more in the online manual
|
VisibilityTo | Double |
to Only available,
after a variable has been selected and if the visibility is not
taken from the limit: Read more in the online manual
|
VisibilityVariable | ZT_VARIABLE_DYN |
Variable Name of the variable whose value influences the
visibility of the element. The visibility will either be taken from
the limit text properties of this variable or it will be detemined
by the value range defined in the properties from and
to.
|
Width | Long |
Width [pixels] Width of the element (in pixels). Read more in the online manual
|
XVar | SUBITEM | With this property you have the
opportunity to get informations about the variable which is linked
as "dynamic x position" variable of the element. The informations are provided via subitems: ProjectVar, SymVarName, SymVarTagNr. zElement.DynProperties ("XVar.SymVarName") 'Return the name of the "dynamic x position" variable zElement.DynProperties ("XVar.SymVarTagNr") 'Return the identification of the "dynamic x position" variable |
XVarMax | Double |
Max. variable value Highest variable value for horizontal moving of the element. Read more in the online manual
|
XVarMin | Double |
Min. variable value Lowest variable value for horizontal moving of the element. Read more in the online manual
|
XVarZoom | SUBITEM | With this property you have the
opportunity to get informations about the variable which is linked
as "change width" variable of the element. The informations are provided via subitems: ProjectVar, SymVarName, SymVarTagNr. zElement.DynProperties ("XVarZoom.SymVarName") 'Return the name of the "change width" variable zElement.DynProperties ("XVarZoom.SymVarTagNr") 'Return the identification of the "change width" variable |
XVariable | ZT_VARIABLE_DYN |
Variable Name of the variable for horizontal moving of
the element. Read more in the online manual
|
XViewMax | Long |
Max. movement [pixels] Horizontal position of the element for variable maximum (in pixels). Read more in the online manual
|
XViewMin | Long |
Min. movement [pixels] Horizontal position of the element for variable minimum (in pixels). Read more in the online manual
|
XZoomVarMax | Double |
Max. variable value Highest variable value for zooming the width of the element. Read more in the online manual
|
XZoomVarMin | Double |
Min. variable value Lowest variable value for zooming the width of the element. Read more in the online manual
|
XZoomVariable | ZT_VARIABLE_DYN |
Variable Name of the variable for zooming the width of
the element. Read more in the online manual
|
XZoomViewMax | Long |
Max. width [%] Zoom factor of the width of the element for variable maximum (in %). Read more in the online manual
|
XZoomViewMin | Long |
Min. width [%] Zoom factor of the width of the element for variable minimum (in %). Read more in the online manual
|
YVar | SUBITEM | With this property you have the
opportunity to get informations about the variable which is linked
as "dynamic y position" variable of the element. The informations are provided via subitems: ProjectVar, SymVarName, SymVarTagNr. zElement.DynProperties ("YVar.SymVarName") 'Return the name of the "dynamic y position" variable zElement.DynProperties ("YVar.SymVarTagNr") 'Return the identification of the "dynamic y position" variable |
YVarMax | Double |
Max. variable value Highest variable value for vertical moving of the element. Read more in the online manual
|
YVarMin | Double |
Min. variable value Lowest variable value for vertical moving of the element. Read more in the online manual
|
YVarZoom | SUBITEM | With this property you have the
opportunity to get informations about the variable which is linked
as "change height" variable of the element. The informations are provided via subitems: ProjectVar, SymVarName, SymVarTagNr. zElement.DynProperties ("YVarZoom.SymVarName") 'Return the name of the "change height" variable zElement.DynProperties ("YVarZoom.SymVarTagNr") 'Return the identification of the "change height" variable |
YVariable | ZT_VARIABLE_DYN |
Variable Name of the variable for vertical moving of the
element. Read more in the online manual
|
YViewMax | Long |
Max. movement [pixels] Vertical position of the element for variable maximum (in pixels). Read more in the online manual
|
YViewMin | Long |
Min. movement [pixels] Vertical position of the element for variable minimum (in pixels). Read more in the online manual
|
YZoomVarMax | Double |
Max. variable value Highest variable value for zooming the height of the element. Read more in the online manual
|
YZoomVarMin | Double |
Min. variable value Lowest variable value for zooming the height of the element. Read more in the online manual
|
YZoomVariable | ZT_VARIABLE_DYN |
Variable Name of the variable for zooming the height of
the element. Read more in the online manual
|
YZoomViewMax | Long |
Max. height [%] Zoom factor of the height of the element for variable maximum (in %). Read more in the online manual
|
YZoomViewMin | Long |
Min. height [%] Zoom factor of the height of the element for variable minimum (in %). Read more in the online manual
|
ZoomMax | Long |
Visible to Highest zoom step in which the element should
be visible in the worldview. Read more in the online manual
|
ZoomMin | Long |
Visible from Lowest zoom step in which the element should be
visible in the worldview. Read more in the online manual
|
Name | Type | Description |
---|---|---|
Animate | Boolean |
Always Active: The
animation always runs. Read more in the online manual
|
AnimateVar | ZT_VARIABLE_DYN |
Variable Bit variable, which switches the animation on and off. Read more in the online manual
|
BackColorVariable | ZT_VARIABLE_DYN |
Background/filling color Name of the variable, whose limit colors should
influence the background/filling color of the element. Read more in the online manual
|
BkClVariable | SUBITEM | With this property you have the
opportunity to get informations about the variable which is linked
as "background/filling color" variable of the element. The informations are provided via subitems: ProjectVar, SymVarName, SymVarTagNr. zElement.DynProperties ("BkClVariable.SymVarName") 'Return the name of the "background/filling color" variable zElement.DynProperties ("BkClVariable.SymVarTagNr") 'Return the identification of the "background/filling color" variable |
BlinkVariable | ZT_VARIABLE_DYN |
Take over flashing from limit Variable, from whose limit(s) the blinking
should be used for the element. Read more in the online manual
|
DragBegin | ZT_VBAMAKRO |
DragBegin VBA macro that should be executed, when dragging begins. Read more in the online manual
|
DragDrop | ZT_VBAMAKRO |
DragDrop VBA macro that should be executed, when the mouse button is released. Read more in the online manual
|
DragOver | ZT_VBAMAKRO |
DragOver VBA macro that should be executed, when the cursor is moved over the element, while the left button is pressed down. Read more in the online manual
|
Draw | ZT_VBAMAKRO |
Draw VBA macro that should be executed, when the element is redrawn. Read more in the online manual
|
EnablePunchFrame | Boolean |
Show border A frame around the element can be
displayed. Read more in the online manual
|
EndX | Long |
End point X [pixels] X coordinate of the lower right corner of the element (in pixels). Read more in the online manual
|
EndY | Long |
End point Y [pixels] Y coordinate of the lower right corner of the element (in pixels). Read more in the online manual
|
FileName | ZT_FILE |
Bitmap Bitmap to be displayed on the button (*.bmp,
*.wmf, *.jpg, *.gif). Read more in the online manual
|
Function | ZT_FUNCTION_DYN |
Function Name of the linked function. Only In addition to the standard feature
Picture switch , the picture whose
alarm states are supposed to be displayed will be determined by the
linked function.
|
Height | Long |
Height [pixels] Height of the element (in pixels). Read more in the online manual
|
HelpCapture | String |
Help chapter Help chapter that should be displayed for this
element in combination with a context menu. Name of the original
HTML page.
|
Helpfile | ZT_FILE |
Help file Help file (*.chm) to be used for this element
in combination with a context menu. Read more in the online manual
|
HorizontalOrigin | Long |
Horizontal Horizontal reference point for the activated "Dynamics" function(s). (left, centered, right) Read more in the online manual
|
Init | ZT_VBAMAKRO |
Init VBA macro that should be executed on initialising the element. Read more in the online manual
|
KillFocus | ZT_VBAMAKRO |
KillFocus VBA macro that should be executed, when the element loses the focus. Read more in the online manual
|
Layer | Long |
Visibility level Select one of the 16 visibility levels (0 to
15) from the dropdown list. With the help of the tool
barVisibility level you decide
which levels are to be displayed in the Editor. This guarantees
that even complex pictures can be engineered clearly. The levels
can be used individually. The levels have no effect on the
foreground or background information and the display in the
Runtime.
|
LeftClickDown | ZT_VBAMAKRO |
LeftClickDown VBA macro that should be executed on pressing the left mouse button. Read more in the online manual
|
LeftClickUp | ZT_VBAMAKRO |
LeftClickUp VBA macro that should be executed on releasing the left mouse button. Read more in the online manual
|
LeftDClick | ZT_VBAMAKRO |
LeftDoubleClick VBA macro that should be executed on doubleclicking the left mouse button. Read more in the online manual
|
LineColorVariable | ZT_VARIABLE_DYN |
Text/line color Name of the variable, whose limit colors should
influence the line/text color of the element. Read more in the online manual
|
LnClVariable | SUBITEM | With this property you have the
opportunity to get informations about the variable which is linked
as "line/text color" variable of the element. The informations are provided via subitems: ProjectVar, SymVarName, SymVarTagNr. zElement.DynProperties ("LnClVariable.SymVarName") 'Return the name of the "line/text color" variable zElement.DynProperties ("LnClVariable.SymVarTagNr") 'Return the identification of the "line/text color" variable |
Locking | Long |
Interlocking Link of an existing interlocking to this
element. Read more in the online manual
|
LockingName | String | With this property you have the
opportunity to assign an interlocking via its name.
zElement.DynProperties("LockingName") = "Interlocking 1" |
MDIFunction | ZT_MDIFUNKTION |
Picture type spec. function Only available in
pictures with a special picture type (Picture type is not
"Standard"): Read more in the online manual
|
Menu | String |
Menu Context menu for the element. Read more in the online manual
|
MouseOver | ZT_VBAMAKRO |
MouseOver VBA macro that should be executed, when the cursor is moved over the element. Read more in the online manual
|
Name | String |
Object name Object name, with which the element can be
accessed by VBA macros. Read more in the online manual
|
Passwordlevel | Long |
Authorization group Password level for the setting of values or
executing of functions with the selected dynamic element. Read more in the online manual
|
PunchFrameColor | ZT_COLOR |
Frame color Definition of the frame color. Read more in the online manual
|
PunchFrameOffset | Long |
Distance [pixels] Distance of the frame to the element in pixels. Read more in the online manual
|
PunchFrameWidth | Long |
Line width Definition of the line width of the frame. Read more in the online manual
|
Representation | Long |
Bitmap size Definition of the bitmap size. Read more in the online manual
|
RightClickDown | ZT_VBAMAKRO |
RightClickDown VBA macro that should be executed on pressing the right mouse button. Read more in the online manual
|
RightClickUp | ZT_VBAMAKRO |
RightClickUp VBA macro that should be executed on releasing the right mouse button. Read more in the online manual
|
RightDClick | ZT_VBAMAKRO |
RightDoubleClick VBA macro that should be executed on doubleclicking the right mouse button. Read more in the online manual
|
SetFocus | ZT_VBAMAKRO |
SetFocus VBA macro that should be executed, when the element gets the focus. Read more in the online manual
|
SetValueDynMax | ZT_VARIABLE_DYN |
Maximum Only available, if
"Get set value limits from variable" is not active: Read more in the online manual
|
SetValueDynMin | ZT_VARIABLE_DYN |
Minimum Only available, if
"Get set value limits from variable" is not active: Read more in the online manual
|
ShortCut | ZT_SHORTCUT |
Key combination The assignment of the key combination is made by directly entering the key combination. Read more in the online manual
|
Signature | Boolean |
Active: Operating the element needs a signature. Attention: Only users that are logged in can sign an action. Signing actions with a temporary login is no longer possible. Inactive: No signature is needed. |
SignatureText | String |
Signature text This text is logged in the Chronologic Event List (CEL) on signing or is proposed as a default in the Runtime, if the signature is defined to be editable in the project properties. Read more in the online manual
|
StartX | Long |
Start point X [pixels] X coordinate of the upper left corner of the element (in pixels). Read more in the online manual
|
StartY | Long |
Start point Y [pixels] Y coordinate of the upper left corner of the element (in pixels) Read more in the online manual
|
Stationname | String |
Name for object list Element is entered into the object list of the world view with the text entered here. Read more in the online manual
|
Tab | Boolean |
Accessible via keyboard Active: The
dynamic element is available for keyboard operation. Read more in the online manual
|
ThreeDimensional | Boolean |
3D Active: The
element is displayed threedimensionally.
|
Tooltip | String |
Tooltip Text, which should be displayed as a tooltip
for the element in the Runtime. A tooltip is automatically
displayed in the Runtime, when the mouse cursor stands still on the
element for while. New lines can be indicated with \n. Read more in the online manual
|
TwistVar | SUBITEM | With this property you have the
opportunity to get informations about the variable which is linked
as "rotate" variable of the element. The informations are provided via subitems: ProjectVar, SymVarName, SymVarTagNr. zElement.DynProperties ("TwistVar.SymVarName") 'Return the name of the "rotate" variable zElement.DynProperties ("TwistVar.SymVarTagNr") 'Return the identification of the "rotate" variable |
TwistVarMax | Double |
Max. variable value Highest variable value for rotating the element. Read more in the online manual
|
TwistVarMin | Double |
Min. variable value Lowest variable value for rotating the element. Read more in the online manual
|
TwistVariable | ZT_VARIABLE_DYN |
Variable Name of the variable for rotating the
element. Read more in the online manual
|
TwistViewMax | Long |
Max. rotation [°] Rotation angle of the element for variable maximum (in °). Read more in the online manual
|
TwistViewMin | Long |
Min. rotation [°] Rotation angle of the element for variable minimum (in °). Read more in the online manual
|
UnderCE | Boolean |
Visible under WinCE Controls the visibility of elements in pictures under Windows CE. Projects which are used under CE and on the PC can be created more flexible; the user handling is improved. For example buttons can be made invisible which lead to pictures which cannot be displayed under CE (e.g. IPA). Active: The picture/element is also visible under Windows CE. Default: Active
|
UseBlinkColor | Boolean |
Blinking color from limit The element does not flash against invisible but against the the color of the violated limit of the selected variable. Read more in the online manual
|
VerticalOrigin | Long |
Vertical Vertical reference point for the activated "Dynamics" function(s). (top, centered, bottom) Read more in the online manual
|
VisVariable | SUBITEM | With this property you have the
opportunity to get informations about the variable which is linked
as "visibility" variable of the element. The informations are provided via subitems: ProjectVar, SymVarName, SymVarTagNr. zElement.DynProperties ("VisVariable.SymVarName") 'Return the name of the "visibility" variable zElement.DynProperties ("VisVariable.SymVarTagNr") 'Return the identification of the "visibility" variable |
VisibilityFrom | Double |
from Only available,
after a variable has been selected and if the visibility is not
taken from the limit: Read more in the online manual
|
VisibilityFromLimit | Boolean |
take from limit Only available,
after a variable has been selected: Read more in the online manual
|
VisibilityTo | Double |
to Only available,
after a variable has been selected and if the visibility is not
taken from the limit: Read more in the online manual
|
VisibilityVariable | ZT_VARIABLE_DYN |
Variable Name of the variable whose value influences the
visibility of the element. The visibility will either be taken from
the limit text properties of this variable or it will be detemined
by the value range defined in the properties from and
to.
|
Width | Long |
Width [pixels] Width of the element (in pixels). Read more in the online manual
|
XVar | SUBITEM | With this property you have the
opportunity to get informations about the variable which is linked
as "dynamic x position" variable of the element. The informations are provided via subitems: ProjectVar, SymVarName, SymVarTagNr. zElement.DynProperties ("XVar.SymVarName") 'Return the name of the "dynamic x position" variable zElement.DynProperties ("XVar.SymVarTagNr") 'Return the identification of the "dynamic x position" variable |
XVarMax | Double |
Max. variable value Highest variable value for horizontal moving of the element. Read more in the online manual
|
XVarMin | Double |
Min. variable value Lowest variable value for horizontal moving of the element. Read more in the online manual
|
XVarZoom | SUBITEM | With this property you have the
opportunity to get informations about the variable which is linked
as "change width" variable of the element. The informations are provided via subitems: ProjectVar, SymVarName, SymVarTagNr. zElement.DynProperties ("XVarZoom.SymVarName") 'Return the name of the "change width" variable zElement.DynProperties ("XVarZoom.SymVarTagNr") 'Return the identification of the "change width" variable |
XVariable | ZT_VARIABLE_DYN |
Variable Name of the variable for horizontal moving of
the element. Read more in the online manual
|
XViewMax | Long |
Max. movement [pixels] Horizontal position of the element for variable maximum (in pixels). Read more in the online manual
|
XViewMin | Long |
Min. movement [pixels] Horizontal position of the element for variable minimum (in pixels). Read more in the online manual
|
XZoomVarMax | Double |
Max. variable value Highest variable value for zooming the width of the element. Read more in the online manual
|
XZoomVarMin | Double |
Min. variable value Lowest variable value for zooming the width of the element. Read more in the online manual
|
XZoomVariable | ZT_VARIABLE_DYN |
Variable Name of the variable for zooming the width of
the element. Read more in the online manual
|
XZoomViewMax | Long |
Max. width [%] Zoom factor of the width of the element for variable maximum (in %). Read more in the online manual
|
XZoomViewMin | Long |
Min. width [%] Zoom factor of the width of the element for variable minimum (in %). Read more in the online manual
|
YVar | SUBITEM | With this property you have the
opportunity to get informations about the variable which is linked
as "dynamic y position" variable of the element. The informations are provided via subitems: ProjectVar, SymVarName, SymVarTagNr. zElement.DynProperties ("YVar.SymVarName") 'Return the name of the "dynamic y position" variable zElement.DynProperties ("YVar.SymVarTagNr") 'Return the identification of the "dynamic y position" variable |
YVarMax | Double |
Max. variable value Highest variable value for vertical moving of the element. Read more in the online manual
|
YVarMin | Double |
Min. variable value Lowest variable value for vertical moving of the element. Read more in the online manual
|
YVarZoom | SUBITEM | With this property you have the
opportunity to get informations about the variable which is linked
as "change height" variable of the element. The informations are provided via subitems: ProjectVar, SymVarName, SymVarTagNr. zElement.DynProperties ("YVarZoom.SymVarName") 'Return the name of the "change height" variable zElement.DynProperties ("YVarZoom.SymVarTagNr") 'Return the identification of the "change height" variable |
YVariable | ZT_VARIABLE_DYN |
Variable Name of the variable for vertical moving of the
element. Read more in the online manual
|
YViewMax | Long |
Max. movement [pixels] Vertical position of the element for variable maximum (in pixels). Read more in the online manual
|
YViewMin | Long |
Min. movement [pixels] Vertical position of the element for variable minimum (in pixels). Read more in the online manual
|
YZoomVarMax | Double |
Max. variable value Highest variable value for zooming the height of the element. Read more in the online manual
|
YZoomVarMin | Double |
Min. variable value Lowest variable value for zooming the height of the element. Read more in the online manual
|
YZoomVariable | ZT_VARIABLE_DYN |
Variable Name of the variable for zooming the height of
the element. Read more in the online manual
|
YZoomViewMax | Long |
Max. height [%] Zoom factor of the height of the element for variable maximum (in %). Read more in the online manual
|
YZoomViewMin | Long |
Min. height [%] Zoom factor of the height of the element for variable minimum (in %). Read more in the online manual
|
ZoomMax | Long |
Visible to Highest zoom step in which the element should
be visible in the worldview. Read more in the online manual
|
ZoomMin | Long |
Visible from Lowest zoom step in which the element should be
visible in the worldview. Read more in the online manual
|
Name | Type | Description |
---|---|---|
BackColor | ZT_COLOR |
Background color Define the background color of the element. By clicking on the button, you open the palette of the pre-defined colors. Or enter the color as hex code (RGB) manually in the field. The background color can be changed dynamically with the help of the property Background/filling color. As color for a newly created element the color which was used for the previous element of the same type is used.
|
BackColorVariable | ZT_VARIABLE_DYN |
Background/filling color Name of the variable, whose limit colors should
influence the background/filling color of the element. Read more in the online manual
|
BackColorVariable | ZT_VARIABLE_DYN |
Background/filling color Name of the variable, whose limit colors should
influence the background/filling color of the element. Read more in the online manual
|
BkClVariable | SUBITEM | With this property you have the
opportunity to get informations about the variable which is linked
as "background/filling color" variable of the element. The informations are provided via subitems: ProjectVar, SymVarName, SymVarTagNr. zElement.DynProperties ("BkClVariable.SymVarName") 'Return the name of the "background/filling color" variable zElement.DynProperties ("BkClVariable.SymVarTagNr") 'Return the identification of the "background/filling color" variable |
BlinkVariable | ZT_VARIABLE_DYN |
Take over flashing from limit Variable, from whose limit(s) the blinking
should be used for the element. Read more in the online manual
|
BlinkVariable | ZT_VARIABLE_DYN |
Take over flashing from limit Variable, from whose limit(s) the blinking
should be used for the element. Read more in the online manual
|
BtnStyleBorder | Long |
Button shape Shape of the button. Read more in the online manual
|
BtnStyleFill | Long |
Button filling Filling of the button:bright: Dark from bottom to center, then
brightness gradient from bright to dark. Read more in the online manual
|
BtnStyleInvert | Boolean |
Invert color gradient Only available, if
the button filling is not monochrome. Read more in the online manual
|
DownText | String |
Text when pressed Text on the button, that should be displayed, while the button is pressed. Read more in the online manual
|
DragBegin | ZT_VBAMAKRO |
DragBegin VBA macro that should be executed, when dragging begins. Read more in the online manual
|
DragDrop | ZT_VBAMAKRO |
DragDrop VBA macro that should be executed, when the mouse button is released. Read more in the online manual
|
DragOver | ZT_VBAMAKRO |
DragOver VBA macro that should be executed, when the cursor is moved over the element, while the left button is pressed down. Read more in the online manual
|
Draw | ZT_VBAMAKRO |
Draw VBA macro that should be executed, when the element is redrawn. Read more in the online manual
|
DynEleVar | SUBITEM | With this property you have the
opportunity to get informations about the variable (projected via
"Variable assignment" in the ActiveX selection dialog) which is
linked at an ActiveX element. The informations are provided via subitems: ProjectVar, SymVarName, SymVarTagNr. zElement.DynProperties ("DynEleVar.SymVarName") 'Return the name of the variable which is assigned to the ActiveX zElement.DynProperties ("DynEleVar.SymVarTagNr") 'Return the identification of the variable which is assigned to the ActiveX |
EnablePunchFrame | Boolean |
Show border A frame around the element can be
displayed. Read more in the online manual
|
EndX | Long |
End point X [pixels] X coordinate of the lower right corner of the element (in pixels). Read more in the online manual
|
EndY | Long |
End point Y [pixels] Y coordinate of the lower right corner of the element (in pixels). Read more in the online manual
|
FastReaction | Boolean |
Fast reaction Only available
if Switch is
active : Inactive: The switch will change is position only after the bit has been sent to the PLC and then again read from the PLC. Default: inactive.
|
FktOnDown | Boolean |
Function execution on pressing Active: The
linked function is executed on pressing the element. Read more in the online manual
|
Font | ZT_SCHRIFT |
Font Selection of the font for the text of the element. Read more in the online manual
|
Function | ZT_FUNCTION_DYN |
Function Name of the linked function. Only In addition to the standard feature
Picture switch , the picture whose
alarm states are supposed to be displayed will be determined by the
linked function.
|
Height | Long |
Height [pixels] Height of the element (in pixels). Read more in the online manual
|
HelpCapture | String |
Help chapter Help chapter that should be displayed for this
element in combination with a context menu. Name of the original
HTML page.
|
Helpfile | ZT_FILE |
Help file Help file (*.chm) to be used for this element
in combination with a context menu. Read more in the online manual
|
HorizontalAlign | Long |
Alignment horizontal Horizontal alignment of the text in the element for the display (centered, left, right). Read more in the online manual
|
HorizontalOrigin | Long |
Horizontal Horizontal reference point for the activated "Dynamics" function(s). (left, centered, right) Read more in the online manual
|
Init | ZT_VBAMAKRO |
Init VBA macro that should be executed on initialising the element. Read more in the online manual
|
KillFocus | ZT_VBAMAKRO |
KillFocus VBA macro that should be executed, when the element loses the focus. Read more in the online manual
|
Layer | Long |
Visibility level Select one of the 16 visibility levels (0 to
15) from the dropdown list. With the help of the tool
barVisibility level you decide
which levels are to be displayed in the Editor. This guarantees
that even complex pictures can be engineered clearly. The levels
can be used individually. The levels have no effect on the
foreground or background information and the display in the
Runtime.
|
LeftClickDown | ZT_VBAMAKRO |
LeftClickDown VBA macro that should be executed on pressing the left mouse button. Read more in the online manual
|
LeftClickUp | ZT_VBAMAKRO |
LeftClickUp VBA macro that should be executed on releasing the left mouse button. Read more in the online manual
|
LeftDClick | ZT_VBAMAKRO |
LeftDoubleClick VBA macro that should be executed on doubleclicking the left mouse button. Read more in the online manual
|
LineColorVariable | ZT_VARIABLE_DYN |
Text/line color Name of the variable, whose limit colors should
influence the line/text color of the element. Read more in the online manual
|
LineColorVariable | ZT_VARIABLE_DYN |
Text/line color Name of the variable, whose limit colors should
influence the line/text color of the element. Read more in the online manual
|
LnClVariable | SUBITEM | With this property you have the
opportunity to get informations about the variable which is linked
as "line/text color" variable of the element. The informations are provided via subitems: ProjectVar, SymVarName, SymVarTagNr. zElement.DynProperties ("LnClVariable.SymVarName") 'Return the name of the "line/text color" variable zElement.DynProperties ("LnClVariable.SymVarTagNr") 'Return the identification of the "line/text color" variable |
Locking | Long |
Interlocking Link of an existing interlocking to this
element. Read more in the online manual
|
LockingName | String | With this property you have the
opportunity to assign an interlocking via its name.
zElement.DynProperties("LockingName") = "Interlocking 1" |
MDIFunction | ZT_MDIFUNKTION |
Picture type spec. function Only available in
pictures with a special picture type (Picture type is not
"Standard"): Read more in the online manual
|
Menu | String |
Menu Context menu for the element. Read more in the online manual
|
MouseOver | ZT_VBAMAKRO |
MouseOver VBA macro that should be executed, when the cursor is moved over the element. Read more in the online manual
|
Name | String |
Object name Object name, with which the element can be
accessed by VBA macros. Read more in the online manual
|
Passwordlevel | Long |
Authorization group Password level for the setting of values or
executing of functions with the selected dynamic element. Read more in the online manual
|
PunchFrameColor | ZT_COLOR |
Frame color Definition of the frame color. Read more in the online manual
|
PunchFrameOffset | Long |
Distance [pixels] Distance of the frame to the element in pixels. Read more in the online manual
|
PunchFrameWidth | Long |
Line width Definition of the line width of the frame. Read more in the online manual
|
ReactionTime | Long |
Holding time [ms] Only available
if Switch is
active:
|
ResetOnLeave | Boolean |
reset on exiting Only available
if Momentary switch is
active:
|
RightClickDown | ZT_VBAMAKRO |
RightClickDown VBA macro that should be executed on pressing the right mouse button. Read more in the online manual
|
RightClickUp | ZT_VBAMAKRO |
RightClickUp VBA macro that should be executed on releasing the right mouse button. Read more in the online manual
|
RightDClick | ZT_VBAMAKRO |
RightDoubleClick VBA macro that should be executed on doubleclicking the right mouse button. Read more in the online manual
|
Scanner | Boolean |
Momentary switch Only available
if Switch is
active :
|
ScannerOn | Boolean |
Momentary switch On Only available
if Momentary switch is
active :
|
SetFocus | ZT_VBAMAKRO |
SetFocus VBA macro that should be executed, when the element gets the focus. Read more in the online manual
|
SetValueDynMax | ZT_VARIABLE_DYN |
Maximum Only available, if
"Get set value limits from variable" is not active: Read more in the online manual
|
SetValueDynMin | ZT_VARIABLE_DYN |
Minimum Only available, if
"Get set value limits from variable" is not active: Read more in the online manual
|
ShortCut | ZT_SHORTCUT |
Key combination The assignment of the key combination is made by directly entering the key combination. Read more in the online manual
|
Signature | Boolean |
Active: Operating the element needs a signature. Attention: Only users that are logged in can sign an action. Signing actions with a temporary login is no longer possible. Inactive: No signature is needed. |
SignatureText | String |
Signature text This text is logged in the Chronologic Event List (CEL) on signing or is proposed as a default in the Runtime, if the signature is defined to be editable in the project properties. Read more in the online manual
|
StartX | Long |
Start point X [pixels] X coordinate of the upper left corner of the element (in pixels). Read more in the online manual
|
StartY | Long |
Start point Y [pixels] Y coordinate of the upper left corner of the element (in pixels) Read more in the online manual
|
Stationname | String |
Name for object list Element is entered into the object list of the world view with the text entered here. Read more in the online manual
|
Switch | Boolean |
Switch Active: The
element switches the value of a bit variable. Read more in the online manual
|
Tab | Boolean |
Accessible via keyboard Active: The
dynamic element is available for keyboard operation. Read more in the online manual
|
Text1 | String |
Text line 1 Button text for the first line. Read more in the online manual
|
Text2 | String |
Text line 2 Button text for the second line. Read more in the online manual
|
TextColor | ZT_COLOR |
Text color Text color of the element. Read more in the online manual
|
ThreeDimensional | Boolean |
3D Active: The
element is displayed threedimensionally.
|
Tooltip | String |
Tooltip Text, which should be displayed as a tooltip
for the element in the Runtime. A tooltip is automatically
displayed in the Runtime, when the mouse cursor stands still on the
element for while. New lines can be indicated with \n. Read more in the online manual
|
TwistVar | SUBITEM | With this property you have the
opportunity to get informations about the variable which is linked
as "rotate" variable of the element. The informations are provided via subitems: ProjectVar, SymVarName, SymVarTagNr. zElement.DynProperties ("TwistVar.SymVarName") 'Return the name of the "rotate" variable zElement.DynProperties ("TwistVar.SymVarTagNr") 'Return the identification of the "rotate" variable |
TwistVarMax | Double |
Max. variable value Highest variable value for rotating the element. Read more in the online manual
|
TwistVarMin | Double |
Min. variable value Lowest variable value for rotating the element. Read more in the online manual
|
TwistVariable | ZT_VARIABLE_DYN |
Variable Name of the variable for rotating the
element. Read more in the online manual
|
TwistViewMax | Long |
Max. rotation [°] Rotation angle of the element for variable maximum (in °). Read more in the online manual
|
TwistViewMin | Long |
Min. rotation [°] Rotation angle of the element for variable minimum (in °). Read more in the online manual
|
UnderCE | Boolean |
Visible under WinCE Controls the visibility of elements in pictures under Windows CE. Projects which are used under CE and on the PC can be created more flexible; the user handling is improved. For example buttons can be made invisible which lead to pictures which cannot be displayed under CE (e.g. IPA). Active: The picture/element is also visible under Windows CE. Default: Active
|
UseBlinkColor | Boolean |
Blinking color from limit The element does not flash against invisible but against the the color of the violated limit of the selected variable. Read more in the online manual
|
UseBlinkColor | Boolean |
Blinking color from limit The element does not flash against invisible but against the the color of the violated limit of the selected variable. Read more in the online manual
|
Variable | ZT_VARIABLE_DYN |
Variable Only available for
buttons that are used as switches: Only Meaning in SICAM 230: Lower bit: Alarm active/inactive Higher bit: Alarm acknowledged/not acknowledged
|
VerticalAlign | Long |
Alignment vertical Vertical alignment of the text in the element for the display (centered, top, bottom). Read more in the online manual
|
VerticalOrigin | Long |
Vertical Vertical reference point for the activated "Dynamics" function(s). (top, centered, bottom) Read more in the online manual
|
VisVariable | SUBITEM | With this property you have the
opportunity to get informations about the variable which is linked
as "visibility" variable of the element. The informations are provided via subitems: ProjectVar, SymVarName, SymVarTagNr. zElement.DynProperties ("VisVariable.SymVarName") 'Return the name of the "visibility" variable zElement.DynProperties ("VisVariable.SymVarTagNr") 'Return the identification of the "visibility" variable |
VisibilityFrom | Double |
from Only available,
after a variable has been selected and if the visibility is not
taken from the limit: Read more in the online manual
|
VisibilityFromLimit | Boolean |
take from limit Only available,
after a variable has been selected: Read more in the online manual
|
VisibilityTo | Double |
to Only available,
after a variable has been selected and if the visibility is not
taken from the limit: Read more in the online manual
|
VisibilityVariable | ZT_VARIABLE_DYN |
Variable Name of the variable whose value influences the
visibility of the element. The visibility will either be taken from
the limit text properties of this variable or it will be detemined
by the value range defined in the properties from and
to.
|
Width | Long |
Width [pixels] Width of the element (in pixels). Read more in the online manual
|
Wordbreak | Boolean |
Word wrap Active:
Automatic word wrap is used for the text in the element. Read more in the online manual
|
XVar | SUBITEM | With this property you have the
opportunity to get informations about the variable which is linked
as "dynamic x position" variable of the element. The informations are provided via subitems: ProjectVar, SymVarName, SymVarTagNr. zElement.DynProperties ("XVar.SymVarName") 'Return the name of the "dynamic x position" variable zElement.DynProperties ("XVar.SymVarTagNr") 'Return the identification of the "dynamic x position" variable |
XVarMax | Double |
Max. variable value Highest variable value for horizontal moving of the element. Read more in the online manual
|
XVarMin | Double |
Min. variable value Lowest variable value for horizontal moving of the element. Read more in the online manual
|
XVarZoom | SUBITEM | With this property you have the
opportunity to get informations about the variable which is linked
as "change width" variable of the element. The informations are provided via subitems: ProjectVar, SymVarName, SymVarTagNr. zElement.DynProperties ("XVarZoom.SymVarName") 'Return the name of the "change width" variable zElement.DynProperties ("XVarZoom.SymVarTagNr") 'Return the identification of the "change width" variable |
XVariable | ZT_VARIABLE_DYN |
Variable Name of the variable for horizontal moving of
the element. Read more in the online manual
|
XViewMax | Long |
Max. movement [pixels] Horizontal position of the element for variable maximum (in pixels). Read more in the online manual
|
XViewMin | Long |
Min. movement [pixels] Horizontal position of the element for variable minimum (in pixels). Read more in the online manual
|
XZoomVarMax | Double |
Max. variable value Highest variable value for zooming the width of the element. Read more in the online manual
|
XZoomVarMin | Double |
Min. variable value Lowest variable value for zooming the width of the element. Read more in the online manual
|
XZoomVariable | ZT_VARIABLE_DYN |
Variable Name of the variable for zooming the width of
the element. Read more in the online manual
|
XZoomViewMax | Long |
Max. width [%] Zoom factor of the width of the element for variable maximum (in %). Read more in the online manual
|
XZoomViewMin | Long |
Min. width [%] Zoom factor of the width of the element for variable minimum (in %). Read more in the online manual
|
YVar | SUBITEM | With this property you have the
opportunity to get informations about the variable which is linked
as "dynamic y position" variable of the element. The informations are provided via subitems: ProjectVar, SymVarName, SymVarTagNr. zElement.DynProperties ("YVar.SymVarName") 'Return the name of the "dynamic y position" variable zElement.DynProperties ("YVar.SymVarTagNr") 'Return the identification of the "dynamic y position" variable |
YVarMax | Double |
Max. variable value Highest variable value for vertical moving of the element. Read more in the online manual
|
YVarMin | Double |
Min. variable value Lowest variable value for vertical moving of the element. Read more in the online manual
|
YVarZoom | SUBITEM | With this property you have the
opportunity to get informations about the variable which is linked
as "change height" variable of the element. The informations are provided via subitems: ProjectVar, SymVarName, SymVarTagNr. zElement.DynProperties ("YVarZoom.SymVarName") 'Return the name of the "change height" variable zElement.DynProperties ("YVarZoom.SymVarTagNr") 'Return the identification of the "change height" variable |
YVariable | ZT_VARIABLE_DYN |
Variable Name of the variable for vertical moving of the
element. Read more in the online manual
|
YViewMax | Long |
Max. movement [pixels] Vertical position of the element for variable maximum (in pixels). Read more in the online manual
|
YViewMin | Long |
Min. movement [pixels] Vertical position of the element for variable minimum (in pixels). Read more in the online manual
|
YZoomVarMax | Double |
Max. variable value Highest variable value for zooming the height of the element. Read more in the online manual
|
YZoomVarMin | Double |
Min. variable value Lowest variable value for zooming the height of the element. Read more in the online manual
|
YZoomVariable | ZT_VARIABLE_DYN |
Variable Name of the variable for zooming the height of
the element. Read more in the online manual
|
YZoomViewMax | Long |
Max. height [%] Zoom factor of the height of the element for variable maximum (in %). Read more in the online manual
|
YZoomViewMin | Long |
Min. height [%] Zoom factor of the height of the element for variable minimum (in %). Read more in the online manual
|
ZoomMax | Long |
Visible to Highest zoom step in which the element should
be visible in the worldview. Read more in the online manual
|
ZoomMin | Long |
Visible from Lowest zoom step in which the element should be
visible in the worldview. Read more in the online manual
|
Name | Type | Description |
---|---|---|
BackColor | ZT_COLOR |
Background color Define the background color of the element. By clicking on the button, you open the palette of the pre-defined colors. Or enter the color as hex code (RGB) manually in the field. The background color can be changed dynamically with the help of the property Background/filling color. As color for a newly created element the color which was used for the previous element of the same type is used.
|
BackColorVariable | ZT_VARIABLE_DYN |
Background/filling color Name of the variable, whose limit colors should
influence the background/filling color of the element. Read more in the online manual
|
BkClVariable | SUBITEM | With this property you have the
opportunity to get informations about the variable which is linked
as "background/filling color" variable of the element. The informations are provided via subitems: ProjectVar, SymVarName, SymVarTagNr. zElement.DynProperties ("BkClVariable.SymVarName") 'Return the name of the "background/filling color" variable zElement.DynProperties ("BkClVariable.SymVarTagNr") 'Return the identification of the "background/filling color" variable |
BlinkVariable | ZT_VARIABLE_DYN |
Take over flashing from limit Variable, from whose limit(s) the blinking
should be used for the element. Read more in the online manual
|
ControlType | Long |
Control type ComboBox:
This element is used as a ComboBox. Read more in the online manual
|
DynEleVar | SUBITEM | With this property you have the
opportunity to get informations about the variable (projected via
"Variable assignment" in the ActiveX selection dialog) which is
linked at an ActiveX element. The informations are provided via subitems: ProjectVar, SymVarName, SymVarTagNr. zElement.DynProperties ("DynEleVar.SymVarName") 'Return the name of the variable which is assigned to the ActiveX zElement.DynProperties ("DynEleVar.SymVarTagNr") 'Return the identification of the variable which is assigned to the ActiveX |
EnablePunchFrame | Boolean |
Show border A frame around the element can be
displayed. Read more in the online manual
|
EndX | Long |
End point X [pixels] X coordinate of the lower right corner of the element (in pixels). Read more in the online manual
|
EndY | Long |
End point Y [pixels] Y coordinate of the lower right corner of the element (in pixels). Read more in the online manual
|
Font | ZT_SCHRIFT |
Font Selection of the font for the text of the element. Read more in the online manual
|
Height | Long |
Height [pixels] Height of the element (in pixels). Read more in the online manual
|
HorizontalOrigin | Long |
Horizontal Horizontal reference point for the activated "Dynamics" function(s). (left, centered, right) Read more in the online manual
|
InstantReaction | Boolean |
Fast reaction Allows you to display a reaction as already happened, even if the response of a slowly reacting driver has not been received yet. active: Displays the driver reaction as already happened in the visualization, even if it is still outstanding. Default: active Notice: In case the driver does not react, the absence of the reaction will not be noticed.
|
Layer | Long |
Visibility level Select one of the 16 visibility levels (0 to
15) from the dropdown list. With the help of the tool
barVisibility level you decide
which levels are to be displayed in the Editor. This guarantees
that even complex pictures can be engineered clearly. The levels
can be used individually. The levels have no effect on the
foreground or background information and the display in the
Runtime.
|
LineColorVariable | ZT_VARIABLE_DYN |
Text/line color Name of the variable, whose limit colors should
influence the line/text color of the element. Read more in the online manual
|
LnClVariable | SUBITEM | With this property you have the
opportunity to get informations about the variable which is linked
as "line/text color" variable of the element. The informations are provided via subitems: ProjectVar, SymVarName, SymVarTagNr. zElement.DynProperties ("LnClVariable.SymVarName") 'Return the name of the "line/text color" variable zElement.DynProperties ("LnClVariable.SymVarTagNr") 'Return the identification of the "line/text color" variable |
Locking | Long |
Interlocking Link of an existing interlocking to this
element. Read more in the online manual
|
LockingName | String | With this property you have the
opportunity to assign an interlocking via its name.
zElement.DynProperties("LockingName") = "Interlocking 1" |
Name | String |
Object name Object name, with which the element can be
accessed by VBA macros. Read more in the online manual
|
Passwordlevel | Long |
Authorization group Password level for the setting of values or
executing of functions with the selected dynamic element. Read more in the online manual
|
PunchFrameColor | ZT_COLOR |
Frame color Definition of the frame color. Read more in the online manual
|
PunchFrameOffset | Long |
Distance [pixels] Distance of the frame to the element in pixels. Read more in the online manual
|
PunchFrameWidth | Long |
Line width Definition of the line width of the frame. Read more in the online manual
|
ShowState | Boolean |
Display status of variable Active: The
status of the variable is indicated by a colored square at the top
right corner of the element. Read more in the online manual
|
Signature | Boolean |
Active: Operating the element needs a signature. Attention: Only users that are logged in can sign an action. Signing actions with a temporary login is no longer possible. Inactive: No signature is needed. |
SignatureText | String |
Signature text This text is logged in the Chronologic Event List (CEL) on signing or is proposed as a default in the Runtime, if the signature is defined to be editable in the project properties. Read more in the online manual
|
StartX | Long |
Start point X [pixels] X coordinate of the upper left corner of the element (in pixels). Read more in the online manual
|
StartY | Long |
Start point Y [pixels] Y coordinate of the upper left corner of the element (in pixels) Read more in the online manual
|
States | SUBITEM | With this property you have the opportunity to get/set some properties of the different statis. The settings can be handled via some subitems. |
Stationname | String |
Name for object list Element is entered into the object list of the world view with the text entered here. Read more in the online manual
|
Status | String |
Entries Opens the dialog for the definition of the entries in the element. Read more in the online manual
|
TextColor | ZT_COLOR |
Text color Text color of the element. Read more in the online manual
|
TwistVar | SUBITEM | With this property you have the
opportunity to get informations about the variable which is linked
as "rotate" variable of the element. The informations are provided via subitems: ProjectVar, SymVarName, SymVarTagNr. zElement.DynProperties ("TwistVar.SymVarName") 'Return the name of the "rotate" variable zElement.DynProperties ("TwistVar.SymVarTagNr") 'Return the identification of the "rotate" variable |
TwistVarMax | Double |
Max. variable value Highest variable value for rotating the element. Read more in the online manual
|
TwistVarMin | Double |
Min. variable value Lowest variable value for rotating the element. Read more in the online manual
|
TwistVariable | ZT_VARIABLE_DYN |
Variable Name of the variable for rotating the
element. Read more in the online manual
|
TwistViewMax | Long |
Max. rotation [°] Rotation angle of the element for variable maximum (in °). Read more in the online manual
|
TwistViewMin | Long |
Min. rotation [°] Rotation angle of the element for variable minimum (in °). Read more in the online manual
|
UseBlinkColor | Boolean |
Blinking color from limit The element does not flash against invisible but against the the color of the violated limit of the selected variable. Read more in the online manual
|
Variable | ZT_VARIABLE_DYN |
Variable Only available for
buttons that are used as switches: Only Meaning in SICAM 230: Lower bit: Alarm active/inactive Higher bit: Alarm acknowledged/not acknowledged
|
VerticalOrigin | Long |
Vertical Vertical reference point for the activated "Dynamics" function(s). (top, centered, bottom) Read more in the online manual
|
VisVariable | SUBITEM | With this property you have the
opportunity to get informations about the variable which is linked
as "visibility" variable of the element. The informations are provided via subitems: ProjectVar, SymVarName, SymVarTagNr. zElement.DynProperties ("VisVariable.SymVarName") 'Return the name of the "visibility" variable zElement.DynProperties ("VisVariable.SymVarTagNr") 'Return the identification of the "visibility" variable |
VisibilityFrom | Double |
from Only available,
after a variable has been selected and if the visibility is not
taken from the limit: Read more in the online manual
|
VisibilityFromLimit | Boolean |
take from limit Only available,
after a variable has been selected: Read more in the online manual
|
VisibilityTo | Double |
to Only available,
after a variable has been selected and if the visibility is not
taken from the limit: Read more in the online manual
|
VisibilityVariable | ZT_VARIABLE_DYN |
Variable Name of the variable whose value influences the
visibility of the element. The visibility will either be taken from
the limit text properties of this variable or it will be detemined
by the value range defined in the properties from and
to.
|
Width | Long |
Width [pixels] Width of the element (in pixels). Read more in the online manual
|
XVar | SUBITEM | With this property you have the
opportunity to get informations about the variable which is linked
as "dynamic x position" variable of the element. The informations are provided via subitems: ProjectVar, SymVarName, SymVarTagNr. zElement.DynProperties ("XVar.SymVarName") 'Return the name of the "dynamic x position" variable zElement.DynProperties ("XVar.SymVarTagNr") 'Return the identification of the "dynamic x position" variable |
XVarMax | Double |
Max. variable value Highest variable value for horizontal moving of the element. Read more in the online manual
|
XVarMin | Double |
Min. variable value Lowest variable value for horizontal moving of the element. Read more in the online manual
|
XVarZoom | SUBITEM | With this property you have the
opportunity to get informations about the variable which is linked
as "change width" variable of the element. The informations are provided via subitems: ProjectVar, SymVarName, SymVarTagNr. zElement.DynProperties ("XVarZoom.SymVarName") 'Return the name of the "change width" variable zElement.DynProperties ("XVarZoom.SymVarTagNr") 'Return the identification of the "change width" variable |
XVariable | ZT_VARIABLE_DYN |
Variable Name of the variable for horizontal moving of
the element. Read more in the online manual
|
XViewMax | Long |
Max. movement [pixels] Horizontal position of the element for variable maximum (in pixels). Read more in the online manual
|
XViewMin | Long |
Min. movement [pixels] Horizontal position of the element for variable minimum (in pixels). Read more in the online manual
|
XZoomVarMax | Double |
Max. variable value Highest variable value for zooming the width of the element. Read more in the online manual
|
XZoomVarMin | Double |
Min. variable value Lowest variable value for zooming the width of the element. Read more in the online manual
|
XZoomVariable | ZT_VARIABLE_DYN |
Variable Name of the variable for zooming the width of
the element. Read more in the online manual
|
XZoomViewMax | Long |
Max. width [%] Zoom factor of the width of the element for variable maximum (in %). Read more in the online manual
|
XZoomViewMin | Long |
Min. width [%] Zoom factor of the width of the element for variable minimum (in %). Read more in the online manual
|
YVar | SUBITEM | With this property you have the
opportunity to get informations about the variable which is linked
as "dynamic y position" variable of the element. The informations are provided via subitems: ProjectVar, SymVarName, SymVarTagNr. zElement.DynProperties ("YVar.SymVarName") 'Return the name of the "dynamic y position" variable zElement.DynProperties ("YVar.SymVarTagNr") 'Return the identification of the "dynamic y position" variable |
YVarMax | Double |
Max. variable value Highest variable value for vertical moving of the element. Read more in the online manual
|
YVarMin | Double |
Min. variable value Lowest variable value for vertical moving of the element. Read more in the online manual
|
YVarZoom | SUBITEM | With this property you have the
opportunity to get informations about the variable which is linked
as "change height" variable of the element. The informations are provided via subitems: ProjectVar, SymVarName, SymVarTagNr. zElement.DynProperties ("YVarZoom.SymVarName") 'Return the name of the "change height" variable zElement.DynProperties ("YVarZoom.SymVarTagNr") 'Return the identification of the "change height" variable |
YVariable | ZT_VARIABLE_DYN |
Variable Name of the variable for vertical moving of the
element. Read more in the online manual
|
YViewMax | Long |
Max. movement [pixels] Vertical position of the element for variable maximum (in pixels). Read more in the online manual
|
YViewMin | Long |
Min. movement [pixels] Vertical position of the element for variable minimum (in pixels). Read more in the online manual
|
YZoomVarMax | Double |
Max. variable value Highest variable value for zooming the height of the element. Read more in the online manual
|
YZoomVarMin | Double |
Min. variable value Lowest variable value for zooming the height of the element. Read more in the online manual
|
YZoomVariable | ZT_VARIABLE_DYN |
Variable Name of the variable for zooming the height of
the element. Read more in the online manual
|
YZoomViewMax | Long |
Max. height [%] Zoom factor of the height of the element for variable maximum (in %). Read more in the online manual
|
YZoomViewMin | Long |
Min. height [%] Zoom factor of the height of the element for variable minimum (in %). Read more in the online manual
|
ZoomMax | Long |
Visible to Highest zoom step in which the element should
be visible in the worldview. Read more in the online manual
|
ZoomMin | Long |
Visible from Lowest zoom step in which the element should be
visible in the worldview. Read more in the online manual
|
Name | Type | Description |
---|---|---|
BackColor | ZT_COLOR |
Background color Define the background color of the element. By clicking on the button, you open the palette of the pre-defined colors. Or enter the color as hex code (RGB) manually in the field. The background color can be changed dynamically with the help of the property Background/filling color. As color for a newly created element the color which was used for the previous element of the same type is used.
|
BackColorVariable | ZT_VARIABLE_DYN |
Background/filling color Name of the variable, whose limit colors should
influence the background/filling color of the element. Read more in the online manual
|
BkClVariable | SUBITEM | With this property you have the
opportunity to get informations about the variable which is linked
as "background/filling color" variable of the element. The informations are provided via subitems: ProjectVar, SymVarName, SymVarTagNr. zElement.DynProperties ("BkClVariable.SymVarName") 'Return the name of the "background/filling color" variable zElement.DynProperties ("BkClVariable.SymVarTagNr") 'Return the identification of the "background/filling color" variable |
BlinkVariable | ZT_VARIABLE_DYN |
Take over flashing from limit Variable, from whose limit(s) the blinking
should be used for the element. Read more in the online manual
|
DragBegin | ZT_VBAMAKRO |
DragBegin VBA macro that should be executed, when dragging begins. Read more in the online manual
|
DragDrop | ZT_VBAMAKRO |
DragDrop VBA macro that should be executed, when the mouse button is released. Read more in the online manual
|
DragOver | ZT_VBAMAKRO |
DragOver VBA macro that should be executed, when the cursor is moved over the element, while the left button is pressed down. Read more in the online manual
|
Draw | ZT_VBAMAKRO |
Draw VBA macro that should be executed, when the element is redrawn. Read more in the online manual
|
DynEleVar | SUBITEM | With this property you have the
opportunity to get informations about the variable (projected via
"Variable assignment" in the ActiveX selection dialog) which is
linked at an ActiveX element. The informations are provided via subitems: ProjectVar, SymVarName, SymVarTagNr. zElement.DynProperties ("DynEleVar.SymVarName") 'Return the name of the variable which is assigned to the ActiveX zElement.DynProperties ("DynEleVar.SymVarTagNr") 'Return the identification of the variable which is assigned to the ActiveX |
DynText | String |
Text Only available with
numerical variables: Read more in the online manual
|
EnablePunchFrame | Boolean |
Show border A frame around the element can be
displayed. Read more in the online manual
|
EndX | Long |
End point X [pixels] X coordinate of the lower right corner of the element (in pixels). Read more in the online manual
|
EndY | Long |
End point Y [pixels] Y coordinate of the lower right corner of the element (in pixels). Read more in the online manual
|
Font | ZT_SCHRIFT |
Font Selection of the font for the text of the element. Read more in the online manual
|
Frame | Long |
Border type A border for the display can be selected from a list of defined borders. Read more in the online manual
|
HWDirect | Boolean |
without dialog Active: The
value is sent to the hardware without a possibility to be changed
in the Runtime. Read more in the online manual
|
Height | Long |
Height [pixels] Height of the element (in pixels). Read more in the online manual
|
HelpCapture | String |
Help chapter Help chapter that should be displayed for this
element in combination with a context menu. Name of the original
HTML page.
|
Helpfile | ZT_FILE |
Help file Help file (*.chm) to be used for this element
in combination with a context menu. Read more in the online manual
|
HorizontalAlign | Long |
Alignment horizontal Horizontal alignment of the text in the element for the display (centered, left, right). Read more in the online manual
|
HorizontalOrigin | Long |
Horizontal Horizontal reference point for the activated "Dynamics" function(s). (left, centered, right) Read more in the online manual
|
Init | ZT_VBAMAKRO |
Init VBA macro that should be executed on initialising the element. Read more in the online manual
|
IsSetValue | Boolean |
Setting values active Active:
Setting of variables for this dynamic element is allowed. Read more in the online manual
|
KbdName | ZT_PICTURE |
Keyboard picture Name of the linked keyboard picture. Read more in the online manual
|
KbdUsage | Boolean |
Use keyboard picture On selecting the element in the Runtime the
keyboard is opened. Read more in the online manual
|
KillFocus | ZT_VBAMAKRO |
KillFocus VBA macro that should be executed, when the element loses the focus. Read more in the online manual
|
Layer | Long |
Visibility level Select one of the 16 visibility levels (0 to
15) from the dropdown list. With the help of the tool
barVisibility level you decide
which levels are to be displayed in the Editor. This guarantees
that even complex pictures can be engineered clearly. The levels
can be used individually. The levels have no effect on the
foreground or background information and the display in the
Runtime.
|
LeftClickDown | ZT_VBAMAKRO |
LeftClickDown VBA macro that should be executed on pressing the left mouse button. Read more in the online manual
|
LeftClickUp | ZT_VBAMAKRO |
LeftClickUp VBA macro that should be executed on releasing the left mouse button. Read more in the online manual
|
LeftDClick | ZT_VBAMAKRO |
LeftDoubleClick VBA macro that should be executed on doubleclicking the left mouse button. Read more in the online manual
|
LimitFromVar | Boolean |
Take set value limits from variable Active: The
limits for set value actions are not set via "Minimum" and
"Maximum" but are directly taken from the variable definition. Read more in the online manual
|
LineColorVariable | ZT_VARIABLE_DYN |
Text/line color Name of the variable, whose limit colors should
influence the line/text color of the element. Read more in the online manual
|
LnClVariable | SUBITEM | With this property you have the
opportunity to get informations about the variable which is linked
as "line/text color" variable of the element. The informations are provided via subitems: ProjectVar, SymVarName, SymVarTagNr. zElement.DynProperties ("LnClVariable.SymVarName") 'Return the name of the "line/text color" variable zElement.DynProperties ("LnClVariable.SymVarTagNr") 'Return the identification of the "line/text color" variable |
Locking | Long |
Interlocking Link of an existing interlocking to this
element. Read more in the online manual
|
LockingName | String | With this property you have the
opportunity to assign an interlocking via its name.
zElement.DynProperties("LockingName") = "Interlocking 1" |
Max | Double |
Maximum Only available, if
"Get set value limits from variable" not active: Read more in the online manual
|
Menu | String |
Menu Context menu for the element. Read more in the online manual
|
Min | Double |
Minimum Only available, if
"Get set value limits from variable" is not active: Read more in the online manual
|
MouseOver | ZT_VBAMAKRO |
MouseOver VBA macro that should be executed, when the cursor is moved over the element. Read more in the online manual
|
Name | String |
Object name Object name, with which the element can be
accessed by VBA macros. Read more in the online manual
|
Passwordlevel | Long |
Authorization group Password level for the setting of values or
executing of functions with the selected dynamic element. Read more in the online manual
|
Preset | Boolean |
propose current value Active: The
current value of the variable is proposed as set value. Read more in the online manual
|
PunchFrameColor | ZT_COLOR |
Frame color Definition of the frame color. Read more in the online manual
|
PunchFrameOffset | Long |
Distance [pixels] Distance of the frame to the element in pixels. Read more in the online manual
|
PunchFrameWidth | Long |
Line width Definition of the line width of the frame. Read more in the online manual
|
RightClickDown | ZT_VBAMAKRO |
RightClickDown VBA macro that should be executed on pressing the right mouse button. Read more in the online manual
|
RightClickUp | ZT_VBAMAKRO |
RightClickUp VBA macro that should be executed on releasing the right mouse button. Read more in the online manual
|
RightDClick | ZT_VBAMAKRO |
RightDoubleClick VBA macro that should be executed on doubleclicking the right mouse button. Read more in the online manual
|
SetFocus | ZT_VBAMAKRO |
SetFocus VBA macro that should be executed, when the element gets the focus. Read more in the online manual
|
SetProgram | String |
External program Only available, if
setting values with external program is selected: Read more in the online manual
|
SetValue | Double |
Set value / change by Value to be sent or to be proposed as set
value. Read more in the online manual
|
SetValueDynMax | ZT_VARIABLE_DYN |
Maximum Only available, if
"Get set value limits from variable" is not active: Read more in the online manual
|
SetValueDynMin | ZT_VARIABLE_DYN |
Minimum Only available, if
"Get set value limits from variable" is not active: Read more in the online manual
|
SetValueText | String |
Set value text Set value
text
|
SetValueWith | Long |
Set value via Send value with: Read more in the online manual
|
ShowState | Boolean |
Display status of variable Active: The
status of the variable is indicated by a colored square at the top
right corner of the element. Read more in the online manual
|
Signature | Boolean |
Active: Operating the element needs a signature. Attention: Only users that are logged in can sign an action. Signing actions with a temporary login is no longer possible. Inactive: No signature is needed. |
SignatureText | String |
Signature text This text is logged in the Chronologic Event List (CEL) on signing or is proposed as a default in the Runtime, if the signature is defined to be editable in the project properties. Read more in the online manual
|
StartX | Long |
Start point X [pixels] X coordinate of the upper left corner of the element (in pixels). Read more in the online manual
|
StartY | Long |
Start point Y [pixels] Y coordinate of the upper left corner of the element (in pixels) Read more in the online manual
|
Stationname | String |
Name for object list Element is entered into the object list of the world view with the text entered here. Read more in the online manual
|
Tab | Boolean |
Accessible via keyboard Active: The
dynamic element is available for keyboard operation. Read more in the online manual
|
TextColor | ZT_COLOR |
Text color Text color of the element. Read more in the online manual
|
Tooltip | String |
Tooltip Text, which should be displayed as a tooltip
for the element in the Runtime. A tooltip is automatically
displayed in the Runtime, when the mouse cursor stands still on the
element for while. New lines can be indicated with \n. Read more in the online manual
|
Transparent | Boolean |
Transparent Here the background color of the element can be disabled. Read more in the online manual
|
TwistVar | SUBITEM | With this property you have the
opportunity to get informations about the variable which is linked
as "rotate" variable of the element. The informations are provided via subitems: ProjectVar, SymVarName, SymVarTagNr. zElement.DynProperties ("TwistVar.SymVarName") 'Return the name of the "rotate" variable zElement.DynProperties ("TwistVar.SymVarTagNr") 'Return the identification of the "rotate" variable |
TwistVarMax | Double |
Max. variable value Highest variable value for rotating the element. Read more in the online manual
|
TwistVarMin | Double |
Min. variable value Lowest variable value for rotating the element. Read more in the online manual
|
TwistVariable | ZT_VARIABLE_DYN |
Variable Name of the variable for rotating the
element. Read more in the online manual
|
TwistViewMax | Long |
Max. rotation [°] Rotation angle of the element for variable maximum (in °). Read more in the online manual
|
TwistViewMin | Long |
Min. rotation [°] Rotation angle of the element for variable minimum (in °). Read more in the online manual
|
UnderCE | Boolean |
Visible under WinCE Controls the visibility of elements in pictures under Windows CE. Projects which are used under CE and on the PC can be created more flexible; the user handling is improved. For example buttons can be made invisible which lead to pictures which cannot be displayed under CE (e.g. IPA). Active: The picture/element is also visible under Windows CE. Default: Active
|
UseBlinkColor | Boolean |
Blinking color from limit The element does not flash against invisible but against the the color of the violated limit of the selected variable. Read more in the online manual
|
Variable | ZT_VARIABLE_DYN |
Variable Only available for
buttons that are used as switches: Only Meaning in SICAM 230: Lower bit: Alarm active/inactive Higher bit: Alarm acknowledged/not acknowledged
|
VerticalAlign | Long |
Alignment vertical Vertical alignment of the text in the element for the display (centered, top, bottom). Read more in the online manual
|
VerticalOrigin | Long |
Vertical Vertical reference point for the activated "Dynamics" function(s). (top, centered, bottom) Read more in the online manual
|
VisVariable | SUBITEM | With this property you have the
opportunity to get informations about the variable which is linked
as "visibility" variable of the element. The informations are provided via subitems: ProjectVar, SymVarName, SymVarTagNr. zElement.DynProperties ("VisVariable.SymVarName") 'Return the name of the "visibility" variable zElement.DynProperties ("VisVariable.SymVarTagNr") 'Return the identification of the "visibility" variable |
VisibilityFrom | Double |
from Only available,
after a variable has been selected and if the visibility is not
taken from the limit: Read more in the online manual
|
VisibilityFromLimit | Boolean |
take from limit Only available,
after a variable has been selected: Read more in the online manual
|
VisibilityTo | Double |
to Only available,
after a variable has been selected and if the visibility is not
taken from the limit: Read more in the online manual
|
VisibilityVariable | ZT_VARIABLE_DYN |
Variable Name of the variable whose value influences the
visibility of the element. The visibility will either be taken from
the limit text properties of this variable or it will be detemined
by the value range defined in the properties from and
to.
|
Width | Long |
Width [pixels] Width of the element (in pixels). Read more in the online manual
|
Wordbreak | Boolean |
Word wrap Active:
Automatic word wrap is used for the text in the element. Read more in the online manual
|
XVar | SUBITEM | With this property you have the
opportunity to get informations about the variable which is linked
as "dynamic x position" variable of the element. The informations are provided via subitems: ProjectVar, SymVarName, SymVarTagNr. zElement.DynProperties ("XVar.SymVarName") 'Return the name of the "dynamic x position" variable zElement.DynProperties ("XVar.SymVarTagNr") 'Return the identification of the "dynamic x position" variable |
XVarMax | Double |
Max. variable value Highest variable value for horizontal moving of the element. Read more in the online manual
|
XVarMin | Double |
Min. variable value Lowest variable value for horizontal moving of the element. Read more in the online manual
|
XVarZoom | SUBITEM | With this property you have the
opportunity to get informations about the variable which is linked
as "change width" variable of the element. The informations are provided via subitems: ProjectVar, SymVarName, SymVarTagNr. zElement.DynProperties ("XVarZoom.SymVarName") 'Return the name of the "change width" variable zElement.DynProperties ("XVarZoom.SymVarTagNr") 'Return the identification of the "change width" variable |
XVariable | ZT_VARIABLE_DYN |
Variable Name of the variable for horizontal moving of
the element. Read more in the online manual
|
XViewMax | Long |
Max. movement [pixels] Horizontal position of the element for variable maximum (in pixels). Read more in the online manual
|
XViewMin | Long |
Min. movement [pixels] Horizontal position of the element for variable minimum (in pixels). Read more in the online manual
|
XZoomVarMax | Double |
Max. variable value Highest variable value for zooming the width of the element. Read more in the online manual
|
XZoomVarMin | Double |
Min. variable value Lowest variable value for zooming the width of the element. Read more in the online manual
|
XZoomVariable | ZT_VARIABLE_DYN |
Variable Name of the variable for zooming the width of
the element. Read more in the online manual
|
XZoomViewMax | Long |
Max. width [%] Zoom factor of the width of the element for variable maximum (in %). Read more in the online manual
|
XZoomViewMin | Long |
Min. width [%] Zoom factor of the width of the element for variable minimum (in %). Read more in the online manual
|
YVar | SUBITEM | With this property you have the
opportunity to get informations about the variable which is linked
as "dynamic y position" variable of the element. The informations are provided via subitems: ProjectVar, SymVarName, SymVarTagNr. zElement.DynProperties ("YVar.SymVarName") 'Return the name of the "dynamic y position" variable zElement.DynProperties ("YVar.SymVarTagNr") 'Return the identification of the "dynamic y position" variable |
YVarMax | Double |
Max. variable value Highest variable value for vertical moving of the element. Read more in the online manual
|
YVarMin | Double |
Min. variable value Lowest variable value for vertical moving of the element. Read more in the online manual
|
YVarZoom | SUBITEM | With this property you have the
opportunity to get informations about the variable which is linked
as "change height" variable of the element. The informations are provided via subitems: ProjectVar, SymVarName, SymVarTagNr. zElement.DynProperties ("YVarZoom.SymVarName") 'Return the name of the "change height" variable zElement.DynProperties ("YVarZoom.SymVarTagNr") 'Return the identification of the "change height" variable |
YVariable | ZT_VARIABLE_DYN |
Variable Name of the variable for vertical moving of the
element. Read more in the online manual
|
YViewMax | Long |
Max. movement [pixels] Vertical position of the element for variable maximum (in pixels). Read more in the online manual
|
YViewMin | Long |
Min. movement [pixels] Vertical position of the element for variable minimum (in pixels). Read more in the online manual
|
YZoomVarMax | Double |
Max. variable value Highest variable value for zooming the height of the element. Read more in the online manual
|
YZoomVarMin | Double |
Min. variable value Lowest variable value for zooming the height of the element. Read more in the online manual
|
YZoomVariable | ZT_VARIABLE_DYN |
Variable Name of the variable for zooming the height of
the element. Read more in the online manual
|
YZoomViewMax | Long |
Max. height [%] Zoom factor of the height of the element for variable maximum (in %). Read more in the online manual
|
YZoomViewMin | Long |
Min. height [%] Zoom factor of the height of the element for variable minimum (in %). Read more in the online manual
|
ZoomMax | Long |
Visible to Highest zoom step in which the element should
be visible in the worldview. Read more in the online manual
|
ZoomMin | Long |
Visible from Lowest zoom step in which the element should be
visible in the worldview. Read more in the online manual
|
Name | Type | Description |
---|---|---|
Align | Long |
Alignment Only available for
linear form: Read more in the online manual
|
AutoReset | Boolean |
Autom. reset Automatically reset marking of minimum and maximum after defined time. Read more in the online manual
|
AutoResetTime | Long |
Autom. reset after [min] Time for automatic reset of the min./max. display. Read more in the online manual
|
BackColor | ZT_COLOR |
Background color Define the background color of the element. By clicking on the button, you open the palette of the pre-defined colors. Or enter the color as hex code (RGB) manually in the field. The background color can be changed dynamically with the help of the property Background/filling color. As color for a newly created element the color which was used for the previous element of the same type is used.
|
BackColorVariable | ZT_VARIABLE_DYN |
Background/filling color Name of the variable, whose limit colors should
influence the background/filling color of the element. Read more in the online manual
|
BkClVariable | SUBITEM | With this property you have the
opportunity to get informations about the variable which is linked
as "background/filling color" variable of the element. The informations are provided via subitems: ProjectVar, SymVarName, SymVarTagNr. zElement.DynProperties ("BkClVariable.SymVarName") 'Return the name of the "background/filling color" variable zElement.DynProperties ("BkClVariable.SymVarTagNr") 'Return the identification of the "background/filling color" variable |
BlinkVariable | ZT_VARIABLE_DYN |
Take over flashing from limit Variable, from whose limit(s) the blinking
should be used for the element. Read more in the online manual
|
BottomFrame | Long |
Bottom [pixels] Distance between the bottom edge of the element and the graphical display (in pixels). Read more in the online manual
|
Discrete | Boolean |
Discrete Setting of values only in defined steps. Read more in the online manual
|
DiscreteSteps | Long |
Discrete steps Number of steps for the option "Discrete". Read more in the online manual
|
DragBegin | ZT_VBAMAKRO |
DragBegin VBA macro that should be executed, when dragging begins. Read more in the online manual
|
DragDrop | ZT_VBAMAKRO |
DragDrop VBA macro that should be executed, when the mouse button is released. Read more in the online manual
|
DragOver | ZT_VBAMAKRO |
DragOver VBA macro that should be executed, when the cursor is moved over the element, while the left button is pressed down. Read more in the online manual
|
Draw | ZT_VBAMAKRO |
Draw VBA macro that should be executed, when the element is redrawn. Read more in the online manual
|
DynEleVar | SUBITEM | With this property you have the
opportunity to get informations about the variable (projected via
"Variable assignment" in the ActiveX selection dialog) which is
linked at an ActiveX element. The informations are provided via subitems: ProjectVar, SymVarName, SymVarTagNr. zElement.DynProperties ("DynEleVar.SymVarName") 'Return the name of the variable which is assigned to the ActiveX zElement.DynProperties ("DynEleVar.SymVarTagNr") 'Return the identification of the variable which is assigned to the ActiveX |
EnablePunchFrame | Boolean |
Show border A frame around the element can be
displayed. Read more in the online manual
|
End | Double |
End angle Only available for
round form: Read more in the online manual
|
EndX | Long |
End point X [pixels] X coordinate of the lower right corner of the element (in pixels). Read more in the online manual
|
EndY | Long |
End point Y [pixels] Y coordinate of the lower right corner of the element (in pixels). Read more in the online manual
|
Explicit | Boolean |
Bar explicit Display of the limit ranges segment by segment in the limit colors defined on the variable. Read more in the online manual
|
Font | ZT_SCHRIFT |
Font Selection of the font for the text of the element. Read more in the online manual
|
Frame | Long |
Border type A border for the display can be selected from a list of defined borders. Read more in the online manual
|
HWDirect | Boolean |
without dialog Active: The
value is sent to the hardware without a possibility to be changed
in the Runtime. Read more in the online manual
|
Height | Long |
Height [pixels] Height of the element (in pixels). Read more in the online manual
|
HelpCapture | String |
Help chapter Help chapter that should be displayed for this
element in combination with a context menu. Name of the original
HTML page.
|
Helpfile | ZT_FILE |
Help file Help file (*.chm) to be used for this element
in combination with a context menu. Read more in the online manual
|
HorizontalOrigin | Long |
Horizontal Horizontal reference point for the activated "Dynamics" function(s). (left, centered, right) Read more in the online manual
|
Init | ZT_VBAMAKRO |
Init VBA macro that should be executed on initialising the element. Read more in the online manual
|
IsSetValue | Boolean |
Setting values active Active:
Setting of variables for this dynamic element is allowed. Read more in the online manual
|
KbdName | ZT_PICTURE |
Keyboard picture Name of the linked keyboard picture. Read more in the online manual
|
KbdUsage | Boolean |
Use keyboard picture On selecting the element in the Runtime the
keyboard is opened. Read more in the online manual
|
KillFocus | ZT_VBAMAKRO |
KillFocus VBA macro that should be executed, when the element loses the focus. Read more in the online manual
|
KnobColor | ZT_COLOR |
Knob color Color of the knob. Read more in the online manual
|
KnobStyle | Long |
Knob type Select knob type from list. (flat, high, sunken) Read more in the online manual
|
Layer | Long |
Visibility level Select one of the 16 visibility levels (0 to
15) from the dropdown list. With the help of the tool
barVisibility level you decide
which levels are to be displayed in the Editor. This guarantees
that even complex pictures can be engineered clearly. The levels
can be used individually. The levels have no effect on the
foreground or background information and the display in the
Runtime.
|
LeftClickDown | ZT_VBAMAKRO |
LeftClickDown VBA macro that should be executed on pressing the left mouse button. Read more in the online manual
|
LeftClickUp | ZT_VBAMAKRO |
LeftClickUp VBA macro that should be executed on releasing the left mouse button. Read more in the online manual
|
LeftDClick | ZT_VBAMAKRO |
LeftDoubleClick VBA macro that should be executed on doubleclicking the left mouse button. Read more in the online manual
|
LeftFrame | Long |
Left [pixels] Distance between the left edge of the element and the graphical display (in pixels). Read more in the online manual
|
LegendColor | ZT_COLOR |
Legend color Color of the legend. Read more in the online manual
|
LegendDistance | Long |
Distance [pixels] Distance between legend and scale (in pixels). Read more in the online manual
|
LimitFromVar | Boolean |
Take set value limits from variable Active: The
limits for set value actions are not set via "Minimum" and
"Maximum" but are directly taken from the variable definition. Read more in the online manual
|
LineColorVariable | ZT_VARIABLE_DYN |
Text/line color Name of the variable, whose limit colors should
influence the line/text color of the element. Read more in the online manual
|
LnClVariable | SUBITEM | With this property you have the
opportunity to get informations about the variable which is linked
as "line/text color" variable of the element. The informations are provided via subitems: ProjectVar, SymVarName, SymVarTagNr. zElement.DynProperties ("LnClVariable.SymVarName") 'Return the name of the "line/text color" variable zElement.DynProperties ("LnClVariable.SymVarTagNr") 'Return the identification of the "line/text color" variable |
Locking | Long |
Interlocking Link of an existing interlocking to this
element. Read more in the online manual
|
LockingName | String | With this property you have the
opportunity to assign an interlocking via its name.
zElement.DynProperties("LockingName") = "Interlocking 1" |
Logarithmic | Boolean |
Logarithmic Active:
Logarithmic scaling. Read more in the online manual
|
MainTickColor | ZT_COLOR |
Main tick color Color of the main ticks (number display) of the scaling.
|
MainTicks | Long |
Main ticks Range for the main ticks (number display) of the scaling. Example: If you enter 50, a main tick is displayed every 50 units: 0 - 50 - 100 - 150 ...
|
Max | Double |
Maximum Only available, if
"Get set value limits from variable" not active: Read more in the online manual
|
MaxColor | ZT_COLOR |
Color max. value Color for indicated maximum. Read more in the online manual
|
Menu | String |
Menu Context menu for the element. Read more in the online manual
|
Min | Double |
Minimum Only available, if
"Get set value limits from variable" is not active: Read more in the online manual
|
MinColor | ZT_COLOR |
Color min. value Color for indicated minimum. Read more in the online manual
|
MinMaxShape | Long |
Type of display Graphical marking for minimum and maximum value
with: Read more in the online manual
|
MinMaxView | Boolean |
Display drag indicator Activate minimum/maximum indicator. Read more in the online manual
|
MouseMovement | Boolean |
Set value during mouse-move Active:
Continuous sending of new values during mouse-move. Read more in the online manual
|
MouseOver | ZT_VBAMAKRO |
MouseOver VBA macro that should be executed, when the cursor is moved over the element. Read more in the online manual
|
Name | String |
Object name Object name, with which the element can be
accessed by VBA macros. Read more in the online manual
|
Passwordlevel | Long |
Authorization group Password level for the setting of values or
executing of functions with the selected dynamic element. Read more in the online manual
|
Percentage | Boolean |
Display value in percent Active: The
value of the variable is displayed 0-100%. Read more in the online manual
|
Pointer | Long |
Indicator type Graphical marking of the current value with Read more in the online manual
|
PointerColor | ZT_COLOR |
Indicator/Bar color Color for the pointer or bar. Read more in the online manual
|
Preset | Boolean |
propose current value Active: The
current value of the variable is proposed as set value. Read more in the online manual
|
PunchFrameColor | ZT_COLOR |
Frame color Definition of the frame color. Read more in the online manual
|
PunchFrameOffset | Long |
Distance [pixels] Distance of the frame to the element in pixels. Read more in the online manual
|
PunchFrameWidth | Long |
Line width Definition of the line width of the frame. Read more in the online manual
|
ReverseDirection | Boolean |
Reverse direction Reverse display of minimum and maximum value in the graphical display. Read more in the online manual
|
RightClickDown | ZT_VBAMAKRO |
RightClickDown VBA macro that should be executed on pressing the right mouse button. Read more in the online manual
|
RightClickUp | ZT_VBAMAKRO |
RightClickUp VBA macro that should be executed on releasing the right mouse button. Read more in the online manual
|
RightDClick | ZT_VBAMAKRO |
RightDoubleClick VBA macro that should be executed on doubleclicking the right mouse button. Read more in the online manual
|
RightFrame | Long |
Right [pixels] Distance between the right edge of the element and the graphical display (in pixels). Read more in the online manual
|
ScaleDistance | Long |
Distance [pixels] Distance between scale and element (in pixels). Read more in the online manual
|
ScaleHeight | Long |
Height [pixels] Height of the scale (in pixels). Read more in the online manual
|
SetFocus | ZT_VBAMAKRO |
SetFocus VBA macro that should be executed, when the element gets the focus. Read more in the online manual
|
SetProgram | String |
External program Only available, if
setting values with external program is selected: Read more in the online manual
|
SetValue | Double |
Set value / change by Value to be sent or to be proposed as set
value. Read more in the online manual
|
SetValueDynMax | ZT_VARIABLE_DYN |
Maximum Only available, if
"Get set value limits from variable" is not active: Read more in the online manual
|
SetValueDynMin | ZT_VARIABLE_DYN |
Minimum Only available, if
"Get set value limits from variable" is not active: Read more in the online manual
|
SetValueWith | Long |
Set value via Send value with: Read more in the online manual
|
Shape | Long |
Shape Linear:
Display as bar or slider. Read more in the online manual
|
ShowKnob | Boolean |
Show knob The current value is displayed with a knob. Read more in the online manual
|
ShowLegend | Boolean |
Display legend When activated numbers for the scale are displayed. Read more in the online manual
|
ShowScale | Boolean |
Display scale Active: A
scale is displayed near the element. Read more in the online manual
|
ShowState | Boolean |
Display status of variable Active: The
status of the variable is indicated by a colored square at the top
right corner of the element. Read more in the online manual
|
ShowTitle | Boolean |
Display title Display title. Read more in the online manual
|
ShowUnit | Boolean |
Display unit Active: The
technical unit of the linked variable is displayed behind the
value. Read more in the online manual
|
ShowValue | Boolean |
Show value Additional display of the current value in text; position in the element and font color can be defined. Read more in the online manual
|
ShowValueBasis | Boolean |
Display base Displays the short description of the base
behind the value: Read more in the online manual
|
Signature | Boolean |
Active: Operating the element needs a signature. Attention: Only users that are logged in can sign an action. Signing actions with a temporary login is no longer possible. Inactive: No signature is needed. |
SignatureText | String |
Signature text This text is logged in the Chronologic Event List (CEL) on signing or is proposed as a default in the Runtime, if the signature is defined to be editable in the project properties. Read more in the online manual
|
SmallTickColor | ZT_COLOR |
Sub tick color Color of sub ticks (without numerical display) in the scale. Read more in the online manual
|
SmallTicks | Long |
Sub ticks Value range for sub ticks (without numerical
display) in the scale. Read more in the online manual
|
Start | Double |
Start angle Only available for
round form: Read more in the online manual
|
StartX | Long |
Start point X [pixels] X coordinate of the upper left corner of the element (in pixels). Read more in the online manual
|
StartY | Long |
Start point Y [pixels] Y coordinate of the upper left corner of the element (in pixels) Read more in the online manual
|
Stationname | String |
Name for object list Element is entered into the object list of the world view with the text entered here. Read more in the online manual
|
Style | Long |
Style The following styles are available: Read more in the online manual
|
Tab | Boolean |
Accessible via keyboard Active: The
dynamic element is available for keyboard operation. Read more in the online manual
|
TitleColor | ZT_COLOR |
Title color Text color for the title. Read more in the online manual
|
TitlePos | Long |
Title position Position of the title. Read more in the online manual
|
TitleText | String |
Title text Text that should be displayed as a title. Read more in the online manual
|
Tooltip | String |
Tooltip Text, which should be displayed as a tooltip
for the element in the Runtime. A tooltip is automatically
displayed in the Runtime, when the mouse cursor stands still on the
element for while. New lines can be indicated with \n. Read more in the online manual
|
TopFrame | Long |
Top [pixels] Distance between the top edge of the element and the graphical display (in pixels). Read more in the online manual
|
Transparent | Boolean |
Transparent Here the background color of the element can be disabled. Read more in the online manual
|
TwistVar | SUBITEM | With this property you have the
opportunity to get informations about the variable which is linked
as "rotate" variable of the element. The informations are provided via subitems: ProjectVar, SymVarName, SymVarTagNr. zElement.DynProperties ("TwistVar.SymVarName") 'Return the name of the "rotate" variable zElement.DynProperties ("TwistVar.SymVarTagNr") 'Return the identification of the "rotate" variable |
TwistVarMax | Double |
Max. variable value Highest variable value for rotating the element. Read more in the online manual
|
TwistVarMin | Double |
Min. variable value Lowest variable value for rotating the element. Read more in the online manual
|
TwistVariable | ZT_VARIABLE_DYN |
Variable Name of the variable for rotating the
element. Read more in the online manual
|
TwistViewMax | Long |
Max. rotation [°] Rotation angle of the element for variable maximum (in °). Read more in the online manual
|
TwistViewMin | Long |
Min. rotation [°] Rotation angle of the element for variable minimum (in °). Read more in the online manual
|
UnderCE | Boolean |
Visible under WinCE Controls the visibility of elements in pictures under Windows CE. Projects which are used under CE and on the PC can be created more flexible; the user handling is improved. For example buttons can be made invisible which lead to pictures which cannot be displayed under CE (e.g. IPA). Active: The picture/element is also visible under Windows CE. Default: Active
|
UseBlinkColor | Boolean |
Blinking color from limit The element does not flash against invisible but against the the color of the violated limit of the selected variable. Read more in the online manual
|
ValueBase | Long |
Base for display Number system for the display of the
values: Read more in the online manual
|
ValueColor | ZT_COLOR |
Value color Color for the value to display. Read more in the online manual
|
ValueDistance | Long |
Distance [pixels] Distance between title and graphical display of the value (in pixel). Read more in the online manual
|
ValuePos | Long |
Value position Position for the value to display. Read more in the online manual
|
Variable | ZT_VARIABLE_DYN |
Variable Only available for
buttons that are used as switches: Only Meaning in SICAM 230: Lower bit: Alarm active/inactive Higher bit: Alarm acknowledged/not acknowledged
|
VerticalOrigin | Long |
Vertical Vertical reference point for the activated "Dynamics" function(s). (top, centered, bottom) Read more in the online manual
|
ViewMax | Double |
Maximum Highest value of the variable to be displayed in the element. Read more in the online manual
|
ViewMin | Double |
Minimum Lowest value of the variable to be displayed in the element. Read more in the online manual
|
VisVariable | SUBITEM | With this property you have the
opportunity to get informations about the variable which is linked
as "visibility" variable of the element. The informations are provided via subitems: ProjectVar, SymVarName, SymVarTagNr. zElement.DynProperties ("VisVariable.SymVarName") 'Return the name of the "visibility" variable zElement.DynProperties ("VisVariable.SymVarTagNr") 'Return the identification of the "visibility" variable |
VisibilityFrom | Double |
from Only available,
after a variable has been selected and if the visibility is not
taken from the limit: Read more in the online manual
|
VisibilityFromLimit | Boolean |
take from limit Only available,
after a variable has been selected: Read more in the online manual
|
VisibilityTo | Double |
to Only available,
after a variable has been selected and if the visibility is not
taken from the limit: Read more in the online manual
|
VisibilityVariable | ZT_VARIABLE_DYN |
Variable Name of the variable whose value influences the
visibility of the element. The visibility will either be taken from
the limit text properties of this variable or it will be detemined
by the value range defined in the properties from and
to.
|
Width | Long |
Width [pixels] Width of the element (in pixels). Read more in the online manual
|
XVar | SUBITEM | With this property you have the
opportunity to get informations about the variable which is linked
as "dynamic x position" variable of the element. The informations are provided via subitems: ProjectVar, SymVarName, SymVarTagNr. zElement.DynProperties ("XVar.SymVarName") 'Return the name of the "dynamic x position" variable zElement.DynProperties ("XVar.SymVarTagNr") 'Return the identification of the "dynamic x position" variable |
XVarMax | Double |
Max. variable value Highest variable value for horizontal moving of the element. Read more in the online manual
|
XVarMin | Double |
Min. variable value Lowest variable value for horizontal moving of the element. Read more in the online manual
|
XVarZoom | SUBITEM | With this property you have the
opportunity to get informations about the variable which is linked
as "change width" variable of the element. The informations are provided via subitems: ProjectVar, SymVarName, SymVarTagNr. zElement.DynProperties ("XVarZoom.SymVarName") 'Return the name of the "change width" variable zElement.DynProperties ("XVarZoom.SymVarTagNr") 'Return the identification of the "change width" variable |
XVariable | ZT_VARIABLE_DYN |
Variable Name of the variable for horizontal moving of
the element. Read more in the online manual
|
XViewMax | Long |
Max. movement [pixels] Horizontal position of the element for variable maximum (in pixels). Read more in the online manual
|
XViewMin | Long |
Min. movement [pixels] Horizontal position of the element for variable minimum (in pixels). Read more in the online manual
|
XZoomVarMax | Double |
Max. variable value Highest variable value for zooming the width of the element. Read more in the online manual
|
XZoomVarMin | Double |
Min. variable value Lowest variable value for zooming the width of the element. Read more in the online manual
|
XZoomVariable | ZT_VARIABLE_DYN |
Variable Name of the variable for zooming the width of
the element. Read more in the online manual
|
XZoomViewMax | Long |
Max. width [%] Zoom factor of the width of the element for variable maximum (in %). Read more in the online manual
|
XZoomViewMin | Long |
Min. width [%] Zoom factor of the width of the element for variable minimum (in %). Read more in the online manual
|
YVar | SUBITEM | With this property you have the
opportunity to get informations about the variable which is linked
as "dynamic y position" variable of the element. The informations are provided via subitems: ProjectVar, SymVarName, SymVarTagNr. zElement.DynProperties ("YVar.SymVarName") 'Return the name of the "dynamic y position" variable zElement.DynProperties ("YVar.SymVarTagNr") 'Return the identification of the "dynamic y position" variable |
YVarMax | Double |
Max. variable value Highest variable value for vertical moving of the element. Read more in the online manual
|
YVarMin | Double |
Min. variable value Lowest variable value for vertical moving of the element. Read more in the online manual
|
YVarZoom | SUBITEM | With this property you have the
opportunity to get informations about the variable which is linked
as "change height" variable of the element. The informations are provided via subitems: ProjectVar, SymVarName, SymVarTagNr. zElement.DynProperties ("YVarZoom.SymVarName") 'Return the name of the "change height" variable zElement.DynProperties ("YVarZoom.SymVarTagNr") 'Return the identification of the "change height" variable |
YVariable | ZT_VARIABLE_DYN |
Variable Name of the variable for vertical moving of the
element. Read more in the online manual
|
YViewMax | Long |
Max. movement [pixels] Vertical position of the element for variable maximum (in pixels). Read more in the online manual
|
YViewMin | Long |
Min. movement [pixels] Vertical position of the element for variable minimum (in pixels). Read more in the online manual
|
YZoomVarMax | Double |
Max. variable value Highest variable value for zooming the height of the element. Read more in the online manual
|
YZoomVarMin | Double |
Min. variable value Lowest variable value for zooming the height of the element. Read more in the online manual
|
YZoomVariable | ZT_VARIABLE_DYN |
Variable Name of the variable for zooming the height of
the element. Read more in the online manual
|
YZoomViewMax | Long |
Max. height [%] Zoom factor of the height of the element for variable maximum (in %). Read more in the online manual
|
YZoomViewMin | Long |
Min. height [%] Zoom factor of the height of the element for variable minimum (in %). Read more in the online manual
|
ZoomMax | Long |
Visible to Highest zoom step in which the element should
be visible in the worldview. Read more in the online manual
|
ZoomMin | Long |
Visible from Lowest zoom step in which the element should be
visible in the worldview. Read more in the online manual
|
Name | Type | Description |
---|---|---|
BackColor | ZT_COLOR |
Background color Define the background color of the element. By clicking on the button, you open the palette of the pre-defined colors. Or enter the color as hex code (RGB) manually in the field. The background color can be changed dynamically with the help of the property Background/filling color. As color for a newly created element the color which was used for the previous element of the same type is used.
|
BackColorVariable | ZT_VARIABLE_DYN |
Background/filling color Name of the variable, whose limit colors should
influence the background/filling color of the element. Read more in the online manual
|
BkClVariable | SUBITEM | With this property you have the
opportunity to get informations about the variable which is linked
as "background/filling color" variable of the element. The informations are provided via subitems: ProjectVar, SymVarName, SymVarTagNr. zElement.DynProperties ("BkClVariable.SymVarName") 'Return the name of the "background/filling color" variable zElement.DynProperties ("BkClVariable.SymVarTagNr") 'Return the identification of the "background/filling color" variable |
BlinkVariable | ZT_VARIABLE_DYN |
Take over flashing from limit Variable, from whose limit(s) the blinking
should be used for the element. Read more in the online manual
|
ColVars | String |
Line activation The row variable defines the line position from which the text is taken. Read more in the online manual
|
DragBegin | ZT_VBAMAKRO |
DragBegin VBA macro that should be executed, when dragging begins. Read more in the online manual
|
DragDrop | ZT_VBAMAKRO |
DragDrop VBA macro that should be executed, when the mouse button is released. Read more in the online manual
|
DragOver | ZT_VBAMAKRO |
DragOver VBA macro that should be executed, when the cursor is moved over the element, while the left button is pressed down. Read more in the online manual
|
Draw | ZT_VBAMAKRO |
Draw VBA macro that should be executed, when the element is redrawn. Read more in the online manual
|
EnablePunchFrame | Boolean |
Show border A frame around the element can be
displayed. Read more in the online manual
|
EndX | Long |
End point X [pixels] X coordinate of the lower right corner of the element (in pixels). Read more in the online manual
|
EndY | Long |
End point Y [pixels] Y coordinate of the lower right corner of the element (in pixels). Read more in the online manual
|
Font | ZT_SCHRIFT |
Font Selection of the font for the text of the element. Read more in the online manual
|
Height | Long |
Height [pixels] Height of the element (in pixels). Read more in the online manual
|
HelpCapture | String |
Help chapter Help chapter that should be displayed for this
element in combination with a context menu. Name of the original
HTML page.
|
Helpfile | ZT_FILE |
Help file Help file (*.chm) to be used for this element
in combination with a context menu. Read more in the online manual
|
HorizontalOrigin | Long |
Horizontal Horizontal reference point for the activated "Dynamics" function(s). (left, centered, right) Read more in the online manual
|
Init | ZT_VBAMAKRO |
Init VBA macro that should be executed on initialising the element. Read more in the online manual
|
KillFocus | ZT_VBAMAKRO |
KillFocus VBA macro that should be executed, when the element loses the focus. Read more in the online manual
|
Layer | Long |
Visibility level Select one of the 16 visibility levels (0 to
15) from the dropdown list. With the help of the tool
barVisibility level you decide
which levels are to be displayed in the Editor. This guarantees
that even complex pictures can be engineered clearly. The levels
can be used individually. The levels have no effect on the
foreground or background information and the display in the
Runtime.
|
LeftClickDown | ZT_VBAMAKRO |
LeftClickDown VBA macro that should be executed on pressing the left mouse button. Read more in the online manual
|
LeftClickUp | ZT_VBAMAKRO |
LeftClickUp VBA macro that should be executed on releasing the left mouse button. Read more in the online manual
|
LeftDClick | ZT_VBAMAKRO |
LeftDoubleClick VBA macro that should be executed on doubleclicking the left mouse button. Read more in the online manual
|
LineColorVariable | ZT_VARIABLE_DYN |
Text/line color Name of the variable, whose limit colors should
influence the line/text color of the element. Read more in the online manual
|
LnClVariable | SUBITEM | With this property you have the
opportunity to get informations about the variable which is linked
as "line/text color" variable of the element. The informations are provided via subitems: ProjectVar, SymVarName, SymVarTagNr. zElement.DynProperties ("LnClVariable.SymVarName") 'Return the name of the "line/text color" variable zElement.DynProperties ("LnClVariable.SymVarTagNr") 'Return the identification of the "line/text color" variable |
Menu | String |
Menu Context menu for the element. Read more in the online manual
|
MessageText | ZT_MELDETEXT |
Text file Selection of the text file. Read more in the online manual
|
MouseOver | ZT_VBAMAKRO |
MouseOver VBA macro that should be executed, when the cursor is moved over the element. Read more in the online manual
|
Name | String |
Object name Object name, with which the element can be
accessed by VBA macros. Read more in the online manual
|
PunchFrameColor | ZT_COLOR |
Frame color Definition of the frame color. Read more in the online manual
|
PunchFrameOffset | Long |
Distance [pixels] Distance of the frame to the element in pixels. Read more in the online manual
|
PunchFrameWidth | Long |
Line width Definition of the line width of the frame. Read more in the online manual
|
RightClickDown | ZT_VBAMAKRO |
RightClickDown VBA macro that should be executed on pressing the right mouse button. Read more in the online manual
|
RightClickUp | ZT_VBAMAKRO |
RightClickUp VBA macro that should be executed on releasing the right mouse button. Read more in the online manual
|
RightDClick | ZT_VBAMAKRO |
RightDoubleClick VBA macro that should be executed on doubleclicking the right mouse button. Read more in the online manual
|
SetFocus | ZT_VBAMAKRO |
SetFocus VBA macro that should be executed, when the element gets the focus. Read more in the online manual
|
SetValueDynMax | ZT_VARIABLE_DYN |
Maximum Only available, if
"Get set value limits from variable" is not active: Read more in the online manual
|
SetValueDynMin | ZT_VARIABLE_DYN |
Minimum Only available, if
"Get set value limits from variable" is not active: Read more in the online manual
|
StartX | Long |
Start point X [pixels] X coordinate of the upper left corner of the element (in pixels). Read more in the online manual
|
StartY | Long |
Start point Y [pixels] Y coordinate of the upper left corner of the element (in pixels) Read more in the online manual
|
Stationname | String |
Name for object list Element is entered into the object list of the world view with the text entered here. Read more in the online manual
|
Tab | Boolean |
Accessible via keyboard Active: The
dynamic element is available for keyboard operation. Read more in the online manual
|
TextChangeTime | Long |
Time for text change [s] With several set bits of the line variables the changeover of the text occurs automatically within the configured time. Read more in the online manual
|
TextColor | ZT_COLOR |
Text color Text color of the element. Read more in the online manual
|
ThreeDimensional | Boolean |
3D Active: The
element is displayed threedimensionally.
|
Tooltip | String |
Tooltip Text, which should be displayed as a tooltip
for the element in the Runtime. A tooltip is automatically
displayed in the Runtime, when the mouse cursor stands still on the
element for while. New lines can be indicated with \n. Read more in the online manual
|
Transparent | Boolean |
Transparent Here the background color of the element can be disabled. Read more in the online manual
|
TwistVar | SUBITEM | With this property you have the
opportunity to get informations about the variable which is linked
as "rotate" variable of the element. The informations are provided via subitems: ProjectVar, SymVarName, SymVarTagNr. zElement.DynProperties ("TwistVar.SymVarName") 'Return the name of the "rotate" variable zElement.DynProperties ("TwistVar.SymVarTagNr") 'Return the identification of the "rotate" variable |
TwistVarMax | Double |
Max. variable value Highest variable value for rotating the element. Read more in the online manual
|
TwistVarMin | Double |
Min. variable value Lowest variable value for rotating the element. Read more in the online manual
|
TwistVariable | ZT_VARIABLE_DYN |
Variable Name of the variable for rotating the
element. Read more in the online manual
|
TwistViewMax | Long |
Max. rotation [°] Rotation angle of the element for variable maximum (in °). Read more in the online manual
|
TwistViewMin | Long |
Min. rotation [°] Rotation angle of the element for variable minimum (in °). Read more in the online manual
|
UnderCE | Boolean |
Visible under WinCE Controls the visibility of elements in pictures under Windows CE. Projects which are used under CE and on the PC can be created more flexible; the user handling is improved. For example buttons can be made invisible which lead to pictures which cannot be displayed under CE (e.g. IPA). Active: The picture/element is also visible under Windows CE. Default: Active
|
UseBlinkColor | Boolean |
Blinking color from limit The element does not flash against invisible but against the the color of the violated limit of the selected variable. Read more in the online manual
|
Variable | String |
Column selection The column variable must be a word variable and
defines the column position from which the text is taken. Read more in the online manual
|
VerticalOrigin | Long |
Vertical Vertical reference point for the activated "Dynamics" function(s). (top, centered, bottom) Read more in the online manual
|
VisVariable | SUBITEM | With this property you have the
opportunity to get informations about the variable which is linked
as "visibility" variable of the element. The informations are provided via subitems: ProjectVar, SymVarName, SymVarTagNr. zElement.DynProperties ("VisVariable.SymVarName") 'Return the name of the "visibility" variable zElement.DynProperties ("VisVariable.SymVarTagNr") 'Return the identification of the "visibility" variable |
VisibilityFrom | Double |
from Only available,
after a variable has been selected and if the visibility is not
taken from the limit: Read more in the online manual
|
VisibilityFromLimit | Boolean |
take from limit Only available,
after a variable has been selected: Read more in the online manual
|
VisibilityTo | Double |
to Only available,
after a variable has been selected and if the visibility is not
taken from the limit: Read more in the online manual
|
VisibilityVariable | ZT_VARIABLE_DYN |
Variable Name of the variable whose value influences the
visibility of the element. The visibility will either be taken from
the limit text properties of this variable or it will be detemined
by the value range defined in the properties from and
to.
|
Width | Long |
Width [pixels] Width of the element (in pixels). Read more in the online manual
|
XVar | SUBITEM | With this property you have the
opportunity to get informations about the variable which is linked
as "dynamic x position" variable of the element. The informations are provided via subitems: ProjectVar, SymVarName, SymVarTagNr. zElement.DynProperties ("XVar.SymVarName") 'Return the name of the "dynamic x position" variable zElement.DynProperties ("XVar.SymVarTagNr") 'Return the identification of the "dynamic x position" variable |
XVarMax | Double |
Max. variable value Highest variable value for horizontal moving of the element. Read more in the online manual
|
XVarMin | Double |
Min. variable value Lowest variable value for horizontal moving of the element. Read more in the online manual
|
XVarZoom | SUBITEM | With this property you have the
opportunity to get informations about the variable which is linked
as "change width" variable of the element. The informations are provided via subitems: ProjectVar, SymVarName, SymVarTagNr. zElement.DynProperties ("XVarZoom.SymVarName") 'Return the name of the "change width" variable zElement.DynProperties ("XVarZoom.SymVarTagNr") 'Return the identification of the "change width" variable |
XVariable | ZT_VARIABLE_DYN |
Variable Name of the variable for horizontal moving of
the element. Read more in the online manual
|
XViewMax | Long |
Max. movement [pixels] Horizontal position of the element for variable maximum (in pixels). Read more in the online manual
|
XViewMin | Long |
Min. movement [pixels] Horizontal position of the element for variable minimum (in pixels). Read more in the online manual
|
XZoomVarMax | Double |
Max. variable value Highest variable value for zooming the width of the element. Read more in the online manual
|
XZoomVarMin | Double |
Min. variable value Lowest variable value for zooming the width of the element. Read more in the online manual
|
XZoomVariable | ZT_VARIABLE_DYN |
Variable Name of the variable for zooming the width of
the element. Read more in the online manual
|
XZoomViewMax | Long |
Max. width [%] Zoom factor of the width of the element for variable maximum (in %). Read more in the online manual
|
XZoomViewMin | Long |
Min. width [%] Zoom factor of the width of the element for variable minimum (in %). Read more in the online manual
|
YVar | SUBITEM | With this property you have the
opportunity to get informations about the variable which is linked
as "dynamic y position" variable of the element. The informations are provided via subitems: ProjectVar, SymVarName, SymVarTagNr. zElement.DynProperties ("YVar.SymVarName") 'Return the name of the "dynamic y position" variable zElement.DynProperties ("YVar.SymVarTagNr") 'Return the identification of the "dynamic y position" variable |
YVarMax | Double |
Max. variable value Highest variable value for vertical moving of the element. Read more in the online manual
|
YVarMin | Double |
Min. variable value Lowest variable value for vertical moving of the element. Read more in the online manual
|
YVarZoom | SUBITEM | With this property you have the
opportunity to get informations about the variable which is linked
as "change height" variable of the element. The informations are provided via subitems: ProjectVar, SymVarName, SymVarTagNr. zElement.DynProperties ("YVarZoom.SymVarName") 'Return the name of the "change height" variable zElement.DynProperties ("YVarZoom.SymVarTagNr") 'Return the identification of the "change height" variable |
YVariable | ZT_VARIABLE_DYN |
Variable Name of the variable for vertical moving of the
element. Read more in the online manual
|
YViewMax | Long |
Max. movement [pixels] Vertical position of the element for variable maximum (in pixels). Read more in the online manual
|
YViewMin | Long |
Min. movement [pixels] Vertical position of the element for variable minimum (in pixels). Read more in the online manual
|
YZoomVarMax | Double |
Max. variable value Highest variable value for zooming the height of the element. Read more in the online manual
|
YZoomVarMin | Double |
Min. variable value Lowest variable value for zooming the height of the element. Read more in the online manual
|
YZoomVariable | ZT_VARIABLE_DYN |
Variable Name of the variable for zooming the height of
the element. Read more in the online manual
|
YZoomViewMax | Long |
Max. height [%] Zoom factor of the height of the element for variable maximum (in %). Read more in the online manual
|
YZoomViewMin | Long |
Min. height [%] Zoom factor of the height of the element for variable minimum (in %). Read more in the online manual
|
ZoomMax | Long |
Visible to Highest zoom step in which the element should
be visible in the worldview. Read more in the online manual
|
ZoomMin | Long |
Visible from Lowest zoom step in which the element should be
visible in the worldview. Read more in the online manual
|
Name | Type | Description |
---|---|---|
ALCMSecuredSupply | Long | If the element is connected to multiple
active sources, you can define the display type here. This function is only available in the Energy Edition of the control system. Automatic Line Coloring (ALC) must be activated. Display secured supply: double width: the width of the element is doubled. double brightness: the brightness of the element is doubled. normal: The element is displayed in the color of the source and with the configured width Default: normal |
ALCMultiSource | Long |
display multiple supplies If the element is connected to multiple active
sources, you can define the display type here. Read more in the online manual
|
ALCPrecedence | Long |
Priority for display If the element is connected to multiple active
sources, you can definethe display type here. Read more in the online manual
|
ALCUseColor | Boolean |
Color from ALC Only available, if
Automatic Line Coloring (ALC) is licensed: Read more in the online manual
|
Align | Long |
Alignment Direction of color shift. Read more in the online manual
|
BackColor | ZT_COLOR |
Filling color Filling resp. background color of the element. Read more in the online manual
|
BackColorVariable | ZT_VARIABLE_DYN |
Background/filling color Name of the variable, whose limit colors should
influence the background/filling color of the element. Read more in the online manual
|
BkClVariable | SUBITEM | With this property you have the
opportunity to get informations about the variable which is linked
as "background/filling color" variable of the element. The informations are provided via subitems: ProjectVar, SymVarName, SymVarTagNr. zElement.DynProperties ("BkClVariable.SymVarName") 'Return the name of the "background/filling color" variable zElement.DynProperties ("BkClVariable.SymVarTagNr") 'Return the identification of the "background/filling color" variable |
BlinkVariable | ZT_VARIABLE_DYN |
Take over flashing from limit Variable, from whose limit(s) the blinking
should be used for the element. Read more in the online manual
|
Brightness | Boolean |
With brightness values Active: The
brightness of the color gradient can be freely defined. Read more in the online manual
|
EnablePunchFrame | Boolean |
Show border A frame around the element can be
displayed. Read more in the online manual
|
EndX | Long |
End point X [pixels] X coordinate of the lower right corner of the element (in pixels). Read more in the online manual
|
EndY | Long |
End point Y [pixels] Y coordinate of the lower right corner of the element (in pixels). Read more in the online manual
|
FillPattern | ZT_IMAGELIST |
Filling pattern Selection of the filling pattern for the element from a list. Read more in the online manual
|
Height | Long |
Height [pixels] Height of the element (in pixels). Read more in the online manual
|
HorizontalOrigin | Long |
Horizontal Horizontal reference point for the activated "Dynamics" function(s). (left, centered, right) Read more in the online manual
|
InnerBrightness | Long |
Brightness inside Only available, if
"With brightness values" is active: Read more in the online manual
|
Layer | Long |
Visibility level Select one of the 16 visibility levels (0 to
15) from the dropdown list. With the help of the tool
barVisibility level you decide
which levels are to be displayed in the Editor. This guarantees
that even complex pictures can be engineered clearly. The levels
can be used individually. The levels have no effect on the
foreground or background information and the display in the
Runtime.
|
LineColor | ZT_COLOR |
Line color Line color of the element. Read more in the online manual
|
LineColorVariable | ZT_VARIABLE_DYN |
Text/line color Name of the variable, whose limit colors should
influence the line/text color of the element. Read more in the online manual
|
LineType | ZT_IMAGELIST |
Line type Selection of the line type for the element from
a list. Read more in the online manual
|
LineWidth | Long |
Line width Line width (in pixels). Read more in the online manual
|
LnClVariable | SUBITEM | With this property you have the
opportunity to get informations about the variable which is linked
as "line/text color" variable of the element. The informations are provided via subitems: ProjectVar, SymVarName, SymVarTagNr. zElement.DynProperties ("LnClVariable.SymVarName") 'Return the name of the "line/text color" variable zElement.DynProperties ("LnClVariable.SymVarTagNr") 'Return the identification of the "line/text color" variable |
Name | String |
Object name Object name, with which the element can be
accessed by VBA macros. Read more in the online manual
|
Offset_H | Long |
Horiz. distance [pixels] Horizontal distance of the end of the truncation from the real corner in pixels. Read more in the online manual
|
Offset_V | Long |
Vertical distance [pixels] Vertical distance of the end of the truncation from the real corner in pixels. Read more in the online manual
|
OuterBrightness | Long |
Brightness outside Only available, if
"With brightness values" is active: Read more in the online manual
|
PunchFrameColor | ZT_COLOR |
Frame color Definition of the frame color. Read more in the online manual
|
PunchFrameOffset | Long |
Distance [pixels] Distance of the frame to the element in pixels. Read more in the online manual
|
PunchFrameWidth | Long |
Line width Definition of the line width of the frame. Read more in the online manual
|
Shifted | Long |
Light effect shifted How far should the light effect be shifted from the center of the element. Read more in the online manual
|
StartX | Long |
Start point X [pixels] X coordinate of the upper left corner of the element (in pixels). Read more in the online manual
|
StartY | Long |
Start point Y [pixels] Y coordinate of the upper left corner of the element (in pixels) Read more in the online manual
|
Stationname | String |
Name for object list Element is entered into the object list of the world view with the text entered here. Read more in the online manual
|
TwistVar | SUBITEM | With this property you have the
opportunity to get informations about the variable which is linked
as "rotate" variable of the element. The informations are provided via subitems: ProjectVar, SymVarName, SymVarTagNr. zElement.DynProperties ("TwistVar.SymVarName") 'Return the name of the "rotate" variable zElement.DynProperties ("TwistVar.SymVarTagNr") 'Return the identification of the "rotate" variable |
TwistVarMax | Double |
Max. variable value Highest variable value for rotating the element. Read more in the online manual
|
TwistVarMin | Double |
Min. variable value Lowest variable value for rotating the element. Read more in the online manual
|
TwistVariable | ZT_VARIABLE_DYN |
Variable Name of the variable for rotating the
element. Read more in the online manual
|
TwistViewMax | Long |
Max. rotation [°] Rotation angle of the element for variable maximum (in °). Read more in the online manual
|
TwistViewMin | Long |
Min. rotation [°] Rotation angle of the element for variable minimum (in °). Read more in the online manual
|
UseBlinkColor | Boolean |
Blinking color from limit The element does not flash against invisible but against the the color of the violated limit of the selected variable. Read more in the online manual
|
VerticalOrigin | Long |
Vertical Vertical reference point for the activated "Dynamics" function(s). (top, centered, bottom) Read more in the online manual
|
VisVariable | SUBITEM | With this property you have the
opportunity to get informations about the variable which is linked
as "visibility" variable of the element. The informations are provided via subitems: ProjectVar, SymVarName, SymVarTagNr. zElement.DynProperties ("VisVariable.SymVarName") 'Return the name of the "visibility" variable zElement.DynProperties ("VisVariable.SymVarTagNr") 'Return the identification of the "visibility" variable |
VisibilityFrom | Double |
from Only available,
after a variable has been selected and if the visibility is not
taken from the limit: Read more in the online manual
|
VisibilityFromLimit | Boolean |
take from limit Only available,
after a variable has been selected: Read more in the online manual
|
VisibilityTo | Double |
to Only available,
after a variable has been selected and if the visibility is not
taken from the limit: Read more in the online manual
|
VisibilityVariable | ZT_VARIABLE_DYN |
Variable Name of the variable whose value influences the
visibility of the element. The visibility will either be taken from
the limit text properties of this variable or it will be detemined
by the value range defined in the properties from and
to.
|
Width | Long |
Width [pixels] Width of the element (in pixels). Read more in the online manual
|
XVar | SUBITEM | With this property you have the
opportunity to get informations about the variable which is linked
as "dynamic x position" variable of the element. The informations are provided via subitems: ProjectVar, SymVarName, SymVarTagNr. zElement.DynProperties ("XVar.SymVarName") 'Return the name of the "dynamic x position" variable zElement.DynProperties ("XVar.SymVarTagNr") 'Return the identification of the "dynamic x position" variable |
XVarMax | Double |
Max. variable value Highest variable value for horizontal moving of the element. Read more in the online manual
|
XVarMin | Double |
Min. variable value Lowest variable value for horizontal moving of the element. Read more in the online manual
|
XVarZoom | SUBITEM | With this property you have the
opportunity to get informations about the variable which is linked
as "change width" variable of the element. The informations are provided via subitems: ProjectVar, SymVarName, SymVarTagNr. zElement.DynProperties ("XVarZoom.SymVarName") 'Return the name of the "change width" variable zElement.DynProperties ("XVarZoom.SymVarTagNr") 'Return the identification of the "change width" variable |
XVariable | ZT_VARIABLE_DYN |
Variable Name of the variable for horizontal moving of
the element. Read more in the online manual
|
XViewMax | Long |
Max. movement [pixels] Horizontal position of the element for variable maximum (in pixels). Read more in the online manual
|
XViewMin | Long |
Min. movement [pixels] Horizontal position of the element for variable minimum (in pixels). Read more in the online manual
|
XZoomVarMax | Double |
Max. variable value Highest variable value for zooming the width of the element. Read more in the online manual
|
XZoomVarMin | Double |
Min. variable value Lowest variable value for zooming the width of the element. Read more in the online manual
|
XZoomVariable | ZT_VARIABLE_DYN |
Variable Name of the variable for zooming the width of
the element. Read more in the online manual
|
XZoomViewMax | Long |
Max. width [%] Zoom factor of the width of the element for variable maximum (in %). Read more in the online manual
|
XZoomViewMin | Long |
Min. width [%] Zoom factor of the width of the element for variable minimum (in %). Read more in the online manual
|
YVar | SUBITEM | With this property you have the
opportunity to get informations about the variable which is linked
as "dynamic y position" variable of the element. The informations are provided via subitems: ProjectVar, SymVarName, SymVarTagNr. zElement.DynProperties ("YVar.SymVarName") 'Return the name of the "dynamic y position" variable zElement.DynProperties ("YVar.SymVarTagNr") 'Return the identification of the "dynamic y position" variable |
YVarMax | Double |
Max. variable value Highest variable value for vertical moving of the element. Read more in the online manual
|
YVarMin | Double |
Min. variable value Lowest variable value for vertical moving of the element. Read more in the online manual
|
YVarZoom | SUBITEM | With this property you have the
opportunity to get informations about the variable which is linked
as "change height" variable of the element. The informations are provided via subitems: ProjectVar, SymVarName, SymVarTagNr. zElement.DynProperties ("YVarZoom.SymVarName") 'Return the name of the "change height" variable zElement.DynProperties ("YVarZoom.SymVarTagNr") 'Return the identification of the "change height" variable |
YVariable | ZT_VARIABLE_DYN |
Variable Name of the variable for vertical moving of the
element. Read more in the online manual
|
YViewMax | Long |
Max. movement [pixels] Vertical position of the element for variable maximum (in pixels). Read more in the online manual
|
YViewMin | Long |
Min. movement [pixels] Vertical position of the element for variable minimum (in pixels). Read more in the online manual
|
YZoomVarMax | Double |
Max. variable value Highest variable value for zooming the height of the element. Read more in the online manual
|
YZoomVarMin | Double |
Min. variable value Lowest variable value for zooming the height of the element. Read more in the online manual
|
YZoomVariable | ZT_VARIABLE_DYN |
Variable Name of the variable for zooming the height of
the element. Read more in the online manual
|
YZoomViewMax | Long |
Max. height [%] Zoom factor of the height of the element for variable maximum (in %). Read more in the online manual
|
YZoomViewMin | Long |
Min. height [%] Zoom factor of the height of the element for variable minimum (in %). Read more in the online manual
|
ZoomMax | Long |
Visible to Highest zoom step in which the element should
be visible in the worldview. Read more in the online manual
|
ZoomMin | Long |
Visible from Lowest zoom step in which the element should be
visible in the worldview. Read more in the online manual
|
Name | Type | Description |
---|---|---|
BackColorVariable | ZT_VARIABLE_DYN |
Background/filling color Name of the variable, whose limit colors should
influence the background/filling color of the element. Read more in the online manual
|
BkClVariable | SUBITEM | With this property you have the
opportunity to get informations about the variable which is linked
as "background/filling color" variable of the element. The informations are provided via subitems: ProjectVar, SymVarName, SymVarTagNr. zElement.DynProperties ("BkClVariable.SymVarName") 'Return the name of the "background/filling color" variable zElement.DynProperties ("BkClVariable.SymVarTagNr") 'Return the identification of the "background/filling color" variable |
BlinkBackColor | ZT_COLOR | |
BlinkVariable | ZT_VARIABLE_DYN |
Take over flashing from limit Variable, from whose limit(s) the blinking
should be used for the element. Read more in the online manual
|
DragBegin | ZT_VBAMAKRO |
DragBegin VBA macro that should be executed, when dragging begins. Read more in the online manual
|
DragDrop | ZT_VBAMAKRO |
DragDrop VBA macro that should be executed, when the mouse button is released. Read more in the online manual
|
DragOver | ZT_VBAMAKRO |
DragOver VBA macro that should be executed, when the cursor is moved over the element, while the left button is pressed down. Read more in the online manual
|
Draw | ZT_VBAMAKRO |
Draw VBA macro that should be executed, when the element is redrawn. Read more in the online manual
|
EnablePunchFrame | Boolean |
Show border A frame around the element can be
displayed. Read more in the online manual
|
EndX | Long |
End point X [pixels] X coordinate of the lower right corner of the element (in pixels). Read more in the online manual
|
EndY | Long |
End point Y [pixels] Y coordinate of the lower right corner of the element (in pixels). Read more in the online manual
|
FillOnly | Boolean | |
Font | ZT_SCHRIFT |
Font Selection of the font for the text of the element. Read more in the online manual
|
Height | Long |
Height [pixels] Height of the element (in pixels). Read more in the online manual
|
HelpCapture | String |
Help chapter Help chapter that should be displayed for this
element in combination with a context menu. Name of the original
HTML page.
|
Helpfile | ZT_FILE |
Help file Help file (*.chm) to be used for this element
in combination with a context menu. Read more in the online manual
|
HorizontalOrigin | Long |
Horizontal Horizontal reference point for the activated "Dynamics" function(s). (left, centered, right) Read more in the online manual
|
Init | ZT_VBAMAKRO |
Init VBA macro that should be executed on initialising the element. Read more in the online manual
|
IsBackColor | Boolean | |
IsText | Boolean | |
KillFocus | ZT_VBAMAKRO |
KillFocus VBA macro that should be executed, when the element loses the focus. Read more in the online manual
|
Layer | Long |
Visibility level Select one of the 16 visibility levels (0 to
15) from the dropdown list. With the help of the tool
barVisibility level you decide
which levels are to be displayed in the Editor. This guarantees
that even complex pictures can be engineered clearly. The levels
can be used individually. The levels have no effect on the
foreground or background information and the display in the
Runtime.
|
LeftClickDown | ZT_VBAMAKRO |
LeftClickDown VBA macro that should be executed on pressing the left mouse button. Read more in the online manual
|
LeftClickUp | ZT_VBAMAKRO |
LeftClickUp VBA macro that should be executed on releasing the left mouse button. Read more in the online manual
|
LeftDClick | ZT_VBAMAKRO |
LeftDoubleClick VBA macro that should be executed on doubleclicking the left mouse button. Read more in the online manual
|
LineColorVariable | ZT_VARIABLE_DYN |
Text/line color Name of the variable, whose limit colors should
influence the line/text color of the element. Read more in the online manual
|
LinkType | Long | |
LnClVariable | SUBITEM | With this property you have the
opportunity to get informations about the variable which is linked
as "line/text color" variable of the element. The informations are provided via subitems: ProjectVar, SymVarName, SymVarTagNr. zElement.DynProperties ("LnClVariable.SymVarName") 'Return the name of the "line/text color" variable zElement.DynProperties ("LnClVariable.SymVarTagNr") 'Return the identification of the "line/text color" variable |
Locking | Long |
Interlocking Link of an existing interlocking to this
element. Read more in the online manual
|
LockingName | String | With this property you have the
opportunity to assign an interlocking via its name.
zElement.DynProperties("LockingName") = "Interlocking 1" |
Menu | String |
Menu Context menu for the element. Read more in the online manual
|
MouseOver | ZT_VBAMAKRO |
MouseOver VBA macro that should be executed, when the cursor is moved over the element. Read more in the online manual
|
Name | String |
Object name Object name, with which the element can be
accessed by VBA macros. Read more in the online manual
|
OriginalSize | Boolean | |
Passwordlevel | Long |
Authorization group Password level for the setting of values or
executing of functions with the selected dynamic element. Read more in the online manual
|
PunchFrameColor | ZT_COLOR |
Frame color Definition of the frame color. Read more in the online manual
|
PunchFrameOffset | Long |
Distance [pixels] Distance of the frame to the element in pixels. Read more in the online manual
|
PunchFrameWidth | Long |
Line width Definition of the line width of the frame. Read more in the online manual
|
ReactionTime | Long |
Holding time [ms] Only available
if Switch is
active:
|
RegardAllVarBlinking | Boolean | |
RightClickDown | ZT_VBAMAKRO |
RightClickDown VBA macro that should be executed on pressing the right mouse button. Read more in the online manual
|
RightClickUp | ZT_VBAMAKRO |
RightClickUp VBA macro that should be executed on releasing the right mouse button. Read more in the online manual
|
RightDClick | ZT_VBAMAKRO |
RightDoubleClick VBA macro that should be executed on doubleclicking the right mouse button. Read more in the online manual
|
SetFocus | ZT_VBAMAKRO |
SetFocus VBA macro that should be executed, when the element gets the focus. Read more in the online manual
|
SetValueDynMax | ZT_VARIABLE_DYN |
Maximum Only available, if
"Get set value limits from variable" is not active: Read more in the online manual
|
SetValueDynMin | ZT_VARIABLE_DYN |
Minimum Only available, if
"Get set value limits from variable" is not active: Read more in the online manual
|
ShowState | Boolean |
Display status of variable Active: The
status of the variable is indicated by a colored square at the top
right corner of the element. Read more in the online manual
|
Signature | Boolean |
Active: Operating the element needs a signature. Attention: Only users that are logged in can sign an action. Signing actions with a temporary login is no longer possible. Inactive: No signature is needed. |
SignatureText | String |
Signature text This text is logged in the Chronologic Event List (CEL) on signing or is proposed as a default in the Runtime, if the signature is defined to be editable in the project properties. Read more in the online manual
|
StartX | Long |
Start point X [pixels] X coordinate of the upper left corner of the element (in pixels). Read more in the online manual
|
StartY | Long |
Start point Y [pixels] Y coordinate of the upper left corner of the element (in pixels) Read more in the online manual
|
States | SUBITEM | With this property you have the opportunity to get/set some properties of the different statis. The settings can be handled via some subitems. |
Stationname | String |
Name for object list Element is entered into the object list of the world view with the text entered here. Read more in the online manual
|
Status | ZT_MULTI |
States Opens the dialog for the definition of the stati. Read more in the online manual
|
SwitchFunction | Long | With this property you get/set the
different switch modes when a bool variable is linked at the
element.
zElement.DynProperties("SwitchFunction") = 0 'Set to "Read only" zElement.DynProperties("SwitchFunction") = 1 'Set to "TOOGLE" zElement.DynProperties("SwitchFunction") = 2 'Set to "Momentary switch On" zElement.DynProperties("SwitchFunction") = 3 'Set to "Momentary switch Off" |
Tab | Boolean |
Accessible via keyboard Active: The
dynamic element is available for keyboard operation. Read more in the online manual
|
Tooltip | String |
Tooltip Text, which should be displayed as a tooltip
for the element in the Runtime. A tooltip is automatically
displayed in the Runtime, when the mouse cursor stands still on the
element for while. New lines can be indicated with \n. Read more in the online manual
|
TwistVar | SUBITEM | With this property you have the
opportunity to get informations about the variable which is linked
as "rotate" variable of the element. The informations are provided via subitems: ProjectVar, SymVarName, SymVarTagNr. zElement.DynProperties ("TwistVar.SymVarName") 'Return the name of the "rotate" variable zElement.DynProperties ("TwistVar.SymVarTagNr") 'Return the identification of the "rotate" variable |
TwistVarMax | Double |
Max. variable value Highest variable value for rotating the element. Read more in the online manual
|
TwistVarMin | Double |
Min. variable value Lowest variable value for rotating the element. Read more in the online manual
|
TwistVariable | ZT_VARIABLE_DYN |
Variable Name of the variable for rotating the
element. Read more in the online manual
|
TwistViewMax | Long |
Max. rotation [°] Rotation angle of the element for variable maximum (in °). Read more in the online manual
|
TwistViewMin | Long |
Min. rotation [°] Rotation angle of the element for variable minimum (in °). Read more in the online manual
|
UnderCE | Boolean |
Visible under WinCE Controls the visibility of elements in pictures under Windows CE. Projects which are used under CE and on the PC can be created more flexible; the user handling is improved. For example buttons can be made invisible which lead to pictures which cannot be displayed under CE (e.g. IPA). Active: The picture/element is also visible under Windows CE. Default: Active
|
UseBlinkColor | Boolean |
Blinking color from limit The element does not flash against invisible but against the the color of the violated limit of the selected variable. Read more in the online manual
|
VerticalOrigin | Long |
Vertical Vertical reference point for the activated "Dynamics" function(s). (top, centered, bottom) Read more in the online manual
|
VisVariable | SUBITEM | With this property you have the
opportunity to get informations about the variable which is linked
as "visibility" variable of the element. The informations are provided via subitems: ProjectVar, SymVarName, SymVarTagNr. zElement.DynProperties ("VisVariable.SymVarName") 'Return the name of the "visibility" variable zElement.DynProperties ("VisVariable.SymVarTagNr") 'Return the identification of the "visibility" variable |
VisibilityFrom | Double |
from Only available,
after a variable has been selected and if the visibility is not
taken from the limit: Read more in the online manual
|
VisibilityFromLimit | Boolean |
take from limit Only available,
after a variable has been selected: Read more in the online manual
|
VisibilityTo | Double |
to Only available,
after a variable has been selected and if the visibility is not
taken from the limit: Read more in the online manual
|
VisibilityVariable | ZT_VARIABLE_DYN |
Variable Name of the variable whose value influences the
visibility of the element. The visibility will either be taken from
the limit text properties of this variable or it will be detemined
by the value range defined in the properties from and
to.
|
Width | Long |
Width [pixels] Width of the element (in pixels). Read more in the online manual
|
XVar | SUBITEM | With this property you have the
opportunity to get informations about the variable which is linked
as "dynamic x position" variable of the element. The informations are provided via subitems: ProjectVar, SymVarName, SymVarTagNr. zElement.DynProperties ("XVar.SymVarName") 'Return the name of the "dynamic x position" variable zElement.DynProperties ("XVar.SymVarTagNr") 'Return the identification of the "dynamic x position" variable |
XVarMax | Double |
Max. variable value Highest variable value for horizontal moving of the element. Read more in the online manual
|
XVarMin | Double |
Min. variable value Lowest variable value for horizontal moving of the element. Read more in the online manual
|
XVarZoom | SUBITEM | With this property you have the
opportunity to get informations about the variable which is linked
as "change width" variable of the element. The informations are provided via subitems: ProjectVar, SymVarName, SymVarTagNr. zElement.DynProperties ("XVarZoom.SymVarName") 'Return the name of the "change width" variable zElement.DynProperties ("XVarZoom.SymVarTagNr") 'Return the identification of the "change width" variable |
XVariable | ZT_VARIABLE_DYN |
Variable Name of the variable for horizontal moving of
the element. Read more in the online manual
|
XViewMax | Long |
Max. movement [pixels] Horizontal position of the element for variable maximum (in pixels). Read more in the online manual
|
XViewMin | Long |
Min. movement [pixels] Horizontal position of the element for variable minimum (in pixels). Read more in the online manual
|
XZoomVarMax | Double |
Max. variable value Highest variable value for zooming the width of the element. Read more in the online manual
|
XZoomVarMin | Double |
Min. variable value Lowest variable value for zooming the width of the element. Read more in the online manual
|
XZoomVariable | ZT_VARIABLE_DYN |
Variable Name of the variable for zooming the width of
the element. Read more in the online manual
|
XZoomViewMax | Long |
Max. width [%] Zoom factor of the width of the element for variable maximum (in %). Read more in the online manual
|
XZoomViewMin | Long |
Min. width [%] Zoom factor of the width of the element for variable minimum (in %). Read more in the online manual
|
YVar | SUBITEM | With this property you have the
opportunity to get informations about the variable which is linked
as "dynamic y position" variable of the element. The informations are provided via subitems: ProjectVar, SymVarName, SymVarTagNr. zElement.DynProperties ("YVar.SymVarName") 'Return the name of the "dynamic y position" variable zElement.DynProperties ("YVar.SymVarTagNr") 'Return the identification of the "dynamic y position" variable |
YVarMax | Double |
Max. variable value Highest variable value for vertical moving of the element. Read more in the online manual
|
YVarMin | Double |
Min. variable value Lowest variable value for vertical moving of the element. Read more in the online manual
|
YVarZoom | SUBITEM | With this property you have the
opportunity to get informations about the variable which is linked
as "change height" variable of the element. The informations are provided via subitems: ProjectVar, SymVarName, SymVarTagNr. zElement.DynProperties ("YVarZoom.SymVarName") 'Return the name of the "change height" variable zElement.DynProperties ("YVarZoom.SymVarTagNr") 'Return the identification of the "change height" variable |
YVariable | ZT_VARIABLE_DYN |
Variable Name of the variable for vertical moving of the
element. Read more in the online manual
|
YViewMax | Long |
Max. movement [pixels] Vertical position of the element for variable maximum (in pixels). Read more in the online manual
|
YViewMin | Long |
Min. movement [pixels] Vertical position of the element for variable minimum (in pixels). Read more in the online manual
|
YZoomVarMax | Double |
Max. variable value Highest variable value for zooming the height of the element. Read more in the online manual
|
YZoomVarMin | Double |
Min. variable value Lowest variable value for zooming the height of the element. Read more in the online manual
|
YZoomVariable | ZT_VARIABLE_DYN |
Variable Name of the variable for zooming the height of
the element. Read more in the online manual
|
YZoomViewMax | Long |
Max. height [%] Zoom factor of the height of the element for variable maximum (in %). Read more in the online manual
|
YZoomViewMin | Long |
Min. height [%] Zoom factor of the height of the element for variable minimum (in %). Read more in the online manual
|
ZoomMax | Long |
Visible to Highest zoom step in which the element should
be visible in the worldview. Read more in the online manual
|
ZoomMin | Long |
Visible from Lowest zoom step in which the element should be
visible in the worldview. Read more in the online manual
|
Name | Type | Description |
---|---|---|
ALCMSecuredSupply | Long | If the element is connected to multiple
active sources, you can define the display type here. This function is only available in the Energy Edition of the control system. Automatic Line Coloring (ALC) must be activated. Display secured supply: double width: the width of the element is doubled. double brightness: the brightness of the element is doubled. normal: The element is displayed in the color of the source and with the configured width Default: normal |
ALCMultiSource | Long |
display multiple supplies If the element is connected to multiple active
sources, you can define the display type here. Read more in the online manual
|
ALCPrecedence | Long |
Priority for display If the element is connected to multiple active
sources, you can definethe display type here. Read more in the online manual
|
ALCUseColor | Boolean |
Color from ALC Only available, if
Automatic Line Coloring (ALC) is licensed: Read more in the online manual
|
Align | Long |
Alignment Direction of color shift. Read more in the online manual
|
BackColor | ZT_COLOR |
Filling color Filling resp. background color of the element. Read more in the online manual
|
BackColorVariable | ZT_VARIABLE_DYN |
Background/filling color Name of the variable, whose limit colors should
influence the background/filling color of the element. Read more in the online manual
|
BkClVariable | SUBITEM | With this property you have the
opportunity to get informations about the variable which is linked
as "background/filling color" variable of the element. The informations are provided via subitems: ProjectVar, SymVarName, SymVarTagNr. zElement.DynProperties ("BkClVariable.SymVarName") 'Return the name of the "background/filling color" variable zElement.DynProperties ("BkClVariable.SymVarTagNr") 'Return the identification of the "background/filling color" variable |
BlinkVariable | ZT_VARIABLE_DYN |
Take over flashing from limit Variable, from whose limit(s) the blinking
should be used for the element. Read more in the online manual
|
Brightness | Boolean |
With brightness values Active: The
brightness of the color gradient can be freely defined. Read more in the online manual
|
Coordinates | String | With this property you can get/set the
coordinates of the element via a string.
zElement.DynProperties("Coordinates") = "197/118;260/200" |
EnablePunchFrame | Boolean |
Show border A frame around the element can be
displayed. Read more in the online manual
|
EndX | Long |
End point X [pixels] X coordinate of the lower right corner of the element (in pixels). Read more in the online manual
|
EndY | Long |
End point Y [pixels] Y coordinate of the lower right corner of the element (in pixels). Read more in the online manual
|
FillPattern | ZT_IMAGELIST |
Filling pattern Selection of the filling pattern for the element from a list. Read more in the online manual
|
Height | Long |
Height [pixels] Height of the element (in pixels). Read more in the online manual
|
HorizontalOrigin | Long |
Horizontal Horizontal reference point for the activated "Dynamics" function(s). (left, centered, right) Read more in the online manual
|
InnerBrightness | Long |
Brightness inside Only available, if
"With brightness values" is active: Read more in the online manual
|
Layer | Long |
Visibility level Select one of the 16 visibility levels (0 to
15) from the dropdown list. With the help of the tool
barVisibility level you decide
which levels are to be displayed in the Editor. This guarantees
that even complex pictures can be engineered clearly. The levels
can be used individually. The levels have no effect on the
foreground or background information and the display in the
Runtime.
|
LineColor | ZT_COLOR |
Line color Line color of the element. Read more in the online manual
|
LineColorVariable | ZT_VARIABLE_DYN |
Text/line color Name of the variable, whose limit colors should
influence the line/text color of the element. Read more in the online manual
|
LineType | ZT_IMAGELIST |
Line type Selection of the line type for the element from
a list. Read more in the online manual
|
LineWidth | Long |
Line width Line width (in pixels). Read more in the online manual
|
LineWidth | Long |
Line width Line width (in pixels). Read more in the online manual
|
LnClVariable | SUBITEM | With this property you have the
opportunity to get informations about the variable which is linked
as "line/text color" variable of the element. The informations are provided via subitems: ProjectVar, SymVarName, SymVarTagNr. zElement.DynProperties ("LnClVariable.SymVarName") 'Return the name of the "line/text color" variable zElement.DynProperties ("LnClVariable.SymVarTagNr") 'Return the identification of the "line/text color" variable |
Name | String |
Object name Object name, with which the element can be
accessed by VBA macros. Read more in the online manual
|
Offset_H | Long |
Horiz. distance [pixels] Horizontal distance of the end of the truncation from the real corner in pixels. Read more in the online manual
|
Offset_V | Long |
Vertical distance [pixels] Vertical distance of the end of the truncation from the real corner in pixels. Read more in the online manual
|
OuterBrightness | Long |
Brightness outside Only available, if
"With brightness values" is active: Read more in the online manual
|
PunchFrameColor | ZT_COLOR |
Frame color Definition of the frame color. Read more in the online manual
|
PunchFrameOffset | Long |
Distance [pixels] Distance of the frame to the element in pixels. Read more in the online manual
|
PunchFrameWidth | Long |
Line width Definition of the line width of the frame. Read more in the online manual
|
Shifted | Long |
Light effect shifted How far should the light effect be shifted from the center of the element. Read more in the online manual
|
StartX | Long |
Start point X [pixels] X coordinate of the upper left corner of the element (in pixels). Read more in the online manual
|
StartY | Long |
Start point Y [pixels] Y coordinate of the upper left corner of the element (in pixels) Read more in the online manual
|
Stationname | String |
Name for object list Element is entered into the object list of the world view with the text entered here. Read more in the online manual
|
TwistVar | SUBITEM | With this property you have the
opportunity to get informations about the variable which is linked
as "rotate" variable of the element. The informations are provided via subitems: ProjectVar, SymVarName, SymVarTagNr. zElement.DynProperties ("TwistVar.SymVarName") 'Return the name of the "rotate" variable zElement.DynProperties ("TwistVar.SymVarTagNr") 'Return the identification of the "rotate" variable |
TwistVarMax | Double |
Max. variable value Highest variable value for rotating the element. Read more in the online manual
|
TwistVarMin | Double |
Min. variable value Lowest variable value for rotating the element. Read more in the online manual
|
TwistVariable | ZT_VARIABLE_DYN |
Variable Name of the variable for rotating the
element. Read more in the online manual
|
TwistViewMax | Long |
Max. rotation [°] Rotation angle of the element for variable maximum (in °). Read more in the online manual
|
TwistViewMin | Long |
Min. rotation [°] Rotation angle of the element for variable minimum (in °). Read more in the online manual
|
UseBlinkColor | Boolean |
Blinking color from limit The element does not flash against invisible but against the the color of the violated limit of the selected variable. Read more in the online manual
|
VerticalOrigin | Long |
Vertical Vertical reference point for the activated "Dynamics" function(s). (top, centered, bottom) Read more in the online manual
|
VisVariable | SUBITEM | With this property you have the
opportunity to get informations about the variable which is linked
as "visibility" variable of the element. The informations are provided via subitems: ProjectVar, SymVarName, SymVarTagNr. zElement.DynProperties ("VisVariable.SymVarName") 'Return the name of the "visibility" variable zElement.DynProperties ("VisVariable.SymVarTagNr") 'Return the identification of the "visibility" variable |
VisibilityFrom | Double |
from Only available,
after a variable has been selected and if the visibility is not
taken from the limit: Read more in the online manual
|
VisibilityFromLimit | Boolean |
take from limit Only available,
after a variable has been selected: Read more in the online manual
|
VisibilityTo | Double |
to Only available,
after a variable has been selected and if the visibility is not
taken from the limit: Read more in the online manual
|
VisibilityVariable | ZT_VARIABLE_DYN |
Variable Name of the variable whose value influences the
visibility of the element. The visibility will either be taken from
the limit text properties of this variable or it will be detemined
by the value range defined in the properties from and
to.
|
Width | Long |
Width [pixels] Width of the element (in pixels). Read more in the online manual
|
XVar | SUBITEM | With this property you have the
opportunity to get informations about the variable which is linked
as "dynamic x position" variable of the element. The informations are provided via subitems: ProjectVar, SymVarName, SymVarTagNr. zElement.DynProperties ("XVar.SymVarName") 'Return the name of the "dynamic x position" variable zElement.DynProperties ("XVar.SymVarTagNr") 'Return the identification of the "dynamic x position" variable |
XVarMax | Double |
Max. variable value Highest variable value for horizontal moving of the element. Read more in the online manual
|
XVarMin | Double |
Min. variable value Lowest variable value for horizontal moving of the element. Read more in the online manual
|
XVarZoom | SUBITEM | With this property you have the
opportunity to get informations about the variable which is linked
as "change width" variable of the element. The informations are provided via subitems: ProjectVar, SymVarName, SymVarTagNr. zElement.DynProperties ("XVarZoom.SymVarName") 'Return the name of the "change width" variable zElement.DynProperties ("XVarZoom.SymVarTagNr") 'Return the identification of the "change width" variable |
XVariable | ZT_VARIABLE_DYN |
Variable Name of the variable for horizontal moving of
the element. Read more in the online manual
|
XViewMax | Long |
Max. movement [pixels] Horizontal position of the element for variable maximum (in pixels). Read more in the online manual
|
XViewMin | Long |
Min. movement [pixels] Horizontal position of the element for variable minimum (in pixels). Read more in the online manual
|
XZoomVarMax | Double |
Max. variable value Highest variable value for zooming the width of the element. Read more in the online manual
|
XZoomVarMin | Double |
Min. variable value Lowest variable value for zooming the width of the element. Read more in the online manual
|
XZoomVariable | ZT_VARIABLE_DYN |
Variable Name of the variable for zooming the width of
the element. Read more in the online manual
|
XZoomViewMax | Long |
Max. width [%] Zoom factor of the width of the element for variable maximum (in %). Read more in the online manual
|
XZoomViewMin | Long |
Min. width [%] Zoom factor of the width of the element for variable minimum (in %). Read more in the online manual
|
YVar | SUBITEM | With this property you have the
opportunity to get informations about the variable which is linked
as "dynamic y position" variable of the element. The informations are provided via subitems: ProjectVar, SymVarName, SymVarTagNr. zElement.DynProperties ("YVar.SymVarName") 'Return the name of the "dynamic y position" variable zElement.DynProperties ("YVar.SymVarTagNr") 'Return the identification of the "dynamic y position" variable |
YVarMax | Double |
Max. variable value Highest variable value for vertical moving of the element. Read more in the online manual
|
YVarMin | Double |
Min. variable value Lowest variable value for vertical moving of the element. Read more in the online manual
|
YVarZoom | SUBITEM | With this property you have the
opportunity to get informations about the variable which is linked
as "change height" variable of the element. The informations are provided via subitems: ProjectVar, SymVarName, SymVarTagNr. zElement.DynProperties ("YVarZoom.SymVarName") 'Return the name of the "change height" variable zElement.DynProperties ("YVarZoom.SymVarTagNr") 'Return the identification of the "change height" variable |
YVariable | ZT_VARIABLE_DYN |
Variable Name of the variable for vertical moving of the
element. Read more in the online manual
|
YViewMax | Long |
Max. movement [pixels] Vertical position of the element for variable maximum (in pixels). Read more in the online manual
|
YViewMin | Long |
Min. movement [pixels] Vertical position of the element for variable minimum (in pixels). Read more in the online manual
|
YZoomVarMax | Double |
Max. variable value Highest variable value for zooming the height of the element. Read more in the online manual
|
YZoomVarMin | Double |
Min. variable value Lowest variable value for zooming the height of the element. Read more in the online manual
|
YZoomVariable | ZT_VARIABLE_DYN |
Variable Name of the variable for zooming the height of
the element. Read more in the online manual
|
YZoomViewMax | Long |
Max. height [%] Zoom factor of the height of the element for variable maximum (in %). Read more in the online manual
|
YZoomViewMin | Long |
Min. height [%] Zoom factor of the height of the element for variable minimum (in %). Read more in the online manual
|
ZoomMax | Long |
Visible to Highest zoom step in which the element should
be visible in the worldview. Read more in the online manual
|
ZoomMin | Long |
Visible from Lowest zoom step in which the element should be
visible in the worldview. Read more in the online manual
|
Name | Type | Description |
---|---|---|
ALCMSecuredSupply | Long | If the element is connected to multiple
active sources, you can define the display type here. This function is only available in the Energy Edition of the control system. Automatic Line Coloring (ALC) must be activated. Display secured supply: double width: the width of the element is doubled. double brightness: the brightness of the element is doubled. normal: The element is displayed in the color of the source and with the configured width Default: normal |
ALCMultiSource | Long |
display multiple supplies If the element is connected to multiple active
sources, you can define the display type here. Read more in the online manual
|
ALCPrecedence | Long |
Priority for display If the element is connected to multiple active
sources, you can definethe display type here. Read more in the online manual
|
ALCUseColor | Boolean |
Color from ALC Only available, if
Automatic Line Coloring (ALC) is licensed: Read more in the online manual
|
Align | Long |
Alignment Direction of color shift. Read more in the online manual
|
BackColor | ZT_COLOR |
Filling color Filling resp. background color of the element. Read more in the online manual
|
BackColorVariable | ZT_VARIABLE_DYN |
Background/filling color Name of the variable, whose limit colors should
influence the background/filling color of the element. Read more in the online manual
|
BkClVariable | SUBITEM | With this property you have the
opportunity to get informations about the variable which is linked
as "background/filling color" variable of the element. The informations are provided via subitems: ProjectVar, SymVarName, SymVarTagNr. zElement.DynProperties ("BkClVariable.SymVarName") 'Return the name of the "background/filling color" variable zElement.DynProperties ("BkClVariable.SymVarTagNr") 'Return the identification of the "background/filling color" variable |
BlinkVariable | ZT_VARIABLE_DYN |
Take over flashing from limit Variable, from whose limit(s) the blinking
should be used for the element. Read more in the online manual
|
Brightness | Boolean |
With brightness values Active: The
brightness of the color gradient can be freely defined. Read more in the online manual
|
Coordinates | String | With this property you can get/set the
coordinates of the element via a string.
zElement.DynProperties("Coordinates") = "197/118;260/200" |
EnablePunchFrame | Boolean |
Show border A frame around the element can be
displayed. Read more in the online manual
|
EndX | Long |
End point X [pixels] X coordinate of the lower right corner of the element (in pixels). Read more in the online manual
|
EndY | Long |
End point Y [pixels] Y coordinate of the lower right corner of the element (in pixels). Read more in the online manual
|
FillPattern | ZT_IMAGELIST |
Filling pattern Selection of the filling pattern for the element from a list. Read more in the online manual
|
Height | Long |
Height [pixels] Height of the element (in pixels). Read more in the online manual
|
HorizontalOrigin | Long |
Horizontal Horizontal reference point for the activated "Dynamics" function(s). (left, centered, right) Read more in the online manual
|
InnerBrightness | Long |
Brightness inside Only available, if
"With brightness values" is active: Read more in the online manual
|
Layer | Long |
Visibility level Select one of the 16 visibility levels (0 to
15) from the dropdown list. With the help of the tool
barVisibility level you decide
which levels are to be displayed in the Editor. This guarantees
that even complex pictures can be engineered clearly. The levels
can be used individually. The levels have no effect on the
foreground or background information and the display in the
Runtime.
|
LineColor | ZT_COLOR |
Line color Line color of the element. Read more in the online manual
|
LineColorVariable | ZT_VARIABLE_DYN |
Text/line color Name of the variable, whose limit colors should
influence the line/text color of the element. Read more in the online manual
|
LineType | ZT_IMAGELIST |
Line type Selection of the line type for the element from
a list. Read more in the online manual
|
LineWidth | Long |
Line width Line width (in pixels). Read more in the online manual
|
LnClVariable | SUBITEM | With this property you have the
opportunity to get informations about the variable which is linked
as "line/text color" variable of the element. The informations are provided via subitems: ProjectVar, SymVarName, SymVarTagNr. zElement.DynProperties ("LnClVariable.SymVarName") 'Return the name of the "line/text color" variable zElement.DynProperties ("LnClVariable.SymVarTagNr") 'Return the identification of the "line/text color" variable |
Name | String |
Object name Object name, with which the element can be
accessed by VBA macros. Read more in the online manual
|
Offset_H | Long |
Horiz. distance [pixels] Horizontal distance of the end of the truncation from the real corner in pixels. Read more in the online manual
|
Offset_V | Long |
Vertical distance [pixels] Vertical distance of the end of the truncation from the real corner in pixels. Read more in the online manual
|
OuterBrightness | Long |
Brightness outside Only available, if
"With brightness values" is active: Read more in the online manual
|
PunchFrameColor | ZT_COLOR |
Frame color Definition of the frame color. Read more in the online manual
|
PunchFrameOffset | Long |
Distance [pixels] Distance of the frame to the element in pixels. Read more in the online manual
|
PunchFrameWidth | Long |
Line width Definition of the line width of the frame. Read more in the online manual
|
Shifted | Long |
Light effect shifted How far should the light effect be shifted from the center of the element. Read more in the online manual
|
StartX | Long |
Start point X [pixels] X coordinate of the upper left corner of the element (in pixels). Read more in the online manual
|
StartY | Long |
Start point Y [pixels] Y coordinate of the upper left corner of the element (in pixels) Read more in the online manual
|
Stationname | String |
Name for object list Element is entered into the object list of the world view with the text entered here. Read more in the online manual
|
TwistVar | SUBITEM | With this property you have the
opportunity to get informations about the variable which is linked
as "rotate" variable of the element. The informations are provided via subitems: ProjectVar, SymVarName, SymVarTagNr. zElement.DynProperties ("TwistVar.SymVarName") 'Return the name of the "rotate" variable zElement.DynProperties ("TwistVar.SymVarTagNr") 'Return the identification of the "rotate" variable |
TwistVarMax | Double |
Max. variable value Highest variable value for rotating the element. Read more in the online manual
|
TwistVarMin | Double |
Min. variable value Lowest variable value for rotating the element. Read more in the online manual
|
TwistVariable | ZT_VARIABLE_DYN |
Variable Name of the variable for rotating the
element. Read more in the online manual
|
TwistViewMax | Long |
Max. rotation [°] Rotation angle of the element for variable maximum (in °). Read more in the online manual
|
TwistViewMin | Long |
Min. rotation [°] Rotation angle of the element for variable minimum (in °). Read more in the online manual
|
UseBlinkColor | Boolean |
Blinking color from limit The element does not flash against invisible but against the the color of the violated limit of the selected variable. Read more in the online manual
|
VerticalOrigin | Long |
Vertical Vertical reference point for the activated "Dynamics" function(s). (top, centered, bottom) Read more in the online manual
|
VisVariable | SUBITEM | With this property you have the
opportunity to get informations about the variable which is linked
as "visibility" variable of the element. The informations are provided via subitems: ProjectVar, SymVarName, SymVarTagNr. zElement.DynProperties ("VisVariable.SymVarName") 'Return the name of the "visibility" variable zElement.DynProperties ("VisVariable.SymVarTagNr") 'Return the identification of the "visibility" variable |
VisibilityFrom | Double |
from Only available,
after a variable has been selected and if the visibility is not
taken from the limit: Read more in the online manual
|
VisibilityFromLimit | Boolean |
take from limit Only available,
after a variable has been selected: Read more in the online manual
|
VisibilityTo | Double |
to Only available,
after a variable has been selected and if the visibility is not
taken from the limit: Read more in the online manual
|
VisibilityVariable | ZT_VARIABLE_DYN |
Variable Name of the variable whose value influences the
visibility of the element. The visibility will either be taken from
the limit text properties of this variable or it will be detemined
by the value range defined in the properties from and
to.
|
Width | Long |
Width [pixels] Width of the element (in pixels). Read more in the online manual
|
XVar | SUBITEM | With this property you have the
opportunity to get informations about the variable which is linked
as "dynamic x position" variable of the element. The informations are provided via subitems: ProjectVar, SymVarName, SymVarTagNr. zElement.DynProperties ("XVar.SymVarName") 'Return the name of the "dynamic x position" variable zElement.DynProperties ("XVar.SymVarTagNr") 'Return the identification of the "dynamic x position" variable |
XVarMax | Double |
Max. variable value Highest variable value for horizontal moving of the element. Read more in the online manual
|
XVarMin | Double |
Min. variable value Lowest variable value for horizontal moving of the element. Read more in the online manual
|
XVarZoom | SUBITEM | With this property you have the
opportunity to get informations about the variable which is linked
as "change width" variable of the element. The informations are provided via subitems: ProjectVar, SymVarName, SymVarTagNr. zElement.DynProperties ("XVarZoom.SymVarName") 'Return the name of the "change width" variable zElement.DynProperties ("XVarZoom.SymVarTagNr") 'Return the identification of the "change width" variable |
XVariable | ZT_VARIABLE_DYN |
Variable Name of the variable for horizontal moving of
the element. Read more in the online manual
|
XViewMax | Long |
Max. movement [pixels] Horizontal position of the element for variable maximum (in pixels). Read more in the online manual
|
XViewMin | Long |
Min. movement [pixels] Horizontal position of the element for variable minimum (in pixels). Read more in the online manual
|
XZoomVarMax | Double |
Max. variable value Highest variable value for zooming the width of the element. Read more in the online manual
|
XZoomVarMin | Double |
Min. variable value Lowest variable value for zooming the width of the element. Read more in the online manual
|
XZoomVariable | ZT_VARIABLE_DYN |
Variable Name of the variable for zooming the width of
the element. Read more in the online manual
|
XZoomViewMax | Long |
Max. width [%] Zoom factor of the width of the element for variable maximum (in %). Read more in the online manual
|
XZoomViewMin | Long |
Min. width [%] Zoom factor of the width of the element for variable minimum (in %). Read more in the online manual
|
YVar | SUBITEM | With this property you have the
opportunity to get informations about the variable which is linked
as "dynamic y position" variable of the element. The informations are provided via subitems: ProjectVar, SymVarName, SymVarTagNr. zElement.DynProperties ("YVar.SymVarName") 'Return the name of the "dynamic y position" variable zElement.DynProperties ("YVar.SymVarTagNr") 'Return the identification of the "dynamic y position" variable |
YVarMax | Double |
Max. variable value Highest variable value for vertical moving of the element. Read more in the online manual
|
YVarMin | Double |
Min. variable value Lowest variable value for vertical moving of the element. Read more in the online manual
|
YVarZoom | SUBITEM | With this property you have the
opportunity to get informations about the variable which is linked
as "change height" variable of the element. The informations are provided via subitems: ProjectVar, SymVarName, SymVarTagNr. zElement.DynProperties ("YVarZoom.SymVarName") 'Return the name of the "change height" variable zElement.DynProperties ("YVarZoom.SymVarTagNr") 'Return the identification of the "change height" variable |
YVariable | ZT_VARIABLE_DYN |
Variable Name of the variable for vertical moving of the
element. Read more in the online manual
|
YViewMax | Long |
Max. movement [pixels] Vertical position of the element for variable maximum (in pixels). Read more in the online manual
|
YViewMin | Long |
Min. movement [pixels] Vertical position of the element for variable minimum (in pixels). Read more in the online manual
|
YZoomVarMax | Double |
Max. variable value Highest variable value for zooming the height of the element. Read more in the online manual
|
YZoomVarMin | Double |
Min. variable value Lowest variable value for zooming the height of the element. Read more in the online manual
|
YZoomVariable | ZT_VARIABLE_DYN |
Variable Name of the variable for zooming the height of
the element. Read more in the online manual
|
YZoomViewMax | Long |
Max. height [%] Zoom factor of the height of the element for variable maximum (in %). Read more in the online manual
|
YZoomViewMin | Long |
Min. height [%] Zoom factor of the height of the element for variable minimum (in %). Read more in the online manual
|
ZoomMax | Long |
Visible to Highest zoom step in which the element should
be visible in the worldview. Read more in the online manual
|
ZoomMin | Long |
Visible from Lowest zoom step in which the element should be
visible in the worldview. Read more in the online manual
|
Name | Type | Description |
---|---|---|
ALCMSecuredSupply | Long | If the element is connected to multiple
active sources, you can define the display type here. This function is only available in the Energy Edition of the control system. Automatic Line Coloring (ALC) must be activated. Display secured supply: double width: the width of the element is doubled. double brightness: the brightness of the element is doubled. normal: The element is displayed in the color of the source and with the configured width Default: normal |
ALCMultiSource | Long |
display multiple supplies If the element is connected to multiple active
sources, you can define the display type here. Read more in the online manual
|
ALCPrecedence | Long |
Priority for display If the element is connected to multiple active
sources, you can definethe display type here. Read more in the online manual
|
ALCUseColor | Boolean |
Color from ALC Only available, if
Automatic Line Coloring (ALC) is licensed: Read more in the online manual
|
Align | Long |
Alignment Direction of color shift. Read more in the online manual
|
BackColor | ZT_COLOR |
Filling color Filling resp. background color of the element. Read more in the online manual
|
BackColorVariable | ZT_VARIABLE_DYN |
Background/filling color Name of the variable, whose limit colors should
influence the background/filling color of the element. Read more in the online manual
|
BkClVariable | SUBITEM | With this property you have the
opportunity to get informations about the variable which is linked
as "background/filling color" variable of the element. The informations are provided via subitems: ProjectVar, SymVarName, SymVarTagNr. zElement.DynProperties ("BkClVariable.SymVarName") 'Return the name of the "background/filling color" variable zElement.DynProperties ("BkClVariable.SymVarTagNr") 'Return the identification of the "background/filling color" variable |
BlinkVariable | ZT_VARIABLE_DYN |
Take over flashing from limit Variable, from whose limit(s) the blinking
should be used for the element. Read more in the online manual
|
Brightness | Boolean |
With brightness values Active: The
brightness of the color gradient can be freely defined. Read more in the online manual
|
Coordinates | String | With this property you can get/set the
coordinates of the element via a string.
zElement.DynProperties("Coordinates") = "197/118;260/200" |
EnablePunchFrame | Boolean |
Show border A frame around the element can be
displayed. Read more in the online manual
|
EndX | Long |
End point X [pixels] X coordinate of the lower right corner of the element (in pixels). Read more in the online manual
|
EndY | Long |
End point Y [pixels] Y coordinate of the lower right corner of the element (in pixels). Read more in the online manual
|
FillPattern | ZT_IMAGELIST |
Filling pattern Selection of the filling pattern for the element from a list. Read more in the online manual
|
Height | Long |
Height [pixels] Height of the element (in pixels). Read more in the online manual
|
HorizontalOrigin | Long |
Horizontal Horizontal reference point for the activated "Dynamics" function(s). (left, centered, right) Read more in the online manual
|
InnerBrightness | Long |
Brightness inside Only available, if
"With brightness values" is active: Read more in the online manual
|
Layer | Long |
Visibility level Select one of the 16 visibility levels (0 to
15) from the dropdown list. With the help of the tool
barVisibility level you decide
which levels are to be displayed in the Editor. This guarantees
that even complex pictures can be engineered clearly. The levels
can be used individually. The levels have no effect on the
foreground or background information and the display in the
Runtime.
|
LineColor | ZT_COLOR |
Line color Line color of the element. Read more in the online manual
|
LineColorVariable | ZT_VARIABLE_DYN |
Text/line color Name of the variable, whose limit colors should
influence the line/text color of the element. Read more in the online manual
|
LineType | ZT_IMAGELIST |
Line type Selection of the line type for the element from
a list. Read more in the online manual
|
LineWidth | Long |
Line width Line width (in pixels). Read more in the online manual
|
LnClVariable | SUBITEM | With this property you have the
opportunity to get informations about the variable which is linked
as "line/text color" variable of the element. The informations are provided via subitems: ProjectVar, SymVarName, SymVarTagNr. zElement.DynProperties ("LnClVariable.SymVarName") 'Return the name of the "line/text color" variable zElement.DynProperties ("LnClVariable.SymVarTagNr") 'Return the identification of the "line/text color" variable |
Name | String |
Object name Object name, with which the element can be
accessed by VBA macros. Read more in the online manual
|
Offset_H | Long |
Horiz. distance [pixels] Horizontal distance of the end of the truncation from the real corner in pixels. Read more in the online manual
|
Offset_V | Long |
Vertical distance [pixels] Vertical distance of the end of the truncation from the real corner in pixels. Read more in the online manual
|
OuterBrightness | Long |
Brightness outside Only available, if
"With brightness values" is active: Read more in the online manual
|
PunchFrameColor | ZT_COLOR |
Frame color Definition of the frame color. Read more in the online manual
|
PunchFrameOffset | Long |
Distance [pixels] Distance of the frame to the element in pixels. Read more in the online manual
|
PunchFrameWidth | Long |
Line width Definition of the line width of the frame. Read more in the online manual
|
Shifted | Long |
Light effect shifted How far should the light effect be shifted from the center of the element. Read more in the online manual
|
StartX | Long |
Start point X [pixels] X coordinate of the upper left corner of the element (in pixels). Read more in the online manual
|
StartY | Long |
Start point Y [pixels] Y coordinate of the upper left corner of the element (in pixels) Read more in the online manual
|
Stationname | String |
Name for object list Element is entered into the object list of the world view with the text entered here. Read more in the online manual
|
TwistVar | SUBITEM | With this property you have the
opportunity to get informations about the variable which is linked
as "rotate" variable of the element. The informations are provided via subitems: ProjectVar, SymVarName, SymVarTagNr. zElement.DynProperties ("TwistVar.SymVarName") 'Return the name of the "rotate" variable zElement.DynProperties ("TwistVar.SymVarTagNr") 'Return the identification of the "rotate" variable |
TwistVarMax | Double |
Max. variable value Highest variable value for rotating the element. Read more in the online manual
|
TwistVarMin | Double |
Min. variable value Lowest variable value for rotating the element. Read more in the online manual
|
TwistVariable | ZT_VARIABLE_DYN |
Variable Name of the variable for rotating the
element. Read more in the online manual
|
TwistViewMax | Long |
Max. rotation [°] Rotation angle of the element for variable maximum (in °). Read more in the online manual
|
TwistViewMin | Long |
Min. rotation [°] Rotation angle of the element for variable minimum (in °). Read more in the online manual
|
UseBlinkColor | Boolean |
Blinking color from limit The element does not flash against invisible but against the the color of the violated limit of the selected variable. Read more in the online manual
|
VerticalOrigin | Long |
Vertical Vertical reference point for the activated "Dynamics" function(s). (top, centered, bottom) Read more in the online manual
|
VisVariable | SUBITEM | With this property you have the
opportunity to get informations about the variable which is linked
as "visibility" variable of the element. The informations are provided via subitems: ProjectVar, SymVarName, SymVarTagNr. zElement.DynProperties ("VisVariable.SymVarName") 'Return the name of the "visibility" variable zElement.DynProperties ("VisVariable.SymVarTagNr") 'Return the identification of the "visibility" variable |
VisibilityFrom | Double |
from Only available,
after a variable has been selected and if the visibility is not
taken from the limit: Read more in the online manual
|
VisibilityFromLimit | Boolean |
take from limit Only available,
after a variable has been selected: Read more in the online manual
|
VisibilityTo | Double |
to Only available,
after a variable has been selected and if the visibility is not
taken from the limit: Read more in the online manual
|
VisibilityVariable | ZT_VARIABLE_DYN |
Variable Name of the variable whose value influences the
visibility of the element. The visibility will either be taken from
the limit text properties of this variable or it will be detemined
by the value range defined in the properties from and
to.
|
Width | Long |
Width [pixels] Width of the element (in pixels). Read more in the online manual
|
XVar | SUBITEM | With this property you have the
opportunity to get informations about the variable which is linked
as "dynamic x position" variable of the element. The informations are provided via subitems: ProjectVar, SymVarName, SymVarTagNr. zElement.DynProperties ("XVar.SymVarName") 'Return the name of the "dynamic x position" variable zElement.DynProperties ("XVar.SymVarTagNr") 'Return the identification of the "dynamic x position" variable |
XVarMax | Double |
Max. variable value Highest variable value for horizontal moving of the element. Read more in the online manual
|
XVarMin | Double |
Min. variable value Lowest variable value for horizontal moving of the element. Read more in the online manual
|
XVarZoom | SUBITEM | With this property you have the
opportunity to get informations about the variable which is linked
as "change width" variable of the element. The informations are provided via subitems: ProjectVar, SymVarName, SymVarTagNr. zElement.DynProperties ("XVarZoom.SymVarName") 'Return the name of the "change width" variable zElement.DynProperties ("XVarZoom.SymVarTagNr") 'Return the identification of the "change width" variable |
XVariable | ZT_VARIABLE_DYN |
Variable Name of the variable for horizontal moving of
the element. Read more in the online manual
|
XViewMax | Long |
Max. movement [pixels] Horizontal position of the element for variable maximum (in pixels). Read more in the online manual
|
XViewMin | Long |
Min. movement [pixels] Horizontal position of the element for variable minimum (in pixels). Read more in the online manual
|
XZoomVarMax | Double |
Max. variable value Highest variable value for zooming the width of the element. Read more in the online manual
|
XZoomVarMin | Double |
Min. variable value Lowest variable value for zooming the width of the element. Read more in the online manual
|
XZoomVariable | ZT_VARIABLE_DYN |
Variable Name of the variable for zooming the width of
the element. Read more in the online manual
|
XZoomViewMax | Long |
Max. width [%] Zoom factor of the width of the element for variable maximum (in %). Read more in the online manual
|
XZoomViewMin | Long |
Min. width [%] Zoom factor of the width of the element for variable minimum (in %). Read more in the online manual
|
YVar | SUBITEM | With this property you have the
opportunity to get informations about the variable which is linked
as "dynamic y position" variable of the element. The informations are provided via subitems: ProjectVar, SymVarName, SymVarTagNr. zElement.DynProperties ("YVar.SymVarName") 'Return the name of the "dynamic y position" variable zElement.DynProperties ("YVar.SymVarTagNr") 'Return the identification of the "dynamic y position" variable |
YVarMax | Double |
Max. variable value Highest variable value for vertical moving of the element. Read more in the online manual
|
YVarMin | Double |
Min. variable value Lowest variable value for vertical moving of the element. Read more in the online manual
|
YVarZoom | SUBITEM | With this property you have the
opportunity to get informations about the variable which is linked
as "change height" variable of the element. The informations are provided via subitems: ProjectVar, SymVarName, SymVarTagNr. zElement.DynProperties ("YVarZoom.SymVarName") 'Return the name of the "change height" variable zElement.DynProperties ("YVarZoom.SymVarTagNr") 'Return the identification of the "change height" variable |
YVariable | ZT_VARIABLE_DYN |
Variable Name of the variable for vertical moving of the
element. Read more in the online manual
|
YViewMax | Long |
Max. movement [pixels] Vertical position of the element for variable maximum (in pixels). Read more in the online manual
|
YViewMin | Long |
Min. movement [pixels] Vertical position of the element for variable minimum (in pixels). Read more in the online manual
|
YZoomVarMax | Double |
Max. variable value Highest variable value for zooming the height of the element. Read more in the online manual
|
YZoomVarMin | Double |
Min. variable value Lowest variable value for zooming the height of the element. Read more in the online manual
|
YZoomVariable | ZT_VARIABLE_DYN |
Variable Name of the variable for zooming the height of
the element. Read more in the online manual
|
YZoomViewMax | Long |
Max. height [%] Zoom factor of the height of the element for variable maximum (in %). Read more in the online manual
|
YZoomViewMin | Long |
Min. height [%] Zoom factor of the height of the element for variable minimum (in %). Read more in the online manual
|
ZoomMax | Long |
Visible to Highest zoom step in which the element should
be visible in the worldview. Read more in the online manual
|
ZoomMin | Long |
Visible from Lowest zoom step in which the element should be
visible in the worldview. Read more in the online manual
|
Name | Type | Description |
---|---|---|
BackColorVariable | ZT_VARIABLE_DYN |
Background/filling color Name of the variable, whose limit colors should
influence the background/filling color of the element. Read more in the online manual
|
BitmapHigh | ZT_FILE |
Bitmap for status HIGH(1) Predifined or user-defined bitmap for the status HIGH of the switch. Read more in the online manual
|
BitmapLow | ZT_FILE |
Bitmap for status LOW(0) Predifined or user-defined bitmap for the status LOW of the switch. Read more in the online manual
|
BkClVariable | SUBITEM | With this property you have the
opportunity to get informations about the variable which is linked
as "background/filling color" variable of the element. The informations are provided via subitems: ProjectVar, SymVarName, SymVarTagNr. zElement.DynProperties ("BkClVariable.SymVarName") 'Return the name of the "background/filling color" variable zElement.DynProperties ("BkClVariable.SymVarTagNr") 'Return the identification of the "background/filling color" variable |
BlinkVariable | ZT_VARIABLE_DYN |
Take over flashing from limit Variable, from whose limit(s) the blinking
should be used for the element. Read more in the online manual
|
DragBegin | ZT_VBAMAKRO |
DragBegin VBA macro that should be executed, when dragging begins. Read more in the online manual
|
DragDrop | ZT_VBAMAKRO |
DragDrop VBA macro that should be executed, when the mouse button is released. Read more in the online manual
|
DragOver | ZT_VBAMAKRO |
DragOver VBA macro that should be executed, when the cursor is moved over the element, while the left button is pressed down. Read more in the online manual
|
Draw | ZT_VBAMAKRO |
Draw VBA macro that should be executed, when the element is redrawn. Read more in the online manual
|
DynEleVar | SUBITEM | With this property you have the
opportunity to get informations about the variable (projected via
"Variable assignment" in the ActiveX selection dialog) which is
linked at an ActiveX element. The informations are provided via subitems: ProjectVar, SymVarName, SymVarTagNr. zElement.DynProperties ("DynEleVar.SymVarName") 'Return the name of the variable which is assigned to the ActiveX zElement.DynProperties ("DynEleVar.SymVarTagNr") 'Return the identification of the variable which is assigned to the ActiveX |
EnablePunchFrame | Boolean |
Show border A frame around the element can be
displayed. Read more in the online manual
|
EndX | Long |
End point X [pixels] X coordinate of the lower right corner of the element (in pixels). Read more in the online manual
|
EndY | Long |
End point Y [pixels] Y coordinate of the lower right corner of the element (in pixels). Read more in the online manual
|
FastReaction | Boolean |
Fast reaction Only available
if Switch is
active : Inactive: The switch will change is position only after the bit has been sent to the PLC and then again read from the PLC. Default: inactive.
|
Height | Long |
Height [pixels] Height of the element (in pixels). Read more in the online manual
|
HelpCapture | String |
Help chapter Help chapter that should be displayed for this
element in combination with a context menu. Name of the original
HTML page.
|
Helpfile | ZT_FILE |
Help file Help file (*.chm) to be used for this element
in combination with a context menu. Read more in the online manual
|
HorizontalOrigin | Long |
Horizontal Horizontal reference point for the activated "Dynamics" function(s). (left, centered, right) Read more in the online manual
|
Init | ZT_VBAMAKRO |
Init VBA macro that should be executed on initialising the element. Read more in the online manual
|
KillFocus | ZT_VBAMAKRO |
KillFocus VBA macro that should be executed, when the element loses the focus. Read more in the online manual
|
Layer | Long |
Visibility level Select one of the 16 visibility levels (0 to
15) from the dropdown list. With the help of the tool
barVisibility level you decide
which levels are to be displayed in the Editor. This guarantees
that even complex pictures can be engineered clearly. The levels
can be used individually. The levels have no effect on the
foreground or background information and the display in the
Runtime.
|
LeftClickDown | ZT_VBAMAKRO |
LeftClickDown VBA macro that should be executed on pressing the left mouse button. Read more in the online manual
|
LeftClickUp | ZT_VBAMAKRO |
LeftClickUp VBA macro that should be executed on releasing the left mouse button. Read more in the online manual
|
LeftDClick | ZT_VBAMAKRO |
LeftDoubleClick VBA macro that should be executed on doubleclicking the left mouse button. Read more in the online manual
|
LineColorVariable | ZT_VARIABLE_DYN |
Text/line color Name of the variable, whose limit colors should
influence the line/text color of the element. Read more in the online manual
|
LnClVariable | SUBITEM | With this property you have the
opportunity to get informations about the variable which is linked
as "line/text color" variable of the element. The informations are provided via subitems: ProjectVar, SymVarName, SymVarTagNr. zElement.DynProperties ("LnClVariable.SymVarName") 'Return the name of the "line/text color" variable zElement.DynProperties ("LnClVariable.SymVarTagNr") 'Return the identification of the "line/text color" variable |
Locking | Long |
Interlocking Link of an existing interlocking to this
element. Read more in the online manual
|
LockingName | String | With this property you have the
opportunity to assign an interlocking via its name.
zElement.DynProperties("LockingName") = "Interlocking 1" |
Menu | String |
Menu Context menu for the element. Read more in the online manual
|
MouseOver | ZT_VBAMAKRO |
MouseOver VBA macro that should be executed, when the cursor is moved over the element. Read more in the online manual
|
Name | String |
Object name Object name, with which the element can be
accessed by VBA macros. Read more in the online manual
|
Passwordlevel | Long |
Authorization group Password level for the setting of values or
executing of functions with the selected dynamic element. Read more in the online manual
|
PredefinedBitmaps | ZT_IMAGELIST |
Bitmaps pre-defined Pre-defined bitmaps for the status LOW/HIGH can be selected from the list. Read more in the online manual
|
PunchFrameColor | ZT_COLOR |
Frame color Definition of the frame color. Read more in the online manual
|
PunchFrameOffset | Long |
Distance [pixels] Distance of the frame to the element in pixels. Read more in the online manual
|
PunchFrameWidth | Long |
Line width Definition of the line width of the frame. Read more in the online manual
|
ReactionTime | Long |
Holding time [ms] Only available
if Switch is
active:
|
Representation | Long |
Bitmap size Definition of the bitmap size. Read more in the online manual
|
ResetOnLeave | Boolean |
reset on exiting Only available
if Momentary switch is
active:
|
RightClickDown | ZT_VBAMAKRO |
RightClickDown VBA macro that should be executed on pressing the right mouse button. Read more in the online manual
|
RightClickUp | ZT_VBAMAKRO |
RightClickUp VBA macro that should be executed on releasing the right mouse button. Read more in the online manual
|
RightDClick | ZT_VBAMAKRO |
RightDoubleClick VBA macro that should be executed on doubleclicking the right mouse button. Read more in the online manual
|
Scanner | Boolean |
Momentary switch Only available
if Switch is
active :
|
ScannerOn | Boolean |
Momentary switch On Only available
if Momentary switch is
active :
|
SetFocus | ZT_VBAMAKRO |
SetFocus VBA macro that should be executed, when the element gets the focus. Read more in the online manual
|
SetValueDynMax | ZT_VARIABLE_DYN |
Maximum Only available, if
"Get set value limits from variable" is not active: Read more in the online manual
|
SetValueDynMin | ZT_VARIABLE_DYN |
Minimum Only available, if
"Get set value limits from variable" is not active: Read more in the online manual
|
ShortCut | ZT_SHORTCUT |
Key combination The assignment of the key combination is made by directly entering the key combination. Read more in the online manual
|
ShowState | Boolean |
Display status of variable Active: The
status of the variable is indicated by a colored square at the top
right corner of the element. Read more in the online manual
|
Signature | Boolean |
Active: Operating the element needs a signature. Attention: Only users that are logged in can sign an action. Signing actions with a temporary login is no longer possible. Inactive: No signature is needed. |
SignatureText | String |
Signature text This text is logged in the Chronologic Event List (CEL) on signing or is proposed as a default in the Runtime, if the signature is defined to be editable in the project properties. Read more in the online manual
|
StartX | Long |
Start point X [pixels] X coordinate of the upper left corner of the element (in pixels). Read more in the online manual
|
StartY | Long |
Start point Y [pixels] Y coordinate of the upper left corner of the element (in pixels) Read more in the online manual
|
Stationname | String |
Name for object list Element is entered into the object list of the world view with the text entered here. Read more in the online manual
|
Tab | Boolean |
Accessible via keyboard Active: The
dynamic element is available for keyboard operation. Read more in the online manual
|
ThreeDimensional | Boolean |
3D Active: The
element is displayed threedimensionally.
|
Tooltip | String |
Tooltip Text, which should be displayed as a tooltip
for the element in the Runtime. A tooltip is automatically
displayed in the Runtime, when the mouse cursor stands still on the
element for while. New lines can be indicated with \n. Read more in the online manual
|
TwistVar | SUBITEM | With this property you have the
opportunity to get informations about the variable which is linked
as "rotate" variable of the element. The informations are provided via subitems: ProjectVar, SymVarName, SymVarTagNr. zElement.DynProperties ("TwistVar.SymVarName") 'Return the name of the "rotate" variable zElement.DynProperties ("TwistVar.SymVarTagNr") 'Return the identification of the "rotate" variable |
TwistVarMax | Double |
Max. variable value Highest variable value for rotating the element. Read more in the online manual
|
TwistVarMin | Double |
Min. variable value Lowest variable value for rotating the element. Read more in the online manual
|
TwistVariable | ZT_VARIABLE_DYN |
Variable Name of the variable for rotating the
element. Read more in the online manual
|
TwistViewMax | Long |
Max. rotation [°] Rotation angle of the element for variable maximum (in °). Read more in the online manual
|
TwistViewMin | Long |
Min. rotation [°] Rotation angle of the element for variable minimum (in °). Read more in the online manual
|
UnderCE | Boolean |
Visible under WinCE Controls the visibility of elements in pictures under Windows CE. Projects which are used under CE and on the PC can be created more flexible; the user handling is improved. For example buttons can be made invisible which lead to pictures which cannot be displayed under CE (e.g. IPA). Active: The picture/element is also visible under Windows CE. Default: Active
|
UseBlinkColor | Boolean |
Blinking color from limit The element does not flash against invisible but against the the color of the violated limit of the selected variable. Read more in the online manual
|
Variable | ZT_VARIABLE_DYN |
Variable Only available for
buttons that are used as switches: Only Meaning in SICAM 230: Lower bit: Alarm active/inactive Higher bit: Alarm acknowledged/not acknowledged
|
VerticalOrigin | Long |
Vertical Vertical reference point for the activated "Dynamics" function(s). (top, centered, bottom) Read more in the online manual
|
VisVariable | SUBITEM | With this property you have the
opportunity to get informations about the variable which is linked
as "visibility" variable of the element. The informations are provided via subitems: ProjectVar, SymVarName, SymVarTagNr. zElement.DynProperties ("VisVariable.SymVarName") 'Return the name of the "visibility" variable zElement.DynProperties ("VisVariable.SymVarTagNr") 'Return the identification of the "visibility" variable |
VisibilityFrom | Double |
from Only available,
after a variable has been selected and if the visibility is not
taken from the limit: Read more in the online manual
|
VisibilityFromLimit | Boolean |
take from limit Only available,
after a variable has been selected: Read more in the online manual
|
VisibilityTo | Double |
to Only available,
after a variable has been selected and if the visibility is not
taken from the limit: Read more in the online manual
|
VisibilityVariable | ZT_VARIABLE_DYN |
Variable Name of the variable whose value influences the
visibility of the element. The visibility will either be taken from
the limit text properties of this variable or it will be detemined
by the value range defined in the properties from and
to.
|
Width | Long |
Width [pixels] Width of the element (in pixels). Read more in the online manual
|
XVar | SUBITEM | With this property you have the
opportunity to get informations about the variable which is linked
as "dynamic x position" variable of the element. The informations are provided via subitems: ProjectVar, SymVarName, SymVarTagNr. zElement.DynProperties ("XVar.SymVarName") 'Return the name of the "dynamic x position" variable zElement.DynProperties ("XVar.SymVarTagNr") 'Return the identification of the "dynamic x position" variable |
XVarMax | Double |
Max. variable value Highest variable value for horizontal moving of the element. Read more in the online manual
|
XVarMin | Double |
Min. variable value Lowest variable value for horizontal moving of the element. Read more in the online manual
|
XVarZoom | SUBITEM | With this property you have the
opportunity to get informations about the variable which is linked
as "change width" variable of the element. The informations are provided via subitems: ProjectVar, SymVarName, SymVarTagNr. zElement.DynProperties ("XVarZoom.SymVarName") 'Return the name of the "change width" variable zElement.DynProperties ("XVarZoom.SymVarTagNr") 'Return the identification of the "change width" variable |
XVariable | ZT_VARIABLE_DYN |
Variable Name of the variable for horizontal moving of
the element. Read more in the online manual
|
XViewMax | Long |
Max. movement [pixels] Horizontal position of the element for variable maximum (in pixels). Read more in the online manual
|
XViewMin | Long |
Min. movement [pixels] Horizontal position of the element for variable minimum (in pixels). Read more in the online manual
|
XZoomVarMax | Double |
Max. variable value Highest variable value for zooming the width of the element. Read more in the online manual
|
XZoomVarMin | Double |
Min. variable value Lowest variable value for zooming the width of the element. Read more in the online manual
|
XZoomVariable | ZT_VARIABLE_DYN |
Variable Name of the variable for zooming the width of
the element. Read more in the online manual
|
XZoomViewMax | Long |
Max. width [%] Zoom factor of the width of the element for variable maximum (in %). Read more in the online manual
|
XZoomViewMin | Long |
Min. width [%] Zoom factor of the width of the element for variable minimum (in %). Read more in the online manual
|
YVar | SUBITEM | With this property you have the
opportunity to get informations about the variable which is linked
as "dynamic y position" variable of the element. The informations are provided via subitems: ProjectVar, SymVarName, SymVarTagNr. zElement.DynProperties ("YVar.SymVarName") 'Return the name of the "dynamic y position" variable zElement.DynProperties ("YVar.SymVarTagNr") 'Return the identification of the "dynamic y position" variable |
YVarMax | Double |
Max. variable value Highest variable value for vertical moving of the element. Read more in the online manual
|
YVarMin | Double |
Min. variable value Lowest variable value for vertical moving of the element. Read more in the online manual
|
YVarZoom | SUBITEM | With this property you have the
opportunity to get informations about the variable which is linked
as "change height" variable of the element. The informations are provided via subitems: ProjectVar, SymVarName, SymVarTagNr. zElement.DynProperties ("YVarZoom.SymVarName") 'Return the name of the "change height" variable zElement.DynProperties ("YVarZoom.SymVarTagNr") 'Return the identification of the "change height" variable |
YVariable | ZT_VARIABLE_DYN |
Variable Name of the variable for vertical moving of the
element. Read more in the online manual
|
YViewMax | Long |
Max. movement [pixels] Vertical position of the element for variable maximum (in pixels). Read more in the online manual
|
YViewMin | Long |
Min. movement [pixels] Vertical position of the element for variable minimum (in pixels). Read more in the online manual
|
YZoomVarMax | Double |
Max. variable value Highest variable value for zooming the height of the element. Read more in the online manual
|
YZoomVarMin | Double |
Min. variable value Lowest variable value for zooming the height of the element. Read more in the online manual
|
YZoomVariable | ZT_VARIABLE_DYN |
Variable Name of the variable for zooming the height of
the element. Read more in the online manual
|
YZoomViewMax | Long |
Max. height [%] Zoom factor of the height of the element for variable maximum (in %). Read more in the online manual
|
YZoomViewMin | Long |
Min. height [%] Zoom factor of the height of the element for variable minimum (in %). Read more in the online manual
|
ZoomMax | Long |
Visible to Highest zoom step in which the element should
be visible in the worldview. Read more in the online manual
|
ZoomMin | Long |
Visible from Lowest zoom step in which the element should be
visible in the worldview. Read more in the online manual
|
Name | Type | Description |
---|---|---|
ALCLinkID | Long |
Link number Only available, if
a function type link is selected: Read more in the online manual
|
ALCSourceID | Long |
Source Only available, if
a function type source or transformer is selected: Read more in the online manual
|
ALCType | Long |
Function type Only available, if
Automatic Line Coloring (ALC) is licensed: Read more in the online manual
|
BackColorVariable | ZT_VARIABLE_DYN |
Background/filling color Name of the variable, whose limit colors should
influence the background/filling color of the element. Read more in the online manual
|
BkClVariable | SUBITEM | With this property you have the
opportunity to get informations about the variable which is linked
as "background/filling color" variable of the element. The informations are provided via subitems: ProjectVar, SymVarName, SymVarTagNr. zElement.DynProperties ("BkClVariable.SymVarName") 'Return the name of the "background/filling color" variable zElement.DynProperties ("BkClVariable.SymVarTagNr") 'Return the identification of the "background/filling color" variable |
BlinkVariable | ZT_VARIABLE_DYN |
Take over flashing from limit Variable, from whose limit(s) the blinking
should be used for the element. Read more in the online manual
|
BlinkingBackColor | ZT_COLOR |
Flashing background color Background color with option "Flashing background transparent" not set. Read more in the online manual
|
BlinkingBackGroundTransparent | Boolean |
Flashing background transparent Active: The
symbol background is transparent during flashing (Bitmap background
cannot be shown transparent). Read more in the online manual
|
BlinkingFromAllVariables | Boolean |
Recognize flashing of all variables Only available, if
"Take flashing from main variable" is active: Read more in the online manual
|
BlinkingFromVariable | Boolean |
Take flashing from main variable Active: The
flashing attribute of the main variable is taken and can be
acknowledged on the element. Read more in the online manual
|
ButtonFillColor | ZT_COLOR |
Background color Background color of the element. Read more in the online manual
|
Chained | Boolean |
Text chained Only available for
representation type "Status text":
|
ColorFromVariable | Boolean |
Take color of main variable Active: The
filling color of embedded symbols and symbols from the library
resp. text color is taken from the main variable, if ist value
violates a limit. Read more in the online manual
|
DragBegin | ZT_VBAMAKRO |
DragBegin VBA macro that should be executed, when dragging begins. Read more in the online manual
|
DragDrop | ZT_VBAMAKRO |
DragDrop VBA macro that should be executed, when the mouse button is released. Read more in the online manual
|
DragOver | ZT_VBAMAKRO |
DragOver VBA macro that should be executed, when the cursor is moved over the element, while the left button is pressed down. Read more in the online manual
|
Draw | ZT_VBAMAKRO |
Draw VBA macro that should be executed, when the element is redrawn. Read more in the online manual
|
DynEleVar | SUBITEM | With this property you have the
opportunity to get informations about the variable (projected via
"Variable assignment" in the ActiveX selection dialog) which is
linked at an ActiveX element. The informations are provided via subitems: ProjectVar, SymVarName, SymVarTagNr. zElement.DynProperties ("DynEleVar.SymVarName") 'Return the name of the variable which is assigned to the ActiveX zElement.DynProperties ("DynEleVar.SymVarTagNr") 'Return the identification of the variable which is assigned to the ActiveX |
EnablePunchFrame | Boolean |
Show border A frame around the element can be
displayed. Read more in the online manual
|
EndX | Long |
End point X [pixels] X coordinate of the lower right corner of the element (in pixels). Read more in the online manual
|
EndY | Long |
End point Y [pixels] Y coordinate of the lower right corner of the element (in pixels). Read more in the online manual
|
FastReaction | Boolean |
Fast reaction Only available
if Switch is
active : Inactive: The switch will change is position only after the bit has been sent to the PLC and then again read from the PLC. Default: inactive.
|
FillAreaOnly | Boolean |
Only filled with color Active: The
color change will only effect the filling area. Read more in the online manual
|
FillColor | Boolean |
Transparent Active: The
symbol background is transparent. Read more in the online manual
|
FktOnDown | Boolean |
Function execution on pressing Active: The
linked function is executed on pressing the element. Read more in the online manual
|
Font | ZT_SCHRIFT |
Font Selection of the font for the text of the element. Read more in the online manual
|
Function | ZT_FUNCTION_DYN |
Function Name of the linked function. Only In addition to the standard feature
Picture switch , the picture whose
alarm states are supposed to be displayed will be determined by the
linked function.
|
HWDirect | Boolean |
without dialog Active: The
value is sent to the hardware without a possibility to be changed
in the Runtime. Read more in the online manual
|
Height | Long |
Height [pixels] Height of the element (in pixels). Read more in the online manual
|
HelpCapture | String |
Help chapter Help chapter that should be displayed for this
element in combination with a context menu. Name of the original
HTML page.
|
Helpfile | ZT_FILE |
Help file Help file (*.chm) to be used for this element
in combination with a context menu. Read more in the online manual
|
HorizontalAlign | Long |
Alignment horizontal Horizontal alignment of the text in the element for the display (centered, left, right). Read more in the online manual
|
HorizontalOrigin | Long |
Horizontal Horizontal reference point for the activated "Dynamics" function(s). (left, centered, right) Read more in the online manual
|
Init | ZT_VBAMAKRO |
Init VBA macro that should be executed on initialising the element. Read more in the online manual
|
IsPictureSymbol | Boolean |
Picture symbol active Only available for
display type "Bitmap" or "Status text": Read more in the online manual
|
IsSetValue | Boolean |
Setting values active Active:
Setting of variables for this dynamic element is allowed. Read more in the online manual
|
KbdName | ZT_PICTURE |
Keyboard picture Name of the linked keyboard picture. Read more in the online manual
|
KbdUsage | Boolean |
Use keyboard picture On selecting the element in the Runtime the
keyboard is opened. Read more in the online manual
|
KillFocus | ZT_VBAMAKRO |
KillFocus VBA macro that should be executed, when the element loses the focus. Read more in the online manual
|
Layer | Long |
Visibility level Select one of the 16 visibility levels (0 to
15) from the dropdown list. With the help of the tool
barVisibility level you decide
which levels are to be displayed in the Editor. This guarantees
that even complex pictures can be engineered clearly. The levels
can be used individually. The levels have no effect on the
foreground or background information and the display in the
Runtime.
|
LeftClickDown | ZT_VBAMAKRO |
LeftClickDown VBA macro that should be executed on pressing the left mouse button. Read more in the online manual
|
LeftClickUp | ZT_VBAMAKRO |
LeftClickUp VBA macro that should be executed on releasing the left mouse button. Read more in the online manual
|
LeftDClick | ZT_VBAMAKRO |
LeftDoubleClick VBA macro that should be executed on doubleclicking the left mouse button. Read more in the online manual
|
LimitFromVar | Boolean |
Take set value limits from variable Active: The
limits for set value actions are not set via "Minimum" and
"Maximum" but are directly taken from the variable definition. Read more in the online manual
|
LineColorVariable | ZT_VARIABLE_DYN |
Text/line color Name of the variable, whose limit colors should
influence the line/text color of the element. Read more in the online manual
|
LnClVariable | SUBITEM | With this property you have the
opportunity to get informations about the variable which is linked
as "line/text color" variable of the element. The informations are provided via subitems: ProjectVar, SymVarName, SymVarTagNr. zElement.DynProperties ("LnClVariable.SymVarName") 'Return the name of the "line/text color" variable zElement.DynProperties ("LnClVariable.SymVarTagNr") 'Return the identification of the "line/text color" variable |
Locking | Long |
Interlocking Link of an existing interlocking to this
element. Read more in the online manual
|
LockingName | String | With this property you have the
opportunity to assign an interlocking via its name.
zElement.DynProperties("LockingName") = "Interlocking 1" |
Max | Double |
Maximum Only available, if
"Get set value limits from variable" not active: Read more in the online manual
|
Menu | String |
Menu Context menu for the element. Read more in the online manual
|
Min | Double |
Minimum Only available, if
"Get set value limits from variable" is not active: Read more in the online manual
|
MouseOver | ZT_VBAMAKRO |
MouseOver VBA macro that should be executed, when the cursor is moved over the element. Read more in the online manual
|
Name | String |
Object name Object name, with which the element can be
accessed by VBA macros. Read more in the online manual
|
OriginalSize | Boolean |
In original size Active: The
bitmap is displayed in its original size. Read more in the online manual
|
Overlapping | Boolean |
Overlapping Only available for
display type "Symbol from library": Read more in the online manual
|
Passwordlevel | Long |
Authorization group Password level for the setting of values or
executing of functions with the selected dynamic element. Read more in the online manual
|
PictureSymbol | Long |
Picture symbol Only available for
display type "Picture symbol" or if "Picture symbol active" is
active: Read more in the online manual
|
Preset | Boolean |
propose current value Active: The
current value of the variable is proposed as set value. Read more in the online manual
|
PunchFrameColor | ZT_COLOR |
Frame color Definition of the frame color. Read more in the online manual
|
PunchFrameOffset | Long |
Distance [pixels] Distance of the frame to the element in pixels. Read more in the online manual
|
PunchFrameWidth | Long |
Line width Definition of the line width of the frame. Read more in the online manual
|
ReactionTime | Long |
Holding time [ms] Only available
if Switch is
active:
|
RedPoint | Boolean |
Display status with red square Indicating an exception status with a red dor on the element. Read more in the online manual
|
RepresentationStyle | Long |
Type of display Bitmap: You
can select a bitmap for every status.
|
ResetOnLeave | Boolean |
reset on exiting Only available
if Momentary switch is
active:
|
RightClickDown | ZT_VBAMAKRO |
RightClickDown VBA macro that should be executed on pressing the right mouse button. Read more in the online manual
|
RightClickUp | ZT_VBAMAKRO |
RightClickUp VBA macro that should be executed on releasing the right mouse button. Read more in the online manual
|
RightDClick | ZT_VBAMAKRO |
RightDoubleClick VBA macro that should be executed on doubleclicking the right mouse button. Read more in the online manual
|
Scanner | Boolean |
Momentary switch Only available
if Switch is
active :
|
ScannerOn | Boolean |
Momentary switch On Only available
if Momentary switch is
active :
|
SeparateBlinking | Boolean |
Separate flashing Only available, if
"Overlapping" is active: Read more in the online manual
|
SeparateColors | Boolean |
Separate colors Only available, if
"Overlapping" is active: Read more in the online manual
|
SetFocus | ZT_VBAMAKRO |
SetFocus VBA macro that should be executed, when the element gets the focus. Read more in the online manual
|
SetProgram | String |
External program Only available, if
setting values with external program is selected: Read more in the online manual
|
SetValue | Double |
Set value / change by Value to be sent or to be proposed as set
value. Read more in the online manual
|
SetValueDynMax | ZT_VARIABLE_DYN |
Maximum Only available, if
"Get set value limits from variable" is not active: Read more in the online manual
|
SetValueDynMin | ZT_VARIABLE_DYN |
Minimum Only available, if
"Get set value limits from variable" is not active: Read more in the online manual
|
SetValueWith | Long |
Set value via Send value with: Read more in the online manual
|
ShortCut | ZT_SHORTCUT |
Key combination The assignment of the key combination is made by directly entering the key combination. Read more in the online manual
|
ShowState | Boolean |
Display status of variable Display of the variable name and the status bit assignment in on-line operation when pressing the right mouse button. Read more in the online manual
|
Signature | Boolean |
Active: Operating the element needs a signature. Attention: Only users that are logged in can sign an action. Signing actions with a temporary login is no longer possible. Inactive: No signature is needed. |
SignatureText | String |
Signature text This text is logged in the Chronologic Event List (CEL) on signing or is proposed as a default in the Runtime, if the signature is defined to be editable in the project properties. Read more in the online manual
|
StartX | Long |
Start point X [pixels] X coordinate of the upper left corner of the element (in pixels). Read more in the online manual
|
StartY | Long |
Start point Y [pixels] Y coordinate of the upper left corner of the element (in pixels) Read more in the online manual
|
StateAndTest | ZT_COMBI |
States and test Opens the dialog for the definition of the stati. Read more in the online manual
|
States | SUBITEM | |
Stationname | String |
Name for object list Element is entered into the object list of the world view with the text entered here. Read more in the online manual
|
StayPressed | Boolean |
hold pressed status Active: As
long as the mouse button is pressed on this element, the graphical
display does not change, no matter if the value in the PLC
changes. Read more in the online manual
|
SupplyNumber | Long |
Supply number Supply
number
|
Switch | Boolean |
Switch Active: The
element switches the value of a bit variable. Read more in the online manual
|
Tab | Boolean |
Accessible via keyboard Active: The
dynamic element is available for keyboard operation. Read more in the online manual
|
ThreeDimensional | Boolean |
3D Active: The
element is displayed threedimensionally.
|
Tooltip | String |
Tooltip Text, which should be displayed as a tooltip
for the element in the Runtime. A tooltip is automatically
displayed in the Runtime, when the mouse cursor stands still on the
element for while. New lines can be indicated with \n. Read more in the online manual
|
TopologyType | Long |
Topology type Topology
type
|
TransformerSide | Long |
Transformer side Transformer
side
|
TwistVar | SUBITEM | With this property you have the
opportunity to get informations about the variable which is linked
as "rotate" variable of the element. The informations are provided via subitems: ProjectVar, SymVarName, SymVarTagNr. zElement.DynProperties ("TwistVar.SymVarName") 'Return the name of the "rotate" variable zElement.DynProperties ("TwistVar.SymVarTagNr") 'Return the identification of the "rotate" variable |
TwistVarMax | Double |
Max. variable value Highest variable value for rotating the element. Read more in the online manual
|
TwistVarMin | Double |
Min. variable value Lowest variable value for rotating the element. Read more in the online manual
|
TwistVariable | ZT_VARIABLE_DYN |
Variable Name of the variable for rotating the
element. Read more in the online manual
|
TwistViewMax | Long |
Max. rotation [°] Rotation angle of the element for variable maximum (in °). Read more in the online manual
|
TwistViewMin | Long |
Min. rotation [°] Rotation angle of the element for variable minimum (in °). Read more in the online manual
|
UnderCE | Boolean |
Visible under WinCE Controls the visibility of elements in pictures under Windows CE. Projects which are used under CE and on the PC can be created more flexible; the user handling is improved. For example buttons can be made invisible which lead to pictures which cannot be displayed under CE (e.g. IPA). Active: The picture/element is also visible under Windows CE. Default: Active
|
UseBlinkColor | Boolean |
Blinking color from limit The element does not flash against invisible but against the the color of the violated limit of the selected variable. Read more in the online manual
|
Variable | ZT_VARIABLE_DYN |
Variable Only available for
buttons that are used as switches: Only Meaning in SICAM 230: Lower bit: Alarm active/inactive Higher bit: Alarm acknowledged/not acknowledged
|
VerticalAlign | Long |
Alignment vertical Vertical alignment of the text in the element for the display (centered, top, bottom). Read more in the online manual
|
VerticalOrigin | Long |
Vertical Vertical reference point for the activated "Dynamics" function(s). (top, centered, bottom) Read more in the online manual
|
VisVariable | SUBITEM | With this property you have the
opportunity to get informations about the variable which is linked
as "visibility" variable of the element. The informations are provided via subitems: ProjectVar, SymVarName, SymVarTagNr. zElement.DynProperties ("VisVariable.SymVarName") 'Return the name of the "visibility" variable zElement.DynProperties ("VisVariable.SymVarTagNr") 'Return the identification of the "visibility" variable |
VisibilityFrom | Double |
from Only available,
after a variable has been selected and if the visibility is not
taken from the limit: Read more in the online manual
|
VisibilityFromLimit | Boolean |
take from limit Only available,
after a variable has been selected: Read more in the online manual
|
VisibilityTo | Double |
to Only available,
after a variable has been selected and if the visibility is not
taken from the limit: Read more in the online manual
|
VisibilityVariable | ZT_VARIABLE_DYN |
Variable Name of the variable whose value influences the
visibility of the element. The visibility will either be taken from
the limit text properties of this variable or it will be detemined
by the value range defined in the properties from and
to.
|
Width | Long |
Width [pixels] Width of the element (in pixels). Read more in the online manual
|
Wordbreak | Boolean |
Word wrap Active:
Automatic word wrap is used for the text in the element. Read more in the online manual
|
XVar | SUBITEM | With this property you have the
opportunity to get informations about the variable which is linked
as "dynamic x position" variable of the element. The informations are provided via subitems: ProjectVar, SymVarName, SymVarTagNr. zElement.DynProperties ("XVar.SymVarName") 'Return the name of the "dynamic x position" variable zElement.DynProperties ("XVar.SymVarTagNr") 'Return the identification of the "dynamic x position" variable |
XVarMax | Double |
Max. variable value Highest variable value for horizontal moving of the element. Read more in the online manual
|
XVarMin | Double |
Min. variable value Lowest variable value for horizontal moving of the element. Read more in the online manual
|
XVarZoom | SUBITEM | With this property you have the
opportunity to get informations about the variable which is linked
as "change width" variable of the element. The informations are provided via subitems: ProjectVar, SymVarName, SymVarTagNr. zElement.DynProperties ("XVarZoom.SymVarName") 'Return the name of the "change width" variable zElement.DynProperties ("XVarZoom.SymVarTagNr") 'Return the identification of the "change width" variable |
XVariable | ZT_VARIABLE_DYN |
Variable Name of the variable for horizontal moving of
the element. Read more in the online manual
|
XViewMax | Long |
Max. movement [pixels] Horizontal position of the element for variable maximum (in pixels). Read more in the online manual
|
XViewMin | Long |
Min. movement [pixels] Horizontal position of the element for variable minimum (in pixels). Read more in the online manual
|
XZoomVarMax | Double |
Max. variable value Highest variable value for zooming the width of the element. Read more in the online manual
|
XZoomVarMin | Double |
Min. variable value Lowest variable value for zooming the width of the element. Read more in the online manual
|
XZoomVariable | ZT_VARIABLE_DYN |
Variable Name of the variable for zooming the width of
the element. Read more in the online manual
|
XZoomViewMax | Long |
Max. width [%] Zoom factor of the width of the element for variable maximum (in %). Read more in the online manual
|
XZoomViewMin | Long |
Min. width [%] Zoom factor of the width of the element for variable minimum (in %). Read more in the online manual
|
YVar | SUBITEM | With this property you have the
opportunity to get informations about the variable which is linked
as "dynamic y position" variable of the element. The informations are provided via subitems: ProjectVar, SymVarName, SymVarTagNr. zElement.DynProperties ("YVar.SymVarName") 'Return the name of the "dynamic y position" variable zElement.DynProperties ("YVar.SymVarTagNr") 'Return the identification of the "dynamic y position" variable |
YVarMax | Double |
Max. variable value Highest variable value for vertical moving of the element. Read more in the online manual
|
YVarMin | Double |
Min. variable value Lowest variable value for vertical moving of the element. Read more in the online manual
|
YVarZoom | SUBITEM | With this property you have the
opportunity to get informations about the variable which is linked
as "change height" variable of the element. The informations are provided via subitems: ProjectVar, SymVarName, SymVarTagNr. zElement.DynProperties ("YVarZoom.SymVarName") 'Return the name of the "change height" variable zElement.DynProperties ("YVarZoom.SymVarTagNr") 'Return the identification of the "change height" variable |
YVariable | ZT_VARIABLE_DYN |
Variable Name of the variable for vertical moving of the
element. Read more in the online manual
|
YViewMax | Long |
Max. movement [pixels] Vertical position of the element for variable maximum (in pixels). Read more in the online manual
|
YViewMin | Long |
Min. movement [pixels] Vertical position of the element for variable minimum (in pixels). Read more in the online manual
|
YZoomVarMax | Double |
Max. variable value Highest variable value for zooming the height of the element. Read more in the online manual
|
YZoomVarMin | Double |
Min. variable value Lowest variable value for zooming the height of the element. Read more in the online manual
|
YZoomVariable | ZT_VARIABLE_DYN |
Variable Name of the variable for zooming the height of
the element. Read more in the online manual
|
YZoomViewMax | Long |
Max. height [%] Zoom factor of the height of the element for variable maximum (in %). Read more in the online manual
|
YZoomViewMin | Long |
Min. height [%] Zoom factor of the height of the element for variable minimum (in %). Read more in the online manual
|
ZoomMax | Long |
Visible to Highest zoom step in which the element should
be visible in the worldview. Read more in the online manual
|
ZoomMin | Long |
Visible from Lowest zoom step in which the element should be
visible in the worldview. Read more in the online manual
|
Name | Type | Description |
---|---|---|
BackColorVariable | ZT_VARIABLE_DYN |
Background/filling color Name of the variable, whose limit colors should
influence the background/filling color of the element. Read more in the online manual
|
BkClVariable | SUBITEM | With this property you have the
opportunity to get informations about the variable which is linked
as "background/filling color" variable of the element. The informations are provided via subitems: ProjectVar, SymVarName, SymVarTagNr. zElement.DynProperties ("BkClVariable.SymVarName") 'Return the name of the "background/filling color" variable zElement.DynProperties ("BkClVariable.SymVarTagNr") 'Return the identification of the "background/filling color" variable |
BlinkVariable | ZT_VARIABLE_DYN |
Take over flashing from limit Variable, from whose limit(s) the blinking
should be used for the element. Read more in the online manual
|
Elements | SUBITEM | |
EnablePunchFrame | Boolean |
Show border A frame around the element can be
displayed. Read more in the online manual
|
EndX | Long |
End point X [pixels] X coordinate of the lower right corner of the element (in pixels). Read more in the online manual
|
EndY | Long |
End point Y [pixels] Y coordinate of the lower right corner of the element (in pixels). Read more in the online manual
|
ExpProps | SUBITEM | |
Height | Long |
Height [pixels] Height of the element (in pixels). Read more in the online manual
|
HorizontalOrigin | Long |
Horizontal Horizontal reference point for the activated "Dynamics" function(s). (left, centered, right) Read more in the online manual
|
Layer | Long |
Visibility level Select one of the 16 visibility levels (0 to
15) from the dropdown list. With the help of the tool
barVisibility level you decide
which levels are to be displayed in the Editor. This guarantees
that even complex pictures can be engineered clearly. The levels
can be used individually. The levels have no effect on the
foreground or background information and the display in the
Runtime.
|
LineColorVariable | ZT_VARIABLE_DYN |
Text/line color Name of the variable, whose limit colors should
influence the line/text color of the element. Read more in the online manual
|
LnClVariable | SUBITEM | With this property you have the
opportunity to get informations about the variable which is linked
as "line/text color" variable of the element. The informations are provided via subitems: ProjectVar, SymVarName, SymVarTagNr. zElement.DynProperties ("LnClVariable.SymVarName") 'Return the name of the "line/text color" variable zElement.DynProperties ("LnClVariable.SymVarTagNr") 'Return the identification of the "line/text color" variable |
Name | String |
Object name Object name, with which the element can be
accessed by VBA macros. Read more in the online manual
|
PropSymbolNumber | Long |
Symbol number Unique number of the symbol. Read more in the online manual
|
PunchFrameColor | ZT_COLOR |
Frame color Definition of the frame color. Read more in the online manual
|
PunchFrameOffset | Long |
Distance [pixels] Distance of the frame to the element in pixels. Read more in the online manual
|
PunchFrameWidth | Long |
Line width Definition of the line width of the frame. Read more in the online manual
|
StartX | Long |
Start point X [pixels] X coordinate of the upper left corner of the element (in pixels). Read more in the online manual
|
StartY | Long |
Start point Y [pixels] Y coordinate of the upper left corner of the element (in pixels) Read more in the online manual
|
Stationname | String |
Name for object list Element is entered into the object list of the world view with the text entered here. Read more in the online manual
|
TwistVar | SUBITEM | With this property you have the
opportunity to get informations about the variable which is linked
as "rotate" variable of the element. The informations are provided via subitems: ProjectVar, SymVarName, SymVarTagNr. zElement.DynProperties ("TwistVar.SymVarName") 'Return the name of the "rotate" variable zElement.DynProperties ("TwistVar.SymVarTagNr") 'Return the identification of the "rotate" variable |
TwistVarMax | Double |
Max. variable value Highest variable value for rotating the element. Read more in the online manual
|
TwistVarMin | Double |
Min. variable value Lowest variable value for rotating the element. Read more in the online manual
|
TwistVariable | ZT_VARIABLE_DYN |
Variable Name of the variable for rotating the
element. Read more in the online manual
|
TwistViewMax | Long |
Max. rotation [°] Rotation angle of the element for variable maximum (in °). Read more in the online manual
|
TwistViewMin | Long |
Min. rotation [°] Rotation angle of the element for variable minimum (in °). Read more in the online manual
|
UseBlinkColor | Boolean |
Blinking color from limit The element does not flash against invisible but against the the color of the violated limit of the selected variable. Read more in the online manual
|
VerticalOrigin | Long |
Vertical Vertical reference point for the activated "Dynamics" function(s). (top, centered, bottom) Read more in the online manual
|
VisVariable | SUBITEM | With this property you have the
opportunity to get informations about the variable which is linked
as "visibility" variable of the element. The informations are provided via subitems: ProjectVar, SymVarName, SymVarTagNr. zElement.DynProperties ("VisVariable.SymVarName") 'Return the name of the "visibility" variable zElement.DynProperties ("VisVariable.SymVarTagNr") 'Return the identification of the "visibility" variable |
VisibilityFrom | Double |
from Only available,
after a variable has been selected and if the visibility is not
taken from the limit: Read more in the online manual
|
VisibilityFromLimit | Boolean |
take from limit Only available,
after a variable has been selected: Read more in the online manual
|
VisibilityTo | Double |
to Only available,
after a variable has been selected and if the visibility is not
taken from the limit: Read more in the online manual
|
VisibilityVariable | ZT_VARIABLE_DYN |
Variable Name of the variable whose value influences the
visibility of the element. The visibility will either be taken from
the limit text properties of this variable or it will be detemined
by the value range defined in the properties from and
to.
|
Width | Long |
Width [pixels] Width of the element (in pixels). Read more in the online manual
|
XVar | SUBITEM | With this property you have the
opportunity to get informations about the variable which is linked
as "dynamic x position" variable of the element. The informations are provided via subitems: ProjectVar, SymVarName, SymVarTagNr. zElement.DynProperties ("XVar.SymVarName") 'Return the name of the "dynamic x position" variable zElement.DynProperties ("XVar.SymVarTagNr") 'Return the identification of the "dynamic x position" variable |
XVarMax | Double |
Max. variable value Highest variable value for horizontal moving of the element. Read more in the online manual
|
XVarMin | Double |
Min. variable value Lowest variable value for horizontal moving of the element. Read more in the online manual
|
XVarZoom | SUBITEM | With this property you have the
opportunity to get informations about the variable which is linked
as "change width" variable of the element. The informations are provided via subitems: ProjectVar, SymVarName, SymVarTagNr. zElement.DynProperties ("XVarZoom.SymVarName") 'Return the name of the "change width" variable zElement.DynProperties ("XVarZoom.SymVarTagNr") 'Return the identification of the "change width" variable |
XVariable | ZT_VARIABLE_DYN |
Variable Name of the variable for horizontal moving of
the element. Read more in the online manual
|
XViewMax | Long |
Max. movement [pixels] Horizontal position of the element for variable maximum (in pixels). Read more in the online manual
|
XViewMin | Long |
Min. movement [pixels] Horizontal position of the element for variable minimum (in pixels). Read more in the online manual
|
XZoomVarMax | Double |
Max. variable value Highest variable value for zooming the width of the element. Read more in the online manual
|
XZoomVarMin | Double |
Min. variable value Lowest variable value for zooming the width of the element. Read more in the online manual
|
XZoomVariable | ZT_VARIABLE_DYN |
Variable Name of the variable for zooming the width of
the element. Read more in the online manual
|
XZoomViewMax | Long |
Max. width [%] Zoom factor of the width of the element for variable maximum (in %). Read more in the online manual
|
XZoomViewMin | Long |
Min. width [%] Zoom factor of the width of the element for variable minimum (in %). Read more in the online manual
|
YVar | SUBITEM | With this property you have the
opportunity to get informations about the variable which is linked
as "dynamic y position" variable of the element. The informations are provided via subitems: ProjectVar, SymVarName, SymVarTagNr. zElement.DynProperties ("YVar.SymVarName") 'Return the name of the "dynamic y position" variable zElement.DynProperties ("YVar.SymVarTagNr") 'Return the identification of the "dynamic y position" variable |
YVarMax | Double |
Max. variable value Highest variable value for vertical moving of the element. Read more in the online manual
|
YVarMin | Double |
Min. variable value Lowest variable value for vertical moving of the element. Read more in the online manual
|
YVarZoom | SUBITEM | With this property you have the
opportunity to get informations about the variable which is linked
as "change height" variable of the element. The informations are provided via subitems: ProjectVar, SymVarName, SymVarTagNr. zElement.DynProperties ("YVarZoom.SymVarName") 'Return the name of the "change height" variable zElement.DynProperties ("YVarZoom.SymVarTagNr") 'Return the identification of the "change height" variable |
YVariable | ZT_VARIABLE_DYN |
Variable Name of the variable for vertical moving of the
element. Read more in the online manual
|
YViewMax | Long |
Max. movement [pixels] Vertical position of the element for variable maximum (in pixels). Read more in the online manual
|
YViewMin | Long |
Min. movement [pixels] Vertical position of the element for variable minimum (in pixels). Read more in the online manual
|
YZoomVarMax | Double |
Max. variable value Highest variable value for zooming the height of the element. Read more in the online manual
|
YZoomVarMin | Double |
Min. variable value Lowest variable value for zooming the height of the element. Read more in the online manual
|
YZoomVariable | ZT_VARIABLE_DYN |
Variable Name of the variable for zooming the height of
the element. Read more in the online manual
|
YZoomViewMax | Long |
Max. height [%] Zoom factor of the height of the element for variable maximum (in %). Read more in the online manual
|
YZoomViewMin | Long |
Min. height [%] Zoom factor of the height of the element for variable minimum (in %). Read more in the online manual
|
ZoomMax | Long |
Visible to Highest zoom step in which the element should
be visible in the worldview. Read more in the online manual
|
ZoomMin | Long |
Visible from Lowest zoom step in which the element should be
visible in the worldview. Read more in the online manual
|
Name | Type | Description |
---|---|---|
BackColorVariable | ZT_VARIABLE_DYN |
Background/filling color Name of the variable, whose limit colors should
influence the background/filling color of the element. Read more in the online manual
|
BkClVariable | SUBITEM | With this property you have the
opportunity to get informations about the variable which is linked
as "background/filling color" variable of the element. The informations are provided via subitems: ProjectVar, SymVarName, SymVarTagNr. zElement.DynProperties ("BkClVariable.SymVarName") 'Return the name of the "background/filling color" variable zElement.DynProperties ("BkClVariable.SymVarTagNr") 'Return the identification of the "background/filling color" variable |
BlinkVariable | ZT_VARIABLE_DYN |
Take over flashing from limit Variable, from whose limit(s) the blinking
should be used for the element. Read more in the online manual
|
EnablePunchFrame | Boolean |
Show border A frame around the element can be
displayed. Read more in the online manual
|
EndX | Long |
End point X [pixels] X coordinate of the lower right corner of the element (in pixels). Read more in the online manual
|
EndY | Long |
End point Y [pixels] Y coordinate of the lower right corner of the element (in pixels). Read more in the online manual
|
Height | Long |
Height [pixels] Height of the element (in pixels). Read more in the online manual
|
HorizontalOrigin | Long |
Horizontal Horizontal reference point for the activated "Dynamics" function(s). (left, centered, right) Read more in the online manual
|
Layer | Long |
Visibility level Select one of the 16 visibility levels (0 to
15) from the dropdown list. With the help of the tool
barVisibility level you decide
which levels are to be displayed in the Editor. This guarantees
that even complex pictures can be engineered clearly. The levels
can be used individually. The levels have no effect on the
foreground or background information and the display in the
Runtime.
|
LineColorVariable | ZT_VARIABLE_DYN |
Text/line color Name of the variable, whose limit colors should
influence the line/text color of the element. Read more in the online manual
|
LinkName | String |
Name of the linked symbol Name of linked symbol. Read more in the online manual
|
LnClVariable | SUBITEM | With this property you have the
opportunity to get informations about the variable which is linked
as "line/text color" variable of the element. The informations are provided via subitems: ProjectVar, SymVarName, SymVarTagNr. zElement.DynProperties ("LnClVariable.SymVarName") 'Return the name of the "line/text color" variable zElement.DynProperties ("LnClVariable.SymVarTagNr") 'Return the identification of the "line/text color" variable |
Name | String |
Object name Object name, with which the element can be
accessed by VBA macros. Read more in the online manual
|
Preview | String |
Preview Opens the dialog for replacing the links, so that the settings can be checked. Read more in the online manual
|
PropSymbolNumber | Long |
Symbol number Unique number of the symbol. Read more in the online manual
|
PunchFrameColor | ZT_COLOR |
Frame color Definition of the frame color. Read more in the online manual
|
PunchFrameOffset | Long |
Distance [pixels] Distance of the frame to the element in pixels. Read more in the online manual
|
PunchFrameWidth | Long |
Line width Definition of the line width of the frame. Read more in the online manual
|
Representation | Long |
Bitmap size Definition of the bitmap size. Read more in the online manual
|
StartX | Long |
Start point X [pixels] X coordinate of the upper left corner of the element (in pixels). Read more in the online manual
|
StartY | Long |
Start point Y [pixels] Y coordinate of the upper left corner of the element (in pixels) Read more in the online manual
|
Stationname | String |
Name for object list Element is entered into the object list of the world view with the text entered here. Read more in the online manual
|
SubstituteCombinedName | Boolean |
Hierarchical names Active: The
names of the linked variables are generated from the object name of
the symbol and the variables defined in the symbol. Read more in the online manual
|
SubstituteDestination | String |
Target (e.g: TANK2) Replacing of variables and/or functions in a
symbol: Read more in the online manual
|
SubstituteMatchCase | Boolean |
Case sensitive Active: The
strings in source and target for the replacing of variables and/or
functions are case sensitive. Read more in the online manual
|
SubstituteOnName | Boolean |
via variable name Active:
Replacing is done with the variable names. Read more in the online manual
|
SubstituteSource | String |
Source (e.g: TANK1*) Replacing of variables and/or functions in a
symbol: Read more in the online manual
|
TwistVar | SUBITEM | With this property you have the
opportunity to get informations about the variable which is linked
as "rotate" variable of the element. The informations are provided via subitems: ProjectVar, SymVarName, SymVarTagNr. zElement.DynProperties ("TwistVar.SymVarName") 'Return the name of the "rotate" variable zElement.DynProperties ("TwistVar.SymVarTagNr") 'Return the identification of the "rotate" variable |
TwistVarMax | Double |
Max. variable value Highest variable value for rotating the element. Read more in the online manual
|
TwistVarMin | Double |
Min. variable value Lowest variable value for rotating the element. Read more in the online manual
|
TwistVariable | ZT_VARIABLE_DYN |
Variable Name of the variable for rotating the
element. Read more in the online manual
|
TwistViewMax | Long |
Max. rotation [°] Rotation angle of the element for variable maximum (in °). Read more in the online manual
|
TwistViewMin | Long |
Min. rotation [°] Rotation angle of the element for variable minimum (in °). Read more in the online manual
|
UseBlinkColor | Boolean |
Blinking color from limit The element does not flash against invisible but against the the color of the violated limit of the selected variable. Read more in the online manual
|
VerticalOrigin | Long |
Vertical Vertical reference point for the activated "Dynamics" function(s). (top, centered, bottom) Read more in the online manual
|
VisVariable | SUBITEM | With this property you have the
opportunity to get informations about the variable which is linked
as "visibility" variable of the element. The informations are provided via subitems: ProjectVar, SymVarName, SymVarTagNr. zElement.DynProperties ("VisVariable.SymVarName") 'Return the name of the "visibility" variable zElement.DynProperties ("VisVariable.SymVarTagNr") 'Return the identification of the "visibility" variable |
VisibilityFrom | Double |
from Only available,
after a variable has been selected and if the visibility is not
taken from the limit: Read more in the online manual
|
VisibilityFromLimit | Boolean |
take from limit Only available,
after a variable has been selected: Read more in the online manual
|
VisibilityTo | Double |
to Only available,
after a variable has been selected and if the visibility is not
taken from the limit: Read more in the online manual
|
VisibilityVariable | ZT_VARIABLE_DYN |
Variable Name of the variable whose value influences the
visibility of the element. The visibility will either be taken from
the limit text properties of this variable or it will be detemined
by the value range defined in the properties from and
to.
|
Width | Long |
Width [pixels] Width of the element (in pixels). Read more in the online manual
|
XVar | SUBITEM | With this property you have the
opportunity to get informations about the variable which is linked
as "dynamic x position" variable of the element. The informations are provided via subitems: ProjectVar, SymVarName, SymVarTagNr. zElement.DynProperties ("XVar.SymVarName") 'Return the name of the "dynamic x position" variable zElement.DynProperties ("XVar.SymVarTagNr") 'Return the identification of the "dynamic x position" variable |
XVarMax | Double |
Max. variable value Highest variable value for horizontal moving of the element. Read more in the online manual
|
XVarMin | Double |
Min. variable value Lowest variable value for horizontal moving of the element. Read more in the online manual
|
XVarZoom | SUBITEM | With this property you have the
opportunity to get informations about the variable which is linked
as "change width" variable of the element. The informations are provided via subitems: ProjectVar, SymVarName, SymVarTagNr. zElement.DynProperties ("XVarZoom.SymVarName") 'Return the name of the "change width" variable zElement.DynProperties ("XVarZoom.SymVarTagNr") 'Return the identification of the "change width" variable |
XVariable | ZT_VARIABLE_DYN |
Variable Name of the variable for horizontal moving of
the element. Read more in the online manual
|
XViewMax | Long |
Max. movement [pixels] Horizontal position of the element for variable maximum (in pixels). Read more in the online manual
|
XViewMin | Long |
Min. movement [pixels] Horizontal position of the element for variable minimum (in pixels). Read more in the online manual
|
XZoomVarMax | Double |
Max. variable value Highest variable value for zooming the width of the element. Read more in the online manual
|
XZoomVarMin | Double |
Min. variable value Lowest variable value for zooming the width of the element. Read more in the online manual
|
XZoomVariable | ZT_VARIABLE_DYN |
Variable Name of the variable for zooming the width of
the element. Read more in the online manual
|
XZoomViewMax | Long |
Max. width [%] Zoom factor of the width of the element for variable maximum (in %). Read more in the online manual
|
XZoomViewMin | Long |
Min. width [%] Zoom factor of the width of the element for variable minimum (in %). Read more in the online manual
|
YVar | SUBITEM | With this property you have the
opportunity to get informations about the variable which is linked
as "dynamic y position" variable of the element. The informations are provided via subitems: ProjectVar, SymVarName, SymVarTagNr. zElement.DynProperties ("YVar.SymVarName") 'Return the name of the "dynamic y position" variable zElement.DynProperties ("YVar.SymVarTagNr") 'Return the identification of the "dynamic y position" variable |
YVarMax | Double |
Max. variable value Highest variable value for vertical moving of the element. Read more in the online manual
|
YVarMin | Double |
Min. variable value Lowest variable value for vertical moving of the element. Read more in the online manual
|
YVarZoom | SUBITEM | With this property you have the
opportunity to get informations about the variable which is linked
as "change height" variable of the element. The informations are provided via subitems: ProjectVar, SymVarName, SymVarTagNr. zElement.DynProperties ("YVarZoom.SymVarName") 'Return the name of the "change height" variable zElement.DynProperties ("YVarZoom.SymVarTagNr") 'Return the identification of the "change height" variable |
YVariable | ZT_VARIABLE_DYN |
Variable Name of the variable for vertical moving of the
element. Read more in the online manual
|
YViewMax | Long |
Max. movement [pixels] Vertical position of the element for variable maximum (in pixels). Read more in the online manual
|
YViewMin | Long |
Min. movement [pixels] Vertical position of the element for variable minimum (in pixels). Read more in the online manual
|
YZoomVarMax | Double |
Max. variable value Highest variable value for zooming the height of the element. Read more in the online manual
|
YZoomVarMin | Double |
Min. variable value Lowest variable value for zooming the height of the element. Read more in the online manual
|
YZoomVariable | ZT_VARIABLE_DYN |
Variable Name of the variable for zooming the height of
the element. Read more in the online manual
|
YZoomViewMax | Long |
Max. height [%] Zoom factor of the height of the element for variable maximum (in %). Read more in the online manual
|
YZoomViewMin | Long |
Min. height [%] Zoom factor of the height of the element for variable minimum (in %). Read more in the online manual
|
ZoomMax | Long |
Visible to Highest zoom step in which the element should
be visible in the worldview. Read more in the online manual
|
ZoomMin | Long |
Visible from Lowest zoom step in which the element should be
visible in the worldview. Read more in the online manual
|
Name | Type | Description |
---|---|---|
BackColor | ZT_COLOR |
Background color Define the background color of the element. By clicking on the button, you open the palette of the pre-defined colors. Or enter the color as hex code (RGB) manually in the field. The background color can be changed dynamically with the help of the property Background/filling color. As color for a newly created element the color which was used for the previous element of the same type is used.
|
BackColorVariable | ZT_VARIABLE_DYN |
Background/filling color Name of the variable, whose limit colors should
influence the background/filling color of the element. Read more in the online manual
|
BkClVariable | SUBITEM | With this property you have the
opportunity to get informations about the variable which is linked
as "background/filling color" variable of the element. The informations are provided via subitems: ProjectVar, SymVarName, SymVarTagNr. zElement.DynProperties ("BkClVariable.SymVarName") 'Return the name of the "background/filling color" variable zElement.DynProperties ("BkClVariable.SymVarTagNr") 'Return the identification of the "background/filling color" variable |
BlinkVariable | ZT_VARIABLE_DYN |
Take over flashing from limit Variable, from whose limit(s) the blinking
should be used for the element. Read more in the online manual
|
EnablePunchFrame | Boolean |
Show border A frame around the element can be
displayed. Read more in the online manual
|
EndX | Long |
End point X [pixels] X coordinate of the lower right corner of the element (in pixels). Read more in the online manual
|
EndY | Long |
End point Y [pixels] Y coordinate of the lower right corner of the element (in pixels). Read more in the online manual
|
Font | ZT_LOGSCHRIFT |
Font Selection of the font for the display. Read more in the online manual
|
Height | Long |
Height [pixels] Height of the element (in pixels). Read more in the online manual
|
HorizontalAlign | Long |
Alignment horizontal Horizontal alignment of the text in the element for the display (centered, left, right). Read more in the online manual
|
HorizontalOrigin | Long |
Horizontal Horizontal reference point for the activated "Dynamics" function(s). (left, centered, right) Read more in the online manual
|
Layer | Long |
Visibility level Select one of the 16 visibility levels (0 to
15) from the dropdown list. With the help of the tool
barVisibility level you decide
which levels are to be displayed in the Editor. This guarantees
that even complex pictures can be engineered clearly. The levels
can be used individually. The levels have no effect on the
foreground or background information and the display in the
Runtime.
|
LineColorVariable | ZT_VARIABLE_DYN |
Text/line color Name of the variable, whose limit colors should
influence the line/text color of the element. Read more in the online manual
|
LnClVariable | SUBITEM | With this property you have the
opportunity to get informations about the variable which is linked
as "line/text color" variable of the element. The informations are provided via subitems: ProjectVar, SymVarName, SymVarTagNr. zElement.DynProperties ("LnClVariable.SymVarName") 'Return the name of the "line/text color" variable zElement.DynProperties ("LnClVariable.SymVarTagNr") 'Return the identification of the "line/text color" variable |
Name | String |
Object name Object name, with which the element can be
accessed by VBA macros. Read more in the online manual
|
PunchFrameColor | ZT_COLOR |
Frame color Definition of the frame color. Read more in the online manual
|
PunchFrameOffset | Long |
Distance [pixels] Distance of the frame to the element in pixels. Read more in the online manual
|
PunchFrameWidth | Long |
Line width Definition of the line width of the frame. Read more in the online manual
|
StartX | Long |
Start point X [pixels] X coordinate of the upper left corner of the element (in pixels). Read more in the online manual
|
StartY | Long |
Start point Y [pixels] Y coordinate of the upper left corner of the element (in pixels) Read more in the online manual
|
Stationname | String |
Name for object list Element is entered into the object list of the world view with the text entered here. Read more in the online manual
|
Text | String |
Text Text to be displayed in the picture. Read more in the online manual
|
TextAngle | Long |
Angle Angle for the display of the text. Read more in the online manual
|
TextColor | ZT_COLOR |
Text color Text color of the element. Read more in the online manual
|
TextLetterAngle | Long |
Letter slant Letter slant. Read more in the online manual
|
Transparent | Boolean |
Transparent Here the background color of the element can be disabled. Read more in the online manual
|
TwistVar | SUBITEM | With this property you have the
opportunity to get informations about the variable which is linked
as "rotate" variable of the element. The informations are provided via subitems: ProjectVar, SymVarName, SymVarTagNr. zElement.DynProperties ("TwistVar.SymVarName") 'Return the name of the "rotate" variable zElement.DynProperties ("TwistVar.SymVarTagNr") 'Return the identification of the "rotate" variable |
TwistVarMax | Double |
Max. variable value Highest variable value for rotating the element. Read more in the online manual
|
TwistVarMin | Double |
Min. variable value Lowest variable value for rotating the element. Read more in the online manual
|
TwistVariable | ZT_VARIABLE_DYN |
Variable Name of the variable for rotating the
element. Read more in the online manual
|
TwistViewMax | Long |
Max. rotation [°] Rotation angle of the element for variable maximum (in °). Read more in the online manual
|
TwistViewMin | Long |
Min. rotation [°] Rotation angle of the element for variable minimum (in °). Read more in the online manual
|
UseBlinkColor | Boolean |
Blinking color from limit The element does not flash against invisible but against the the color of the violated limit of the selected variable. Read more in the online manual
|
VerticalAlign | Long |
Alignment vertical Vertical alignment of the text in the element for the display (centered, top, bottom). Read more in the online manual
|
VerticalOrigin | Long |
Vertical Vertical reference point for the activated "Dynamics" function(s). (top, centered, bottom) Read more in the online manual
|
VisVariable | SUBITEM | With this property you have the
opportunity to get informations about the variable which is linked
as "visibility" variable of the element. The informations are provided via subitems: ProjectVar, SymVarName, SymVarTagNr. zElement.DynProperties ("VisVariable.SymVarName") 'Return the name of the "visibility" variable zElement.DynProperties ("VisVariable.SymVarTagNr") 'Return the identification of the "visibility" variable |
VisibilityFrom | Double |
from Only available,
after a variable has been selected and if the visibility is not
taken from the limit: Read more in the online manual
|
VisibilityFromLimit | Boolean |
take from limit Only available,
after a variable has been selected: Read more in the online manual
|
VisibilityTo | Double |
to Only available,
after a variable has been selected and if the visibility is not
taken from the limit: Read more in the online manual
|
VisibilityVariable | ZT_VARIABLE_DYN |
Variable Name of the variable whose value influences the
visibility of the element. The visibility will either be taken from
the limit text properties of this variable or it will be detemined
by the value range defined in the properties from and
to.
|
Width | Long |
Width [pixels] Width of the element (in pixels). Read more in the online manual
|
Wordbreak | Boolean |
Word wrap Active:
Automatic word wrap is used for the text in the element. Read more in the online manual
|
XVar | SUBITEM | With this property you have the
opportunity to get informations about the variable which is linked
as "dynamic x position" variable of the element. The informations are provided via subitems: ProjectVar, SymVarName, SymVarTagNr. zElement.DynProperties ("XVar.SymVarName") 'Return the name of the "dynamic x position" variable zElement.DynProperties ("XVar.SymVarTagNr") 'Return the identification of the "dynamic x position" variable |
XVarMax | Double |
Max. variable value Highest variable value for horizontal moving of the element. Read more in the online manual
|
XVarMin | Double |
Min. variable value Lowest variable value for horizontal moving of the element. Read more in the online manual
|
XVarZoom | SUBITEM | With this property you have the
opportunity to get informations about the variable which is linked
as "change width" variable of the element. The informations are provided via subitems: ProjectVar, SymVarName, SymVarTagNr. zElement.DynProperties ("XVarZoom.SymVarName") 'Return the name of the "change width" variable zElement.DynProperties ("XVarZoom.SymVarTagNr") 'Return the identification of the "change width" variable |
XVariable | ZT_VARIABLE_DYN |
Variable Name of the variable for horizontal moving of
the element. Read more in the online manual
|
XViewMax | Long |
Max. movement [pixels] Horizontal position of the element for variable maximum (in pixels). Read more in the online manual
|
XViewMin | Long |
Min. movement [pixels] Horizontal position of the element for variable minimum (in pixels). Read more in the online manual
|
XZoomVarMax | Double |
Max. variable value Highest variable value for zooming the width of the element. Read more in the online manual
|
XZoomVarMin | Double |
Min. variable value Lowest variable value for zooming the width of the element. Read more in the online manual
|
XZoomVariable | ZT_VARIABLE_DYN |
Variable Name of the variable for zooming the width of
the element. Read more in the online manual
|
XZoomViewMax | Long |
Max. width [%] Zoom factor of the width of the element for variable maximum (in %). Read more in the online manual
|
XZoomViewMin | Long |
Min. width [%] Zoom factor of the width of the element for variable minimum (in %). Read more in the online manual
|
YVar | SUBITEM | With this property you have the
opportunity to get informations about the variable which is linked
as "dynamic y position" variable of the element. The informations are provided via subitems: ProjectVar, SymVarName, SymVarTagNr. zElement.DynProperties ("YVar.SymVarName") 'Return the name of the "dynamic y position" variable zElement.DynProperties ("YVar.SymVarTagNr") 'Return the identification of the "dynamic y position" variable |
YVarMax | Double |
Max. variable value Highest variable value for vertical moving of the element. Read more in the online manual
|
YVarMin | Double |
Min. variable value Lowest variable value for vertical moving of the element. Read more in the online manual
|
YVarZoom | SUBITEM | With this property you have the
opportunity to get informations about the variable which is linked
as "change height" variable of the element. The informations are provided via subitems: ProjectVar, SymVarName, SymVarTagNr. zElement.DynProperties ("YVarZoom.SymVarName") 'Return the name of the "change height" variable zElement.DynProperties ("YVarZoom.SymVarTagNr") 'Return the identification of the "change height" variable |
YVariable | ZT_VARIABLE_DYN |
Variable Name of the variable for vertical moving of the
element. Read more in the online manual
|
YViewMax | Long |
Max. movement [pixels] Vertical position of the element for variable maximum (in pixels). Read more in the online manual
|
YViewMin | Long |
Min. movement [pixels] Vertical position of the element for variable minimum (in pixels). Read more in the online manual
|
YZoomVarMax | Double |
Max. variable value Highest variable value for zooming the height of the element. Read more in the online manual
|
YZoomVarMin | Double |
Min. variable value Lowest variable value for zooming the height of the element. Read more in the online manual
|
YZoomVariable | ZT_VARIABLE_DYN |
Variable Name of the variable for zooming the height of
the element. Read more in the online manual
|
YZoomViewMax | Long |
Max. height [%] Zoom factor of the height of the element for variable maximum (in %). Read more in the online manual
|
YZoomViewMin | Long |
Min. height [%] Zoom factor of the height of the element for variable minimum (in %). Read more in the online manual
|
ZoomMax | Long |
Visible to Highest zoom step in which the element should
be visible in the worldview. Read more in the online manual
|
ZoomMin | Long |
Visible from Lowest zoom step in which the element should be
visible in the worldview. Read more in the online manual
|
Name | Type | Description |
---|---|---|
Addresses | Boolean |
Display curve info Active: The
names or the altered short descriptions and the measuring ranges of
the linked variables are displayed in a legend. Read more in the online manual
|
Area | Boolean |
Display curves as areas Active:
Curves are displayed as areas. Read more in the online manual
|
Axes | Boolean |
Display axes Active: Time
and percentage axes are displayed. Read more in the online manual
|
BackColor | ZT_COLOR |
Background color Define the background color of the element. By clicking on the button, you open the palette of the pre-defined colors. Or enter the color as hex code (RGB) manually in the field. The background color can be changed dynamically with the help of the property Background/filling color. As color for a newly created element the color which was used for the previous element of the same type is used.
|
BackColorVariable | ZT_VARIABLE_DYN |
Background/filling color Name of the variable, whose limit colors should
influence the background/filling color of the element. Read more in the online manual
|
BkClVariable | SUBITEM | With this property you have the
opportunity to get informations about the variable which is linked
as "background/filling color" variable of the element. The informations are provided via subitems: ProjectVar, SymVarName, SymVarTagNr. zElement.DynProperties ("BkClVariable.SymVarName") 'Return the name of the "background/filling color" variable zElement.DynProperties ("BkClVariable.SymVarTagNr") 'Return the identification of the "background/filling color" variable |
BlinkVariable | ZT_VARIABLE_DYN |
Take over flashing from limit Variable, from whose limit(s) the blinking
should be used for the element. Read more in the online manual
|
Curves | SUBITEM |
Curves Properties for the curves of the trend element. Read more in the online manual
|
Direction | Long |
Direction This property defines the direction of the time
axis to be displayed. Read more in the online manual
|
DragBegin | ZT_VBAMAKRO |
DragBegin VBA macro that should be executed, when dragging begins. Read more in the online manual
|
DragDrop | ZT_VBAMAKRO |
DragDrop VBA macro that should be executed, when the mouse button is released. Read more in the online manual
|
DragOver | ZT_VBAMAKRO |
DragOver VBA macro that should be executed, when the cursor is moved over the element, while the left button is pressed down. Read more in the online manual
|
Draw | ZT_VBAMAKRO |
Draw VBA macro that should be executed, when the element is redrawn. Read more in the online manual
|
EnablePunchFrame | Boolean |
Show border A frame around the element can be
displayed. Read more in the online manual
|
EndX | Long |
End point X [pixels] X coordinate of the lower right corner of the element (in pixels). Read more in the online manual
|
EndY | Long |
End point Y [pixels] Y coordinate of the lower right corner of the element (in pixels). Read more in the online manual
|
Height | Long |
Height [pixels] Height of the element (in pixels). Read more in the online manual
|
HelpCapture | String |
Help chapter Help chapter that should be displayed for this
element in combination with a context menu. Name of the original
HTML page.
|
Helpfile | ZT_FILE |
Help file Help file (*.chm) to be used for this element
in combination with a context menu. Read more in the online manual
|
HorizontalOrigin | Long |
Horizontal Horizontal reference point for the activated "Dynamics" function(s). (left, centered, right) Read more in the online manual
|
Init | ZT_VBAMAKRO |
Init VBA macro that should be executed on initialising the element. Read more in the online manual
|
KillFocus | ZT_VBAMAKRO |
KillFocus VBA macro that should be executed, when the element loses the focus. Read more in the online manual
|
Layer | Long |
Visibility level Select one of the 16 visibility levels (0 to
15) from the dropdown list. With the help of the tool
barVisibility level you decide
which levels are to be displayed in the Editor. This guarantees
that even complex pictures can be engineered clearly. The levels
can be used individually. The levels have no effect on the
foreground or background information and the display in the
Runtime.
|
LeftClickDown | ZT_VBAMAKRO |
LeftClickDown VBA macro that should be executed on pressing the left mouse button. Read more in the online manual
|
LeftClickUp | ZT_VBAMAKRO |
LeftClickUp VBA macro that should be executed on releasing the left mouse button. Read more in the online manual
|
LeftDClick | ZT_VBAMAKRO |
LeftDoubleClick VBA macro that should be executed on doubleclicking the left mouse button. Read more in the online manual
|
LineColorVariable | ZT_VARIABLE_DYN |
Text/line color Name of the variable, whose limit colors should
influence the line/text color of the element. Read more in the online manual
|
LnClVariable | SUBITEM | With this property you have the
opportunity to get informations about the variable which is linked
as "line/text color" variable of the element. The informations are provided via subitems: ProjectVar, SymVarName, SymVarTagNr. zElement.DynProperties ("LnClVariable.SymVarName") 'Return the name of the "line/text color" variable zElement.DynProperties ("LnClVariable.SymVarTagNr") 'Return the identification of the "line/text color" variable |
Menu | String |
Menu Context menu for the element. Read more in the online manual
|
MouseOver | ZT_VBAMAKRO |
MouseOver VBA macro that should be executed, when the cursor is moved over the element. Read more in the online manual
|
Name | String |
Object name Object name, with which the element can be
accessed by VBA macros. Read more in the online manual
|
NoInterpolation | Boolean |
Do not interpolate Active:
Values are connected without interpolation in stages. Read more in the online manual
|
NumericalValues | Boolean |
Display values Active: The
values of the last refresh are displayed as numbers for all linked
variables. Read more in the online manual
|
PunchFrameColor | ZT_COLOR |
Frame color Definition of the frame color. Read more in the online manual
|
PunchFrameOffset | Long |
Distance [pixels] Distance of the frame to the element in pixels. Read more in the online manual
|
PunchFrameWidth | Long |
Line width Definition of the line width of the frame. Read more in the online manual
|
RefreshHour | Long |
hours Hours of the refresh time. Read more in the online manual
|
RefreshMilliSecond | Long |
Milliseconds Milliseconds of the refresh time. Read more in the online manual
|
RefreshMinute | Long |
min Minutes of the refresh time. Read more in the online manual
|
RefreshSecond | Long |
seconds Seconds of the refresh time. Read more in the online manual
|
RepresentationHour | Long |
hours Hours of the time of representation. Read more in the online manual
|
RepresentationMinute | Long |
min Minutes of the time of representation. Read more in the online manual
|
RepresentationSecond | Long |
seconds Seconds of the time of representation. Read more in the online manual
|
RightClickDown | ZT_VBAMAKRO |
RightClickDown VBA macro that should be executed on pressing the right mouse button. Read more in the online manual
|
RightClickUp | ZT_VBAMAKRO |
RightClickUp VBA macro that should be executed on releasing the right mouse button. Read more in the online manual
|
RightDClick | ZT_VBAMAKRO |
RightDoubleClick VBA macro that should be executed on doubleclicking the right mouse button. Read more in the online manual
|
ScrollWidth | Long |
Scroll width [%] This property determines by how many % the
graph is moved on reaching the display limit; entries from 0%-100%
are possible directly by way of entry of value or by the scroll
bar. Read more in the online manual
|
SetFocus | ZT_VBAMAKRO |
SetFocus VBA macro that should be executed, when the element gets the focus. Read more in the online manual
|
SetValueDynMax | ZT_VARIABLE_DYN |
Maximum Only available, if
"Get set value limits from variable" is not active: Read more in the online manual
|
SetValueDynMin | ZT_VARIABLE_DYN |
Minimum Only available, if
"Get set value limits from variable" is not active: Read more in the online manual
|
StartX | Long |
Start point X [pixels] X coordinate of the upper left corner of the element (in pixels). Read more in the online manual
|
StartY | Long |
Start point Y [pixels] Y coordinate of the upper left corner of the element (in pixels) Read more in the online manual
|
Stationname | String |
Name for object list Element is entered into the object list of the world view with the text entered here. Read more in the online manual
|
Tab | Boolean |
Accessible via keyboard Active: The
dynamic element is available for keyboard operation. Read more in the online manual
|
ThreeDimensional | Boolean |
3D Active: The
element is displayed threedimensionally.
|
Tooltip | String |
Tooltip Text, which should be displayed as a tooltip
for the element in the Runtime. A tooltip is automatically
displayed in the Runtime, when the mouse cursor stands still on the
element for while. New lines can be indicated with \n. Read more in the online manual
|
TwistVar | SUBITEM | With this property you have the
opportunity to get informations about the variable which is linked
as "rotate" variable of the element. The informations are provided via subitems: ProjectVar, SymVarName, SymVarTagNr. zElement.DynProperties ("TwistVar.SymVarName") 'Return the name of the "rotate" variable zElement.DynProperties ("TwistVar.SymVarTagNr") 'Return the identification of the "rotate" variable |
TwistVarMax | Double |
Max. variable value Highest variable value for rotating the element. Read more in the online manual
|
TwistVarMin | Double |
Min. variable value Lowest variable value for rotating the element. Read more in the online manual
|
TwistVariable | ZT_VARIABLE_DYN |
Variable Name of the variable for rotating the
element. Read more in the online manual
|
TwistViewMax | Long |
Max. rotation [°] Rotation angle of the element for variable maximum (in °). Read more in the online manual
|
TwistViewMin | Long |
Min. rotation [°] Rotation angle of the element for variable minimum (in °). Read more in the online manual
|
UnderCE | Boolean |
Visible under WinCE Controls the visibility of elements in pictures under Windows CE. Projects which are used under CE and on the PC can be created more flexible; the user handling is improved. For example buttons can be made invisible which lead to pictures which cannot be displayed under CE (e.g. IPA). Active: The picture/element is also visible under Windows CE. Default: Active
|
UseBlinkColor | Boolean |
Blinking color from limit The element does not flash against invisible but against the the color of the violated limit of the selected variable. Read more in the online manual
|
VerticalOrigin | Long |
Vertical Vertical reference point for the activated "Dynamics" function(s). (top, centered, bottom) Read more in the online manual
|
VisVariable | SUBITEM | With this property you have the
opportunity to get informations about the variable which is linked
as "visibility" variable of the element. The informations are provided via subitems: ProjectVar, SymVarName, SymVarTagNr. zElement.DynProperties ("VisVariable.SymVarName") 'Return the name of the "visibility" variable zElement.DynProperties ("VisVariable.SymVarTagNr") 'Return the identification of the "visibility" variable |
VisibilityFrom | Double |
from Only available,
after a variable has been selected and if the visibility is not
taken from the limit: Read more in the online manual
|
VisibilityFromLimit | Boolean |
take from limit Only available,
after a variable has been selected: Read more in the online manual
|
VisibilityTo | Double |
to Only available,
after a variable has been selected and if the visibility is not
taken from the limit: Read more in the online manual
|
VisibilityVariable | ZT_VARIABLE_DYN |
Variable Name of the variable whose value influences the
visibility of the element. The visibility will either be taken from
the limit text properties of this variable or it will be detemined
by the value range defined in the properties from and
to.
|
Width | Long |
Width [pixels] Width of the element (in pixels). Read more in the online manual
|
XVar | SUBITEM | With this property you have the
opportunity to get informations about the variable which is linked
as "dynamic x position" variable of the element. The informations are provided via subitems: ProjectVar, SymVarName, SymVarTagNr. zElement.DynProperties ("XVar.SymVarName") 'Return the name of the "dynamic x position" variable zElement.DynProperties ("XVar.SymVarTagNr") 'Return the identification of the "dynamic x position" variable |
XVarMax | Double |
Max. variable value Highest variable value for horizontal moving of the element. Read more in the online manual
|
XVarMin | Double |
Min. variable value Lowest variable value for horizontal moving of the element. Read more in the online manual
|
XVarZoom | SUBITEM | With this property you have the
opportunity to get informations about the variable which is linked
as "change width" variable of the element. The informations are provided via subitems: ProjectVar, SymVarName, SymVarTagNr. zElement.DynProperties ("XVarZoom.SymVarName") 'Return the name of the "change width" variable zElement.DynProperties ("XVarZoom.SymVarTagNr") 'Return the identification of the "change width" variable |
XVariable | ZT_VARIABLE_DYN |
Variable Name of the variable for horizontal moving of
the element. Read more in the online manual
|
XViewMax | Long |
Max. movement [pixels] Horizontal position of the element for variable maximum (in pixels). Read more in the online manual
|
XViewMin | Long |
Min. movement [pixels] Horizontal position of the element for variable minimum (in pixels). Read more in the online manual
|
XZoomVarMax | Double |
Max. variable value Highest variable value for zooming the width of the element. Read more in the online manual
|
XZoomVarMin | Double |
Min. variable value Lowest variable value for zooming the width of the element. Read more in the online manual
|
XZoomVariable | ZT_VARIABLE_DYN |
Variable Name of the variable for zooming the width of
the element. Read more in the online manual
|
XZoomViewMax | Long |
Max. width [%] Zoom factor of the width of the element for variable maximum (in %). Read more in the online manual
|
XZoomViewMin | Long |
Min. width [%] Zoom factor of the width of the element for variable minimum (in %). Read more in the online manual
|
YVar | SUBITEM | With this property you have the
opportunity to get informations about the variable which is linked
as "dynamic y position" variable of the element. The informations are provided via subitems: ProjectVar, SymVarName, SymVarTagNr. zElement.DynProperties ("YVar.SymVarName") 'Return the name of the "dynamic y position" variable zElement.DynProperties ("YVar.SymVarTagNr") 'Return the identification of the "dynamic y position" variable |
YVarMax | Double |
Max. variable value Highest variable value for vertical moving of the element. Read more in the online manual
|
YVarMin | Double |
Min. variable value Lowest variable value for vertical moving of the element. Read more in the online manual
|
YVarZoom | SUBITEM | With this property you have the
opportunity to get informations about the variable which is linked
as "change height" variable of the element. The informations are provided via subitems: ProjectVar, SymVarName, SymVarTagNr. zElement.DynProperties ("YVarZoom.SymVarName") 'Return the name of the "change height" variable zElement.DynProperties ("YVarZoom.SymVarTagNr") 'Return the identification of the "change height" variable |
YVariable | ZT_VARIABLE_DYN |
Variable Name of the variable for vertical moving of the
element. Read more in the online manual
|
YViewMax | Long |
Max. movement [pixels] Vertical position of the element for variable maximum (in pixels). Read more in the online manual
|
YViewMin | Long |
Min. movement [pixels] Vertical position of the element for variable minimum (in pixels). Read more in the online manual
|
YZoomVarMax | Double |
Max. variable value Highest variable value for zooming the height of the element. Read more in the online manual
|
YZoomVarMin | Double |
Min. variable value Lowest variable value for zooming the height of the element. Read more in the online manual
|
YZoomVariable | ZT_VARIABLE_DYN |
Variable Name of the variable for zooming the height of
the element. Read more in the online manual
|
YZoomViewMax | Long |
Max. height [%] Zoom factor of the height of the element for variable maximum (in %). Read more in the online manual
|
YZoomViewMin | Long |
Min. height [%] Zoom factor of the height of the element for variable minimum (in %). Read more in the online manual
|
ZoomMax | Long |
Visible to Highest zoom step in which the element should
be visible in the worldview. Read more in the online manual
|
ZoomMin | Long |
Visible from Lowest zoom step in which the element should be
visible in the worldview. Read more in the online manual
|
Name | Type | Description |
---|---|---|
BackColor | ZT_COLOR |
Background color Define the background color of the element. By clicking on the button, you open the palette of the pre-defined colors. Or enter the color as hex code (RGB) manually in the field. The background color can be changed dynamically with the help of the property Background/filling color. As color for a newly created element the color which was used for the previous element of the same type is used.
|
BackColorVariable | ZT_VARIABLE_DYN |
Background/filling color Name of the variable, whose limit colors should
influence the background/filling color of the element. Read more in the online manual
|
BkClVariable | SUBITEM | With this property you have the
opportunity to get informations about the variable which is linked
as "background/filling color" variable of the element. The informations are provided via subitems: ProjectVar, SymVarName, SymVarTagNr. zElement.DynProperties ("BkClVariable.SymVarName") 'Return the name of the "background/filling color" variable zElement.DynProperties ("BkClVariable.SymVarTagNr") 'Return the identification of the "background/filling color" variable |
BlinkVariable | ZT_VARIABLE_DYN |
Take over flashing from limit Variable, from whose limit(s) the blinking
should be used for the element. Read more in the online manual
|
DragBegin | ZT_VBAMAKRO |
DragBegin VBA macro that should be executed, when dragging begins. Read more in the online manual
|
DragDrop | ZT_VBAMAKRO |
DragDrop VBA macro that should be executed, when the mouse button is released. Read more in the online manual
|
DragOver | ZT_VBAMAKRO |
DragOver VBA macro that should be executed, when the cursor is moved over the element, while the left button is pressed down. Read more in the online manual
|
Draw | ZT_VBAMAKRO |
Draw VBA macro that should be executed, when the element is redrawn. Read more in the online manual
|
DynEleVar | SUBITEM | With this property you have the
opportunity to get informations about the variable (projected via
"Variable assignment" in the ActiveX selection dialog) which is
linked at an ActiveX element. The informations are provided via subitems: ProjectVar, SymVarName, SymVarTagNr. zElement.DynProperties ("DynEleVar.SymVarName") 'Return the name of the variable which is assigned to the ActiveX zElement.DynProperties ("DynEleVar.SymVarTagNr") 'Return the identification of the variable which is assigned to the ActiveX |
EnablePunchFrame | Boolean |
Show border A frame around the element can be
displayed. Read more in the online manual
|
EndX | Long |
End point X [pixels] X coordinate of the lower right corner of the element (in pixels). Read more in the online manual
|
EndY | Long |
End point Y [pixels] Y coordinate of the lower right corner of the element (in pixels). Read more in the online manual
|
Font | ZT_SCHRIFT |
Font Selection of the font for the text of the element. Read more in the online manual
|
Format | Long |
Formating Format of the display of time/date. Read more in the online manual
|
HWDirect | Boolean |
without dialog Active: The
value is sent to the hardware without a possibility to be changed
in the Runtime. Read more in the online manual
|
Height | Long |
Height [pixels] Height of the element (in pixels). Read more in the online manual
|
HelpCapture | String |
Help chapter Help chapter that should be displayed for this
element in combination with a context menu. Name of the original
HTML page.
|
Helpfile | ZT_FILE |
Help file Help file (*.chm) to be used for this element
in combination with a context menu. Read more in the online manual
|
HorizontalOrigin | Long |
Horizontal Horizontal reference point for the activated "Dynamics" function(s). (left, centered, right) Read more in the online manual
|
Init | ZT_VBAMAKRO |
Init VBA macro that should be executed on initialising the element. Read more in the online manual
|
IsSetValue | Boolean |
Setting values active Active:
Setting of variables for this dynamic element is allowed. Read more in the online manual
|
KbdName | ZT_PICTURE |
Keyboard picture Name of the linked keyboard picture. Read more in the online manual
|
KbdUsage | Boolean |
Use keyboard picture On selecting the element in the Runtime the
keyboard is opened. Read more in the online manual
|
KillFocus | ZT_VBAMAKRO |
KillFocus VBA macro that should be executed, when the element loses the focus. Read more in the online manual
|
Layer | Long |
Visibility level Select one of the 16 visibility levels (0 to
15) from the dropdown list. With the help of the tool
barVisibility level you decide
which levels are to be displayed in the Editor. This guarantees
that even complex pictures can be engineered clearly. The levels
can be used individually. The levels have no effect on the
foreground or background information and the display in the
Runtime.
|
LeftClickDown | ZT_VBAMAKRO |
LeftClickDown VBA macro that should be executed on pressing the left mouse button. Read more in the online manual
|
LeftClickUp | ZT_VBAMAKRO |
LeftClickUp VBA macro that should be executed on releasing the left mouse button. Read more in the online manual
|
LeftDClick | ZT_VBAMAKRO |
LeftDoubleClick VBA macro that should be executed on doubleclicking the left mouse button. Read more in the online manual
|
LimitFromVar | Boolean |
Take set value limits from variable Active: The
limits for set value actions are not set via "Minimum" and
"Maximum" but are directly taken from the variable definition. Read more in the online manual
|
LineColorVariable | ZT_VARIABLE_DYN |
Text/line color Name of the variable, whose limit colors should
influence the line/text color of the element. Read more in the online manual
|
LnClVariable | SUBITEM | With this property you have the
opportunity to get informations about the variable which is linked
as "line/text color" variable of the element. The informations are provided via subitems: ProjectVar, SymVarName, SymVarTagNr. zElement.DynProperties ("LnClVariable.SymVarName") 'Return the name of the "line/text color" variable zElement.DynProperties ("LnClVariable.SymVarTagNr") 'Return the identification of the "line/text color" variable |
Locking | Long |
Interlocking Link of an existing interlocking to this
element. Read more in the online manual
|
LockingName | String | With this property you have the
opportunity to assign an interlocking via its name.
zElement.DynProperties("LockingName") = "Interlocking 1" |
Max | Double |
Maximum Only available, if
"Get set value limits from variable" not active: Read more in the online manual
|
Menu | String |
Menu Context menu for the element. Read more in the online manual
|
Min | Double |
Minimum Only available, if
"Get set value limits from variable" is not active: Read more in the online manual
|
MouseOver | ZT_VBAMAKRO |
MouseOver VBA macro that should be executed, when the cursor is moved over the element. Read more in the online manual
|
Name | String |
Object name Object name, with which the element can be
accessed by VBA macros. Read more in the online manual
|
Passwordlevel | Long |
Authorization group Password level for the setting of values or
executing of functions with the selected dynamic element. Read more in the online manual
|
Preset | Boolean |
propose current value Active: The
current value of the variable is proposed as set value. Read more in the online manual
|
PunchFrameColor | ZT_COLOR |
Frame color Definition of the frame color. Read more in the online manual
|
PunchFrameOffset | Long |
Distance [pixels] Distance of the frame to the element in pixels. Read more in the online manual
|
PunchFrameWidth | Long |
Line width Definition of the line width of the frame. Read more in the online manual
|
RightClickDown | ZT_VBAMAKRO |
RightClickDown VBA macro that should be executed on pressing the right mouse button. Read more in the online manual
|
RightClickUp | ZT_VBAMAKRO |
RightClickUp VBA macro that should be executed on releasing the right mouse button. Read more in the online manual
|
RightDClick | ZT_VBAMAKRO |
RightDoubleClick VBA macro that should be executed on doubleclicking the right mouse button. Read more in the online manual
|
Separator | String |
Separator Only available for
time difference: Read more in the online manual
|
SetFocus | ZT_VBAMAKRO |
SetFocus VBA macro that should be executed, when the element gets the focus. Read more in the online manual
|
SetProgram | String |
External program Only available, if
setting values with external program is selected: Read more in the online manual
|
SetValue | Double |
Set value / change by Value to be sent or to be proposed as set
value. Read more in the online manual
|
SetValueDynMax | ZT_VARIABLE_DYN |
Maximum Only available, if
"Get set value limits from variable" is not active: Read more in the online manual
|
SetValueDynMin | ZT_VARIABLE_DYN |
Minimum Only available, if
"Get set value limits from variable" is not active: Read more in the online manual
|
SetValueWith | Long |
Set value via Send value with: Read more in the online manual
|
ShowState | Boolean |
Display status of variable Active: The
status of the variable is indicated by a colored square at the top
right corner of the element. Read more in the online manual
|
Signature | Boolean |
Active: Operating the element needs a signature. Attention: Only users that are logged in can sign an action. Signing actions with a temporary login is no longer possible. Inactive: No signature is needed. |
SignatureText | String |
Signature text This text is logged in the Chronologic Event List (CEL) on signing or is proposed as a default in the Runtime, if the signature is defined to be editable in the project properties. Read more in the online manual
|
StartX | Long |
Start point X [pixels] X coordinate of the upper left corner of the element (in pixels). Read more in the online manual
|
StartY | Long |
Start point Y [pixels] Y coordinate of the upper left corner of the element (in pixels) Read more in the online manual
|
Stationname | String |
Name for object list Element is entered into the object list of the world view with the text entered here. Read more in the online manual
|
Tab | Boolean |
Accessible via keyboard Active: The
dynamic element is available for keyboard operation. Read more in the online manual
|
TextColor | ZT_COLOR |
Text color Text color of the element. Read more in the online manual
|
Tooltip | String |
Tooltip Text, which should be displayed as a tooltip
for the element in the Runtime. A tooltip is automatically
displayed in the Runtime, when the mouse cursor stands still on the
element for while. New lines can be indicated with \n. Read more in the online manual
|
TwistVar | SUBITEM | With this property you have the
opportunity to get informations about the variable which is linked
as "rotate" variable of the element. The informations are provided via subitems: ProjectVar, SymVarName, SymVarTagNr. zElement.DynProperties ("TwistVar.SymVarName") 'Return the name of the "rotate" variable zElement.DynProperties ("TwistVar.SymVarTagNr") 'Return the identification of the "rotate" variable |
TwistVarMax | Double |
Max. variable value Highest variable value for rotating the element. Read more in the online manual
|
TwistVarMin | Double |
Min. variable value Lowest variable value for rotating the element. Read more in the online manual
|
TwistVariable | ZT_VARIABLE_DYN |
Variable Name of the variable for rotating the
element. Read more in the online manual
|
TwistViewMax | Long |
Max. rotation [°] Rotation angle of the element for variable maximum (in °). Read more in the online manual
|
TwistViewMin | Long |
Min. rotation [°] Rotation angle of the element for variable minimum (in °). Read more in the online manual
|
TwoLines | Boolean |
Two-lined display Only available for
absolute time: Read more in the online manual
|
UnderCE | Boolean |
Visible under WinCE Controls the visibility of elements in pictures under Windows CE. Projects which are used under CE and on the PC can be created more flexible; the user handling is improved. For example buttons can be made invisible which lead to pictures which cannot be displayed under CE (e.g. IPA). Active: The picture/element is also visible under Windows CE. Default: Active
|
UseBlinkColor | Boolean |
Blinking color from limit The element does not flash against invisible but against the the color of the violated limit of the selected variable. Read more in the online manual
|
Variable | ZT_VARIABLE_DYN |
Variable Only available for
buttons that are used as switches: Only Meaning in SICAM 230: Lower bit: Alarm active/inactive Higher bit: Alarm acknowledged/not acknowledged
|
VerticalOrigin | Long |
Vertical Vertical reference point for the activated "Dynamics" function(s). (top, centered, bottom) Read more in the online manual
|
ViewType | Long |
Type of display Absolute
time: The time of the system clock is displayed in the
chosen format. Read more in the online manual
|
VisVariable | SUBITEM | With this property you have the
opportunity to get informations about the variable which is linked
as "visibility" variable of the element. The informations are provided via subitems: ProjectVar, SymVarName, SymVarTagNr. zElement.DynProperties ("VisVariable.SymVarName") 'Return the name of the "visibility" variable zElement.DynProperties ("VisVariable.SymVarTagNr") 'Return the identification of the "visibility" variable |
VisibilityFrom | Double |
from Only available,
after a variable has been selected and if the visibility is not
taken from the limit: Read more in the online manual
|
VisibilityFromLimit | Boolean |
take from limit Only available,
after a variable has been selected: Read more in the online manual
|
VisibilityTo | Double |
to Only available,
after a variable has been selected and if the visibility is not
taken from the limit: Read more in the online manual
|
VisibilityVariable | ZT_VARIABLE_DYN |
Variable Name of the variable whose value influences the
visibility of the element. The visibility will either be taken from
the limit text properties of this variable or it will be detemined
by the value range defined in the properties from and
to.
|
Width | Long |
Width [pixels] Width of the element (in pixels). Read more in the online manual
|
XVar | SUBITEM | With this property you have the
opportunity to get informations about the variable which is linked
as "dynamic x position" variable of the element. The informations are provided via subitems: ProjectVar, SymVarName, SymVarTagNr. zElement.DynProperties ("XVar.SymVarName") 'Return the name of the "dynamic x position" variable zElement.DynProperties ("XVar.SymVarTagNr") 'Return the identification of the "dynamic x position" variable |
XVarMax | Double |
Max. variable value Highest variable value for horizontal moving of the element. Read more in the online manual
|
XVarMin | Double |
Min. variable value Lowest variable value for horizontal moving of the element. Read more in the online manual
|
XVarZoom | SUBITEM | With this property you have the
opportunity to get informations about the variable which is linked
as "change width" variable of the element. The informations are provided via subitems: ProjectVar, SymVarName, SymVarTagNr. zElement.DynProperties ("XVarZoom.SymVarName") 'Return the name of the "change width" variable zElement.DynProperties ("XVarZoom.SymVarTagNr") 'Return the identification of the "change width" variable |
XVariable | ZT_VARIABLE_DYN |
Variable Name of the variable for horizontal moving of
the element. Read more in the online manual
|
XViewMax | Long |
Max. movement [pixels] Horizontal position of the element for variable maximum (in pixels). Read more in the online manual
|
XViewMin | Long |
Min. movement [pixels] Horizontal position of the element for variable minimum (in pixels). Read more in the online manual
|
XZoomVarMax | Double |
Max. variable value Highest variable value for zooming the width of the element. Read more in the online manual
|
XZoomVarMin | Double |
Min. variable value Lowest variable value for zooming the width of the element. Read more in the online manual
|
XZoomVariable | ZT_VARIABLE_DYN |
Variable Name of the variable for zooming the width of
the element. Read more in the online manual
|
XZoomViewMax | Long |
Max. width [%] Zoom factor of the width of the element for variable maximum (in %). Read more in the online manual
|
XZoomViewMin | Long |
Min. width [%] Zoom factor of the width of the element for variable minimum (in %). Read more in the online manual
|
YVar | SUBITEM | With this property you have the
opportunity to get informations about the variable which is linked
as "dynamic y position" variable of the element. The informations are provided via subitems: ProjectVar, SymVarName, SymVarTagNr. zElement.DynProperties ("YVar.SymVarName") 'Return the name of the "dynamic y position" variable zElement.DynProperties ("YVar.SymVarTagNr") 'Return the identification of the "dynamic y position" variable |
YVarMax | Double |
Max. variable value Highest variable value for vertical moving of the element. Read more in the online manual
|
YVarMin | Double |
Min. variable value Lowest variable value for vertical moving of the element. Read more in the online manual
|
YVarZoom | SUBITEM | With this property you have the
opportunity to get informations about the variable which is linked
as "change height" variable of the element. The informations are provided via subitems: ProjectVar, SymVarName, SymVarTagNr. zElement.DynProperties ("YVarZoom.SymVarName") 'Return the name of the "change height" variable zElement.DynProperties ("YVarZoom.SymVarTagNr") 'Return the identification of the "change height" variable |
YVariable | ZT_VARIABLE_DYN |
Variable Name of the variable for vertical moving of the
element. Read more in the online manual
|
YViewMax | Long |
Max. movement [pixels] Vertical position of the element for variable maximum (in pixels). Read more in the online manual
|
YViewMin | Long |
Min. movement [pixels] Vertical position of the element for variable minimum (in pixels). Read more in the online manual
|
YZoomVarMax | Double |
Max. variable value Highest variable value for zooming the height of the element. Read more in the online manual
|
YZoomVarMin | Double |
Min. variable value Lowest variable value for zooming the height of the element. Read more in the online manual
|
YZoomVariable | ZT_VARIABLE_DYN |
Variable Name of the variable for zooming the height of
the element. Read more in the online manual
|
YZoomViewMax | Long |
Max. height [%] Zoom factor of the height of the element for variable maximum (in %). Read more in the online manual
|
YZoomViewMin | Long |
Min. height [%] Zoom factor of the height of the element for variable minimum (in %). Read more in the online manual
|
ZoomMax | Long |
Visible to Highest zoom step in which the element should
be visible in the worldview. Read more in the online manual
|
ZoomMin | Long |
Visible from Lowest zoom step in which the element should be
visible in the worldview. Read more in the online manual
|
Name | Type | Description |
---|---|---|
BackColorVariable | ZT_VARIABLE_DYN |
Background/filling color Name of the variable, whose limit colors should
influence the background/filling color of the element. Read more in the online manual
|
BkClVariable | SUBITEM | With this property you have the
opportunity to get informations about the variable which is linked
as "background/filling color" variable of the element. The informations are provided via subitems: ProjectVar, SymVarName, SymVarTagNr. zElement.DynProperties ("BkClVariable.SymVarName") 'Return the name of the "background/filling color" variable zElement.DynProperties ("BkClVariable.SymVarTagNr") 'Return the identification of the "background/filling color" variable |
BlinkVariable | ZT_VARIABLE_DYN |
Take over flashing from limit Variable, from whose limit(s) the blinking
should be used for the element. Read more in the online manual
|
DragBegin | ZT_VBAMAKRO |
DragBegin VBA macro that should be executed, when dragging begins. Read more in the online manual
|
DragDrop | ZT_VBAMAKRO |
DragDrop VBA macro that should be executed, when the mouse button is released. Read more in the online manual
|
DragOver | ZT_VBAMAKRO |
DragOver VBA macro that should be executed, when the cursor is moved over the element, while the left button is pressed down. Read more in the online manual
|
Draw | ZT_VBAMAKRO |
Draw VBA macro that should be executed, when the element is redrawn. Read more in the online manual
|
DynEleVar | SUBITEM | With this property you have the
opportunity to get informations about the variable (projected via
"Variable assignment" in the ActiveX selection dialog) which is
linked at an ActiveX element. The informations are provided via subitems: ProjectVar, SymVarName, SymVarTagNr. zElement.DynProperties ("DynEleVar.SymVarName") 'Return the name of the variable which is assigned to the ActiveX zElement.DynProperties ("DynEleVar.SymVarTagNr") 'Return the identification of the variable which is assigned to the ActiveX |
EnablePunchFrame | Boolean |
Show border A frame around the element can be
displayed. Read more in the online manual
|
EndX | Long |
End point X [pixels] X coordinate of the lower right corner of the element (in pixels). Read more in the online manual
|
EndY | Long |
End point Y [pixels] Y coordinate of the lower right corner of the element (in pixels). Read more in the online manual
|
FastReaction | Boolean |
Fast reaction Only available
if Switch is
active : Inactive: The switch will change is position only after the bit has been sent to the PLC and then again read from the PLC. Default: inactive.
|
FktOnDown | Boolean |
Function execution on pressing Active: The
linked function is executed on pressing the element. Read more in the online manual
|
Function | ZT_FUNCTION_DYN |
Function Name of the linked function. Only In addition to the standard feature
Picture switch , the picture whose
alarm states are supposed to be displayed will be determined by the
linked function.
|
Height | Long |
Height [pixels] Height of the element (in pixels). Read more in the online manual
|
HelpCapture | String |
Help chapter Help chapter that should be displayed for this
element in combination with a context menu. Name of the original
HTML page.
|
Helpfile | ZT_FILE |
Help file Help file (*.chm) to be used for this element
in combination with a context menu. Read more in the online manual
|
HorizontalOrigin | Long |
Horizontal Horizontal reference point for the activated "Dynamics" function(s). (left, centered, right) Read more in the online manual
|
Init | ZT_VBAMAKRO |
Init VBA macro that should be executed on initialising the element. Read more in the online manual
|
KillFocus | ZT_VBAMAKRO |
KillFocus VBA macro that should be executed, when the element loses the focus. Read more in the online manual
|
Layer | Long |
Visibility level Select one of the 16 visibility levels (0 to
15) from the dropdown list. With the help of the tool
barVisibility level you decide
which levels are to be displayed in the Editor. This guarantees
that even complex pictures can be engineered clearly. The levels
can be used individually. The levels have no effect on the
foreground or background information and the display in the
Runtime.
|
LeftClickDown | ZT_VBAMAKRO |
LeftClickDown VBA macro that should be executed on pressing the left mouse button. Read more in the online manual
|
LeftClickUp | ZT_VBAMAKRO |
LeftClickUp VBA macro that should be executed on releasing the left mouse button. Read more in the online manual
|
LeftDClick | ZT_VBAMAKRO |
LeftDoubleClick VBA macro that should be executed on doubleclicking the left mouse button. Read more in the online manual
|
LineColorVariable | ZT_VARIABLE_DYN |
Text/line color Name of the variable, whose limit colors should
influence the line/text color of the element. Read more in the online manual
|
LnClVariable | SUBITEM | With this property you have the
opportunity to get informations about the variable which is linked
as "line/text color" variable of the element. The informations are provided via subitems: ProjectVar, SymVarName, SymVarTagNr. zElement.DynProperties ("LnClVariable.SymVarName") 'Return the name of the "line/text color" variable zElement.DynProperties ("LnClVariable.SymVarTagNr") 'Return the identification of the "line/text color" variable |
Locking | Long |
Interlocking Link of an existing interlocking to this
element. Read more in the online manual
|
LockingName | String | With this property you have the
opportunity to assign an interlocking via its name.
zElement.DynProperties("LockingName") = "Interlocking 1" |
MDIFunction | ZT_MDIFUNKTION |
Picture type spec. function Only available in
pictures with a special picture type (Picture type is not
"Standard"): Read more in the online manual
|
Menu | String |
Menu Context menu for the element. Read more in the online manual
|
MouseOver | ZT_VBAMAKRO |
MouseOver VBA macro that should be executed, when the cursor is moved over the element. Read more in the online manual
|
Name | String |
Object name Object name, with which the element can be
accessed by VBA macros. Read more in the online manual
|
Passwordlevel | Long |
Authorization group Password level for the setting of values or
executing of functions with the selected dynamic element. Read more in the online manual
|
PunchFrameColor | ZT_COLOR |
Frame color Definition of the frame color. Read more in the online manual
|
PunchFrameOffset | Long |
Distance [pixels] Distance of the frame to the element in pixels. Read more in the online manual
|
PunchFrameWidth | Long |
Line width Definition of the line width of the frame. Read more in the online manual
|
ReactionTime | Long |
Holding time [ms] Only available
if Switch is
active:
|
ResetOnLeave | Boolean |
reset on exiting Only available
if Momentary switch is
active:
|
RightClickDown | ZT_VBAMAKRO |
RightClickDown VBA macro that should be executed on pressing the right mouse button. Read more in the online manual
|
RightClickUp | ZT_VBAMAKRO |
RightClickUp VBA macro that should be executed on releasing the right mouse button. Read more in the online manual
|
RightDClick | ZT_VBAMAKRO |
RightDoubleClick VBA macro that should be executed on doubleclicking the right mouse button. Read more in the online manual
|
Scanner | Boolean |
Momentary switch Only available
if Switch is
active :
|
ScannerOn | Boolean |
Momentary switch On Only available
if Momentary switch is
active :
|
SetFocus | ZT_VBAMAKRO |
SetFocus VBA macro that should be executed, when the element gets the focus. Read more in the online manual
|
SetValueDynMax | ZT_VARIABLE_DYN |
Maximum Only available, if
"Get set value limits from variable" is not active: Read more in the online manual
|
SetValueDynMin | ZT_VARIABLE_DYN |
Minimum Only available, if
"Get set value limits from variable" is not active: Read more in the online manual
|
ShortCut | ZT_SHORTCUT |
Key combination The assignment of the key combination is made by directly entering the key combination. Read more in the online manual
|
Signature | Boolean |
Active: Operating the element needs a signature. Attention: Only users that are logged in can sign an action. Signing actions with a temporary login is no longer possible. Inactive: No signature is needed. |
SignatureText | String |
Signature text This text is logged in the Chronologic Event List (CEL) on signing or is proposed as a default in the Runtime, if the signature is defined to be editable in the project properties. Read more in the online manual
|
StartX | Long |
Start point X [pixels] X coordinate of the upper left corner of the element (in pixels). Read more in the online manual
|
StartY | Long |
Start point Y [pixels] Y coordinate of the upper left corner of the element (in pixels) Read more in the online manual
|
Stationname | String |
Name for object list Element is entered into the object list of the world view with the text entered here. Read more in the online manual
|
Switch | Boolean |
Switch Active: The
element switches the value of a bit variable. Read more in the online manual
|
Tab | Boolean |
Accessible via keyboard Active: The
dynamic element is available for keyboard operation. Read more in the online manual
|
Tooltip | String |
Tooltip Text, which should be displayed as a tooltip
for the element in the Runtime. A tooltip is automatically
displayed in the Runtime, when the mouse cursor stands still on the
element for while. New lines can be indicated with \n. Read more in the online manual
|
TwistVar | SUBITEM | With this property you have the
opportunity to get informations about the variable which is linked
as "rotate" variable of the element. The informations are provided via subitems: ProjectVar, SymVarName, SymVarTagNr. zElement.DynProperties ("TwistVar.SymVarName") 'Return the name of the "rotate" variable zElement.DynProperties ("TwistVar.SymVarTagNr") 'Return the identification of the "rotate" variable |
TwistVarMax | Double |
Max. variable value Highest variable value for rotating the element. Read more in the online manual
|
TwistVarMin | Double |
Min. variable value Lowest variable value for rotating the element. Read more in the online manual
|
TwistVariable | ZT_VARIABLE_DYN |
Variable Name of the variable for rotating the
element. Read more in the online manual
|
TwistViewMax | Long |
Max. rotation [°] Rotation angle of the element for variable maximum (in °). Read more in the online manual
|
TwistViewMin | Long |
Min. rotation [°] Rotation angle of the element for variable minimum (in °). Read more in the online manual
|
UnderCE | Boolean |
Visible under WinCE Controls the visibility of elements in pictures under Windows CE. Projects which are used under CE and on the PC can be created more flexible; the user handling is improved. For example buttons can be made invisible which lead to pictures which cannot be displayed under CE (e.g. IPA). Active: The picture/element is also visible under Windows CE. Default: Active
|
UseBlinkColor | Boolean |
Blinking color from limit The element does not flash against invisible but against the the color of the violated limit of the selected variable. Read more in the online manual
|
Variable | ZT_VARIABLE_DYN |
Variable Only available for
buttons that are used as switches: Only Meaning in SICAM 230: Lower bit: Alarm active/inactive Higher bit: Alarm acknowledged/not acknowledged
|
VerticalOrigin | Long |
Vertical Vertical reference point for the activated "Dynamics" function(s). (top, centered, bottom) Read more in the online manual
|
VisVariable | SUBITEM | With this property you have the
opportunity to get informations about the variable which is linked
as "visibility" variable of the element. The informations are provided via subitems: ProjectVar, SymVarName, SymVarTagNr. zElement.DynProperties ("VisVariable.SymVarName") 'Return the name of the "visibility" variable zElement.DynProperties ("VisVariable.SymVarTagNr") 'Return the identification of the "visibility" variable |
VisibilityFrom | Double |
from Only available,
after a variable has been selected and if the visibility is not
taken from the limit: Read more in the online manual
|
VisibilityFromLimit | Boolean |
take from limit Only available,
after a variable has been selected: Read more in the online manual
|
VisibilityTo | Double |
to Only available,
after a variable has been selected and if the visibility is not
taken from the limit: Read more in the online manual
|
VisibilityVariable | ZT_VARIABLE_DYN |
Variable Name of the variable whose value influences the
visibility of the element. The visibility will either be taken from
the limit text properties of this variable or it will be detemined
by the value range defined in the properties from and
to.
|
Width | Long |
Width [pixels] Width of the element (in pixels). Read more in the online manual
|
XVar | SUBITEM | With this property you have the
opportunity to get informations about the variable which is linked
as "dynamic x position" variable of the element. The informations are provided via subitems: ProjectVar, SymVarName, SymVarTagNr. zElement.DynProperties ("XVar.SymVarName") 'Return the name of the "dynamic x position" variable zElement.DynProperties ("XVar.SymVarTagNr") 'Return the identification of the "dynamic x position" variable |
XVarMax | Double |
Max. variable value Highest variable value for horizontal moving of the element. Read more in the online manual
|
XVarMin | Double |
Min. variable value Lowest variable value for horizontal moving of the element. Read more in the online manual
|
XVarZoom | SUBITEM | With this property you have the
opportunity to get informations about the variable which is linked
as "change width" variable of the element. The informations are provided via subitems: ProjectVar, SymVarName, SymVarTagNr. zElement.DynProperties ("XVarZoom.SymVarName") 'Return the name of the "change width" variable zElement.DynProperties ("XVarZoom.SymVarTagNr") 'Return the identification of the "change width" variable |
XVariable | ZT_VARIABLE_DYN |
Variable Name of the variable for horizontal moving of
the element. Read more in the online manual
|
XViewMax | Long |
Max. movement [pixels] Horizontal position of the element for variable maximum (in pixels). Read more in the online manual
|
XViewMin | Long |
Min. movement [pixels] Horizontal position of the element for variable minimum (in pixels). Read more in the online manual
|
XZoomVarMax | Double |
Max. variable value Highest variable value for zooming the width of the element. Read more in the online manual
|
XZoomVarMin | Double |
Min. variable value Lowest variable value for zooming the width of the element. Read more in the online manual
|
XZoomVariable | ZT_VARIABLE_DYN |
Variable Name of the variable for zooming the width of
the element. Read more in the online manual
|
XZoomViewMax | Long |
Max. width [%] Zoom factor of the width of the element for variable maximum (in %). Read more in the online manual
|
XZoomViewMin | Long |
Min. width [%] Zoom factor of the width of the element for variable minimum (in %). Read more in the online manual
|
YVar | SUBITEM | With this property you have the
opportunity to get informations about the variable which is linked
as "dynamic y position" variable of the element. The informations are provided via subitems: ProjectVar, SymVarName, SymVarTagNr. zElement.DynProperties ("YVar.SymVarName") 'Return the name of the "dynamic y position" variable zElement.DynProperties ("YVar.SymVarTagNr") 'Return the identification of the "dynamic y position" variable |
YVarMax | Double |
Max. variable value Highest variable value for vertical moving of the element. Read more in the online manual
|
YVarMin | Double |
Min. variable value Lowest variable value for vertical moving of the element. Read more in the online manual
|
YVarZoom | SUBITEM | With this property you have the
opportunity to get informations about the variable which is linked
as "change height" variable of the element. The informations are provided via subitems: ProjectVar, SymVarName, SymVarTagNr. zElement.DynProperties ("YVarZoom.SymVarName") 'Return the name of the "change height" variable zElement.DynProperties ("YVarZoom.SymVarTagNr") 'Return the identification of the "change height" variable |
YVariable | ZT_VARIABLE_DYN |
Variable Name of the variable for vertical moving of the
element. Read more in the online manual
|
YViewMax | Long |
Max. movement [pixels] Vertical position of the element for variable maximum (in pixels). Read more in the online manual
|
YViewMin | Long |
Min. movement [pixels] Vertical position of the element for variable minimum (in pixels). Read more in the online manual
|
YZoomVarMax | Double |
Max. variable value Highest variable value for zooming the height of the element. Read more in the online manual
|
YZoomVarMin | Double |
Min. variable value Lowest variable value for zooming the height of the element. Read more in the online manual
|
YZoomVariable | ZT_VARIABLE_DYN |
Variable Name of the variable for zooming the height of
the element. Read more in the online manual
|
YZoomViewMax | Long |
Max. height [%] Zoom factor of the height of the element for variable maximum (in %). Read more in the online manual
|
YZoomViewMin | Long |
Min. height [%] Zoom factor of the height of the element for variable minimum (in %). Read more in the online manual
|
ZoomMax | Long |
Visible to Highest zoom step in which the element should
be visible in the worldview. Read more in the online manual
|
ZoomMin | Long |
Visible from Lowest zoom step in which the element should be
visible in the worldview. Read more in the online manual
|
Name | Type | Description |
---|---|---|
BackColor | ZT_COLOR |
Background color Define the background color of the element. By clicking on the button, you open the palette of the pre-defined colors. Or enter the color as hex code (RGB) manually in the field. The background color can be changed dynamically with the help of the property Background/filling color. As color for a newly created element the color which was used for the previous element of the same type is used.
|
BackColorVariable | ZT_VARIABLE_DYN |
Background/filling color Name of the variable, whose limit colors should
influence the background/filling color of the element. Read more in the online manual
|
BkClVariable | SUBITEM | With this property you have the
opportunity to get informations about the variable which is linked
as "background/filling color" variable of the element. The informations are provided via subitems: ProjectVar, SymVarName, SymVarTagNr. zElement.DynProperties ("BkClVariable.SymVarName") 'Return the name of the "background/filling color" variable zElement.DynProperties ("BkClVariable.SymVarTagNr") 'Return the identification of the "background/filling color" variable |
BlinkVariable | ZT_VARIABLE_DYN |
Take over flashing from limit Variable, from whose limit(s) the blinking
should be used for the element. Read more in the online manual
|
DragBegin | ZT_VBAMAKRO |
DragBegin VBA macro that should be executed, when dragging begins. Read more in the online manual
|
DragDrop | ZT_VBAMAKRO |
DragDrop VBA macro that should be executed, when the mouse button is released. Read more in the online manual
|
DragOver | ZT_VBAMAKRO |
DragOver VBA macro that should be executed, when the cursor is moved over the element, while the left button is pressed down. Read more in the online manual
|
Draw | ZT_VBAMAKRO |
Draw VBA macro that should be executed, when the element is redrawn. Read more in the online manual
|
DynEleVar | SUBITEM | With this property you have the
opportunity to get informations about the variable (projected via
"Variable assignment" in the ActiveX selection dialog) which is
linked at an ActiveX element. The informations are provided via subitems: ProjectVar, SymVarName, SymVarTagNr. zElement.DynProperties ("DynEleVar.SymVarName") 'Return the name of the variable which is assigned to the ActiveX zElement.DynProperties ("DynEleVar.SymVarTagNr") 'Return the identification of the variable which is assigned to the ActiveX |
EnablePunchFrame | Boolean |
Show border A frame around the element can be
displayed. Read more in the online manual
|
EndX | Long |
End point X [pixels] X coordinate of the lower right corner of the element (in pixels). Read more in the online manual
|
EndY | Long |
End point Y [pixels] Y coordinate of the lower right corner of the element (in pixels). Read more in the online manual
|
Font | ZT_SCHRIFT |
Font Selection of the font for the text of the element. Read more in the online manual
|
Frame | Long |
Border type A border for the display can be selected from a list of defined borders. Read more in the online manual
|
HWDirect | Boolean |
without dialog Active: The
value is sent to the hardware without a possibility to be changed
in the Runtime. Read more in the online manual
|
Height | Long |
Height [pixels] Height of the element (in pixels). Read more in the online manual
|
HelpCapture | String |
Help chapter Help chapter that should be displayed for this
element in combination with a context menu. Name of the original
HTML page.
|
Helpfile | ZT_FILE |
Help file Help file (*.chm) to be used for this element
in combination with a context menu. Read more in the online manual
|
HorizontalAlign | Long |
Alignment horizontal Horizontal alignment of the text in the element for the display (centered, left, right). Read more in the online manual
|
HorizontalOrigin | Long |
Horizontal Horizontal reference point for the activated "Dynamics" function(s). (left, centered, right) Read more in the online manual
|
Init | ZT_VBAMAKRO |
Init VBA macro that should be executed on initialising the element. Read more in the online manual
|
IsSetValue | Boolean |
Setting values active Active:
Setting of variables for this dynamic element is allowed. Read more in the online manual
|
KbdName | ZT_PICTURE |
Keyboard picture Name of the linked keyboard picture. Read more in the online manual
|
KbdUsage | Boolean |
Use keyboard picture On selecting the element in the Runtime the
keyboard is opened. Read more in the online manual
|
KillFocus | ZT_VBAMAKRO |
KillFocus VBA macro that should be executed, when the element loses the focus. Read more in the online manual
|
Layer | Long |
Visibility level Select one of the 16 visibility levels (0 to
15) from the dropdown list. With the help of the tool
barVisibility level you decide
which levels are to be displayed in the Editor. This guarantees
that even complex pictures can be engineered clearly. The levels
can be used individually. The levels have no effect on the
foreground or background information and the display in the
Runtime.
|
LeftClickDown | ZT_VBAMAKRO |
LeftClickDown VBA macro that should be executed on pressing the left mouse button. Read more in the online manual
|
LeftClickUp | ZT_VBAMAKRO |
LeftClickUp VBA macro that should be executed on releasing the left mouse button. Read more in the online manual
|
LeftDClick | ZT_VBAMAKRO |
LeftDoubleClick VBA macro that should be executed on doubleclicking the left mouse button. Read more in the online manual
|
LimitFromVar | Boolean |
Take set value limits from variable Active: The
limits for set value actions are not set via "Minimum" and
"Maximum" but are directly taken from the variable definition. Read more in the online manual
|
LineColorVariable | ZT_VARIABLE_DYN |
Text/line color Name of the variable, whose limit colors should
influence the line/text color of the element. Read more in the online manual
|
LnClVariable | SUBITEM | With this property you have the
opportunity to get informations about the variable which is linked
as "line/text color" variable of the element. The informations are provided via subitems: ProjectVar, SymVarName, SymVarTagNr. zElement.DynProperties ("LnClVariable.SymVarName") 'Return the name of the "line/text color" variable zElement.DynProperties ("LnClVariable.SymVarTagNr") 'Return the identification of the "line/text color" variable |
Locking | Long |
Interlocking Link of an existing interlocking to this
element. Read more in the online manual
|
LockingName | String | With this property you have the
opportunity to assign an interlocking via its name.
zElement.DynProperties("LockingName") = "Interlocking 1" |
Max | Double |
Maximum Only available, if
"Get set value limits from variable" not active: Read more in the online manual
|
Menu | String |
Menu Context menu for the element. Read more in the online manual
|
Min | Double |
Minimum Only available, if
"Get set value limits from variable" is not active: Read more in the online manual
|
MouseOver | ZT_VBAMAKRO |
MouseOver VBA macro that should be executed, when the cursor is moved over the element. Read more in the online manual
|
Name | String |
Object name Object name, with which the element can be
accessed by VBA macros. Read more in the online manual
|
Passwordlevel | Long |
Authorization group Password level for the setting of values or
executing of functions with the selected dynamic element. Read more in the online manual
|
Percentage | Boolean |
Display value in percent Active: The
value of the variable is displayed 0-100%. Read more in the online manual
|
Preset | Boolean |
propose current value Active: The
current value of the variable is proposed as set value. Read more in the online manual
|
PunchFrameColor | ZT_COLOR |
Frame color Definition of the frame color. Read more in the online manual
|
PunchFrameOffset | Long |
Distance [pixels] Distance of the frame to the element in pixels. Read more in the online manual
|
PunchFrameWidth | Long |
Line width Definition of the line width of the frame. Read more in the online manual
|
RightClickDown | ZT_VBAMAKRO |
RightClickDown VBA macro that should be executed on pressing the right mouse button. Read more in the online manual
|
RightClickUp | ZT_VBAMAKRO |
RightClickUp VBA macro that should be executed on releasing the right mouse button. Read more in the online manual
|
RightDClick | ZT_VBAMAKRO |
RightDoubleClick VBA macro that should be executed on doubleclicking the right mouse button. Read more in the online manual
|
SetFocus | ZT_VBAMAKRO |
SetFocus VBA macro that should be executed, when the element gets the focus. Read more in the online manual
|
SetProgram | String |
External program Only available, if
setting values with external program is selected: Read more in the online manual
|
SetValue | Double |
Set value / change by Value to be sent or to be proposed as set
value. Read more in the online manual
|
SetValueDynMax | ZT_VARIABLE_DYN |
Maximum Only available, if
"Get set value limits from variable" is not active: Read more in the online manual
|
SetValueDynMin | ZT_VARIABLE_DYN |
Minimum Only available, if
"Get set value limits from variable" is not active: Read more in the online manual
|
SetValueWith | Long |
Set value via Send value with: Read more in the online manual
|
ShowState | Boolean |
Display status of variable Active: The
status of the variable is indicated by a colored square at the top
right corner of the element. Read more in the online manual
|
ShowUnit | Boolean |
Display unit Active: The
technical unit of the linked variable is displayed behind the
value. Read more in the online manual
|
ShowValueBasis | Boolean |
Display base Displays the short description of the base
behind the value: Read more in the online manual
|
Signature | Boolean |
Active: Operating the element needs a signature. Attention: Only users that are logged in can sign an action. Signing actions with a temporary login is no longer possible. Inactive: No signature is needed. |
SignatureText | String |
Signature text This text is logged in the Chronologic Event List (CEL) on signing or is proposed as a default in the Runtime, if the signature is defined to be editable in the project properties. Read more in the online manual
|
StartX | Long |
Start point X [pixels] X coordinate of the upper left corner of the element (in pixels). Read more in the online manual
|
StartY | Long |
Start point Y [pixels] Y coordinate of the upper left corner of the element (in pixels) Read more in the online manual
|
Stationname | String |
Name for object list Element is entered into the object list of the world view with the text entered here. Read more in the online manual
|
Tab | Boolean |
Accessible via keyboard Active: The
dynamic element is available for keyboard operation. Read more in the online manual
|
TextColor | ZT_COLOR |
Text color Text color of the element. Read more in the online manual
|
Tooltip | String |
Tooltip Text, which should be displayed as a tooltip
for the element in the Runtime. A tooltip is automatically
displayed in the Runtime, when the mouse cursor stands still on the
element for while. New lines can be indicated with \n. Read more in the online manual
|
Transparent | Boolean |
Transparent Here the background color of the element can be disabled. Read more in the online manual
|
TwistVar | SUBITEM | With this property you have the
opportunity to get informations about the variable which is linked
as "rotate" variable of the element. The informations are provided via subitems: ProjectVar, SymVarName, SymVarTagNr. zElement.DynProperties ("TwistVar.SymVarName") 'Return the name of the "rotate" variable zElement.DynProperties ("TwistVar.SymVarTagNr") 'Return the identification of the "rotate" variable |
TwistVarMax | Double |
Max. variable value Highest variable value for rotating the element. Read more in the online manual
|
TwistVarMin | Double |
Min. variable value Lowest variable value for rotating the element. Read more in the online manual
|
TwistVariable | ZT_VARIABLE_DYN |
Variable Name of the variable for rotating the
element. Read more in the online manual
|
TwistViewMax | Long |
Max. rotation [°] Rotation angle of the element for variable maximum (in °). Read more in the online manual
|
TwistViewMin | Long |
Min. rotation [°] Rotation angle of the element for variable minimum (in °). Read more in the online manual
|
UnderCE | Boolean |
Visible under WinCE Controls the visibility of elements in pictures under Windows CE. Projects which are used under CE and on the PC can be created more flexible; the user handling is improved. For example buttons can be made invisible which lead to pictures which cannot be displayed under CE (e.g. IPA). Active: The picture/element is also visible under Windows CE. Default: Active
|
UseBlinkColor | Boolean |
Blinking color from limit The element does not flash against invisible but against the the color of the violated limit of the selected variable. Read more in the online manual
|
ValueBase | Long |
Base for display Number system for the display of the
values: Read more in the online manual
|
Variable | ZT_VARIABLE_DYN |
Variable Only available for
buttons that are used as switches: Only Meaning in SICAM 230: Lower bit: Alarm active/inactive Higher bit: Alarm acknowledged/not acknowledged
|
VerticalOrigin | Long |
Vertical Vertical reference point for the activated "Dynamics" function(s). (top, centered, bottom) Read more in the online manual
|
VisVariable | SUBITEM | With this property you have the
opportunity to get informations about the variable which is linked
as "visibility" variable of the element. The informations are provided via subitems: ProjectVar, SymVarName, SymVarTagNr. zElement.DynProperties ("VisVariable.SymVarName") 'Return the name of the "visibility" variable zElement.DynProperties ("VisVariable.SymVarTagNr") 'Return the identification of the "visibility" variable |
VisibilityFrom | Double |
from Only available,
after a variable has been selected and if the visibility is not
taken from the limit: Read more in the online manual
|
VisibilityFromLimit | Boolean |
take from limit Only available,
after a variable has been selected: Read more in the online manual
|
VisibilityTo | Double |
to Only available,
after a variable has been selected and if the visibility is not
taken from the limit: Read more in the online manual
|
VisibilityVariable | ZT_VARIABLE_DYN |
Variable Name of the variable whose value influences the
visibility of the element. The visibility will either be taken from
the limit text properties of this variable or it will be detemined
by the value range defined in the properties from and
to.
|
Width | Long |
Width [pixels] Width of the element (in pixels). Read more in the online manual
|
XVar | SUBITEM | With this property you have the
opportunity to get informations about the variable which is linked
as "dynamic x position" variable of the element. The informations are provided via subitems: ProjectVar, SymVarName, SymVarTagNr. zElement.DynProperties ("XVar.SymVarName") 'Return the name of the "dynamic x position" variable zElement.DynProperties ("XVar.SymVarTagNr") 'Return the identification of the "dynamic x position" variable |
XVarMax | Double |
Max. variable value Highest variable value for horizontal moving of the element. Read more in the online manual
|
XVarMin | Double |
Min. variable value Lowest variable value for horizontal moving of the element. Read more in the online manual
|
XVarZoom | SUBITEM | With this property you have the
opportunity to get informations about the variable which is linked
as "change width" variable of the element. The informations are provided via subitems: ProjectVar, SymVarName, SymVarTagNr. zElement.DynProperties ("XVarZoom.SymVarName") 'Return the name of the "change width" variable zElement.DynProperties ("XVarZoom.SymVarTagNr") 'Return the identification of the "change width" variable |
XVariable | ZT_VARIABLE_DYN |
Variable Name of the variable for horizontal moving of
the element. Read more in the online manual
|
XViewMax | Long |
Max. movement [pixels] Horizontal position of the element for variable maximum (in pixels). Read more in the online manual
|
XViewMin | Long |
Min. movement [pixels] Horizontal position of the element for variable minimum (in pixels). Read more in the online manual
|
XZoomVarMax | Double |
Max. variable value Highest variable value for zooming the width of the element. Read more in the online manual
|
XZoomVarMin | Double |
Min. variable value Lowest variable value for zooming the width of the element. Read more in the online manual
|
XZoomVariable | ZT_VARIABLE_DYN |
Variable Name of the variable for zooming the width of
the element. Read more in the online manual
|
XZoomViewMax | Long |
Max. width [%] Zoom factor of the width of the element for variable maximum (in %). Read more in the online manual
|
XZoomViewMin | Long |
Min. width [%] Zoom factor of the width of the element for variable minimum (in %). Read more in the online manual
|
YVar | SUBITEM | With this property you have the
opportunity to get informations about the variable which is linked
as "dynamic y position" variable of the element. The informations are provided via subitems: ProjectVar, SymVarName, SymVarTagNr. zElement.DynProperties ("YVar.SymVarName") 'Return the name of the "dynamic y position" variable zElement.DynProperties ("YVar.SymVarTagNr") 'Return the identification of the "dynamic y position" variable |
YVarMax | Double |
Max. variable value Highest variable value for vertical moving of the element. Read more in the online manual
|
YVarMin | Double |
Min. variable value Lowest variable value for vertical moving of the element. Read more in the online manual
|
YVarZoom | SUBITEM | With this property you have the
opportunity to get informations about the variable which is linked
as "change height" variable of the element. The informations are provided via subitems: ProjectVar, SymVarName, SymVarTagNr. zElement.DynProperties ("YVarZoom.SymVarName") 'Return the name of the "change height" variable zElement.DynProperties ("YVarZoom.SymVarTagNr") 'Return the identification of the "change height" variable |
YVariable | ZT_VARIABLE_DYN |
Variable Name of the variable for vertical moving of the
element. Read more in the online manual
|
YViewMax | Long |
Max. movement [pixels] Vertical position of the element for variable maximum (in pixels). Read more in the online manual
|
YViewMin | Long |
Min. movement [pixels] Vertical position of the element for variable minimum (in pixels). Read more in the online manual
|
YZoomVarMax | Double |
Max. variable value Highest variable value for zooming the height of the element. Read more in the online manual
|
YZoomVarMin | Double |
Min. variable value Lowest variable value for zooming the height of the element. Read more in the online manual
|
YZoomVariable | ZT_VARIABLE_DYN |
Variable Name of the variable for zooming the height of
the element. Read more in the online manual
|
YZoomViewMax | Long |
Max. height [%] Zoom factor of the height of the element for variable maximum (in %). Read more in the online manual
|
YZoomViewMin | Long |
Min. height [%] Zoom factor of the height of the element for variable minimum (in %). Read more in the online manual
|
ZoomMax | Long |
Visible to Highest zoom step in which the element should
be visible in the worldview. Read more in the online manual
|
ZoomMin | Long |
Visible from Lowest zoom step in which the element should be
visible in the worldview. Read more in the online manual
|
Name | Type | Description |
---|---|---|
BackColor | ZT_COLOR |
Background color Define the background color of the element. By clicking on the button, you open the palette of the pre-defined colors. Or enter the color as hex code (RGB) manually in the field. The background color can be changed dynamically with the help of the property Background/filling color. As color for a newly created element the color which was used for the previous element of the same type is used.
|
BackColorVariable | ZT_VARIABLE_DYN |
Background/filling color Name of the variable, whose limit colors should
influence the background/filling color of the element. Read more in the online manual
|
BkClVariable | SUBITEM | With this property you have the
opportunity to get informations about the variable which is linked
as "background/filling color" variable of the element. The informations are provided via subitems: ProjectVar, SymVarName, SymVarTagNr. zElement.DynProperties ("BkClVariable.SymVarName") 'Return the name of the "background/filling color" variable zElement.DynProperties ("BkClVariable.SymVarTagNr") 'Return the identification of the "background/filling color" variable |
BlinkVariable | ZT_VARIABLE_DYN |
Take over flashing from limit Variable, from whose limit(s) the blinking
should be used for the element. Read more in the online manual
|
DragBegin | ZT_VBAMAKRO |
DragBegin VBA macro that should be executed, when dragging begins. Read more in the online manual
|
DragDrop | ZT_VBAMAKRO |
DragDrop VBA macro that should be executed, when the mouse button is released. Read more in the online manual
|
DragOver | ZT_VBAMAKRO |
DragOver VBA macro that should be executed, when the cursor is moved over the element, while the left button is pressed down. Read more in the online manual
|
Draw | ZT_VBAMAKRO |
Draw VBA macro that should be executed, when the element is redrawn. Read more in the online manual
|
DynEleVar | SUBITEM | With this property you have the
opportunity to get informations about the variable (projected via
"Variable assignment" in the ActiveX selection dialog) which is
linked at an ActiveX element. The informations are provided via subitems: ProjectVar, SymVarName, SymVarTagNr. zElement.DynProperties ("DynEleVar.SymVarName") 'Return the name of the variable which is assigned to the ActiveX zElement.DynProperties ("DynEleVar.SymVarTagNr") 'Return the identification of the variable which is assigned to the ActiveX |
EnablePunchFrame | Boolean |
Show border A frame around the element can be
displayed. Read more in the online manual
|
EndX | Long |
End point X [pixels] X coordinate of the lower right corner of the element (in pixels). Read more in the online manual
|
EndY | Long |
End point Y [pixels] Y coordinate of the lower right corner of the element (in pixels). Read more in the online manual
|
Explicit | Boolean |
Explicit Only available, if
the display as a ribbon or as an arc of circle is
active: Read more in the online manual
|
Font | ZT_SCHRIFT |
Font Selection of the font for the text of the element. Read more in the online manual
|
HWDirect | Boolean |
without dialog Active: The
value is sent to the hardware without a possibility to be changed
in the Runtime. Read more in the online manual
|
Height | Long |
Height [pixels] Height of the element (in pixels). Read more in the online manual
|
HelpCapture | String |
Help chapter Help chapter that should be displayed for this
element in combination with a context menu. Name of the original
HTML page.
|
Helpfile | ZT_FILE |
Help file Help file (*.chm) to be used for this element
in combination with a context menu. Read more in the online manual
|
HorizontalOrigin | Long |
Horizontal Horizontal reference point for the activated "Dynamics" function(s). (left, centered, right) Read more in the online manual
|
Init | ZT_VBAMAKRO |
Init VBA macro that should be executed on initialising the element. Read more in the online manual
|
IsSetValue | Boolean |
Setting values active Active:
Setting of variables for this dynamic element is allowed. Read more in the online manual
|
KbdName | ZT_PICTURE |
Keyboard picture Name of the linked keyboard picture. Read more in the online manual
|
KbdUsage | Boolean |
Use keyboard picture On selecting the element in the Runtime the
keyboard is opened. Read more in the online manual
|
KillFocus | ZT_VBAMAKRO |
KillFocus VBA macro that should be executed, when the element loses the focus. Read more in the online manual
|
Layer | Long |
Visibility level Select one of the 16 visibility levels (0 to
15) from the dropdown list. With the help of the tool
barVisibility level you decide
which levels are to be displayed in the Editor. This guarantees
that even complex pictures can be engineered clearly. The levels
can be used individually. The levels have no effect on the
foreground or background information and the display in the
Runtime.
|
LeftClickDown | ZT_VBAMAKRO |
LeftClickDown VBA macro that should be executed on pressing the left mouse button. Read more in the online manual
|
LeftClickUp | ZT_VBAMAKRO |
LeftClickUp VBA macro that should be executed on releasing the left mouse button. Read more in the online manual
|
LeftDClick | ZT_VBAMAKRO |
LeftDoubleClick VBA macro that should be executed on doubleclicking the left mouse button. Read more in the online manual
|
LimitFromVar | Boolean |
Take set value limits from variable Active: The
limits for set value actions are not set via "Minimum" and
"Maximum" but are directly taken from the variable definition. Read more in the online manual
|
LineColorVariable | ZT_VARIABLE_DYN |
Text/line color Name of the variable, whose limit colors should
influence the line/text color of the element. Read more in the online manual
|
LnClVariable | SUBITEM | With this property you have the
opportunity to get informations about the variable which is linked
as "line/text color" variable of the element. The informations are provided via subitems: ProjectVar, SymVarName, SymVarTagNr. zElement.DynProperties ("LnClVariable.SymVarName") 'Return the name of the "line/text color" variable zElement.DynProperties ("LnClVariable.SymVarTagNr") 'Return the identification of the "line/text color" variable |
Locking | Long |
Interlocking Link of an existing interlocking to this
element. Read more in the online manual
|
LockingName | String | With this property you have the
opportunity to assign an interlocking via its name.
zElement.DynProperties("LockingName") = "Interlocking 1" |
MainTicks | Double |
Main ticks Main scale lines.
|
Max | Double |
Maximum Only available, if
"Get set value limits from variable" not active: Read more in the online manual
|
Menu | String |
Menu Context menu for the element. Read more in the online manual
|
Min | Double |
Minimum Only available, if
"Get set value limits from variable" is not active: Read more in the online manual
|
MouseOver | ZT_VBAMAKRO |
MouseOver VBA macro that should be executed, when the cursor is moved over the element. Read more in the online manual
|
Name | String |
Object name Object name, with which the element can be
accessed by VBA macros. Read more in the online manual
|
OpeningAngle | Long |
Opening angle Opening angle of the travel of pointer (max. 360° - start angle). Read more in the online manual
|
Passwordlevel | Long |
Authorization group Password level for the setting of values or
executing of functions with the selected dynamic element. Read more in the online manual
|
Percentage | Boolean |
Percent display Active: The
value of the variable is displayed 0-100%. Read more in the online manual
|
Pie | Boolean |
Arc of a circle Only available, if
the display as a ribbon is not active: Read more in the online manual
|
Preset | Boolean |
propose current value Active: The
current value of the variable is proposed as set value. Read more in the online manual
|
PunchFrameColor | ZT_COLOR |
Frame color Definition of the frame color. Read more in the online manual
|
PunchFrameOffset | Long |
Distance [pixels] Distance of the frame to the element in pixels. Read more in the online manual
|
PunchFrameWidth | Long |
Line width Definition of the line width of the frame. Read more in the online manual
|
Ribbon | Boolean |
Ribbon Only available, if
the display as an arc of circle is not active: Read more in the online manual
|
RightClickDown | ZT_VBAMAKRO |
RightClickDown VBA macro that should be executed on pressing the right mouse button. Read more in the online manual
|
RightClickUp | ZT_VBAMAKRO |
RightClickUp VBA macro that should be executed on releasing the right mouse button. Read more in the online manual
|
RightDClick | ZT_VBAMAKRO |
RightDoubleClick VBA macro that should be executed on doubleclicking the right mouse button. Read more in the online manual
|
SetFocus | ZT_VBAMAKRO |
SetFocus VBA macro that should be executed, when the element gets the focus. Read more in the online manual
|
SetProgram | String |
External program Only available, if
setting values with external program is selected: Read more in the online manual
|
SetValue | Double |
Set value / change by Value to be sent or to be proposed as set
value. Read more in the online manual
|
SetValueDynMax | ZT_VARIABLE_DYN |
Maximum Only available, if
"Get set value limits from variable" is not active: Read more in the online manual
|
SetValueDynMin | ZT_VARIABLE_DYN |
Minimum Only available, if
"Get set value limits from variable" is not active: Read more in the online manual
|
SetValueWith | Long |
Set value via Send value with: Read more in the online manual
|
ShowState | Boolean |
Display status of variable Active: The
status of the variable is indicated by a colored square at the top
right corner of the element. Read more in the online manual
|
ShowUnit | Boolean |
Display unit Active: The
technical unit of the linked variable is displayed behind the
value. Read more in the online manual
|
ShowValueBasis | Boolean |
Display base Displays the short description of the base
behind the value: Read more in the online manual
|
Signature | Boolean |
Active: Operating the element needs a signature. Attention: Only users that are logged in can sign an action. Signing actions with a temporary login is no longer possible. Inactive: No signature is needed. |
SignatureText | String |
Signature text This text is logged in the Chronologic Event List (CEL) on signing or is proposed as a default in the Runtime, if the signature is defined to be editable in the project properties. Read more in the online manual
|
SmallTicks | Double |
Sub ticks Division of the scale between Main ticks.
|
StartAngle | Long |
Start angle Definition of the initial angle (0°=bottom, further on clockwise). Read more in the online manual
|
StartX | Long |
Start point X [pixels] X coordinate of the upper left corner of the element (in pixels). Read more in the online manual
|
StartY | Long |
Start point Y [pixels] Y coordinate of the upper left corner of the element (in pixels) Read more in the online manual
|
Stationname | String |
Name for object list Element is entered into the object list of the world view with the text entered here. Read more in the online manual
|
Tab | Boolean |
Accessible via keyboard Active: The
dynamic element is available for keyboard operation. Read more in the online manual
|
TextColor | ZT_COLOR |
Text color Text color of the element. Read more in the online manual
|
ThreeDimensional | Boolean |
3D Active: The
element is displayed threedimensionally.
|
Tooltip | String |
Tooltip Text, which should be displayed as a tooltip
for the element in the Runtime. A tooltip is automatically
displayed in the Runtime, when the mouse cursor stands still on the
element for while. New lines can be indicated with \n. Read more in the online manual
|
TwistVar | SUBITEM | With this property you have the
opportunity to get informations about the variable which is linked
as "rotate" variable of the element. The informations are provided via subitems: ProjectVar, SymVarName, SymVarTagNr. zElement.DynProperties ("TwistVar.SymVarName") 'Return the name of the "rotate" variable zElement.DynProperties ("TwistVar.SymVarTagNr") 'Return the identification of the "rotate" variable |
TwistVarMax | Double |
Max. variable value Highest variable value for rotating the element. Read more in the online manual
|
TwistVarMin | Double |
Min. variable value Lowest variable value for rotating the element. Read more in the online manual
|
TwistVariable | ZT_VARIABLE_DYN |
Variable Name of the variable for rotating the
element. Read more in the online manual
|
TwistViewMax | Long |
Max. rotation [°] Rotation angle of the element for variable maximum (in °). Read more in the online manual
|
TwistViewMin | Long |
Min. rotation [°] Rotation angle of the element for variable minimum (in °). Read more in the online manual
|
UnderCE | Boolean |
Visible under WinCE Controls the visibility of elements in pictures under Windows CE. Projects which are used under CE and on the PC can be created more flexible; the user handling is improved. For example buttons can be made invisible which lead to pictures which cannot be displayed under CE (e.g. IPA). Active: The picture/element is also visible under Windows CE. Default: Active
|
UseBlinkColor | Boolean |
Blinking color from limit The element does not flash against invisible but against the the color of the violated limit of the selected variable. Read more in the online manual
|
ValueBase | Long |
Base for display Number system for the display of the
values: Read more in the online manual
|
Variable | ZT_VARIABLE_DYN |
Variable Only available for
buttons that are used as switches: Only Meaning in SICAM 230: Lower bit: Alarm active/inactive Higher bit: Alarm acknowledged/not acknowledged
|
VerticalOrigin | Long |
Vertical Vertical reference point for the activated "Dynamics" function(s). (top, centered, bottom) Read more in the online manual
|
ViewMax | Double |
Maximum Highest value of the variable to be displayed in the element. Read more in the online manual
|
ViewMin | Double |
Minimum Lowest value of the variable to be displayed in the element. Read more in the online manual
|
VisVariable | SUBITEM | With this property you have the
opportunity to get informations about the variable which is linked
as "visibility" variable of the element. The informations are provided via subitems: ProjectVar, SymVarName, SymVarTagNr. zElement.DynProperties ("VisVariable.SymVarName") 'Return the name of the "visibility" variable zElement.DynProperties ("VisVariable.SymVarTagNr") 'Return the identification of the "visibility" variable |
VisibilityFrom | Double |
from Only available,
after a variable has been selected and if the visibility is not
taken from the limit: Read more in the online manual
|
VisibilityFromLimit | Boolean |
take from limit Only available,
after a variable has been selected: Read more in the online manual
|
VisibilityTo | Double |
to Only available,
after a variable has been selected and if the visibility is not
taken from the limit: Read more in the online manual
|
VisibilityVariable | ZT_VARIABLE_DYN |
Variable Name of the variable whose value influences the
visibility of the element. The visibility will either be taken from
the limit text properties of this variable or it will be detemined
by the value range defined in the properties from and
to.
|
Width | Long |
Width [pixels] Width of the element (in pixels). Read more in the online manual
|
XVar | SUBITEM | With this property you have the
opportunity to get informations about the variable which is linked
as "dynamic x position" variable of the element. The informations are provided via subitems: ProjectVar, SymVarName, SymVarTagNr. zElement.DynProperties ("XVar.SymVarName") 'Return the name of the "dynamic x position" variable zElement.DynProperties ("XVar.SymVarTagNr") 'Return the identification of the "dynamic x position" variable |
XVarMax | Double |
Max. variable value Highest variable value for horizontal moving of the element. Read more in the online manual
|
XVarMin | Double |
Min. variable value Lowest variable value for horizontal moving of the element. Read more in the online manual
|
XVarZoom | SUBITEM | With this property you have the
opportunity to get informations about the variable which is linked
as "change width" variable of the element. The informations are provided via subitems: ProjectVar, SymVarName, SymVarTagNr. zElement.DynProperties ("XVarZoom.SymVarName") 'Return the name of the "change width" variable zElement.DynProperties ("XVarZoom.SymVarTagNr") 'Return the identification of the "change width" variable |
XVariable | ZT_VARIABLE_DYN |
Variable Name of the variable for horizontal moving of
the element. Read more in the online manual
|
XViewMax | Long |
Max. movement [pixels] Horizontal position of the element for variable maximum (in pixels). Read more in the online manual
|
XViewMin | Long |
Min. movement [pixels] Horizontal position of the element for variable minimum (in pixels). Read more in the online manual
|
XZoomVarMax | Double |
Max. variable value Highest variable value for zooming the width of the element. Read more in the online manual
|
XZoomVarMin | Double |
Min. variable value Lowest variable value for zooming the width of the element. Read more in the online manual
|
XZoomVariable | ZT_VARIABLE_DYN |
Variable Name of the variable for zooming the width of
the element. Read more in the online manual
|
XZoomViewMax | Long |
Max. width [%] Zoom factor of the width of the element for variable maximum (in %). Read more in the online manual
|
XZoomViewMin | Long |
Min. width [%] Zoom factor of the width of the element for variable minimum (in %). Read more in the online manual
|
YVar | SUBITEM | With this property you have the
opportunity to get informations about the variable which is linked
as "dynamic y position" variable of the element. The informations are provided via subitems: ProjectVar, SymVarName, SymVarTagNr. zElement.DynProperties ("YVar.SymVarName") 'Return the name of the "dynamic y position" variable zElement.DynProperties ("YVar.SymVarTagNr") 'Return the identification of the "dynamic y position" variable |
YVarMax | Double |
Max. variable value Highest variable value for vertical moving of the element. Read more in the online manual
|
YVarMin | Double |
Min. variable value Lowest variable value for vertical moving of the element. Read more in the online manual
|
YVarZoom | SUBITEM | With this property you have the
opportunity to get informations about the variable which is linked
as "change height" variable of the element. The informations are provided via subitems: ProjectVar, SymVarName, SymVarTagNr. zElement.DynProperties ("YVarZoom.SymVarName") 'Return the name of the "change height" variable zElement.DynProperties ("YVarZoom.SymVarTagNr") 'Return the identification of the "change height" variable |
YVariable | ZT_VARIABLE_DYN |
Variable Name of the variable for vertical moving of the
element. Read more in the online manual
|
YViewMax | Long |
Max. movement [pixels] Vertical position of the element for variable maximum (in pixels). Read more in the online manual
|
YViewMin | Long |
Min. movement [pixels] Vertical position of the element for variable minimum (in pixels). Read more in the online manual
|
YZoomVarMax | Double |
Max. variable value Highest variable value for zooming the height of the element. Read more in the online manual
|
YZoomVarMin | Double |
Min. variable value Lowest variable value for zooming the height of the element. Read more in the online manual
|
YZoomVariable | ZT_VARIABLE_DYN |
Variable Name of the variable for zooming the height of
the element. Read more in the online manual
|
YZoomViewMax | Long |
Max. height [%] Zoom factor of the height of the element for variable maximum (in %). Read more in the online manual
|
YZoomViewMin | Long |
Min. height [%] Zoom factor of the height of the element for variable minimum (in %). Read more in the online manual
|
ZoomMax | Long |
Visible to Highest zoom step in which the element should
be visible in the worldview. Read more in the online manual
|
ZoomMin | Long |
Visible from Lowest zoom step in which the element should be
visible in the worldview. Read more in the online manual
|
Name | Type | Description |
---|---|---|
BackColorVariable | ZT_VARIABLE_DYN |
Background/filling color Name of the variable, whose limit colors should
influence the background/filling color of the element. Read more in the online manual
|
BkClVariable | SUBITEM | With this property you have the
opportunity to get informations about the variable which is linked
as "background/filling color" variable of the element. The informations are provided via subitems: ProjectVar, SymVarName, SymVarTagNr. zElement.DynProperties ("BkClVariable.SymVarName") 'Return the name of the "background/filling color" variable zElement.DynProperties ("BkClVariable.SymVarTagNr") 'Return the identification of the "background/filling color" variable |
BlinkVariable | ZT_VARIABLE_DYN |
Take over flashing from limit Variable, from whose limit(s) the blinking
should be used for the element. Read more in the online manual
|
BrokenLine1 | Long |
Broken line color 1 Dashing
1
|
BrokenLine2 | Long |
Broken line color 2 Dashing
2
|
Coordinates | String | With this property you can get/set the
coordinates of the element via a string.
zElement.DynProperties("Coordinates") = "197/118;260/200" |
DisplayMode | Long |
Display mode Display
mode
|
DragBegin | ZT_VBAMAKRO |
DragBegin VBA macro that should be executed, when dragging begins. Read more in the online manual
|
DragDrop | ZT_VBAMAKRO |
DragDrop VBA macro that should be executed, when the mouse button is released. Read more in the online manual
|
DragOver | ZT_VBAMAKRO |
DragOver VBA macro that should be executed, when the cursor is moved over the element, while the left button is pressed down. Read more in the online manual
|
Draw | ZT_VBAMAKRO |
Draw VBA macro that should be executed, when the element is redrawn. Read more in the online manual
|
EnablePunchFrame | Boolean |
Show border A frame around the element can be
displayed. Read more in the online manual
|
EndX | Long |
End point X [pixels] X coordinate of the lower right corner of the element (in pixels). Read more in the online manual
|
EndY | Long |
End point Y [pixels] Y coordinate of the lower right corner of the element (in pixels). Read more in the online manual
|
Height | Long |
Height [pixels] Height of the element (in pixels). Read more in the online manual
|
HelpCapture | String |
Help chapter Help chapter that should be displayed for this
element in combination with a context menu. Name of the original
HTML page.
|
Helpfile | ZT_FILE |
Help file Help file (*.chm) to be used for this element
in combination with a context menu. Read more in the online manual
|
HorizontalOrigin | Long |
Horizontal Horizontal reference point for the activated "Dynamics" function(s). (left, centered, right) Read more in the online manual
|
Init | ZT_VBAMAKRO |
Init VBA macro that should be executed on initialising the element. Read more in the online manual
|
KillFocus | ZT_VBAMAKRO |
KillFocus VBA macro that should be executed, when the element loses the focus. Read more in the online manual
|
Layer | Long |
Visibility level Select one of the 16 visibility levels (0 to
15) from the dropdown list. With the help of the tool
barVisibility level you decide
which levels are to be displayed in the Editor. This guarantees
that even complex pictures can be engineered clearly. The levels
can be used individually. The levels have no effect on the
foreground or background information and the display in the
Runtime.
|
LeftClickDown | ZT_VBAMAKRO |
LeftClickDown VBA macro that should be executed on pressing the left mouse button. Read more in the online manual
|
LeftClickUp | ZT_VBAMAKRO |
LeftClickUp VBA macro that should be executed on releasing the left mouse button. Read more in the online manual
|
LeftDClick | ZT_VBAMAKRO |
LeftDoubleClick VBA macro that should be executed on doubleclicking the left mouse button. Read more in the online manual
|
LineColorVariable | ZT_VARIABLE_DYN |
Text/line color Name of the variable, whose limit colors should
influence the line/text color of the element. Read more in the online manual
|
LineWidth | Long |
Line width Line
width
|
LineWidthFGES | Long |
Line width Protected Line width
secured
|
LnClVariable | SUBITEM | With this property you have the
opportunity to get informations about the variable which is linked
as "line/text color" variable of the element. The informations are provided via subitems: ProjectVar, SymVarName, SymVarTagNr. zElement.DynProperties ("LnClVariable.SymVarName") 'Return the name of the "line/text color" variable zElement.DynProperties ("LnClVariable.SymVarTagNr") 'Return the identification of the "line/text color" variable |
Menu | String |
Menu Context menu for the element. Read more in the online manual
|
MouseOver | ZT_VBAMAKRO |
MouseOver VBA macro that should be executed, when the cursor is moved over the element. Read more in the online manual
|
Name | String |
Object name Object name, with which the element can be
accessed by VBA macros. Read more in the online manual
|
OBJNameLink | Boolean |
Object name as link Object name as
link
|
PunchFrameColor | ZT_COLOR |
Frame color Definition of the frame color. Read more in the online manual
|
PunchFrameOffset | Long |
Distance [pixels] Distance of the frame to the element in pixels. Read more in the online manual
|
PunchFrameWidth | Long |
Line width Definition of the line width of the frame. Read more in the online manual
|
Reactance | Float |
Reactance
|
RightClickDown | ZT_VBAMAKRO |
RightClickDown VBA macro that should be executed on pressing the right mouse button. Read more in the online manual
|
RightClickUp | ZT_VBAMAKRO |
RightClickUp VBA macro that should be executed on releasing the right mouse button. Read more in the online manual
|
RightDClick | ZT_VBAMAKRO |
RightDoubleClick VBA macro that should be executed on doubleclicking the right mouse button. Read more in the online manual
|
SaumWidth | Long |
Edge width Hem
width
|
SetFocus | ZT_VBAMAKRO |
SetFocus VBA macro that should be executed, when the element gets the focus. Read more in the online manual
|
SetValueDynMax | ZT_VARIABLE_DYN |
Maximum Only available, if
"Get set value limits from variable" is not active: Read more in the online manual
|
SetValueDynMin | ZT_VARIABLE_DYN |
Minimum Only available, if
"Get set value limits from variable" is not active: Read more in the online manual
|
StartX | Long |
Start point X [pixels] X coordinate of the upper left corner of the element (in pixels). Read more in the online manual
|
StartY | Long |
Start point Y [pixels] Y coordinate of the upper left corner of the element (in pixels) Read more in the online manual
|
Stationname | String |
Name for object list Element is entered into the object list of the world view with the text entered here. Read more in the online manual
|
SymbolF1 | Long |
Symbol F1 Symbol
F1
|
SymbolF1_Mode | Long |
Symbol F1 colors Symbol F1
colors
|
SymbolF2 | Long |
Symbol F2 Symbol
F2
|
SymbolF2_Mode | Long |
Symbol F2 colors Symbol F2
colors
|
SymbolFGES | Long |
Symbol FGES Symbol
FGES
|
SymbolFGES_Mode | Long |
Symbol FGES colors Symbol FGES
colors
|
Tab | Boolean |
Accessible via keyboard Active: The
dynamic element is available for keyboard operation. Read more in the online manual
|
Tooltip | String |
Tooltip Text, which should be displayed as a tooltip
for the element in the Runtime. A tooltip is automatically
displayed in the Runtime, when the mouse cursor stands still on the
element for while. New lines can be indicated with \n. Read more in the online manual
|
TwistVar | SUBITEM | With this property you have the
opportunity to get informations about the variable which is linked
as "rotate" variable of the element. The informations are provided via subitems: ProjectVar, SymVarName, SymVarTagNr. zElement.DynProperties ("TwistVar.SymVarName") 'Return the name of the "rotate" variable zElement.DynProperties ("TwistVar.SymVarTagNr") 'Return the identification of the "rotate" variable |
TwistVarMax | Double |
Max. variable value Highest variable value for rotating the element. Read more in the online manual
|
TwistVarMin | Double |
Min. variable value Lowest variable value for rotating the element. Read more in the online manual
|
TwistVariable | ZT_VARIABLE_DYN |
Variable Name of the variable for rotating the
element. Read more in the online manual
|
TwistViewMax | Long |
Max. rotation [°] Rotation angle of the element for variable maximum (in °). Read more in the online manual
|
TwistViewMin | Long |
Min. rotation [°] Rotation angle of the element for variable minimum (in °). Read more in the online manual
|
UnderCE | Boolean |
Visible under WinCE Controls the visibility of elements in pictures under Windows CE. Projects which are used under CE and on the PC can be created more flexible; the user handling is improved. For example buttons can be made invisible which lead to pictures which cannot be displayed under CE (e.g. IPA). Active: The picture/element is also visible under Windows CE. Default: Active
|
UseBlinkColor | Boolean |
Blinking color from limit The element does not flash against invisible but against the the color of the violated limit of the selected variable. Read more in the online manual
|
VerticalOrigin | Long |
Vertical Vertical reference point for the activated "Dynamics" function(s). (top, centered, bottom) Read more in the online manual
|
VisVariable | SUBITEM | With this property you have the
opportunity to get informations about the variable which is linked
as "visibility" variable of the element. The informations are provided via subitems: ProjectVar, SymVarName, SymVarTagNr. zElement.DynProperties ("VisVariable.SymVarName") 'Return the name of the "visibility" variable zElement.DynProperties ("VisVariable.SymVarTagNr") 'Return the identification of the "visibility" variable |
VisibilityFrom | Double |
from Only available,
after a variable has been selected and if the visibility is not
taken from the limit: Read more in the online manual
|
VisibilityFromLimit | Boolean |
take from limit Only available,
after a variable has been selected: Read more in the online manual
|
VisibilityTo | Double |
to Only available,
after a variable has been selected and if the visibility is not
taken from the limit: Read more in the online manual
|
VisibilityVariable | ZT_VARIABLE_DYN |
Variable Name of the variable whose value influences the
visibility of the element. The visibility will either be taken from
the limit text properties of this variable or it will be detemined
by the value range defined in the properties from and
to.
|
Width | Long |
Width [pixels] Width of the element (in pixels). Read more in the online manual
|
XVar | SUBITEM | With this property you have the
opportunity to get informations about the variable which is linked
as "dynamic x position" variable of the element. The informations are provided via subitems: ProjectVar, SymVarName, SymVarTagNr. zElement.DynProperties ("XVar.SymVarName") 'Return the name of the "dynamic x position" variable zElement.DynProperties ("XVar.SymVarTagNr") 'Return the identification of the "dynamic x position" variable |
XVarMax | Double |
Max. variable value Highest variable value for horizontal moving of the element. Read more in the online manual
|
XVarMin | Double |
Min. variable value Lowest variable value for horizontal moving of the element. Read more in the online manual
|
XVarZoom | SUBITEM | With this property you have the
opportunity to get informations about the variable which is linked
as "change width" variable of the element. The informations are provided via subitems: ProjectVar, SymVarName, SymVarTagNr. zElement.DynProperties ("XVarZoom.SymVarName") 'Return the name of the "change width" variable zElement.DynProperties ("XVarZoom.SymVarTagNr") 'Return the identification of the "change width" variable |
XVariable | ZT_VARIABLE_DYN |
Variable Name of the variable for horizontal moving of
the element. Read more in the online manual
|
XViewMax | Long |
Max. movement [pixels] Horizontal position of the element for variable maximum (in pixels). Read more in the online manual
|
XViewMin | Long |
Min. movement [pixels] Horizontal position of the element for variable minimum (in pixels). Read more in the online manual
|
XZoomVarMax | Double |
Max. variable value Highest variable value for zooming the width of the element. Read more in the online manual
|
XZoomVarMin | Double |
Min. variable value Lowest variable value for zooming the width of the element. Read more in the online manual
|
XZoomVariable | ZT_VARIABLE_DYN |
Variable Name of the variable for zooming the width of
the element. Read more in the online manual
|
XZoomViewMax | Long |
Max. width [%] Zoom factor of the width of the element for variable maximum (in %). Read more in the online manual
|
XZoomViewMin | Long |
Min. width [%] Zoom factor of the width of the element for variable minimum (in %). Read more in the online manual
|
YVar | SUBITEM | With this property you have the
opportunity to get informations about the variable which is linked
as "dynamic y position" variable of the element. The informations are provided via subitems: ProjectVar, SymVarName, SymVarTagNr. zElement.DynProperties ("YVar.SymVarName") 'Return the name of the "dynamic y position" variable zElement.DynProperties ("YVar.SymVarTagNr") 'Return the identification of the "dynamic y position" variable |
YVarMax | Double |
Max. variable value Highest variable value for vertical moving of the element. Read more in the online manual
|
YVarMin | Double |
Min. variable value Lowest variable value for vertical moving of the element. Read more in the online manual
|
YVarZoom | SUBITEM | With this property you have the
opportunity to get informations about the variable which is linked
as "change height" variable of the element. The informations are provided via subitems: ProjectVar, SymVarName, SymVarTagNr. zElement.DynProperties ("YVarZoom.SymVarName") 'Return the name of the "change height" variable zElement.DynProperties ("YVarZoom.SymVarTagNr") 'Return the identification of the "change height" variable |
YVariable | ZT_VARIABLE_DYN |
Variable Name of the variable for vertical moving of the
element. Read more in the online manual
|
YViewMax | Long |
Max. movement [pixels] Vertical position of the element for variable maximum (in pixels). Read more in the online manual
|
YViewMin | Long |
Min. movement [pixels] Vertical position of the element for variable minimum (in pixels). Read more in the online manual
|
YZoomVarMax | Double |
Max. variable value Highest variable value for zooming the height of the element. Read more in the online manual
|
YZoomVarMin | Double |
Min. variable value Lowest variable value for zooming the height of the element. Read more in the online manual
|
YZoomVariable | ZT_VARIABLE_DYN |
Variable Name of the variable for zooming the height of
the element. Read more in the online manual
|
YZoomViewMax | Long |
Max. height [%] Zoom factor of the height of the element for variable maximum (in %). Read more in the online manual
|
YZoomViewMin | Long |
Min. height [%] Zoom factor of the height of the element for variable minimum (in %). Read more in the online manual
|
ZoomMax | Long |
Visible to Highest zoom step in which the element should
be visible in the worldview. Read more in the online manual
|
ZoomMin | Long |
Visible from Lowest zoom step in which the element should be
visible in the worldview. Read more in the online manual
|
Name | Type | Description |
---|---|---|
BackColorVariable | ZT_VARIABLE_DYN |
Background/filling color Name of the variable, whose limit colors should
influence the background/filling color of the element. Read more in the online manual
|
BkClVariable | SUBITEM | With this property you have the
opportunity to get informations about the variable which is linked
as "background/filling color" variable of the element. The informations are provided via subitems: ProjectVar, SymVarName, SymVarTagNr. zElement.DynProperties ("BkClVariable.SymVarName") 'Return the name of the "background/filling color" variable zElement.DynProperties ("BkClVariable.SymVarTagNr") 'Return the identification of the "background/filling color" variable |
BlinkVariable | ZT_VARIABLE_DYN |
Take over flashing from limit Variable, from whose limit(s) the blinking
should be used for the element. Read more in the online manual
|
BrokenLine1 | Long |
Broken line color 1 Dashing
1
|
BrokenLine2 | Long |
Broken line color 2 Dashing
2
|
Coordinates | String | With this property you can get/set the
coordinates of the element via a string.
zElement.DynProperties("Coordinates") = "197/118;260/200" |
DisplayMode | Long |
Display mode Display
mode
|
DistributionLineCharacter | String |
Sign split elsewhere Sign disconnected
elsewhere
|
DragBegin | ZT_VBAMAKRO |
DragBegin VBA macro that should be executed, when dragging begins. Read more in the online manual
|
DragDrop | ZT_VBAMAKRO |
DragDrop VBA macro that should be executed, when the mouse button is released. Read more in the online manual
|
DragOver | ZT_VBAMAKRO |
DragOver VBA macro that should be executed, when the cursor is moved over the element, while the left button is pressed down. Read more in the online manual
|
Draw | ZT_VBAMAKRO |
Draw VBA macro that should be executed, when the element is redrawn. Read more in the online manual
|
EnablePunchFrame | Boolean |
Show border A frame around the element can be
displayed. Read more in the online manual
|
EndX | Long |
End point X [pixels] X coordinate of the lower right corner of the element (in pixels). Read more in the online manual
|
EndY | Long |
End point Y [pixels] Y coordinate of the lower right corner of the element (in pixels). Read more in the online manual
|
ExtraPoints | String | Sign (several times)
interrupted |
Font | ZT_SCHRIFT |
Font Selection of the font for the text of the element. Read more in the online manual
|
Height | Long |
Height [pixels] Height of the element (in pixels). Read more in the online manual
|
HelpCapture | String |
Help chapter Help chapter that should be displayed for this
element in combination with a context menu. Name of the original
HTML page.
|
Helpfile | ZT_FILE |
Help file Help file (*.chm) to be used for this element
in combination with a context menu. Read more in the online manual
|
HorizontalOrigin | Long |
Horizontal Horizontal reference point for the activated "Dynamics" function(s). (left, centered, right) Read more in the online manual
|
Init | ZT_VBAMAKRO |
Init VBA macro that should be executed on initialising the element. Read more in the online manual
|
KillFocus | ZT_VBAMAKRO |
KillFocus VBA macro that should be executed, when the element loses the focus. Read more in the online manual
|
Layer | Long |
Visibility level Select one of the 16 visibility levels (0 to
15) from the dropdown list. With the help of the tool
barVisibility level you decide
which levels are to be displayed in the Editor. This guarantees
that even complex pictures can be engineered clearly. The levels
can be used individually. The levels have no effect on the
foreground or background information and the display in the
Runtime.
|
LeftClickDown | ZT_VBAMAKRO |
LeftClickDown VBA macro that should be executed on pressing the left mouse button. Read more in the online manual
|
LeftClickUp | ZT_VBAMAKRO |
LeftClickUp VBA macro that should be executed on releasing the left mouse button. Read more in the online manual
|
LeftDClick | ZT_VBAMAKRO |
LeftDoubleClick VBA macro that should be executed on doubleclicking the left mouse button. Read more in the online manual
|
LineColorVariable | ZT_VARIABLE_DYN |
Text/line color Name of the variable, whose limit colors should
influence the line/text color of the element. Read more in the online manual
|
LineWidth | Long |
Line width Line
width
|
LineWidthFGES | Long |
Line width Protected Line width
secured
|
LnClVariable | SUBITEM | With this property you have the
opportunity to get informations about the variable which is linked
as "line/text color" variable of the element. The informations are provided via subitems: ProjectVar, SymVarName, SymVarTagNr. zElement.DynProperties ("LnClVariable.SymVarName") 'Return the name of the "line/text color" variable zElement.DynProperties ("LnClVariable.SymVarTagNr") 'Return the identification of the "line/text color" variable |
Menu | String |
Menu Context menu for the element. Read more in the online manual
|
MouseOver | ZT_VBAMAKRO |
MouseOver VBA macro that should be executed, when the cursor is moved over the element. Read more in the online manual
|
Name | String |
Object name Object name, with which the element can be
accessed by VBA macros. Read more in the online manual
|
PunchFrameColor | ZT_COLOR |
Frame color Definition of the frame color. Read more in the online manual
|
PunchFrameOffset | Long |
Distance [pixels] Distance of the frame to the element in pixels. Read more in the online manual
|
PunchFrameWidth | Long |
Line width Definition of the line width of the frame. Read more in the online manual
|
RightClickDown | ZT_VBAMAKRO |
RightClickDown VBA macro that should be executed on pressing the right mouse button. Read more in the online manual
|
RightClickUp | ZT_VBAMAKRO |
RightClickUp VBA macro that should be executed on releasing the right mouse button. Read more in the online manual
|
RightDClick | ZT_VBAMAKRO |
RightDoubleClick VBA macro that should be executed on doubleclicking the right mouse button. Read more in the online manual
|
SaumWidth | Long |
Edge width Hem
width
|
SetFocus | ZT_VBAMAKRO |
SetFocus VBA macro that should be executed, when the element gets the focus. Read more in the online manual
|
SetValueDynMax | ZT_VARIABLE_DYN |
Maximum Only available, if
"Get set value limits from variable" is not active: Read more in the online manual
|
SetValueDynMin | ZT_VARIABLE_DYN |
Minimum Only available, if
"Get set value limits from variable" is not active: Read more in the online manual
|
StartX | Long |
Start point X [pixels] X coordinate of the upper left corner of the element (in pixels). Read more in the online manual
|
StartY | Long |
Start point Y [pixels] Y coordinate of the upper left corner of the element (in pixels) Read more in the online manual
|
Stationname | String |
Name for object list Element is entered into the object list of the world view with the text entered here. Read more in the online manual
|
Tab | Boolean |
Accessible via keyboard Active: The
dynamic element is available for keyboard operation. Read more in the online manual
|
Tooltip | String |
Tooltip Text, which should be displayed as a tooltip
for the element in the Runtime. A tooltip is automatically
displayed in the Runtime, when the mouse cursor stands still on the
element for while. New lines can be indicated with \n. Read more in the online manual
|
TwistVar | SUBITEM | With this property you have the
opportunity to get informations about the variable which is linked
as "rotate" variable of the element. The informations are provided via subitems: ProjectVar, SymVarName, SymVarTagNr. zElement.DynProperties ("TwistVar.SymVarName") 'Return the name of the "rotate" variable zElement.DynProperties ("TwistVar.SymVarTagNr") 'Return the identification of the "rotate" variable |
TwistVarMax | Double |
Max. variable value Highest variable value for rotating the element. Read more in the online manual
|
TwistVarMin | Double |
Min. variable value Lowest variable value for rotating the element. Read more in the online manual
|
TwistVariable | ZT_VARIABLE_DYN |
Variable Name of the variable for rotating the
element. Read more in the online manual
|
TwistViewMax | Long |
Max. rotation [°] Rotation angle of the element for variable maximum (in °). Read more in the online manual
|
TwistViewMin | Long |
Min. rotation [°] Rotation angle of the element for variable minimum (in °). Read more in the online manual
|
UnderCE | Boolean |
Visible under WinCE Controls the visibility of elements in pictures under Windows CE. Projects which are used under CE and on the PC can be created more flexible; the user handling is improved. For example buttons can be made invisible which lead to pictures which cannot be displayed under CE (e.g. IPA). Active: The picture/element is also visible under Windows CE. Default: Active
|
UseBlinkColor | Boolean |
Blinking color from limit The element does not flash against invisible but against the the color of the violated limit of the selected variable. Read more in the online manual
|
Variable | ZT_VARIABLE_DYN |
Variable Only available for
buttons that are used as switches: Only Meaning in SICAM 230: Lower bit: Alarm active/inactive Higher bit: Alarm acknowledged/not acknowledged
|
VariableStandardIsolatingPoint | ZT_VARIABLE_DYN |
Variable standard dividing point Variable normed
disconnecting point
|
Variable_SS_1_1 | ZT_VARIABLE_DYN |
Variable SS_1_1 Variable
SS_1_1
|
Variable_SS_1_2 | ZT_VARIABLE_DYN |
Variable SS_1_2 Variable
SS_1_2
|
Variable_SS_1_3 | ZT_VARIABLE_DYN |
Variable SS_1_4 Variable
SS_1_3
|
Variable_SS_1_4 | ZT_VARIABLE_DYN |
Variable SS_1_4 Variable
SS_1_4
|
Variable_SS_2_1 | ZT_VARIABLE_DYN |
Variable SS_2_1 Variable
SS_2_1
|
Variable_SS_2_2 | ZT_VARIABLE_DYN |
Variable SS_2_2 Variable
SS_2_2
|
Variable_SS_2_3 | ZT_VARIABLE_DYN |
Variable SS_2_3 Variable
SS_2_3
|
Variable_SS_2_4 | ZT_VARIABLE_DYN |
Variable SS_2_4 Variable
SS_2_4
|
Variable_Start1 | ZT_VARIABLE_DYN |
Variable Start1 Variable start
1
|
Variable_Start2 | ZT_VARIABLE_DYN |
Variable Start2 Variable start
2
|
VerticalOrigin | Long |
Vertical Vertical reference point for the activated "Dynamics" function(s). (top, centered, bottom) Read more in the online manual
|
VisVariable | SUBITEM | With this property you have the
opportunity to get informations about the variable which is linked
as "visibility" variable of the element. The informations are provided via subitems: ProjectVar, SymVarName, SymVarTagNr. zElement.DynProperties ("VisVariable.SymVarName") 'Return the name of the "visibility" variable zElement.DynProperties ("VisVariable.SymVarTagNr") 'Return the identification of the "visibility" variable |
VisibilityFrom | Double |
from Only available,
after a variable has been selected and if the visibility is not
taken from the limit: Read more in the online manual
|
VisibilityFromLimit | Boolean |
take from limit Only available,
after a variable has been selected: Read more in the online manual
|
VisibilityTo | Double |
to Only available,
after a variable has been selected and if the visibility is not
taken from the limit: Read more in the online manual
|
VisibilityVariable | ZT_VARIABLE_DYN |
Variable Name of the variable whose value influences the
visibility of the element. The visibility will either be taken from
the limit text properties of this variable or it will be detemined
by the value range defined in the properties from and
to.
|
Width | Long |
Width [pixels] Width of the element (in pixels). Read more in the online manual
|
XVar | SUBITEM | With this property you have the
opportunity to get informations about the variable which is linked
as "dynamic x position" variable of the element. The informations are provided via subitems: ProjectVar, SymVarName, SymVarTagNr. zElement.DynProperties ("XVar.SymVarName") 'Return the name of the "dynamic x position" variable zElement.DynProperties ("XVar.SymVarTagNr") 'Return the identification of the "dynamic x position" variable |
XVarMax | Double |
Max. variable value Highest variable value for horizontal moving of the element. Read more in the online manual
|
XVarMin | Double |
Min. variable value Lowest variable value for horizontal moving of the element. Read more in the online manual
|
XVarZoom | SUBITEM | With this property you have the
opportunity to get informations about the variable which is linked
as "change width" variable of the element. The informations are provided via subitems: ProjectVar, SymVarName, SymVarTagNr. zElement.DynProperties ("XVarZoom.SymVarName") 'Return the name of the "change width" variable zElement.DynProperties ("XVarZoom.SymVarTagNr") 'Return the identification of the "change width" variable |
XVariable | ZT_VARIABLE_DYN |
Variable Name of the variable for horizontal moving of
the element. Read more in the online manual
|
XViewMax | Long |
Max. movement [pixels] Horizontal position of the element for variable maximum (in pixels). Read more in the online manual
|
XViewMin | Long |
Min. movement [pixels] Horizontal position of the element for variable minimum (in pixels). Read more in the online manual
|
XZoomVarMax | Double |
Max. variable value Highest variable value for zooming the width of the element. Read more in the online manual
|
XZoomVarMin | Double |
Min. variable value Lowest variable value for zooming the width of the element. Read more in the online manual
|
XZoomVariable | ZT_VARIABLE_DYN |
Variable Name of the variable for zooming the width of
the element. Read more in the online manual
|
XZoomViewMax | Long |
Max. width [%] Zoom factor of the width of the element for variable maximum (in %). Read more in the online manual
|
XZoomViewMin | Long |
Min. width [%] Zoom factor of the width of the element for variable minimum (in %). Read more in the online manual
|
YVar | SUBITEM | With this property you have the
opportunity to get informations about the variable which is linked
as "dynamic y position" variable of the element. The informations are provided via subitems: ProjectVar, SymVarName, SymVarTagNr. zElement.DynProperties ("YVar.SymVarName") 'Return the name of the "dynamic y position" variable zElement.DynProperties ("YVar.SymVarTagNr") 'Return the identification of the "dynamic y position" variable |
YVarMax | Double |
Max. variable value Highest variable value for vertical moving of the element. Read more in the online manual
|
YVarMin | Double |
Min. variable value Lowest variable value for vertical moving of the element. Read more in the online manual
|
YVarZoom | SUBITEM | With this property you have the
opportunity to get informations about the variable which is linked
as "change height" variable of the element. The informations are provided via subitems: ProjectVar, SymVarName, SymVarTagNr. zElement.DynProperties ("YVarZoom.SymVarName") 'Return the name of the "change height" variable zElement.DynProperties ("YVarZoom.SymVarTagNr") 'Return the identification of the "change height" variable |
YVariable | ZT_VARIABLE_DYN |
Variable Name of the variable for vertical moving of the
element. Read more in the online manual
|
YViewMax | Long |
Max. movement [pixels] Vertical position of the element for variable maximum (in pixels). Read more in the online manual
|
YViewMin | Long |
Min. movement [pixels] Vertical position of the element for variable minimum (in pixels). Read more in the online manual
|
YZoomVarMax | Double |
Max. variable value Highest variable value for zooming the height of the element. Read more in the online manual
|
YZoomVarMin | Double |
Min. variable value Lowest variable value for zooming the height of the element. Read more in the online manual
|
YZoomVariable | ZT_VARIABLE_DYN |
Variable Name of the variable for zooming the height of
the element. Read more in the online manual
|
YZoomViewMax | Long |
Max. height [%] Zoom factor of the height of the element for variable maximum (in %). Read more in the online manual
|
YZoomViewMin | Long |
Min. height [%] Zoom factor of the height of the element for variable minimum (in %). Read more in the online manual
|
ZoomMax | Long |
Visible to Highest zoom step in which the element should
be visible in the worldview. Read more in the online manual
|
ZoomMin | Long |
Visible from Lowest zoom step in which the element should be
visible in the worldview. Read more in the online manual
|
'Sample how to get all elements within an symbol... Sub GetItAll() 'Define objects... Dim zPIC As DynPicture Dim zELE As Element 'allocate the picture Set zPIC = MyWorkspace.ActiveDocument.DynPictures.Item("PictureName") 'check if picture object is valid... If zPIC Is Nothing Then Exit Sub 'allocate the element Set zELE = zPIC.Elements.Item("SymbolName") 'check if element object is valid... If zELE Is Nothing Then Exit Sub 'get all elements within the symbol an its sub symbols... Call GetElements(zELE) End Sub 'Procedure with recursive calls to get all subsymbols... Sub GetElements(zElem As Element) Dim i As Integer For i = 0 To zElem.Elements.Count - 1 'check if element is of type symbol If zElem.Elements.Item(i).Type = tpSymbol Then 'recursiv call Call GetElements(zElem.Elements.Item(i)) Else 'print the name of each element... Debug.Print i & ": " & zElem.Elements.Item(i).Name End If Next i End Sub