ConveyorMinimal

FeatureDescription
ConveyorWidthDetermines the width of the element. The width must not be less than 30.
ConveyorHeightDetermines the height of the element.
HasDataActivates the element. (Receives data) Options: True | False
IsUsedThe element is used. Options: True | False
DataErrorIndicates a data error. Possibilities: True | False
MalfunctioningSignals a malfunction. Options: True | False
ColorDefaultDetermines the default color of the element.
ColorDataDetermines the color that is applied to the element when “HasData” is active.
ColorUsedDetermines the color that is applied to the element when “IsUsed” is active.
ColorDataAndUsedDetermines the color that is applied to the element if “HasData” and “IsUsed” are active at the same time.
ColorErrorDetermines the color that is applied to the element when “DataError” is active.
ColorMalfunctioningDetermines the color that is applied to the element when “Malfunctioning” is active.
ActionDescription
ClickedAn action can be defined here that is triggered when the element is clicked with the mouse button.