Hello,
I'm currently in the process of writing a Modbus TCP driver to connect LinuxMCE to a PLC.
I have found a driver already written in C++ and in ruby, with source code.
Is there any simple method to compile the driver and copy it into a LinuxMCE directory or should I go through a DCE template ?
Considering OPC server as another option (instead of the driver), how can I connect LinuxMCE to the OPC server ?
Thanks