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

Community Tip - Did you get called away in the middle of writing a post? Don't worry you can find your unfinished post later in the Drafts section of your profile page. X

How to read thing property value using Thingworx Microserver

Velkumar
18-Opal

How to read thing property value using Thingworx Microserver

Hello all,

 

We are using Thingworx Microserver in raspberry pi, we have a requirement where we need to read Thing Property values using Thingworx Microserver .

 

Could any one help with this ?

 

Regards,

VR

1 ACCEPTED SOLUTION

Accepted Solutions
wcui
14-Alexandrite
(To:Velkumar)

Can you try below coding from Luascript? More details in below article.

  • thingworx.server.invoke('ServiceName',nil,'ThingName')

https://www.ptc.com/en/support/article?n=CS297255

View solution in original post

3 REPLIES 3
ckaminski
13-Aquamarine
(To:Velkumar)

Greetings:

 

   Have you seen the Edge Microserver resources available at the following link? 

 

    https://developer.thingworx.com/en/resources/guides/thingworx-raspberry-pi-quickstart

 

   If so, can you elaborate on the nature of the difficulties you are running into?

 

Regards,

-Chris Kaminski

wcui
14-Alexandrite
(To:Velkumar)

Can you try below coding from Luascript? More details in below article.

  • thingworx.server.invoke('ServiceName',nil,'ThingName')

https://www.ptc.com/en/support/article?n=CS297255

slangley
23-Emerald II
(To:wcui)

Hi @Velkumar.

 

If one of the previous responses allowed you to solve your issue, please mark the appropriate one as the Accepted Solution for the benefit of others on the community.

 

Regards.

 

--Sharon

Top Tags