cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - Want the oppurtunity to discuss enhancements to PTC products? Join a working group! X

Need to navigate back to scan mode

srathoud
1-Newbie

Need to navigate back to scan mode

Hi,

In my experience I am having a button. When user clicks on this button I want ThingWorx View App should go back to scanning mode (from scan mode I meant when we start ThingWorx View, the app is looking for a ThingMark, the state in which the app is looking for a ThingMark)

Please suggest.

Sample code is welcome .

Thanks and Regards,

Sameer Singh Rathoud

1 ACCEPTED SOLUTION

Accepted Solutions

Return to Scan mode is now available in ThingWorx Studio and View, as of release 8.1.1.  In your Experience, add a button and put this in the JS for the click event:

app.fn.navigateToScanMode();

Thanks

Pam

View solution in original post

5 REPLIES 5

I second this question, will appreciate any suggestions.

Regards,

Constantine

I guess this is the same functionality as the "< Scan" button on the top left?

I found some previous discussions (outside of this forum) which state, that a dedicated button functionality or similar to go back to the scan mode or to exit an experience is not implemented.

However it's in R&D's backlog, so it might get implemented in any of the upcoming versions.

I hope that helps,

/Michael

Thanks Michael, that's exactly what I was looking for.

/ Constantine

Return to Scan mode is now available in ThingWorx Studio and View, as of release 8.1.1.  In your Experience, add a button and put this in the JS for the click event:

app.fn.navigateToScanMode();

Thanks

Pam

Top Tags