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
I am trying to read some values from an OPC server into Thingworx. Until now I have made the connection between OPC Aggregator and Thingworx Composer following the steps of the industrial connections: http://support.ptc.com/help/thingworx_hc/thingworx_8_hc/en/#page/ThingWorx%2FHelp%2FComposer%2FIndustrialConnections%2FIndustrialConnectionsExample.html . So the connection status is ok and I can reach the tags inside ThingWorx, although I am not aware of the next steps to read the values in Thingworx when they change in the server. Do I have to create a java scrip or do something else?
Solved! Go to Solution.
If everything was successful and running, you should see the values of those properties change correct?
If not please check your Application Log for errors
So what next steps are you looking to take?
Did you create properties on a remote thing and bind the tags to those properties?
That would be the next step
Thanks for answer. Yes I did.
If everything was successful and running, you should see the values of those properties change correct?
If not please check your Application Log for errors
So what next steps are you looking to take?
The original idea was to connect with vuforia, but I've found out it is not possible with the trial version. We wanted to see how to get data from a PLC and present on a cellphone using this architecture, and also what is possible to do with vuforia. I've got from PLC to thingworkx, and I've use the data provided by vuforia trial to create widgets and present on a cellphone. So I think this is it. I will give a look on the log errors.
Thanks again