To switch the Decoder into Operation Mode, the host sends
STARTOPERATION<CrLf>
The decoder responds with:
STARTOPERATION;OK[;<Date>;<Time>]13<CrLf>
if the Decoder was switched into Operation Mode, with
STARTOPERATION;OPERATIONMODE[;<Date>;<Time>]13<CrLf>
if the Decoder already was in Operation Mode.
Where
|
<Date> |
Date at which the decoder was successfully put into operation mode, format: yyyy-MM-dd. Since protocol version 1.3. |
|
<Time> |
Time at which the decoder was successfully put into operation mode, format: hh:mm:ss.kkk. Since protocol version 1.3. |
Example
← STARTOPERATION<CrLf> → STARTOPERATION;OK;0000-00-00;00:10:00.000<CrLf>