Skip to main content
1-Visitor
July 19, 2018
Question

How can I make(create) new thing on server (C-SDK)

  • July 19, 2018
  • 2 replies
  • 1249 views

Hi!

 

I am newbie Thingworx... 

 

I have a question, in C-SDK example SteamSensor, this example explains about just one thing 'SteamSensor'.

 

I need to make(create) thing on client program, if thing which have specific name is not exist in server.

 

I couldn't find solution on C-SDK document... Is there any way to do it?

 

2 replies

19-Tanzanite
July 19, 2018

Hello @Mintogo,

 

There is some documents related to createThing Macro. You can use that.

 

Document located under:

 

\MED-61061-CD-055_M050_C-SDK-2-1-2-877\c-sdk-2.1.2.877-c-sdk-2.1.2\doc\html\index.html

 

Regards,

Velkumar R

Mintogo1-VisitorAuthor
1-Visitor
July 19, 2018

Hi @Velkumar

 

To be honest, I already have C-SDK documents and it is newest version.

 

Actually I didn't find a way resolve it..

 

can you tell me about a little more?

 

maybe twExt_CreateThingFromTemplate is it right?

 

Thank you