Community Tip - Want the oppurtunity to discuss enhancements to PTC products? Join a working group! X
Hi everyone,
I built the following chart to demonstrate the hourly production of each production line that our customer has.
For this I created a data shape to compute the time and production of the lines.
After it I created a thing
Where in the properties and alerts tab I created an infotable associated with the data shape to store the necessary values, however these values were manually entered by me and I would like to link variables that I have in another thing, because when the value of the variable changes it will change the drawing of the graph. Is it possible to do that?
Solved! Go to Solution.
You could create a Subscription that listens to DataChange event of the property in the second thing and in the subscription code you could update the infotable with the new property values.
You could create a Subscription that listens to DataChange event of the property in the second thing and in the subscription code you could update the infotable with the new property values.