Skip to main content
17-Peridot
March 9, 2022
Solved

simulated datas

  • March 9, 2022
  • 1 reply
  • 1398 views

How to send simulated datas to thingworx remote thing for development and testing ?

Best answer by PaiChung

I often use just a service and a timer. Or if available Kepserver and simulated tags.

1 reply

PaiChung22-Sapphire IAnswer
22-Sapphire I
March 9, 2022

I often use just a service and a timer. Or if available Kepserver and simulated tags.

17-Peridot
March 19, 2022

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. 

22-Sapphire I
March 21, 2022

You can use the UpdatePropertyValues service to update remote properties even when not connected to a device.