Skip to main content
12-Amethyst
June 13, 2023
Solved

Send Data to thingworx to modbus PLC

  • June 13, 2023
  • 1 reply
  • 1028 views

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? 

 

Best answer by Velkumar

Hi @ParthBhadiyadra 

 

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

1 reply

Velkumar19-TanzaniteAnswer
19-Tanzanite
June 13, 2023

Hi @ParthBhadiyadra 

 

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

12-Amethyst
June 13, 2023

Thank you so much @Velkumar