Skip to main content
1-Visitor
November 14, 2016
Solved

Remote ValueStreams

  • November 14, 2016
  • 2 replies
  • 4027 views

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

Best answer by PaiChung

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

2 replies

PaiChung22-Sapphire IAnswer
22-Sapphire I
November 14, 2016

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

1-Visitor
November 14, 2016

Oh, so, you mean there is no need to use a remote value stream to log remote properties?

5-Regular Member
November 14, 2016

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.

1-Visitor
November 16, 2016

Thank You, Aanjan and Pai. This is actually strange since in the first moment  I used a regular ValueStream but It wasn't working.