Skip to main content
5-Regular Member
June 6, 2016
Question

ThingWorx Tutorials: Introduction to Value Streams

  • June 6, 2016
  • 5 replies
  • 7966 views

This is a video tutorial on creating a Value Stream, adding the Value Stream to a Remote Thing, adding, binding and querying the (remote) properties

5 replies

1-Visitor
August 23, 2017

Dear Aanjan,

I followed the tutorial exactly step by step, but my RemoteDemoThing didn't get connected automatically as yours (isConnected == false). I cannot therefore bind the properties.

What could the problem be please? I am using a licensed version of the ThingWorx Composer, I have a user profile with administrator access, and I am a newbie.

Aanjan5-Regular MemberAuthor
5-Regular Member
August 23, 2017

Ulrich, are you connecting an EMS or an SDK to your RemoteDemoThing? There needs to be an active (websocket) connection for the RemoteThing to be active, as in, the isConnected flag to be true.

1-Visitor
August 23, 2017

Hi Aanjan, Yes, I did the Raspberry Pi Quickstart and figured it out. I got the quickstart tutorial working and it is making more sense now. Thanks.

Aanjan5-Regular MemberAuthor
5-Regular Member
August 23, 2017

Awesome, thanks for the quick update!

1-Visitor
October 10, 2017

Hi Aanjan,

Do you if it's possible to take data from an OPC AU server instead of streaming data ? If yes, how to do it ?