Vuforia Studio
Recently active
I want to import JT files from Teamcenter to Vuforia Studio. But the JT formats are not supported in Vuforia. How do I handle the conversion from JT to ol formats. Is there a known process inbuilt in the PTC products like Creo Illustrate or Creo Vis. Thanks, Best regards, Nikhil.
Hi, We have developed 2 Experience and we are navigating from Exp 1 to Exp 2 using hyperlink. Is it possible to pass value from Exp 1 to Exp 2 ? /VR
Hi everyone, In my project I load a json object from thingworx and want to manipulate the content of this file.json. The upload of the file from TW to Studio works fine, the code that is used for is: // -- APERTURA FILE JSON -- var MODEL_JSON = { 'carrello': 'prova.json' } console.log('load MODEL_JSON files'); $scope.GetJsonFromTwxRepository = function (path) { $scope.$applyAsync(function () { $rootScope.$broadcast('app.mdl.Thing-Repository.svc.LoadJSON', { "path": path } ); } , 500); console.log("after call of GetJsonFromTwxRepository") }; $scope.modelDataDynamic = []; $scope.$on('$ionicView.afterEnter', function () { console.log('Calling service'); angular.forEach(MODEL_JSON, function (value, key) { // nel nostro caso: value --> 'carrello', key --> 'prova.json' $scope.GetJsonFromTwxRepository('/' + value); console.log(value); console.log("$ionicView.afterEnter was called "); $scope.$root.$on('LoadJSON-complete', function (event, args)
Please share the document of uploading the extra Thingmarks to the experience server. Thanks in advance.
Goodmorning everyone,the setup of the AR experience I'm working on is based on a license that includes Thingworx, ptc navigate and windchill. All working and connected to Vuforia. I need to build an application that produces the following actions:1. load a pvz model;2. Once I have clicked on a component in the model, I must be able to trace the code of the clicked component Regarding point 2 it is not clear to me how to interact with Thingworx, so as to go back to:- production order- assembly code- part code passing through Windchill. Anyone have any ideas on how to setup the project in Thingworx?
Hi, I created a 3 figures in creo illustrator and imported into Vuforia studio. In 2D canvas drag and drop the select widget for creating a list of figures. Below i have attached the code which i used to create a list. List and 3D images are working fine. But I'm unable to play the animation of the sequences. How to add the buttons to play the animation?. kindly guide me. // create a list of identifiers and descriptions for the 'select list' widget var stepListJSON; PopulateStepList = function() { stepListJSON=[ { stepID: "Mesh panel removal", stepTitle: "Mesh panel removal", stepNum: 1 }, { stepID: "Mesh panel assembly", stepTitle: "Mesh panel assembly", stepNum: 2 }, { stepID: "Lubrication", stepTitle: "Lubrication", stepNum: 3 }, ]; console.log(stepListJSON); $scope.view.wdg.stepList.list= stepListJSON; } //when the model is loaded, execute the following function(s) - view action binding in the 'Model Loaded' JS property windo
Hello - The Leadership team at MIT sent me the following questions (That I didn't personally have the answers to) following a discussion today. They've asked me to answer these questions by the end of business today as they're looking to move quickly on AR procurement. If someone could please answer these questions and send the answers to rmcbride@ptc.com - i would be VERY Grateful. Thank you all for your support and assistance. Hi Bobby, Thank you for meeting with us today. As we discussed, there are some follow-up questions we’d like answered. The questions are: How easy is it to provide the application to students? What are the range of operating systems Vuforia supports? [ Tablets / Phones / HUD ] Can you create custom UI elements? [ Look and Feel ] What is provided as part of the cloud services? How transferable is this product over to unity if we wanted to expand on our application or add c# components? Does
Hi, I have error, when I'm trying to Preview my project. It's hololens project. At preview I can see:
Hi, I have used the trial version of vuforia and the trial period is over so cannot process further. as a freelancer, I am developing a use case that can be demonstrated to product-based companies. how to get extended the trial period or buy a license. find below the recent article, which is about to circulate to connections but when vuforia is not working then I cannot proceed. https://www.linkedin.com/posts/karthik20_mbe-modelbaseddesign-mbse-activity-6714203056201969665-1Vzg Kind Regards, Karthikeyan Ganesan
Hi everyone, I'm developing some project that must be integrated with windchill. I have to scroll service bom stored in windchill and something else similar. Are there any way to link Vuforia with windchill through Thingworx? Thank you.
I have made a Sequence in Creo Illustrate of about 10 steps. I have also made a button in Vuforia Studio and the binding property for that button is play. So whenever I click on that button, the steps from the sequence will be played one at a time. I want to make a 2D Image or a 3D Image visible on the 5th step. And automatically make it disappear at the end of the 5th step. Is there some kind of a code to trigger a function at that particular step.
Goodmorning everyone,I would like to create an AR experience that reproduces animation sequences without having to link the "Play" button with the corresponding model. Looking at the bottom panel in Vuforia Studio, the button-template link corresponds to the command: app.view ["Maintenance"]. Wdg ["cart"]. Svc.play. How can I use it in the javascript file?
Hi, I'm working on AR project. I have three different figures named as 1) Mesh panel Removal, 2)Mesh panel assembly, 3)Lubrication. I have animation for 2 figures and Lubricator doesn't have animation. I have used select tool to create a dropdown. Here the problem is binding the image with Lubricator. When I select 1st two figures from dropdown , the animation works fine. I want to add the image on Lubricator, but if I add the image, it has been reflecting to all the figures. Could you please tell me that how can I link the image only for lubricator?
Hi everyone, I have a file.txt that is written with json rules. Into my project I want to access the data of the file like a simply array. Is there other way to open this txt file? My code is the following one: var xmlhttp = new XMLHttpRequest(); //apertura del file sequenze xmlhttp.onreadystatechange = function() { if (this.readyState == 4 && this.status == 200) { myObj = JSON.parse(this.responseText) console.log(myObj.repair_sequence) // repair_sequence è il nome dell'oggetto indicato nel file .txt formattato con grammatica json $scope.updateLabel = function(){ //parameter viene passato quando si seleziona la lingua nei rispettivi pulsanti console.log("----STEP STARTED----") $scope.$on("stepcompleted", function () { //questa chiamata attende il completamento del passo prima di azzerare la stringa "text" console.log("----STEP COMPLETED----") text="" $scope.setWidgetProp( "stepDescription", "text", text) //step
I was able to load a GIF into Vuforia Studio, however, when in preview, the GIF does not play. is it possible for a GIF to run in V Studio? if so, is there any background script needed?
I am developing an augmented reality app for a tablet. The experience starts with the scan of a QR code and you access the following views:- purchase (purchase of some components selected from a 3D model)- maintenance (allow the possibility to proceed with some maintenance operations (assembly / disassembly of components)) Each view loads a model (not necessarily the same). Question How can you upload a model without scanning a thingmark?Is it possible to upload a part of a model by scanning a QR code? Thank you so much.
May i know how to connect vuforia studio to postgres database?I want to send my data to database,hopefully you can give some opinion and guide.Thanks
Hi Studio Gurus, May I know if anyone have tried to use Studio 3D Chart Widget extension to display time series chart in 3D eyewear AR experience? I have difficulties in configuring the timestamp format and start date for the chart. It seems that the widget doesnt correspond to the format I configure (both timestamp and start date value). Preview result Studio Configuration Regardless of the issue, I tried to publish the experience and view it in Hololens (both 1 and 2) but the 3D chart doesnt seem to appear in the experience. Not sure if this widget is really supported in 3D eyewear. If anyone has experience with this widget, appreciate if you can share your thought. Thanks!
This issue has been resolved in Vuforia View 8.5.13 for iOS. There is currently a known issue with Vuforia View and iOS 14. Upgrading to iOS 14 may impact Spatial Target functionality in Vuforia View. No other targets (ThingMark, Model, Image) will be affected by the iOS update. We are actively working on and verifying a fix for this issue and will update this post when it is available.
Hello, I am looking for code to make the Audio start playing automatically upon the loading of a new view. Avinash
So I just acquired a 3DConnection SpaceMouse Pro and was curious why Vuforia does not utilize functionality from it but Creo does (according to posts under Creo section where other users talk about limited functionality, not personal experience)? Which I would be content with having the functionality of just the "cap".
Can Vuforia pulish to .usdz format ? Copied form a description. The USDZ file format is used in all iOS Augmented Reality apps, and Apple's development application, ARKit can be used to open and edit the files.
I'm having trouble with publishing projects since updating to 8.5.12.4700. Vuforia displays this error when publishing. Log file output as follows: [2020-09-02T00:19:45.239Z] error: [twx-studio:projectHelper] publishTask error for project Target_Test_02_09_2020 Failed to output zip. [2020-09-02T00:19:45.240Z] error: [twx-studio:api] Error occured while publishing project Target_Test_02_09_2020 Failed to output zip. [2020-09-02T00:19:45.254Z] info: [twx-studio:ves-publish:1599005985216:Target Test 02/09/2020] filter out entry: extensions/js/libthingview_wasm.wasm
Hey, Can i connect vuforia stuio Trial version with local Thingworx (Licensed) ? If yes could you please share some docs. Thank you
Hallo, is there any way to transport the inset from Creo Illustrate to Vuforia Studio? BR Vladimir
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.