cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - Stay updated on what is happening on the PTC Community by subscribing to PTC Community Announcements. X

Nothing happens on Thingworx platform when running C SDK examples

mzi
1-Newbie
1-Newbie

Nothing happens on Thingworx platform when running C SDK examples

I am new to the C SDK and I am trying to run the examples (ExampleClient and SteamSensor) according to the provided guide. Even though I get no error on web socket creation or API initialization and connection, I don't see any new Thing or DataShape being generated on Thingworx platform after running the examples. I have already set the host name, port number and app key correctly and also disabled the encryption.

I will appreciate any help regarding this problem.

1 REPLY 1
Aanjan
9-Granite
(To:mzi)

Mon Zi, when you run the SteamSensor example, navigate to Monitoring -> Remote Things and click on the 'Unbound' tab. Do you see any entities on the lines of SteamSensor1 and SteamSensor2? If so, you need to create a Thing based on the RemoteThing Template and on the Identifier section name it SteamSensor1 (or 2). Alternatively, you can create a RemoteThing called SteamSensor1 (or 2) for it to directly connect to it.

Top Tags