DEVICE CONTROL COMMANDS
PRODUCT REFERENCE GUIDE 54
GTATS (GeTAsyncTaskStatus)
Query the device about the status and type of asynchronous task in progress.
Syntax:
GTATS<CR><LF>
Reply:
GTATS;ReturnCode;AsyncTaskType;AsyncTaskStatus<CR><LF>
AsyncTaskType: identification code of the asynchronous task.
AsyncTaskStatus: status of the asynchronous task.
Possible return codes:
• Success → Command successful.
• NotInProgress → No asynchronous tasks have been started.
FNZJB (FiNaliZeJoB)
Finalize the asynchronous command to create a new job (“
).
Syntax:
FNZJB<CR><LF>
Reply:
FNZJB;ReturnCode <CR><LF>
Possible return codes:
• Success → Command successful.
• NotInProgress → No asynchronous tasks in progress.
• OtherInProgress → Another asynchronous task is in progress.
• Failed → The asynchronous task did not finish successfully.
CODE
ASYNCHRONOUS TASK TYPE
0
Creating a new job
1
Job training
2
Creation of binary file containing a job
3
Creation of binary file containing device backup
4
Saving a file on the internal memory
99
Not relevant
CODE
ASYNCHRONOUS TASK STATUS
0
Task in progress
1
Task finished
99
Not relevant