GetData (GETDATA)
Queries the last inspection result of a station. The formatting is done by message setting directly in the communication explorer at the respective terminal module..
Input
Syntax: GETDATA{SLOTNUMBER}
| {SLOTNUMBER} | Corresponds to the station number |
Output
{COMMAND RESPONSE}{RESULT}
| 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 |
| {RESULT} | Formatted result data. |
Example
Queries the result of station 0.
Formatting in the terminal module: {Serialnumber};{ErrorCode}
Responses:
-
0 = Command response (processing OK)
-
{Serialnumber} = 20220923_072544
-
{ErrorCode} = 111111
Copy
GETDATA0
020220923_072544;111111