18. May 2021
© Copyright 2020, PROCEQ SA
20
6.3.6 Command Error()
This command can only be sent from the client to the host. The command Error() will be
send as answer to a command which due to whatever reasons was not accomplished
properly.
Error(SerialNo, TID, ErrorCode, ErrorDetails)
OP-Code: 56
Parameter:
SerialNo
9-digit serial number with preceding blank
TID
2 characters transaction number of the
command at which the error occurred.
ErrorCode
for example, function which has caused the
error
ErrorDetails
detail about the cause of the error
For further information please refer to section 6.5.
6.3.7 Command Reset_Device()
With the help of this command, a hardware reset can be carried out on the measuring head.
Reset_Device(SerialNo, TID)
OP-Code: 64
Parameter:
SerialNo
9-digit serial number with preceding blank
TID
2 characters transaction number of the host
Return string:
none
6.3.8 Command Calibrate()
This command accomplishes a calibration of ONE angle. With the parameter Cal2Standard it
is possible to choose between a calibration on the provided working standard (0) or on an
alternative, customised second standard (1). With a calibration on a second standard, the
calibration value (in deci gloss units [dGU]), can additionally be delivered as parameter.
Calibrate(SerialNo, TID, Angle, Cal2Standard, Cal2StandValue)
OP-Code: 72