Sequence Detail Control runtime data
Use Sequence Detail Control to make data available for VBA programmers at runtime. This list of 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 |
ActiveStepCount | A count of the number of active steps in the displayed Sequence. | Yes | Integer |
FailedStepCount | A count of the number of failed steps in the displayed Sequence. | Yes | Integer |
SelectedStepName | The name of the currently selected step in the sequence. If no sequence is loaded, no element is selected, or the selected element is not a step, then this property contains an empty string. | Yes | String |
SequenceState | Displays the state value of the displayed Sequence. | Yes | Integer (unsigned) |
Provide Feedback