Item reference
An item is a named data structure accessed using any data access technology supported by the
FactoryTalk Batch
Server like the custom COM interface GetItem
method or through OPC.
TIP:
Some data returned with a request are localized. States and modes, as well as most information in the event journal are localized, based upon the language selected in the Control Panel. Time and date formats are based upon the system’s International settings.
The formatting methods used for each of the items:
Item | Description | ||
---|---|---|---|
Input Format | Describes the COM/DCOM method used to obtain this item (REQUEST).
Use this format: object . GetItem ItemName.
For example: object.GetItem(BatchList) . | ||
Output Format | Describes the data returned and the format displayed. All data returns in CFTEXT format, representing either strings or integers. A list of the key characters and what they symbolize follows: | ||
<TEXT> | is | Denotes a variable to define. | |
TEXT | is | Any text that is not enclosed in the < > characters is a keyword and appears as the literal string. | |
<NullString> | is | Denotes an empty string, Cstring.Empty ( ), unless otherwise specified. | |
\t | is | Denotes a Tab character (ASCII - 9) used as a field delimiter. A space before and after the \t is included for readability, do not include the spaces when formatting the command line. | |
| | is | Used to denote an OR situation. Only one segment of the statement is used. For example, A | B | C \t D \crlf would indicate: A or B or C \t D \crlf. | |
\crlf | is | Denotes a carriage return (ASCII - 13) and a line feed (ASCII - 10) character used as a record delimiter. | |
<sp> blank | is | Denotes a space character (ASCII – 32). | |
<CmdMask> | is | Command masks | |
<ArbMask> | is | Arbitration masks | |
Example: | Defines an example for the REQUEST statement: Input statement Output statement |
Provide Feedback