Recently active
Hey everyone, i need help with this issue that i'm facing.., I have this 3 Figures Model (Made in Creo Illustrate), and when i try to publish my experience i get this error on error.png. Someone know how fix it?
All I want to limit the IP when uploading content from Studio on the Experience Service.I want to set it on Experience Service Server. Thanks, Tsubone
Hi, I am looking at ways to achieving the following : I have a toggle button in Vuforia, which needs to be 'Clicked' from Thingworx Service. How can this be achieved? Avinash
I am trying to detect the event of clicking off objects within an experience. For example, I have a popup that displays when an occurrence part of a model is selected, highlights it, and will display that Display Name property within the Metadata. I would like to have a function that will detect a touch or click (in preview) off that model to, return the color to default, and hide the popup.
Is there anyway to make my experience workscreen extend all the way down to the bottom of the physical screen on an iPad pro? From what I can tell, the bottom bar that is used as a swipe up to exit an app overrides the vuforia experience background. The image below is from one of the default experiences that comes with vuforia view and shows the bottom panel in the experience being placed above bottom bar that iOS uses. Boxed in yellow Home Bar Blocking Experience Workscreen The image below is from one of the gallery view in vuforai view, notice that the iOS bar does not block off the workspace of vuforia view. Boxed in RedHome Bar overlapping with Vuforia View Workscreen Any ideas?
Hello everyone, Is there a way in to disable widgets (buttons, images,..) using JavaScript Code ?! In my case i have for example many 3D-Images attached to 3D Models and i want that once i click on one of the images, all the other images become disabled so that their events are disabled. Thank you in advance! best regards, Ahmed
Hello, I'm trying to get postion of my camera (On Hololens 2) with this code: $scope.setVector= function() {tml3dRenderer.setupTrackingEventsCommand (function(target,eyepos,eyedir,eyeup) {$scope.app.params.eyepos = [eyepos[0].toFixed(2),eyepos[1].toFixed(2),eyepos[2].toFixed(2)];$scope.app.params.eyedir = [eyedir[0].toFixed(2),eyedir[1].toFixed(2),eyedir[2].toFixed(2)];$scope.app.params.eyeup = [eyeup[0].toFixed(2), eyeup[1].toFixed(2), eyeup[2].toFixed(2)];})}; $interval(function(){ $scope.setVector(); },100); Obviously, the three values of "eyepos", "eyedir", "eyeup" are mapped with parametre which are linked to a "3DLabels" Widget to display values within my experience. In the two tests, I'm using a "Thingmark" to activate my experiences. And I'm facing some issue, this code is working fine on "Mobile Project" but on "3D Eyewear" Any ideas ?
Hi All, Actually i left my studio idle for some 3 months and later opened it and updated to latest version and then a issue came. Please check the attached snap and when i open my Vuforia Studio it is totally blank if i open old projects or create new project the same issue. Kindly help on this. Thanks in advance
Hello, I can't download the free trial of Vuforia Studio. I got the welcome e-mail and got to this page: When i click the "download for windows" button, i get this error message: Can someone help me with this problem? my username is: fabian.van-duelmen@kampmann.de
Dear community, I would like to ask you for help with a specific issue in Mobile template: I am doing an AR experience, where you have cars and results of aerodynamic calculations around them. My idea to make the display of the mobile clear is to use buttons and select widget. I've been able to make Vuforia Studio to load different models using select widget. Now what I would have liked to do? Select widget 1 is used to select the car models, select widget 2 is used to display various types of results of the air flow calculation. I would like the select widget 2 to change its content according to the model in widget 1 selected. To see the available results for the matching car. So far I've been trying something like this, but I've had no luck so far. Could you, please, help me? $scope.populateCFDList= function() { if($scope.view.wdg['Model']['resource'] == 'app/resources/Default/fabia.pvz') &nb
Hi all, How can I bind external data manually using JavaScript? I did bind external data to a label by drag and dropping the external data onto the label widget, it seems to be showing data. However, when written in the code stated below, the data did not show and there is also some error that is stated within the console. $scope.view.wdg['label-1']['text'] = $scope.app.mdl['Fan2'].svc['GetPropertyValues'].data.current['RPM'] Thank You.
For example, When a specific row in the data grid is selected, it would display a popup with labels that follow the rows items that was clicked on.
Hello everyone, I'm using Vuforia View App on my Huawei P20 Lite and it crashes everytime i open an experience from my Server. I've tried with another Phone and it worked! On my smartphone i've tried with uninstalling the app and clearing the Caches (also the Junk Caches) and then reinstalling it but it didn't work. Have anyone idea how can i fix this without having to wipe and reset the whole Phone ?! Thank you in advance Best regards, Ahmed
I know you're able to do this with ThingWorx Composer, but can you do the same with Vuforia Studio? It would make working as a team on the same project much easier if you can.
I try to log in into vuforia view app to see my upload file from vuforia studio but theres a message saying that my credentials are invalid when i try to log into the app... Can anyone help me? thank you!
Hello everyone, As i try to log in Vuforia Studio i get this message: "Your PTC account has been blocked. Contact PTC customer support to reset your account." Here my Username: ahmed.sarraj@pa-ats.com best regards, Ahmed
Hello everyone, I'm having an issue with refreshing External Data from Thingworx. I'm using Vuforia Studio Trial Version and i'm trying to visualize Data of the predefined ThingWorx Things (for example :"Robotarm1" and "Robotarm2"). I've bound text-labels to the External Datas and activated the refresh with 5 seconds but the experience shows constants values. PS: I've already seen this topic https://community.ptc.com/t5/Vuforia-Studio/External-IoT-Data-Fails-to-Refresh-Update/m-p/672946 but it didn't help me Can anyone please help with this issue ? Thank you in advance best regards, Ahmed Could you please help me solve it?! best regards, Ahmed
I'm trying to set the width of some columns from the css. Is this not possible or does it require different syntax than normal css? I've tried column-width: 30px and width: 30px but neither seems to have an effect.
My customer would like studio to be installed for ALL users of a PC, is there a way to achieve that ? > Today, programs are stored under the user's directory like: D:\Users\USER\AppData\Local\Apps\2.0\JRQ1AV30.ARG\DPLN53MN.AE8\vufo..udio_1d51db42fb2c5562_0008.0005_none_210384868df1b445
Hi all, A follow up question to my previous post on date picker. https://community.ptc.com/t5/Vuforia-Studio/Date-picker/m-p/665142 The date picker works well for a single text input. For my case, i required a start and end date, therefore i required 2 buttons that call the same date picker twice and input it into 2 different text-inputs. The issue here is that both the dates were being overwritten when changing another. Thanks.
Is it possible to change the Model Target dynamically to another Model Target? I have figured out how to have a different view which sets a parameter for the model to change dynamically. This works great but I also need to change the model target also. Follow-up, would it be possible to use the Vuforia "Model Target Generator" app to make the .dat and outline image file? The ability to pull out the model target would make the project very modular.
Hello, I am using the below code to convert text to speech for my AR experience. $scope.speak = function(){var spokenText = $scope.view.wdg["label-1"].text;var msg = new SpeechSynthesisUtterance(spokenText);window.speechSynthesis.speak(msg);} Help I need: I need to be able to stop the speech in middle(in case the speech/text is too long) and move to the next step. Any thoughts on how this can be achieved? Avinash
So to clarify, I posted something similar before, but the answer was not viable to my use case. The data that's sitting over on ThingWorx is pulling from a JSON array on one of my co-workers personal websites. My goal is to have the data linked to the specific model item (books in this case). Then once they are selected, the data specific to that book will display. I'm able to do a text search from Vuforia and display data, but the data link is too static in nature. It isn't linked to any specific model item studio-id. If anyone knows how to achieve this, info and examples would be appreciated.
Hi, I am using the trail version to explore the Vuforia Studio to develop the 2D experience and after installation, I could not able to see the Default Experience Service URL. Could you please let me know the steps to generate the Default Experience Service URL? I have attached the screen shot for your reference. Thank You!
Hey, What I am reporting used to work and within the space of roughly 1-3 weeks it no longer works. I ran though the Fundamentals of AR Development course in PTC University and managed to complete the IoT Robot Arm Repair Project. The Project worked nicely where it was pulling IoT data from the RoboArm1 Thing on the ThingWorx Platform. For some reason now, the 3D gauge never updates with new values... Even though the service configuration is correct, see below Any help please? Did the Vuforia Studio update affect this?
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.