Solved
Can I use more data from Thingworx with one 3D-gauge?
Hi,
Is is possible that I modify the bound data with script? I want to use one model but I would like to change data which is used from Thingworx.
Many thanks in advance
Janos
Hi,
Is is possible that I modify the bound data with script? I want to use one model but I would like to change data which is used from Thingworx.
Many thanks in advance
Janos
Hi
One of the ways to change the ThingName with JS is as follows:
$scope.view.wdg['3DGauge-1']['text'] = $scope.app.mdl['Your_Thing_Name'].properties['PropertyName'];
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.