Community Tip - Your Friends List is a way to easily have access to the community members that you interact with the most! 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.