Vuforia Studio
Recently active
Hi, after the new update (8.2.1.2937) the language is set to the windows language (german in my case). I want to change it back to english. There is no possibility to do this in the options. Someone know where to change it? Regards, Clemens
Hey @ all,I am new to Thingworx Studio and I am not perfectly familiar with the overall business field, as I come from another area. Probably this question has been answered before, if yes, my apologies.All documentation I have seen more or less pointed towards Creo Illustrate to build sequences/animations to import to Thingworx Studio. I am wondering if you have to use this PTC software or if you could use another 3D Software (such as Maya. Cinema 4D) to create the animation that can than be uploaded to Studio. As I tried uploading an animation, built in Maya, it was only seen as a resource, not as a sequence. Further, the animation did also not run in preview mode. If it does work, could someone point me towards a documentation or a how-to/guide? If not, why? And would there be "walk-arounds"?Thanks in advance,Lars
Hi, the annotations which I created in Illustrate are not visible in the TWX experience on HoloLens. Any Ideas? Thanks
I tried creating and publishing the AR experience described in the beginners tutorial. Unfortunately, it fails when I try publishing. Any advice?
I have uploaded few pvz files in Thingworxs studio resources and I am calling them using Drop Down Menu (Dynamic Model Loading) method. Each pvz file has a sequence of its own. Is there a way to load the respective sequence when the particular pvz is selected in the drop-down menu. Thanks
Hi, I am facing authentication issues in ThingWorkx studio. Please help me solve this issue. My Experience Service URL: https://xas2fpzl.studio-trial.thingworx.io . Thanks and Regards, Desai
The scenario: I have 2 models namely Model1 and Model2. I want only model1 to be visible by default when the experience is loaded. I have a toggle button, which when pressed, hides model1 and displays model2 and vice versa. Issues I am facing: Both model1 and Model2 are visible initially. I have tried binding toggle button property "Force Hide" to model2 which successfully keeps it hidden when the experience is loaded but upon clicking the toggle button it doesn't get visible.
While sequence is running in the experience,how to show the assembling process of a model in notes and symbols,i created the annotations in illustration,but it is not showing in the Experiences.
Hi,I have 5 sequences (5 .pvi files inside my .pvz file) and I want to play all of them one by one on a single click of a button. (Button should remain disabled till all the 5 sequences get completed.)Next sequence should only be get start after completion of previous sequence. Like an assembly of a some figure/object.What I have tried so far is (Not working currently):var modelEle1 = angular.element(document.getElementById('model-1'));$scope.sequence1 = function() { $scope.view.wdg['model-1']['sequence'] = 'l-Creo 3D Sequence1'; $timeout(function() {modelEle1.scope().playAll();},600);}$scope.sequence2 = function() { $scope.view.wdg['model-1']['sequence'] = 'l-Creo 3D Sequence2'; $timeout(function() {modelEle1.scope().playAll();},600); //$scope.view.wdg['model-1']['playAll'] = true; Not working and is it a correct way to call it? //$scope
When I enter https://studio.thingworx.com, it's in the following state. Hi. I can't also access Thingworx. https://mccaxtt2.studio-trial.thingworx.io:8443/Thingworx There is remaining days of the expiration enough. Is this any issue? Thanks.
Is there any idea of when some offline capability will be introduced to ThingWorx View?Is there any other way to save an experience offline?
ThingWorx Studio Support for German locale (Beta) New 2D Eyewear project type for Assisted Reality Improvements and added properties to the Gauge widget Support for remote media on 3D widgets Support for Offline Experiences (not supported for Windows) Bug fixes and minor improvements ThingWorx View Support for German locale (Beta) Support for RealWear HMT-1 for 2D Eyewear Experiences Ability to download Experiences for offline viewing (Not supported for HoloLens or Windows) Bug fixes and minor improvements Experience Service Support for German locale for the installer Support for Japanese locale for the installer
I want to load multiple .pvz files using multiple buttons. How do I do it?
For a Project I need to control a Relay connected to a Raspberry Pi. So using the Get Request in a Python script and just changing the value of the Property was rather slow. How would you solve this problem?
I have created a sequence in creo illustrate and have also added step names to each step. Is it possible to view those step names in Thingworx studio?
Education is the most important aspect of LiveWorx. An All Access pass includes 240+ breakout sessions but there is also the opportunity to additionally invest in PTC University trainings to develop an IoT application, create an AR experience all from the ThingWorx platform. Choose a course that’s right for you: For beginners with no prerequisites or coding experience required: ThingWorx Crash Course ThingWorx Fundamentals Rapid AR Development Introduction to Industrial Control Systems (ICS) and Kepware ThingWorx Studio Fundamentals Fundamental Knowledge of ThingWorx Composer and IoT Solution architecture or completed ThingWorx Fundamentals: IoT Workshop IoT Modeling with ThingWorx ThingWorx Platform Administration Requires completion of Introduction to ThingWorx or good knowledge of ThingWorx Modeling: Leveraging the ThingWorx Navigate Framework and ThingWorx Integration Technologies to Create Modular Custom Apps Visit the full list of&nb
I'm new with thingworx. I installed thingworx studio trial version on my windows 10 PC. I would like to access the composer of the same(my trial version) but I'm unable to. I have tried using the url provided in the settings section but still cannot access it. Does anybody have an idea/ options of how to go about with this? Thanks
What I want to do is to have a button, which when clicked changes the part color during the experience.I have applied model item widget to the part for which I want the color to change. given the desired color . Placed a toggle button and binded it to the model item color property. But in the preview it doesn't work.Alos, I followed the steps in the Article - CS251748 and still couldn't achieve my goal . Kindly assist.
I want to decrease the opacity of a model item by half on clicking a toggle button. I am attching screenshots of my approach to doing it. I am unable to do it. Kindly tell me where I am going wrong.
Bonjour, quelles sont les ouvertures à faire sur notre pare feu : - Adresse de destination - Port utilisé En vous remerciant
Hi, I have registered for the Thingworx studio Trial version for AR/VR application development.I have receved the confirmation mail from PTC as well. but when i am log-in into my account then i am getting a message saying that " Patience is a virtue! We're processing your registration." Its been almost 10 days but has not got approved. Also attaching the screenshot of my login account. Due to this i am unable to download the Thingworx studio and do my development part. Please help me on this. Regards Saddam
hi, i am a new user of thingworx studio, i am trying to let a 3d-label showing text from different thing's property in thingworx when different button click. is there any way to do it? thanks for helping.
Hi,Please let me know if there is any chance to hide a part by Model Item in Thingworx Studio.If there are any other ways also is ok for me.Regards,Thadeus.D
I tried setting 3D Gauge State-BasedFormatting but its not working. Following my observation: 1) For 2D label State-BasedFormatting on initial load image formatting is loading but at run-time if rule changes the another image not updating 2) For 3D label or Gauge State-BasedFormatting is not working. On browser console I see few error related to state code.
I was testing Experience App in preview and opened browser console. App is having autorefresh(3 secs) on getPropertyValues. The client is hitting server every 3 secs. 997 bytes every 3 secs. Isn't it good idea to use websocket over XHR.
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.