ZoneImageLayoutConfig
With ZoneImageLayoutConfig attribute, users can establish the default configuration to be shown on the control.
This attribute also enables binding to a server symbol, allowing users to capture and store new changes from the client side.
The properties in the object are explained in table below.
Name | Type | Description |
---|---|---|
LayoutWidth | tchmi:framework#/definitions/MeasurementValue | Width of the layout frame drawn on the control as a guidance area for user. |
LayoutWidthUnit | tchmi:framework#/definitions/MeasurementUnit | Unit of LayoutWidth. |
LayoutHeight | tchmi:framework#/definitions/MeasurementValue | Height of the layout frame. |
LayoutHeightUnit | tchmi:framework#/definitions/MeasurementUnit | Unit of LayoutHeight attribute. |
BackgroundPath | tchmi:framework#/definitions/Path | Path to an image that will be shown in background of the control. |
BackgroundWidth | tchmi:framework#/definitions/MeasurementValue | Background image width. |
BackgroundWidthUnit | tchmi:framework#/definitions/MeasurementUnit | Unit of background image width |
BackgroundHeight | tchmi:framework#/definitions/MeasurementValue | Background image height. |
BackgroundHeightUnit | tchmi:framework#/definitions/MeasurementUnit | Unit of background image height |
Zones | tchmi:framework#/definitions/ZoneImageConfig | List of temperature zones that are displayed on the control. Each zone object contains 3 properties: X: Position of zone tile in the layout in X direction from top left. Y: Position of zone tile in the layout in Y direction from top left. ZoneIndex: Index of the zone object in aChannels array in PLC. |
BackgroundPadding | tchmi:framework#/definitions/Padding | Background image padding. |
BackgroundHorizontalAlignment | tchmi:framework#/definitions/HorizontalAlignment | Horizontal alignment of background image. |
BackgroundVerticalAlignment | tchmi:framework#/definitions/VerticalAlignment | Vertical alignment of background image. |
Schema: tchmi:framework#/definitions/ZoneImageLayoutConfig
Attribute getter: getZoneImageLayoutConfig
Attribute setter: setZoneImageLayoutConfig
Available: since version 12.8.0