Community Tip - Need to share some code when posting a question or reply? Make sure to use the "Insert code sample" menu option. Learn more! X
how to read data from device (thing) and show in to mashup?
Solved! Go to Solution.
To view the current property values on a mashup you can use the GetPropertyValues service. If the properties are logged then you use QueryPropertyHistory service of the value stream assigned to the thing. Add these services in the data section of the mashup.
Details of these services are provided here,
http://support.ptc.com/help/thingworx_hc/javadoc/com/thingworx/things/Thing.html
Regards,
Sachin Sharma
To view the current property values on a mashup you can use the GetPropertyValues service. If the properties are logged then you use QueryPropertyHistory service of the value stream assigned to the thing. Add these services in the data section of the mashup.
Details of these services are provided here,
http://support.ptc.com/help/thingworx_hc/javadoc/com/thingworx/things/Thing.html
Regards,
Sachin Sharma