Sequence Detail Control events
The
Sequence Detail Control
has these events that can be used by a client in runtime.Event | Description |
---|---|
ActiveStepCountChanged | Event indicates that the count of active steps in the displayed Equipment Sequence has changed. The event has a single integer parameter that is the ActiveStepsCount property value. |
AutoScrollChanged | Event occurs whenever the value of the AutoScroll property changes. The event has a single Boolean parameter that is the current AutoScroll property value. |
FailedStepCountChanged | Event indicates that the count of failed steps in the displayed Equipment Sequence has changed. The event has a single integer parameter that is the FailedStepsCount property value. |
StepSelectionChanged | Event occurs when the value of the SelectedStepName property changes. The event has a single string parameter that is the SelectedStepName property value. |
everyTagConnectedChanged | Occurs whenever the value of the IsEveryTagConnected property changes. The event has a single bool parameter that is the current IsEveryTagConnected property value. |
liveDataConnectedChanged | Occurs whenever the value of the IsLiveDataConnected property changes. The event has a single bool parameter that is the current IsLiveDataConnected property value. |
seqMgrServerConnectedChanged | Occurs whenever the value of the IsSeqMgrServerConnected property changes. The event has a single bool parameter that is the current IsSeqMgrServerConnected property value. |
seqMgrServerConnectedBackupChanged | Occurs whenever the value of the IsSeqMgrServerConnectedBackup property changes. The event has a single bool parameter that is the current IsSeqMgrServerConnectedBackup property value. |
seqMgrServerToControllerConnectedChanged | Occurs whenever the value of the IsSeqMgrServerToControllerConnected property changes. The event has a single bool parameter that is the current IsSeqMgrServerToControllerConnected property value. |
seqMgrServerToControllerConnectedBackupChanged | Occurs whenever the value of the IsSeqMgrServerToControllerConnectedBackup property changes. The event has a single bool parameter that is the current IsSeqMgrServerToControllerConnectedBackup property value. |
sequenceStateChanged | Occurs whenever the value of the SequenceState property changes. The event has a single integer parameter that is the current SequenceState property value. |
Provide Feedback