Skip to main content
9-Granite
December 17, 2024
Solved

how to get the PLC connection state in the kepware?

  • December 17, 2024
  • 1 reply
  • 1046 views

kepware.png

kepware.png

how to get the state in the picture in thingworx service?

thingworx9.3/kepware6.11

Best answer by CharlesJi

Hi @LY_10340318

 

You can check the data quality from the small icon at the beginning of the Source column:

 

You can also fetch the string value of that quality by executing the service from your Remote Thing > Services > GetPropertyValuesVTQ

1 reply

CharlesJi16-PearlAnswer
16-Pearl
December 19, 2024

Hi @LY_10340318

 

You can check the data quality from the small icon at the beginning of the Source column:

 

You can also fetch the string value of that quality by executing the service from your Remote Thing > Services > GetPropertyValuesVTQ

19-Tanzanite
December 19, 2024

Hi @LY_10340318 

 

You can also use GetPropertyQuality service to get Property binding quality.

 

/VR

9-Granite
December 20, 2024

thank you