|
<< Click to Display Table of Contents >>
Configuration by Syntactic Parameters |
Use the next syntax to configure I/O Tags and Block Tags using syntactic parameters.
•Device: Address of a device to which a Tag communicates. It must be a value between 48 and 111
•Item: This text must follow the next syntax, in which items are separated by a single space
<Type> <Command>[ <Parameter>]
In which:
•Type: Type of a command. The available options are Set: Writing or action commands or Query: Reading commands
•Command: A single character identifying an operation to perform. For more information, please check topic Commands
•Parameter: Additional numeric parameters. For a c command, identifies the log entry number to read and, for all other commands, it must be ignored
NOTE |
Writing commands must use the Set type and reading commands must use the Query type. If a command does not match its type, this Driver indicates a syntax error. |
Examples of using syntactic parameters
Device |
Item |
|---|---|
48 |
Set A |
48 |
Set ~ |
48 |
Query 0 |
48 |
Query c 1234 |