GetRegister (GR)
Gets the value of an EasyRegisters.
Information: The .NET object contained in the register is converted using .ToString() and output as a result.
Input
Syntax: GR{NUMBER}
| {NUMBER} | EasyRegister number |
Output
{COMMAND RESPONSE}{REGISTER VALUE}
| Command Response | Description |
|---|---|
| 0 | Command was processed successfully |
| 1 | Execute not successful |
| 2 | Incorrect syntax |
| 3 | Serious error during execution |
| 4 | Function not active or manually deactivated |
| 9 | EasySightPro® will be closed |
Example
Reads out the contents of register 0.
Responses:
-
0 = Command response (processing OK)
-
{Register value} = Demo
Copy
GR0
0Demo