Vuforia Studio
Recently active
Hi,I want to have several buttons in my 2d overlay and each of them should move a different axis of an industrial robot in Thingworx View.Do I have to add a new model for each sequence step? (there's only one sequence to choose in the model properties). I don't want to go through the steps in a particular order.I want button 1 to start sequence 1 and button 2 to start sequence 2 and so on...How can I do that?Regards,DF
Hello all, I have created two sequences using two figures,is it possible to play both the sequence in AR experiences. Using toggle button i bind one of the sequence and i added another toggle button & binded the second sequence, but in the preview only one sequences is played.Help me out
Hi All,I signed up for the ThingWorx Studio 90 day trial, I installed the desktop app, the experience server was setup.When I launched the desktop app and started the application, a localhost browser window opened in Chrome and was stuck at the loading screen as below :
Hi,I have an issue with the amount of model items and how to reduce them. I would appreciate any help. Thanks in advance.Detailed:In TWX Studio I want to use the slider to reduce the opacity of the animated CAD model (.pvz) I got from a client. Unfortunately it only works if I bind the opacity of the model items with the slider. Due to the fact that this CAD file has more than 50 model items it would be too much effort to do it this way. So my approach is to somehow reduce the model items by grouping/combining them with Creo Illustrate (if possible) to get the opacity slider work. Do you have any idea how this could be realized?Best regards,Robert
Hi everybodyWe 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 advanceRegards
I cannot auto configure to server
show the video when read mark and stop when dont read the mark
Hello together,for my project i am planning to implement a VR-Headset. I read a post saying that Microsoft Hololens isn't supportet right now, right? Alternative to MS HL I can use the Meta V2, is it supported by TW Studio? Which VR-Headsets are supported right now?Thank you for your answers!
I want to make an augmented reality manuals (something like this EasyUse: Augmented Reality user manual - YouTube ). For that I need object recognition facility in thingworx studio.
Hi,There are 5 .pvi sequence files in my ThingWorx Studio project to demonstrate an assembly of an object.The issue is when my model loads or starts playing the sequence, it shows those parts also that should appear after a particular step.I can't use model item to hide those parts as there are plenty of small model parts.When I have created those .pvi files in Creo Illustrate 3.1 those parts were hidden and worked as expected in play mode of sequence.Regards,Shashank
Your company might have a css that represents the corporate identity - or you may have other sources of reusable css styles that you want to include with minimal effort. Here is what you have to do to use corporate css files to drive the look and feel of your experiences:Add the corporate css file (e.g. company.css) to your resourcesIn Application styles add the following at the beginning (before any other css style entry:@import url(#{$resources}/Uploaded/company.css);With the following content in company.css:And this label definition:Produces this outcome (you see it in the editor as well as in the preview):Gotcha!
Hi, is there a way to start an animation in an experience by selecting the model or part of the model?As an example, opening a car door by selecting the door.Thanks.
Hi,Just wondering if anyone can assist?I have recently began to participate in the pilot and have published a few small models as projects. I have successfully managed to use Sequenced steps created in Illustrate in some published projects.My question is although I have added simple annotations to the Sequences created in Illustrate, these notes do not appear in the published project in Viewer. If it is a thing that this function cannot happen, is there an easy way to attach some simple notes to be displayed in Viewer, possibly through the 2D canvas, which change with each sequence step? Perhaps a specific tutorial?Thanks for any help,Brian
Hi All,Is it possible to change the default location of the Project files that are stored on your local PC?I can see from the Studio log file that it the initializer sets up a home and ThingWorxStudio dir:[12/19/2017 13:44:36] info: [twx-studio:initializer] ThingWorxStudio dir: C:\Users\allan.thompson\Documents\ThingWorxStudio , home dir: C:\Users\allan.thompson\DocumentsSo is there an environment variable that controls the ThingWorxStudio dir option? Or is it hardcoded?Many thanks,Allan
Hello, Currently with ThingWorx View, the app prompts for my PTC credentials each time I launch my ThingWorx experience. I'd like to share the experience with others so I would like to remove the credential prompt. I'm currently following the steps outlined in the "Configuring Public Access to ThingWorx" help article: https://help.vuforia.io/studio/#page/ThingWorx_Studio_Help_Center%2FAnonymousAccess.html%23 I'm having issues with steps 4 and 5: 4. Navigate to the Administrative Console for the Experience Service. 5. Edit the ThingWorx proxy settings and set the anonymous application key parameter so that it equals the keyId property for the application key that was created in Step 3. When I navigate to my Experience Service settings page (https://xxxxx.pp.vuforia.io/ExperienceService/ui/#/settings), I see a page that says "Sorry! No settings available" How can I complete these steps? Any help would be appreciated.
Hi,I have created a mobile 2D project. Changed the canvas size into 854pxX480px and saved the project. When I re-open the project canvas size is changed to default size(402pxX712px). Please let me know how to fix the canvas size.Regards,Thadeus.D
I am able to share experiences with spacial targeting on iPad, but can not open the same link on iPhone - same iOS version 11.2.1 on both.Help...
Hello everyone,I'm working on an experience for which i will use a list to switch between models as described in the help topic here : PTCIt's working very well, the only issue i have is that i would like to have one of the models to be loaded and displayed by default.Anyone knows how to achieve that ? I guess it's in the home.js code but i can't find out how to do it myself.Any help will be appreciated.Regards,
I do not have acces to Creo Illustrate, so I am making my animations through Cinema 4D. Anyways, I have tried multiple times to import the Thingmark, but everytime I add the fbx model, it disappears. Any thoughts on to why this could be? Any other animation file time for 3D you recommend? Thank you.
I have a bunch of experiences that I want deleted from my thingmarks but these experiences no longer show under my projects.....help!
I have a hololens project in Studio where i have a function setup in home.js called nextShell, which is at the $scope level. It changes a variable at the application level that is bound to a label each time it executes.On the label I went to onClick and edited the js for it to say nextShell();Preview, click the label, changes happen as I expected.Okay great. Function works as intended. I now go into application events and create a new application event called NextShell, give it a voice alias of nextShell, voice response of Next Shell Type and, edit the js for the application event to be nextShell();, just like the onclick.But for some reason when I say next shell I get the voice response but the JS doesn't seem to be occurring. the label doesn't change. Why is this? How do i fix it?
This is what i have tried:$scope.step2=function() { pause(10000); $scope.view.wdg['bar-sm']['visible']=false; }The script stops after pause, but does not move to next command
Hi All, How to use custom widgets in thingworx studio AR experience? is there any format in JS? Anyone know how to use TML text with example?Thanks,Avinash
I just started a ThingWorx Studio trial. At login it asks for an "Experience Service URL", but I don't have any info on this in any email I got from PTC. What should this URL be?
Hi This is regarding Thingworx Studio. Is it possible to build my own Augmented Reality mobile app similar to Thingview using API from Thingworx Studio? Thank you. AB
Already have an account? Login
No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.