How to re scan a Thingmark automatically adding JS code , not pressing the scan button
Hi everybody
We have an important issue with a client , he wants to put on machines some thingmarks , each thingmark with an specific AR experience , for our client (Quality inspector) is so complicated scan and scan again each thingmark , he needs something which let him do it more dynamic because the company has thousends of machines to be monitored , then it is not so practical the current configuration to scan each thingmark.
We would like to know what is the best path to solve this issue , how should we modify something in ThingWorx Studio, ThingWorx, ThingWorx View? I got the following code but it is not working , I would like to know what I am doing wrong .
app.fn.navigateToScanMode();
$scope.yourfunction = function() {
app.fn.navigateToScanMode();
}
Thank you in advance
Regards

