Thingmark Setup?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Thingmark Setup?
I've been searching for this answer for the last couple of days, but have not found a solution.
After downloading the trial version of Thinkworx studio, I've ran through all the getting started tutorials. Three demo Thingmarks come with the trial Studio download.
My question: Where can I create new Thingmarks that I can use inside Thingworx studio? Unless I'm missing something the three Thingmarks that came with the trial only work with the models that came with the trial. Any advice will be greatly appreciated!!! Also, is there any way to connect a Vumark (Vuforia) instead of a Thingmark?
Thanks,
Charlie
Solved! Go to Solution.
- Labels:
-
Experience Service
- Tags:
- thingmark
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
@CeeJ At present, we only provide default ThingMarks available with Studio Trial account. You will not be able to integrate or upload additional ThingMarks in your Studio application however this does not mean you cannot work with new ThingMarks. You will have to take a print or open the ThingMark file to SCAN it with your mobile device and use it.
Also, developer portal is used only for Studio Trial account and will not work with your paid commercial account.
-Durgesh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hello Charlie,
You are partially right. With the trial version you will get only 3 ThingMarks. You cannot add your own at this moment.
However you can build couple of experiences and associate them with one ThingMark. Then on the device you can scan of your ThingMark and pick associated experience, which you previously published.
I believe that there is no way to use Vumark at this moment as well, but I can be wrong.
Regards,
Adam
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi Adam,
How to embed the ThingMarks provided by PTC to Vuforia Studio? As we wanted to embed our own Experience Service URL also.
Thanks,
CJ
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Are you talking about the 3 trial ThingMarks or have your purchased a Studio license and received the 100 ThingMarks they typically issue at startup?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi, we have purchased the license already and received the 100 ThingMarks, but we cannot embed it on the Vuforia Studio to use or Is it because I have error during configuration with Developer Portal?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
@CeeJ At present, we only provide default ThingMarks available with Studio Trial account. You will not be able to integrate or upload additional ThingMarks in your Studio application however this does not mean you cannot work with new ThingMarks. You will have to take a print or open the ThingMark file to SCAN it with your mobile device and use it.
Also, developer portal is used only for Studio Trial account and will not work with your paid commercial account.
-Durgesh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi, I got it! Thank you for your response.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
There is also a not supported way to add some thingmarks to your Studio installation.
Following steps:
- - stop studio
- Copy the addtional thingmarks to the Studio installation Thingmark directory :../Documents/ThingworxStudio/ ThingMarks if you have Thingworxstudio 8.2 or earler. In case that you have 8.3 or higher you have to copy to .../Documents/VuforiaStudio/ThingMarks
- open the .../Documents/ThingworxStudio/ builder-settings.json if you have Thingworxstudio 8.2 or earler. In case that you have 8.3 or higher you have to open .../Documents/VuforiaStudio/ builder-settings.json and add the thingmark in the thingmark section - example:
"thingmarkDomain": 15614, "thingmarks": { "svg": { "15614:1": "/thingmarks/15614-1.svg", "15614:2": "/thingmarks/15614-2.svg", "15614:3": "/thingmarks/15614-3.svg", "15614:4": "/thingmarks/15614-4.svg", "15614:5": "/thingmarks/15614-5.svg", "15614:6": "/thingmarks/15614-6.svg", "15614:7": "/thingmarks/15614-7.svg", "15614:8": "/thingmarks/15614-8.svg", "15614:9": "/thingmarks/15614-9.svg", "15614:10": "/thingmarks/15614-10.svg" },
- Because if there is an syntax error the studio will not work with some errors - it is recommended to save first your builder-settings.json file. Pay special attention for the syntax to avoid any errors
- Restart Studio so you will be able now to see the thingmarks in your Project - MyThingmarks:
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi Roland,
I will try this. Thank you. 🙂
