Vuforia Studio
Recently active
Hi, I made my first experience of CPU dismantling.At closer distance from the real world object (image_1), thingmark remains tracked. But as soon as I step a bit backwards, far from the real world object (image_2), thingmark loses track and the virtual 3D model disappears. Then I have to again go closer and track the thingmark to resume the experience. I wonder, for such small objects like CPU, if there are such problems, how can this technology be used for very big machines in industries?Is there a setting in Thingworx Studio which allows us to go far from the object without losing track of thingmark? Please also find 3D container settings and thingmark settings attached. Regards, Kishan
I have TW Studio 8.2.1 installed on my laptop. I am finally coming back to work on some experience and when TW Studio looks for an update , I suppose Vuforia Studio, I got an error message : Error Checking for Update .. Try again later. How to I upgrade to Vuforia Studio (see log file below for error) Thanks ~ Francois 19:18:53] Studio Version 8.2.1 (8.2.1.2937)[07/24/2018 19:18:53] Status Message: Version 8.2.1 (8.2.1.2937)[07/24/2018 19:18:53] Checking for updates from https://studio-download.vuforia.io/downloads/ThingworxMobileBuilderApp.application[07/24/2018 19:21:13] Downloading https://studio-download.vuforia.io/downloads/ThingworxMobileBuilderApp.application did not succeed.[07/24/2018 19:21:13] Starting node.exe[07/24/2018 19:21:13] info: [twx-studio:initializer] Node version: 8.7.0[07/24/2018 19:21:13] info: [twx-studio:initializer] ThingWorxStudio launched with the following arguments: _=[C:\Users\flamy\Documents], help=false, version=false, $0=..\
07-24-2018 12:18 AM Hello, I am running Thingworx Evaluation sever for trial on PTC hosting. url is https://PP-1807211720F1.devportal.ptc.io/Thingworx then what would be url of my experience service so that I can use in Vuforia studio.
I have a experience and putted in some random coordinates (X,Y,Z and X rotation, Z rotation) evenrything appeared (from one view perspective) good, so I adjusted some more and my model was totally wrong. I than setted my previous coordinates back (took screenshot before change) but the model appeared totally somewhere else anybody an Idea on how to fix this?
Hello everyone,since the last update of ThingWorx View for HoloLens it crashes when loading my experience, which worked fine with the last version (before the update). During loading of the experience, the DateTime filters I created for live data are shown with "undefined.undefined.undefined undefined:undefined Uhr" on the 3DText element. The filter is: "return $filter('date')(value, 'dd') + "." + $filter('date')(value, 'MM') + "." + $filter('date')(value, 'yyyy') + " " + $filter('date')(value, 'HH') + ":" + $filter('date')(value, 'mm') + " Uhr";"This is new with the updated version. In the last version there was nothing shown until all needed data were loaded (which looks better in my opinion). When deleting some of these filters (I have all in all three DateTime in 3DText which are shown) the experience doesn't crash anymore.How can I fix this? Thanks for your answers!LaraEdit: When I change two of the three DateTime filters in the way, that only the date but not the time is shown, t
Hey community! I have a gold support package but my account on Thingworx Studio is trial. This incurs in some limitations. Shouldn't I have a non trial version of the product? Kind regards
Hi, I am using a slider widget to rotate a 3D model along Y axis. But the model is not rotating according to its pivot point. Is there any solution for this? I have also tried ThingMark Rotation but it does not work. Thanks, Desai
Hey there, I need a little script to get the studio-id from the button after or when I click them. I tried it first with an AngularJS script, but failed: alert(event.target.id); Does anyone have an idea?
I have an existing view inside Thingworx Studio. This view has a model with about 25 model items connected to it. I want to replicate this model and 25 model item configuration in a new view. How would I achieve this? Can I simply duplicate this view? How do I duplicate a view?
Hi, I am currently working on getting my feet wet with Vuforia Studio and am trying to reimplement a Usecase from Unity within Vuforia Studio. I am now curious about the limitations of Vuforia studio. The usecase is an AR app for the Microsoft Hololens augmenting a machine, showing a customized 3D UI, that allows the user to interact with 3D buttons and the machine itself. (This is currently implemented with Unity and Vuforia SDK) As far as i have seen now, Studio has events for hololens gestures like holding, doubletap, swiping, but i cannot seem to get a normal "click" working. The JS field for "click" on a model itself doens't seem to be triggered by a hololens click ?!? Am I missing something? Is it possible to interact with the scene and its models (colliders), buttons, etc. like it is in Unity? Can i get REST Api calls from a Vuforia studio javascript function or do i need to have Thingworx composer running in the background for that? (
Hi lads, I'm trying to create a set of buttons according to the states of sequential animation. Now I can get the initial state by setting the initial value or resetting the sequence, while I can also get the "NewStep" state by listening to the "NewStep" event. But I can't find a way to capture the "finish" state. Is there an event emitted or broadcasted after finishing the sequence? Any help would be appreciated.
If i have 5 model in my 3D canvas and 5 corresponding buttons to each model in 2D canvas....Then how to make experience in such a way that if i can click on particular button than only that model is visible and play it's sequence .?
Hi, I'm wondering whether is a way to download project from "Experience Server" to local Thingworx Studio. I created a project, published it to server, on one PC, but I need to modify it on another laptop. Is there a way that I can download it from server? Btw, is there a CURL/REST API reference for Thingworx Studio? Many thanks Yifu
Hello, I am using the below script to hear work instruction( on IoS Device ) created in Illustrate as well as show it up on a 3d label. var labelId = "3DLabel-1";$scope.$on('newStep', function(evt, arg) {$scope.setWidgetProp( labelId, "text", arg); var msg = new SpeechSynthesisUtterance(arg)window.speechSynthesis.speak(msg);}); But I am facing two challenges here: 1. Even before the 3DLabel is made visible, the the first step of the work instruction( Illustrate Sequence Name ) is said out loud as soon as the experience is loaded, which is not needed, even though the rest of the sequence comes up only after I click the button. 2. Also it pronounces the steps numbers as well (eg., 1/11 Step1, 2/11 Step 2 .,.) I would like to avoid it saying 1/11 or 2/11 step numbers. Any suggestions? Thanks, Avinash
hi,i tried to install the Trial version of creo illustrate using the product code VS420607ED1040-YJWM-KD98 but the license setup says the product code is invalidplease help
Hey there, i want to get the my notes from my animation in Creo Illustrate. Is it possible to get this infomation in Vuforia Studio? I added the notes here: In my case I want to show additional infomations while the animation. Thanks, Jonny
How to bind button in such a way that when i click button the opacity of model will change to one?(Initially i set opacity to zero)
Is anyone having issues with Vuforia View at the moment?
Hi, I am facing this case. I have 3 buttons. If i 'pressed' button1, i want button2 and button3 to be 'unpressed'. If i 'pressed' button2, i want button1 and button3 to be 'unpressed'. If i 'pressed' button3, i want button2 and button1 to be 'unpressed'. How do i bind them? Or how to create code for them?
Hi Thanks for helping. My experience service URL is https://hzwwdfyk.studio-trial.thingworx.io So, I tried to access by https://hzwwdfyk.studio-trial.thingworx.io:8443/Thingworx/Composer resulting in error. This site can’t be reached hzwwdfyk.studio-trial.thingworx.io’s server IP address could not be found. Try running Windows Network Diagnostics. DNS_PROBE_FINISHED_NXDOMAIN - Ravi
Hi PTC, I have created an application in studio, but when i try to publish , Its getting published. Even when i try to login in the studio to configure, It's giving me the error as 'user name and password incorrect'... though i give correct credentials. please find the attachments for clear understanding.
Hi Guys, I have a problem with the Trial Version of the Studio. It somehow doesn’t work to get my Experience working with my app. I think there is a Auto Configure Login Failure maybe happening. Always when I try to Login under http://localhost:3000/, it just wont work. There is neither a success or error message, but when I click on Login, just nothing happens. Anyways, I am able to publish my experience but it wont show up when scanning the ThingMark in the View app. I already tried various different networks, public and private, different browsers, different computers and shut of my virus scanner. I also tried it with a new trial license, but the issue is the same. My Username is max.we261@gmail.com and my Experience Service is https://3aebc24a57eb50a5.studio-trial.vuforia.io (which I am able to verify). Thanks so much in advance! [07/08/2018 17:42:40] error: [twx-studio:proxy] Proxy error { Error: connect ETIMEDOUT 62.138.238.45:443 [07/08/2018 17:42:40]
Hi I am from a PTC reseller company. I used Thingworx studio last year and now when I try to access it says that trial expired. I sent the details at that page for someone to contact, but no one has so far. I need to show to a prospect urgently. Is there any other option to get this access? Thanks. Does PTC technical support can help on this? - Ravi
I'm trying to figure out how to add some videos into the 3d layer around one of my models, but there is no video widget in the 3d editor. Anyone have any ideas?
Hello, Does exist any syntax how to obtain the position of the camera in front of default coordinate system? For example: A function which returns the position x, y, z and vector with camera orientation. I will use this functionality to reorient and zoom to a small location on 3Dmodel, where will be played a sequence. Thank you for every tip. Tomas
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.