Detect errors during Sequencer configuration change
- Last UpdatedJul 20, 2024
- 1 minute read
You can detect if the Sequencer Configuration change failed during a load or update procedure. For this you can use the values of the ProgramError and ProgramErrorDesc attributes.
To detect program errors:
-
Read the values from the following attributes:
|
Attribute |
Description |
|---|---|
|
ProgramError |
TRUE - A Program Error has occurred FALSE - No Program Error has occurred |
|
ProgramErrorDesc |
A description indicating possible causes |
You can monitor the values of the following attributes for more information:
-
PrgSeqConfigStatus.Error
-
PrgSeqConfigStatus.Desc
-
PrgSeqConfigStatus.Code
For more on these attributes, see Sequencer object help.