Community Tip - Stay updated on what is happening on the PTC Community by subscribing to PTC Community Announcements. X
Hello,
I have one device that uses the Modbus protocol. and Thingworx Kepware server connects that Modbus device and sends data to thingworx. And I have displayed device data in a mashup. In that mashup, I have added an on/off button. when I press the off button on mashup then my device will off
How can I achieve this using Thingworx, and the Thingworx Kepware server?
Solved! Go to Solution.
Do you have a register in PLC to control power ON / OFF?
If the register is available, you can bind that register to Kepware Tag and Thingworx Property. By updating the property value from Thingworx you can control the PLC power state.
Make sure the register is Readable / also Writeable
/VR
Do you have a register in PLC to control power ON / OFF?
If the register is available, you can bind that register to Kepware Tag and Thingworx Property. By updating the property value from Thingworx you can control the PLC power state.
Make sure the register is Readable / also Writeable
/VR