Community Tip - You can change your system assigned username to something more personal in your community settings. X
Hi there,
I am quite new in Thingworx world. I have kepware and thingworx connected and I can see values changing in a mashup. My next step is displaying data in a chart in real time, I mean I want to see curves changing. I have been searching in the community for examples but I am very confused about how to do that. I have found two different ways (I don't know if there are more):
I am using the famous Simulation Examples of Kepware.
If helps, this is the event log window:
I you could provide me with some guidance, it would be very much appreciate.
Many thanks in advanced.
Solved! Go to Solution.
Youc could consider to use Value Stream to store your data.
After you successfully discovered Tags in your KEPServerEX Thing, You browse the Tags in Kepware from KEPServerEX Thing, and then you bind it to a New Thing with "Bind to New Entity", and this new Entity is based on IndustrialGateway Template, and also remember to set a Value Stream:
Set the bound Tags which you want to show in mashup with "Logged".
And then you bind QueryPropertyHistory in the new kepware Thing in your mashup, and bind the Returned Data to Time Series Chart. To get refreshed periodically, you could add a Auto Refresh widget in your mashup.
Hope this helps,
Br,
Anna
Hi,
1. Assign Value Stream to your Kepware Template and enable logging for properties to be displayed in Chart.
2. Add "QueryPropertyHistroy" service in Mashup for your "THING" and map "AllData" to your Chart Widget.
Youc could consider to use Value Stream to store your data.
After you successfully discovered Tags in your KEPServerEX Thing, You browse the Tags in Kepware from KEPServerEX Thing, and then you bind it to a New Thing with "Bind to New Entity", and this new Entity is based on IndustrialGateway Template, and also remember to set a Value Stream:
Set the bound Tags which you want to show in mashup with "Logged".
And then you bind QueryPropertyHistory in the new kepware Thing in your mashup, and bind the Returned Data to Time Series Chart. To get refreshed periodically, you could add a Auto Refresh widget in your mashup.
Hope this helps,
Br,
Anna
Hi Anna An and Velkumar R,
Thank you very much for your help, now it is working
Best regads.