cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - Learn all about PTC Community Badges. Engage with PTC and see how many you can earn! X

Eclipse-plug in extension, calling services from the thingworx platform

AViñeta
9-Granite

Eclipse-plug in extension, calling services from the thingworx platform

I am creating a java extension to handle multi-thread issues. i need a synchronized subscription that calls a service from a generic thing. This thing is created dynamically so I have to call it in a generic fashion (like Things[ThingName].service() in js). Is there a way to accomplish something similar? Or do I have to look for alternative aproaches? For context he service is in a timer that and I don't want to fire the subscription if it's the first time it fires. The issue is that is  a time off timer and I need to reset every time a counter form an OPC server increases, which is about every second or so. 

 

Thanks

1 ACCEPTED SOLUTION

Accepted Solutions
2 REPLIES 2

It is, thank you!

Top Tags