Remote ValueStreams
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Remote ValueStreams
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.
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Oh, so, you mean there is no need to use a remote value stream to log remote properties?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Thank You, Aanjan and Pai. This is actually strange since in the first moment I used a regular ValueStream but It wasn't working.
