Community Tip - Stay updated on what is happening on the PTC Community by subscribing to PTC Community Announcements. X
Hi
I my simulating some data to ThingWorxs and want to call a service as soon as new simulated data is received.
How to invoke or trigger a service as soon as new data is consumed ?
Thanks
Hi Rahul,
You can use the DataChange event for that.
Each Property comes with a build in DataChange event (type of which you can set to Always/Value/Never/On/Off)
and then you can create a Subscription to that to fire your Service.