Modifing data from Thingworx
Hi there,
I connected and show the data from Thingworx successfully. However, the format of the data is not quite desirable.
For example, the data grabbed by Thingworx is '2230' and the data type is Word, but I want to show it in this way: '22.30 Hz'.
So, I am trying to write a script to perform the modification by using concat() and split() for manipulating the string.
The problem is, whenever I tried to modify the external data from Thingworx, the Vuforia View crashed as shown in figure below. Even I just assign the external data to a variable, the same issue will occur.
For example,
var y = $scope.app.mdl['myThing'].properties['myProperty'];
Is there any method that I can modify the data?

