Download Unity SFC View
Transcript
Properties StateErrorStateColumn Property Brief description Returns/Sets what indicate the background color in the Error State column in the grid for transition errors. Syntax object.StateErrorStateColumn [= value] The StateErrorStateColumn property syntax has these parts: Settings Part Description object An object expression that evaluates to a SFC View control. value Numeric expression, which determines what indicate the background color in the Error State column. The settings for value are: Setting Remarks Description 0 - sescNoState The background color is gray. 1 - sescErrorState The background color indicate, if the variable is an error or not. 2 - sescPinState (Default) The background color indicate pin state, to which the variable is directly connected. (If the pin is inverted the state differs from variable state. If the pin is not inverted the pin state is equal to the variable state.) 3 - sescVariableState The background color indicate variable state. The property is valid only when UsePLCDiagSystem property is false. 181