|
Sequencing
The following new variables control the automatic sequencing process.
System Variable |
Default format |
Use and Comments |
SEQ_NUM |
6 |
The sequence number. Each time it is output, it is automatically incremented by the value of SEQ_INC. Its value is also controlled by the SEQ_LEVEL_NEXT and SEQ_LEVEL_BACK commands for nested sequencing. |
SEQ_INC |
6 |
The increment value that is added to SEQ_NUM each time it is sent to output. |
SEQ_START |
6 |
The "start" value of new sequencing series. Each time the SEQ_LEVEL_NEXT statement is executed, the value of SEQ_START is copied to SEQ_NUM. |
SEQ_MAX |
6 |
The maximum allowed value for SEQ_NUM. If SEQ_NUM is incremented past this number, it is reset to the value of SEQ_START. |
|