| Feature | Description |
| ConveyorWidth | Determines the width of the element. The width must not be less than 30. |
| ConveyorHeight | Determines the height of the element. |
| HasData | Activates the element. (Receives data) Options: True | False |
| IsUsed | The element is used. Options: True | False |
| DataError | Indicates a data error. Possibilities: True | False |
| Malfunctioning | Signals a malfunction. Options: True | False |
| ColorDefault | Determines the default color of the element. |
| ColorData | Determines the color that is applied to the element when “HasData” is active. |
| ColorUsed | Determines the color that is applied to the element when “IsUsed” is active. |
| ColorDataAndUsed | Determines the color that is applied to the element if “HasData” and “IsUsed” are active at the same time. |
| ColorError | Determines the color that is applied to the element when “DataError” is active. |
| ColorMalfunctioning | Determines the color that is applied to the element when “Malfunctioning” is active. |