.. Copyright (C) 2020-2023 Evolabel AB. All rights reserved. Author: Martin Forsberg .. _plc-index: ################################## PLC Support ################################## This section describes some different ways to control an Evolabel printer from a PLC. Multiple Evolabel devices are controlled by PLCs. These integrations are made by our skilled partners. =========================== Digital I/O and I/O rules =========================== `I/O-Rules `_ make it possible to execute system requests when an input changes state, or set outputs from system events. ======================== Modbus TCP ======================== Evolabel printers provide a `Modbus TCP `_ Server interface which can be accessed on port 502. ============================== Sending variable print data ============================== Most modern PLC can send raw variable data through to a network port on a device. It should therefore be possible to send `JSON-RPC `_ or `XML `_ data from the PLC to the printer. ================================================ PLC configuration files for Evolabel devices ================================================ Evolabel do not provide PLC configuration files.