Sequence Parameters Control runtime data
Use Sequence Parameters Control to make data available for VBA programmers at runtime. The following properties are read-only assigned data.
Property Name | Description | Read Only | Value Type |
---|---|---|---|
IsEveryTagConnected | Displays whether every tag is connected to the ActiveX control. True = -1 and False = 0. Default value: -1 | Yes | Integer |
IsLiveDataConnected | Displays whether the live data server is connected to the ActiveX control. True = -1 and False = 0. Default value: 0 | Yes | Integer |
IsSeqMgrServerConnected | Displays whether the SequenceManager Server Service application is connected to the ActiveX control.True = -1 and False = 0. Default value: 0 | Yes | Integer |
IsSeqMgrServerConnectedBackup | Displays whether the backup SequenceManager Server Service application is connected to the ActiveX control. True = -1 and False = 0. Default value: 0 | Yes | Integer |
IsSeqMgrServerToControllerConnected | Displays whether the SequenceManager Server Service application is connected to the controller. True = -1 and False = 0. Default value: 0 | Yes | Integer |
IsSeqMgrServerToControllerConnectedBackup | Displays whether the backup SequenceManager Server Service application is connected to the controller. True = -1 and False = 0. Default value: 0 | Yes | Integer |
SequenceState | Displays the state value of the selected Equipment Sequence. | Yes | String |
Provide Feedback