Community Tip - Learn all about the Community Ranking System, a fun gamification element of the PTC Community. X
Hi. Im trying to log some properties from Remote Things. But every time I run my application, It triggers the error on the next image.
Does anyone know how to solve this error? how to log these properties to show them later in my application? Thank you for your time
Solved! Go to Solution.
You want to map to a RemoteThing and bind/Map the properties.
The properties of the RemoteThing you then set to Logged
Now to the RemoteThing or its Template you can assign a regular ValueStream (data stored in local Thingworx server) or RemoteValueStream (data stored in a different Thingworx server)
You may be misunderstanding the meaning/use of a RemoteValueStream
You want to map to a RemoteThing and bind/Map the properties.
The properties of the RemoteThing you then set to Logged
Now to the RemoteThing or its Template you can assign a regular ValueStream (data stored in local Thingworx server) or RemoteValueStream (data stored in a different Thingworx server)
You may be misunderstanding the meaning/use of a RemoteValueStream
Oh, so, you mean there is no need to use a remote value stream to log remote properties?
Eddison, as long as you have a ValueStream attached to your Thing, and the 'logged' flag is enabled/ checked on your properties, you should be good to go.
Thank You, Aanjan and Pai. This is actually strange since in the first moment I used a regular ValueStream but It wasn't working.