TimerSteps
The
TimerSteps
item retrieves selected information about all of the Timer steps currently on the batch list.This table shows the input and output formats for this item.
Input Format | Request: TimerSteps | ||
Output Format | The TimerSteps item returns in this format: | ||
<TimerList> | is | <NullTimerList> | <TLList> | |
<TLList> | is | <TimerStep> | <TimerStep> \t <TLList> | |
where <TimerStep> is: | |||
Field Name | Format | Description | |
<TimerID> | ASCII - String | Internal Timer step ID used to specify a specific Timer on the Batch List. | |
<BatchID> | ASCII - String | User Entered Recipe Batch ID. | |
<Recipe Path> | ASCII - String | Path to the Timer Step in the Recipe (Includes Timer step name. | |
<Unit> | ASCII - String | Unit the Timer step is bound to. (Procedure Level: Blank Value Unit Procedure and Operation Level: shows Bound unit or Legal Binding option of Prompt or First Available) |
This table shows an example of the return on this request.
TIP:
A request on
object
.
GetItem(TimerSteps)
could return:2\tBATCH_432\t9:CLS_FRENCHVANILLA\CLS_FRENCHVANILLA_UP:1\CLS_FRENCHVANILLA_OP:1\TIMER_DN:1\tWP_FREEZER1\r\n
3\tBATCH_432\t9:CLS_FRENCHVANILLA\CLS_FRENCHVANILLA_UP:1\CLS_FRENCHVANILLA_OP:1\TIMER_UP:1\tWP_FREEZER1\r\n
4\tBATCH_432\t9:CLS_FRENCHVANILLA\CLS_FRENCHVANILLA_UP:1\TIMER_DN:1\tWP_FREEZER1\r\n
5\tBATCH_432\t9:CLS_FRENCHVANILLA\TIMER_COUNTUP:1\t \r\n
6\tBATCH_432\t9:CLS_FRENCHVANILLA\TIMER_DN:1\t \r\n
Provide Feedback