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

L-force | PLC Designer
PLC Designer Visualization
DMS 3.2 EN 02/2011 TD29
721
Component
(+Data type)
Effect
Example
(the Object Name "vis1" has been
defined for the element)
corresponding entries
in configuration
dialog:
dwFrameFlags:
DWORD;
Display of frame:
0 full
1 dashed ( --- )
2 dotted ( )
3 dash-point ( _._._
)
4 dash-point-point
(_.._.. )
8 blind out line
vis1.FrameFlags:=1;
(Frame will be displayed as dashed
line)
- Cat. Colorvariables:
Frameflags
Defining color values:
Example: e1.dwFillColor := 16#00FF00FF;
A color is entered as a hex number which is composed of the Blue/Green/Red (RGB)
components. The first two zeros after "16#" should be set to in each case, to fill the
DWORD size. For each color value 256 (0-255) colors are available.
FF Blue component
00 Green component
FF Red component