Auto Refresh Properties
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Auto Refresh Properties
Hey All!
I am using Vuforia Studio for a project with the Hololens 2.
To connect IoT-Data I use Thingworx with the MQTT extension. There I use a data change subscription to refresh the data every time new data comes in. So the properties are updated every time new MQTT Data come it. I am now wondering if the data is also refreshed in Vuforia (Properties)? I enabled auto refresh, but in the preview no changes can be observed.
Thanks for the help!
Solved! Go to Solution.
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi @MS_FLiX_HSD ,
so using MQTT e.g. as mentioned in the extension quick start this is a setting what should be done on TWX server instance where the Experience Service is connected to. The only important point what you need first to ensure is that entity will really change. In this case for Studio , so far I know, is not much relevant how the entity will change in TWX (via MQTT or via other event ...). When you know that the entity will change as expected then you need to :
- depending on project setting (public access ... etc) you need to set the TWX permissions according:
http://support.ptc.com/help/vuforia/studio/en/#page/Studio_Help_Center%2FAnonymousAccess.html%23
http://support.ptc.com/help/vuforia/studio/en/#page/Studio_Help_Center%2FGrantUserPermissions.html
-add the entity to datasection according:
http://support.ptc.com/help/vuforia/studio/en/#page/Studio_Help_Center%2FBeginnerBindTWXData.html
e.g, samples:
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi @MS_FLiX_HSD ,
so using MQTT e.g. as mentioned in the extension quick start this is a setting what should be done on TWX server instance where the Experience Service is connected to. The only important point what you need first to ensure is that entity will really change. In this case for Studio , so far I know, is not much relevant how the entity will change in TWX (via MQTT or via other event ...). When you know that the entity will change as expected then you need to :
- depending on project setting (public access ... etc) you need to set the TWX permissions according:
http://support.ptc.com/help/vuforia/studio/en/#page/Studio_Help_Center%2FAnonymousAccess.html%23
http://support.ptc.com/help/vuforia/studio/en/#page/Studio_Help_Center%2FGrantUserPermissions.html
-add the entity to datasection according:
http://support.ptc.com/help/vuforia/studio/en/#page/Studio_Help_Center%2FBeginnerBindTWXData.html
e.g, samples:
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
This works. Thank you 🙂
