Community Tip - Did you get an answer that solved your problem? Please mark it as an Accepted Solution so others with the same problem can find the answer easily. X
How to send simulated datas to thingworx remote thing for development and testing ?
Solved! Go to Solution.
I often use just a service and a timer. Or if available Kepserver and simulated tags.
I often use just a service and a timer. Or if available Kepserver and simulated tags.
Using subscription and scheduler, we can update only locally bound properties. We can update remote properties when the device is connected to thing. We cant update remote properties when the thing is not connected to device.
You can use the UpdatePropertyValues service to update remote properties even when not connected to a device.