Sequence Summary Control runtime data
Use Sequence Summary Control to make data available for VBA programmers at runtime. Following is a list of properties that 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 |
SelectedSequenceName | Displays the name of the selected Equipment Sequence. | Yes | String |
SelectedSequenceState | Displays the state value of the selected Equipment Sequence | Yes | String |
Provide Feedback