Command prompt

Use the
FactoryTalk Batch
Server methods at the command prompt. This is useful for trouble-shooting purposes.
TIP:
If the item or execute command line contains any white space, such as tabs or spaces, be sure to enclose the command line in double-quotes. Otherwise, the Item or Execute can be issued as shown in this document.
When using the command prompt, change to the
Batch/bin
directory and format the Item or Execute commands similar to these examples:
Execute Syntax
:
Execute ["]FormattedServerAPIExecuteString["] [options]
Options
:
-a
or
/a
enables the ASCII dump of data
>filename
places the data into a file
Example:
FTB_API_execute_command_Prompt
GetItem Syntax
:
GetItem ["]ServerAPIItem["] [options]
Options
:
-a
or
/a
enables the ASCII dump of data
and
-t
or
/t
removes any embedded time fields
>filename
places the data into a file
Example
:
FTB_API_getitem_command_Prompt
Provide Feedback
Have questions or feedback about this documentation? Please submit your feedback here.
Normal