Vuforia Studio
Recently active
I'd like to invoke the start scan service automatically when my view is loaded. I try to use the code following : $scope.init = function(){$scope.app.fn.triggerWidgetService('scan-1','startscan');}; angular.element(document).ready($scope.init); but it's not working. it's working when I use with show popup service or another service but only scan service is not working. I'll be happy if someone can help me. Thank you.
Is there a way through scripts to call an experience from within another experience thnx
Hi, As the topic is named I want to change the text in the a 2D-widget not by writing in the label field in properties window, as seen in the picture but rather I would like to change it in the home.js script. I was thinking of writing a code like this: $scope.app.view.Home.wdg['label-59'].text = 'hello'; OR: $scope.setWidgetProp( "label-59", "text", 'hello'); Tried different variations, but none of them seemed to work. I must miss something, does anyone have any suggestions?
How to bring notes written in creo illustrate while creating sequence in vuforia studio by Javascript.I have written saftey precautions in notes while creating steps in sequence. I want to display it in Vuforia studio while running sequence in View app. How to do it with Javascipt? Can please anyone suggest the code for this?
I want to translate a model in Y direction using javascript but is not able to do so. I tried a method given by Roland Raytchev in this link https://community.ptc.com/t5/Vuforia-Studio/3D-object-movements-using-JavaScript/m-p/592546#M5001 but was not able to do so. I also tried quadcopter example but due to lack of coding experience was again unable to do so. Any help would be appreciated.
Hy, Exists trough code to give the user the possibility to reposition the model as it happens when the device is shaken? thnx Giuseppe
Let's say I want to display a 'image-1' at 'step-1' and 'image-2' at 'step-2' of a sequence and so on. Any help over this topic would be appreciated. I am weak at coding part so a code would help me a lot.
I bind $scope.app.params["timeSeriesChartData"] How should I organize $scope.app.params["timeSeriesChartData"]? where is example( time Series Chart )?
Hey there, am Trying to upload CATPart and CATProduct but there are many parts which won;t appear on the Canvas and their scale appears to be zero and even if i change the scale it automatically comes to zero.
[2019-11-12T01:15:38.759Z] Studio 8.5.1.4496 [2019-11-12T01:15:38.801Z]状态消息:正在可行... [2019-11-12T01:15:38.801Z]起始节点.exe [2019-11-12T01:15:39.107Z] ---错误的启动node.exe --- [2019-11-12T01:15:39.110Z] System.ArgumentException:已添加项。 :“ NODE_PATH”所添加的关键字:“ NODE_PATH” 在System.Collections.Hashtable.Insert(对象键,对象nvalue,布尔值添加)在System.Collections.Hashtable.Add(对象键,对象值)在System.Collections .Specialized.StringDictionaryWithComparer.Add(String key,String value)在com.ptc.ThingworxStudio.MobileBuilderForm.StartServer()[2019-11-12T01:15:39.110Z] ----
Hi, I would like to call functions from other views? For example, I have this code in view1: $scope.popup = function(){ $scope.app.params.test = 'popup';}; $scope.gif = function(){ $scope.app.params.test = 'gif';}; How do I use this function in view2? thank you for all your assistance.
Hi, After succesfully importing a project, it gets stuck on "Initializing project" when opening it. If I refresh the browser, it opens the project but it is empty. I am using Vuforia Studio as an administrator. Here is the log: [2019-11-13T18.19.51.459Z] Studio 8.5.1.4496[2019-11-13T18.19.51.471Z] Status Message: Getting ready...[2019-11-13T18.19.51.471Z] Starting node.exe[2019-11-13T18:19:55.982Z] info: [twx-studio:index] Studio Version 8.5.1.4496[2019-11-13T18:19:56.185Z] info: [twx-studio:initializer] Node version: 10.15.3[2019-11-13T18:19:56.192Z] info: [twx-studio:initializer] studio launched with the following arguments: { _: [ 'C:\\Users\\hkuiv\\Documents' ],'$0':'..\\..\\..\\..\\..\\..\\Roaming\\VuforiaStudio\\studio-download.vuforia.io\\dist\\server\\index.js' }[2019-11-13T18:19:56.194Z] info: [twx-studio:initializer] studio dir: C:\Users\hkuiv\Documents\VuforiaStudio , home dir: C:\Users\hkuiv\Documents[2019-11-13T18:20:04.232Z] info: [twx-studio:gitUtils] nodeg
Hi, in studio vuforia portal shows server stopped and remaining days left 200 days. can anybody tell how to start the server. Thanks!
https://www.youtube.com/watch?v=7g1b4x1YL1Y&feature=youtu.be If you look at the linked video, you can see each detail name. How can I make this? List of questions. 1. How to link 3D location and name tag of each part? 2. How does the label change with the camera position? 3. How to make it disappear after a certain distance from the camera? 4. How to make it like the video above?
Can't I see the same shape on other devices as i see in vuforia-studio? and can i hide label?
Was wondering what would it take to record a user's input then output it to a new and/or existing excel file. Do I need to have Thingworx Composer for this?
Hey there, am using Vuforia Studio for the AR purpose. I wanna know is it possible to use button or double tap kinda thing to explode the AR projection in my device. Thank you
Hello, i have a question related with work with vuforia in remote way, like a robot with cammera to monitoring remotely a plant (is possible to compile vuforia in a embedded system, an process for example a mobile cammera in a robot and see remotely all, with augmented reality ?
I made function ( like class ) Ex Code ) function ModelInfo(ModelName) { this._ModelName = ModelName; this.ISModelLoaded = false; var ThisClass = this; // Check ModelLoaded $scope.$on("modelLoaded", function(event,name) { ThisClass.LoadedModel(event,name); }); this.LoadedModel = function(event,name) { if( "modelLoaded" === event.name && name === this.ModelName ) { this.ISModelLoaded = true; &nb
Goodmorning everyone,I performed the installation of Vuforia Studio on Premises for one of my clients.Making the final check, I tried to publish an experience with the administrator user and everything works correctly.I then generated, from Thingworx, the other new users (even trying to duplicate the Administrator account - so with the same permissions -) but, at the time of publication, the error you see in the attachment appears (image 1).In essence, new users are able to validate the experience service but fail to publish the experience.Can you kindly give us some information about it?ThanksMatteo.
Hello im trying to get a cammera picture from vuforia studio in android but it not seems to work, one of the problems that i have is to transform the base64 data and show it into a widget and visceversa Thanks
Hello! Help with this instruction https://community.ptc.com/t5/Vuforia-Studio/Gauge-moving-indicator/m-p/537760 I uploaded two 3D-Gauge: LabelIndicator and Indicator. I connected to external data: Entities "Eaton-5P-650" services "GetPropertyValues". Me need to connect the properties "Load1" to the indicator. What needs to be changed to the code?
is the integration is possible between google glass and vuforia studio like hololens...as hololens are not available in market
Such like tml3dRenderer.setTexture, document.getElementsByClassName, etc. Is there a guidance for new users to approach to them?
I want to a status indicator on the model. There is Bar Gage in 3D Widget Dialog? There is Graph in 3D Widget Dialog?
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.