Recently active
Hi all, I cannot publish in vuforia eventhough i put the coreect username, password and url experience service. How can I solve it? Thanks
Hi, I am a newbie on Vuforia Studio. I need to know how can I pass an infotable from Vuforia to ThingWorx. I have two services in ThingWorx, first is QueryData and second is UpdateData. I managed to pass the QueryData result into Vuforia using repeater. Inside the repeater, I use grid with 2 columns. The first column is for checkbox and the second one is for label. I did this because I can't bind my column to the checkbox label. The idea is to edit the checkbox in Vuforia and there will be a button to trigger the UpdateData service in ThingWorx. The final result is the data will be updated and stored in database. The problem is my UpdateData service requires an infotable input and I don't know how to do that in Vuforia. Will appreciate any helps from you guys to solve this issue. Thanks!
PTC is committed to improving our customer's web experience. PTC's Voice of Customer team is conducting an online activity to better organize PTC's website. Your participation will directly influence the future organization of PTC websites. This activity takes 10 - 15 minutes and only requires a web browser to complete. We are excited to offer the first 25 participants a $25 Amazon gift cards. Be one of the first 25! https://8rm02uqn.optimalworkshop.com/optimalsort/ptc-home-v1 Questions? Nalie Lee-Heidt (nleeheidt@ptc.com)
Hi folks-- I'm interested in making an independent app that does some things and then transfers the user over to Vuforia View. I know that you can do at least a few things along these lines using a "deep link" of the form: https://view.vuforia.com/command/<some command here>?<commmand params here> For example, you can open Vuforia View and load a specific experience with something like this (which you can see on the "Share Experience" menu in Vuforia Studio: https://view.vuforia.com/command/view-experience?url=... I'd like to find out what the complete list of supported commands is. I know there's also command to set the experience service URL. Are there others? Is this documented somewhere? --Clay
I have created some sequences in creo illustrate 6.0 and have been using the following code to run them: $scope.sodium = function () { $scope.view.wdg['model-1']['sequence'] = "app/resources/Uploaded/l-Creo 3D - Figure 1.pvi"; angular.element(document.getElementById('model-1')).scope().play(); }; $scope.chlorine = function () { $scope.view.wdg['model-1']['sequence'] = "app/resources/Uploaded/l-Creo 3D - Figure 3.pvi"; angular.element(document.getElementById('model-1')).scope().play(); } This sequences actually run when i saw them in preview but does not work on hololens. Any idea why this is happening?
Team, Customer has the following scenario: 1. They created a function to change the color of a particular object - created a function within the .JS 2. They want to execute this function everytime a particular Thing Property is within an alert range 3. They have created an ALERT in the Thing Property, but how to connect the ALERT to call the FUNCTION? Please, any better way of doing this? Tks, Chris
Hi all, I have a Thingworx service with output field datatype as 'ImageLink'. When I map output data to 'dataGrid' in vuforia studio, I'm only getting Image entity name in Vuforia preview (PFB PNG for Reference) Could any one help me to solve this. Thanks in advance. /VR
Hello everybody! I did not find information on the Internet how to make animated video and animated images in the 3D space of the AR project in Vuforiа Studio. At the PTC Community forum users write that video and GIF-animation in 3D-space are not supported, however, there are projects in the Internet where video in 3D and animated images are clearly visible. How did they do it? 3D-video: 1) https://youtu.be/c3Nlb1Rz9wY?t=34 2) 3D-animation: https://youtu.be/hwbfkcK7va0?t=324 https://youtu.be/XsbH3eiTKns?t=14
Hello. I wonder if it is possible to do CSS styling with pictures. for example this code for styling a popup that I have: .Popup-Style { background-color:255,255,255; border-color: #000000; color: #FFFFFF; border-radius: 17px; opacity: 0.7; } This means that the background will be white of the popup. But what I'm thinking of, is it possible to change the background of plain white to a picture instead? (if you have it uploaded in resources) something like: .Popup-Style { background-color: /resources/Upload/Awesome_picture.jpg; border-color: #000000; color: #FFFFFF; border-radius: 17px; opacity: 0.7; }
Hi, Am trying to load a video/audio/image file as a resource on the click of a button in runtime from an external source like a google drive. Can someone help me with how it can be achieved? Avinash
Hi everyone, I'm developing some Vuforia Studio Projects that includes three or more different view. For example: Home Service Technical Drawing In Home view I want to be able to set languages and some other parameters, that could be accessible also for Service and Technical Drawing. At the moment I'm not able to connect each view but only navigate from one to another. For the languages selection, I use a flag that change value and select a "predefined" set of label (used for example to translate the buttons). Any suggestions? Thank you, Leonardo
Hello, I have encountered a little problem: I have created in creo some sequences of my 3D model. I put this model on vuforia studio and decided to create model item of some of the mooving part, except than in some sequences where these model item parts shouldn't start at they initial position in the creo sequence, they start at their initial position in the sequence in vuforia studio, and when it's their turn to move, they go back to where they should ( where they should in the creo sequence i created) and then they move. Thank you for your futur reponses, if i'm not clear enough, feel free to ask me to clarify.
Hello all! We are watching LifeWorx video https://www.youtube.com/watch?v=4PLP3ex_8MQ&list=PLqmT0DWxH0Vf2rOs8Jx7kSxTXTqTLUqtB&index=2 and here, since 20:40, J. Heppelmann demonstrates Real Example of Digital Thread = complex of IoT+AI+AR+HPC+…+PLM for Detection Part in the Powerful New Way from PTC. And during the very fast demo Mr. Heppelmann demonstrate in Vuforia View the following : He recognize Part without ThingMark or Model Target in one second: We are watching LifeWorx video https://www.youtube.com/watch?v=4PLP3ex_8MQ&list=PLqmT0DWxH0Vf2rOs8Jx7kSxTXTqTLUqtB&index=2 and here, since 20:40, J. Heppelmann demonstrates Real Example of Digital Thread = complex of IoT+AI+AR+HPC+…+PLM for Detection Part in the Powerful New Way from PTC. And during the very fast demo Mr. Heppelmann demonstrate in Vuforia View the following : He recognize Part without ThingMark or Model Target in one second:
Hi!I'm trying to create a flashing effect of a model item without using Illustrate. For example trying to make the component go from originial colour to red to orginial colour to red repeatedly for 5 times as example. What I was thinking was creating some kind of loop where it blinks on and off repeatedly: I did something like this: $scope.blink = function (){ var i; var timingInterval = 30; i = 0; for (i = 0; i < 5; i++){ setTimeout($scope.setWidgetProp(modelItem-1, "color", ""), 500); setTimeout($scope.setWidgetProp(modelItem-1, "color", "rgba(255,0,0, 1)"), 500) } } Then I linked a click event to a button with hide(); The thought was that the modelItem would blink red on and off for 0.5 seconds for 5 times when clicking that button. Played around with that but it didn't really worked in the preview. So I wonder if someone has done something similiar?&n
Hello everyone I can not publish my Project on Vuforia Studio and I'm having this Error "Internal Server Error"! Can you please help me!? Thank you I attached the log file for more informations PS: I already checked node.exe through the resmon.exe and it is set on "allowed, no restrictions" I also tried publishing after disabling all Firewalls and I still get the same problem.
Is there an available tutorial for this? thanks
Hi, When could we expect to have a "real" documentation of the API and features of Vuforia studio ? the 3 examples of the tutorial are not enough for a "Industrial" application . If we want to go deeper in the usage if vuforia Studio , we need a real documentation. Aother topic : When could we expect to have a real collaboration mode in Studio, to be able to work with several members on the same Experiences. Export/import zip files is not a solution on a IT point of view. No version, no merge tool . Please provide a roadmap for vuforia solution. thanks
Currently working with the freeze camera functionality in vuforia studio. I'm experiencing that users have a problem with that they first need to fixate the model in good position and then press freeze button or that they can in the freeze mode can rotate the model and move it around but accidently move in such a position that they lose the model. I'm looking into if there is a reset button or a way of fixating the model in the middle of the screen when using freeze mode on a tablet or phone. I know you can have 'reset gesture changes but that doesn't quite achieve what I'm looking for. Ideal would as stated above that you press a button connected to a functionality scripted in home.js that positions e.g 'model-1' to the middle of the screen no matter where you pointed your camera when you pressed the freeze button. Is there anyway of achieving this? Someone made something like this before?
Hello, I am trying to install the thingworx studio software but keep getting this error message when the installation occurs. Please advise.
I saw this video: https://www.youtube.com/watch?v=Va2V0Idl6S0 Here at time 1:21 we can see some 3D labels showing up and as the user moves around the engine the label hides itself and some other label pops up. I have two questions here: 1) How he is able identify which part he is viewing? 2) How does he make those label animate( showing and hiding) like there in the video? Any help would be appreciated.
I saw a video on youtube which demonstrates the capabilities of hololens 2. My query is the button shown in the video when pressed, makes a motion and give a feel like it's actually moving. Can anyone describe how this is done? For reference I am also attaching the video link. Please watch from 0:51 to 0:55. https://www.youtube.com/watch?v=pHjjqKLFMXM
We are testing the Vuforia Studio Trial, but without succes. Vuforia Studio is installed properly but when you add the user and password to configure the Experience Server not happens. The autentication popup not show up. Seems like stuck on the network restriction also the proxy is being not recognized by the Vuforia Studio too.The first attempt was using without proxy, then was added the Vuforia Trial instance domain to proxy whilist then configured the Vuforia Studio. But without success.https://trial.studio.vuforia.com/api/v1/service_details Unable to retrieve service details. Request failed. Error: connect ETIMEDOUT 52.45.131.212:443at TCPConnectWrap.afterConnect [as oncomplete] (net.js:1134:16) {errno: 'ETIMEDOUT',code: 'ETIMEDOUT',syscall: 'connect',address: '52.45.131.212',port: 443
I tried to run some basic sequences run on hololens 2 but nothing happened. There was no sequence running in it. I am also attaching my project just to show what i did. Any help would be appreciated.
Hello guys, i already created different user and user groups with different permissions in Thingworx Composer. When the Thingmark is scanned I have to LogIn with User Name and password because of the authentification needed for Thingworx data. Now i want to display the actual authentificated user of the experience in the status bar above. Do you have any solutions how to display the logged in user?Thank you for the help. Best regards Marco
Vuforia Studio Support for Microsoft Edge browser (version 79 or greater) Bug fixes and minor improvements Vuforia View Bug fixes and minor improvements Experience Service Experience Service 8.5.6 address a critical security issue (CVE) in Node.js Bug fixes and minor improvements
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.