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

Community Tip - Learn all about PTC Community Badges. Engage with PTC and see how many you can earn! X

How to transfer Vuforia View user login details into thingworx

Aditya1702
15-Moonstone

How to transfer Vuforia View user login details into thingworx

Hi Everyone,

 

I want to push Vuforia View user login details into ThingWorx.

Can anyone help me out with this.

 

Thanks in advance.

 

Regards,

Aditya Gupta

ACCEPTED SOLUTION

Accepted Solutions

Hi @RolandRaytchev ,

 

Thank you for your help.

I used GetCurrentSessionInfo() Service from ThingWorx thing to get the user login.

 

 

View solution in original post

2 REPLIES 2

Hi @Aditya1702 ,

I believed that I hade that quesitons some time ago so found the points I checked regarding that quesiton and whant  to provide here:

//==================

1.)The Vuforia Studio has not own mechanism implemented for user logging. Vuforia Studio uses the Thingworx user management.  Refer to https://support.ptc.com/help/vuforia/es_install/en/index.html#page/ES_Install_Help_Center%2Fiam_overview.html%23

2.) Studio can call Thingworx services which are following the permissions setting according to  PTC Help mentioned in https://support.ptc.com/help/vuforia/studio/en/#page/Studio_Help_Center%2FGrantUserPermissions.html and https://support.ptc.com/help/vuforia/studio/en/#page/Studio_Help_Center%2FAnonymousAccess.html%23

3.) we can use some Vuforia Studio events for example to understand some UI events – like enter in the start view or to leave a view. So indirectly to understand what the customer action is currently. So based on that you have to developed the logic what information you need to track to fulfill your requirements. I am not sure if the exit of View and start view in scan mode could be tracked.

3.) there is an article what TWX https://www.ptc.com/en/support/article/CS266487  for  Thingworx service implementation what possibly need to be implemeted first in TWX and then based the Studio login on that concept

4.) when you have the solution in Thingwrox we can try to check if we could implement the sequence of calls inside the Vuforia Studio if that is possible. To do that we needs then to have a property which will automatically update in Thingworx and then we can track that value and depending on that we can then track these events in Vuforia Sudio e.g. $watch() construct.

5.) currently we do not have out of the box solution for that. We have only the user check via Thingworx service GetCurrentUser in Resources.CurrentSessionInfo object. There is suggested techniques for checking the group membership as mentioned in Article   https://www.ptc.com/en/support/article/CS306223 that are the techniques  where we have some information suggested the the Technical support

7.) as there is not a  know solution /supported (that means what the support have) but some  PTC  presales or consulting teams may have such solution but that is property of customers or the dedicated team and thes solution  are only related to PTC Customers dedicated projects which are outside the range of support – so means customer will pay for that development.

 

As I mentioned when you have already the solution in Thingworx we can then try to check how to implement that in Vuforia Studio based on it. 

 

Hi @RolandRaytchev ,

 

Thank you for your help.

I used GetCurrentSessionInfo() Service from ThingWorx thing to get the user login.

 

 

Announcements

Top Tags