BLMode_x
The batch in the batch list.
BLMode_x
item returns the mode for the x
thThis table shows the input and output formats for this item.
Input Format | Request: BLMode_ <RowNumber> | ||
<RowNumber> | is | ASCII - Integer An array index. When an unacknowledged prompt generates, it adds to an array. If the unacknowledged prompts list is not sorted, then x is the row number of the unacknowledged prompt appearing in the unacknowledged prompts list. | |
The BLMode_x item requires the batchsvr.ini file to contain this setting in the [CLIENT MGR DDE] section:MaxBatchTableLength = n where n is the maximum number of batches accessible to this Item (the maximum number of entries in the array). If the number of batches in the batch list is larger than n , then this item will only access the first n batches in a non-sorted batch list. When a batch with an index of less than n is removed from the batch list, all subsequent batches will have their index decreased by one. The default value of MaxBatchTableLength is 0 (zero). | |||
Output Format | The BLMode_x item returns in this format: <Mode> | ||
Field Name | Format | Description | |
<Mode> | ASCII – String | Current mode of the batch appearing on x th |
This table is an example of a typical batch list containing three batches with batch IDs BATCH_98, BATCH_99, and BATCH_100:
Batch ID | Recipe | Desc | Start Tim e | State | Mode |
BATCH_98 | Vanilla | Ice Cream 1 | 2/24/2022 1:22:02 pm | RUNNING | O_Auto |
BATCH_99 | Chocolate | Ice Cream 2 | 2/24/2022 1:24:12 pm | RUNNING | S_Auto |
BATCH_100 | Premium French Vanilla | Ice Cream 3 | 2/24/2022 1:32:30 pm | RUNNING | O_Auto |
This table shows an example of the return on this request.
TIP:
A request on would return the mode of the batch in the batch list’s third row:
object
.
GetItem(BLMode_3)
O_AUTO
Provide Feedback