DataDisplayAdvanced
Component used to display a numerical or alphanumeric data.It has the following properties:
- alignment: 0 = aligned left, 1 = centered, 2 = aligned right.
- label: label that identifies the data on the PLC (allowed formats: label, label[constant], label[label2])
- comma: number of decimals to be displayed. Can be a numerical constant or a variable on the PLC.
- arcWidth: arc width at the component vertex
- gradient: see Shared properties
- border: see Shared properties
- customFont: allows to select as component font, any font installed on the machine. Writing the name of the font, if is found, the font is used. Font size and style properties, are used also if customFont is enabled.