Connect Thingworx and PLC
Hi,
I'm trying to connect PLC and Thingworx via EMS.
In modbusExample.lua file, defining property for Thing is essential.
I put this property like this,
properties.Int16HoldRegExample = {value="300", dataChangeType="ALWAYS",pushType="ALWAYS", key ="holding_register/1/40001", handler="modbus_handler", basetype="NUMBER"}
But I can't connect.
Which URL does this "key" table mean? PLC ,EMS or Thingworx Composer ?
please let me know information...
