How to read thing property value using Thingworx Microserver
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
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
Solved! Go to Solution.
- Labels:
-
Best Practices
-
Coding
- Tags:
- edge microserver
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Can you try below coding from Luascript? More details in below article.
- thingworx.server.invoke('ServiceName',nil,'ThingName')
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Can you try below coding from Luascript? More details in below article.
- thingworx.server.invoke('ServiceName',nil,'ThingName')
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
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
