GraphDataDisplay
Displays a DataDisplay data in the graph area in a fixed or variable position based on the content of two variables (posx and posy).In addition to the DataDisplay properties, it contains:
- enable: lets you enable or disable display of this element. If enable is not specified, it is always visible. You can use both PLC labels and local variables.
- posx: label indicating position with respect to X axis (and limits)
- posy: label indicating position with respect to Y axis (and limits)
- align: vertical alignment with respect to coordinate point (posx, posy). BOTTOM: aligned at bottom MIDDLE: centered vertically TOP: aligned at top
- justify: horizontal alignment with respect to coordinate point (posx, posy). LEFT: aligned left CENTER: centered horizontally RIGHT: aligned right
- limitLink: if it contains GRAPHGRID, the logic limits used for calculations are taken from the GraphGrid on which this component is deposited. If it contains STANDALONE, you can specify different limits by means of variables xMin, xMax, yMin, yMax
- xMin, xMax, yMin, yMax: logic limits used for X and Y axes if limitLink = STANDALONE. The variables to be drawn refer to these limits. If limitLink = GRAPHGRID , these variables are ignored (those of the GraphGrid on which this component is deposited are used)
- antiAlias: allows to “round” the graphical “pixel” artefacts (steps) by applying an antialiasing method. For further information about antialiasing, please see chapter “Configuration parameters – Graphics options – Fixed text antialiasing method”.