Your SICK ID gives you access to our extensive range of services. This includes direct online orders, price and availability checks, and access to our digital services.
The document attached to this knowledge article provides a comprehensive technical reference for the Lector8xx / CLV8xx Command Protocol, the command interface used to access configuration parameters, status information, diagnostic data, and executable actions of the reader. The protocol enables integration with PLCs, host computers, engineering tools, service applications, and custom software through a simple and human-readable command interface. The Text Command Protocol is available through multiple communication channels, including:
Ethernet TCP/IP
Serial (data)
Serial (service)
Fieldbus
All protocol messages use mandatory framing characters to ensure reliable command parsing and transmission. Every command sent to the device and every response returned by the device must be enclosed between a Start of Text (<STX>, Hex ASCII 0x02) character and an End of Text (<ETX>, Hex ASCII 0x03) character. The device will only process commands that are correctly framed with <STX> and <ETX>.
Command Types
The protocol supports three fundamental command types:
Read Commands
Read commands retrieve the current value of a device parameter.
The protocol distinguishes between parameter modification and parameter activation. When parameters are written, the new values are first stored in the device configuration but are not yet active. Multiple parameters can therefore be modified consecutively without immediately affecting the running application. To make pending configuration changes effective, the following action must be executed:
<STX>run ApplyParameterChanges<ETX>
Only after successful execution of ApplyParameterChanges all pending parameter changes are transferred into the active device configuration and used by the running application. This mechanism allows several related parameters to be changed together and activated simultaneously, preventing inconsistent intermediate configurations.
The attached document lector8xx_clv8xx_command_protocol.html provides further information