Vuforia Studio
Recently active
Hello, Is there a possibility to get the orientation of the mobile device? I would like to adapt the size of the pictures and buttons dependign on the orientation of the mobile. Is there any event sended if the orientation ist changed? Thanks for help!
Hello, I tried to implement a Time Series Chart today and somehow no data is shown even though I read through a lot of posts on here. In the following I will describe what I did: 1) Created a new Project and put the chart onto the 2D Canvas. 2) Under External Data I imported the Car1 Thing and the Service GetPropertyValue and QueryPropertyHistory. 3) Under QueryPropertyHistory I attached "All Items" to the chart on my Canvas and selected "Data" for Select Binding Target. 4) Under Configuration I selected "Invoke On Startup" and "Auto-refresh". I did the same on GetPropertyValues. 5) For the chart I selected "timestamp" on the X-axis and "RPM" on the Y-axis. When I'm in the Composer I can't test the Services because I'm using a Trial-Account. The Bar Chart and Gauge work just fine. I played around with the Parameters which looked like this: I also played around with the Event "ServiceInvokeComplete" but no luck as well. Somehow I made the Time S
Vuforia Studio Model Target viability warnings added to the Detection Position editor Bug fixes and minor improvements Vuforia View Bug fixes and minor improvements Experience Service (On-premises) TLS1.1 or higher is required when connecting to a PostgreSQL database using TLS Bug fixes and minor improvements
Question: Is there an elegant method of determining which tab is active in a set of tabs using JavaScript? Use Case: I have a set of tabs showing operational information for each sub-assembly of an assembly. I would like the corresponding sub-assembly to be highlighted in the 3D model depending on the currently active tab.
where are the exact tutorials about shader which help to implement with vuforia studio
Hello friends where is possible to download installation files of Vuforia View for Windows platform? I found it on Microsoft Store here for free but our version of Windows(for bussiness) does not allow this store. Is possible to got a direct link to download it? Thank you for answer. Tomas
Hello Dear Community, today I wanted to do the Raspberry Pi Tutorial and got stuck in the Thingworx Composer. I used the written tutorial and followed the video tutorial. You can find them here: https://support.ptc.com/help/vuforia/studio/en/#page/Studio_Help_Center%2FRPAdvancedIntro.html%23 https://www.youtube.com/watch?v=hWwizf4D6KQ&feature=youtu.be At one point I had to take my Experience Server URL and extend it with /thingworx to get to the platform. This was my first time ever logging in there. In the tutorial it says I have to create a new Application Key and then a new Thing but I have basically only permission to read and view, but in order to do these steps I probably need Design Time and Run Time as well. I am on a Trial-Account. I already looked for a solutions to this but somehow couldn't apply them. I can't even do anything else besides reading. Is there any way to make the Raspberry Pi Project work without the need t
Hey ! I'm trying to implement the Raspberry Pi Demo as shown in (https://support.ptc.com/help/vuforia/studio/en/#page/Studio_Help_Center/RPAdvancedIntro.html#) I completed every step as shown in demo but the Temperature and Memory Guage in the vuforia experience is not displaying the live value of the properties. Although It is continually refreshed in the ThingWorx Platform (RaspberryPiThing) but it is not displayed in the experience. I've attached the screenshot of the preview of the vuforia studio experience. I've followed each step demonstrated in the setup. What am I missing here ?
Hello Community, yesterday I tried to do the Raspberry Pi Tutorial with my Vuforia Studio Trial-Account and so far everything worked fine beside the fact that I am not able to create an Application Key or anything else in the Thingworx Composer because I can't set my permissions to anything else than Read-Only. Is there anyone who got the same problem and managed to solve it or just completed the Raspberry Pi Tutorial with a Trial-Account as well? Within the composer there's already a pre-created Raspberry Pi Thing and Thing Template which have all the needed Properties but somehow the Values don't change when I run the script on my Pi. So it's either me who does something wrong or I need the Permissions to create a new Application Key and a Thing by myself. Thank you in advance for any help.
How do I get to know the details of Vuforia Studio license open for a client? I only have the SOC number ..... thanx Giuseppe
Hi, I am new to Thingworx and doing some experiments. I have subcribed a development portal of Thingworx foundation server hosted on trial (30 days) some where on the cloud. I am trying to connect this server with my Vuforia studio but when I enter the url of thingworks for experience service it says 'Failed to authorise experience server'. url of thingworks - https://pp-1902092106pa.devportal.ptc.io Please help.
Hi, I have Installed Licensed Thingworx platform, Voforia Studio and Experience service. But the problem is Thingworx IoT data not updating in Vuforia view in Android as its working fine in "Preview" Section of vuforia studio. Should we do any Modification in Subsystems in Thingworx? or should i create any remote things those kind of things?? After going so many Documents, Couldnt get required informations. Seeking for some guidance. Thanks and regards, Thrinath.
What should one learn to implement 3D object movements using JavaScript in Vuforia Studio?
Hello all, In this PTC video (fast forward to 4:15) the presenter is displaying her experience on a TV screen by using a second Hololens. Can someone guide me on how that is being done? Hololens live stream doesn't work with Vuforia app, since it's using camera and tracking.
Hi there, how can I delte an second view which I created but not use anymore? Thanks for help!
Hello, I know that it's possible to retrieve the stepname (created in Creo Illustrate) by listening for the "stepstarted" event or with "newStep" event. But what if I like to e.g. generate a list with all the steps in the current loaded sequence, can that be done? Is it possible to read the stepname of a specific sequence step based on an index number? Cheers, Tony
Hi there, is there a possiblity to restart a video for example by pressing a button even if it is still playing? Is it possible to set the current time of the video to 0? Thanks for help!
This post should provide more detailed steps additional to the posts ("How to extract the components with properties from a pvz file"[1.] and "How to use ThingView Widget from Navigate to display CAD Model/Viewables in custom mashup- Concept"[2]) for the extracting the viewables and the seqnece steps information from a .pvz / Creo Illustrate model for further usage in a thingworx service. 1.) Extracting the data from the Creo View Model ( Created from Creo Illustrate via publish to pvz functionality) As described in [1.] we required for the extraction of information a Creo View Toolkit. A good choice will be the usage the Creo View WebGL toolkit module. The toolkit program is called inside a html document where the javaScript Creo View WebGl Api is embedded. So, the most important logic could be called on the window load function. This code below will initialize the thingview library and will open the pvz model file (value of variable
The problem with the the method described in the post -> is if you add a filter to the text property so that you can add units to the value, e.g. '10%' then the state based definition wont understand the value as it is now a string and not a number. Is there any way to work around this? It would be great if the dependent field could instead be a dependent value and then you could bind the property itself to the 'dependent value' so that you can have units and a colour changing gauge.
Here I want to consider the question how to define a TWX service which could create a Bom and Viewable Lists from json files. This will be very helpful option when we want to display some CreoView data in the thingview. How to extract BOM and viewable data form a Creo View /Illustrate *.pvz file is shown in the post "How to extract the components with properties from a pvz file". In this example the json files are saved in a thingworx repository (means a thing form template FileRepostiroy) e.g. "CAD-Files-Repository" : 1.)Create a service for the BOM List /InfoTable edit the CAD-Files-Repository thing and create a new service named "GetBomStruct_arg_path" set the BaseType : INFOTABLE . Set the DataShape property of the service - > here to BomListStuct -> this datashape need to be created first . It should have the following Fields / proper
Hello ,I am trying to install the VUFORIA STUDIO trail version in computer for testing . So we can Implement in near future the application but installer is showing the error (An error has occurred. Check the log.). Please find the attached screenshot for reference. Here is the Log as well. Please assist me what i have to do next. LOG _[2019-01-18T10:13:00.731Z] Status Message: Setup wird ausgeführt (Bibliotheken)...99%[2019-01-18T10:13:01.021Z] Status Message: Vorbereitung läuft...[2019-01-18T10:13:01.022Z] Starting node.exe[2019-01-18T10:13:02.833Z] info: [twx-studio:index] Studio Version 8.3.8.4231[2019-01-18T10:13:02.901Z] info: [twx-studio:initializer] Node version: 10.13.0[2019-01-18T10:13:02.902Z] info: [twx-studio:initializer] studio launched with the following arguments: { _: [ 'C:\\Users\\id00pl\\Documents' ],'$0':'..\\..\\..\\..\\..\\..\\Roaming\\VuforiaStudio\\studio-download.vuforia.io\\dist\\server\\index.js' }[2019-01-18T10:13:02.905Z] info: [twx-studio:initialize
I've published an experience from Creo to PTC's public servers, and I can view it successfully with Vuforia View, but the option to download it isn't available. Is this functionality only available for experiences hosted on your own server?
I am trying to include annotations/labels for parts in my 3D model in a way that these labels remain attached to those parts when I am moving the camera around, but have not found a way to do it in Vuforia Studio. I can add 3D labels with billboard visibility, but I cannot "attach" the label to a specific part (e.g. using lines). Looking at some PTC videos I found an example where they label parts of a motorcycle (see attached image below), but I cannot figure out how to add those particular widgets in Vuforia Studio. Any hints/help is much appreciated. Thanks!
Is there a way to change the color dynamically with clicks? If I have three color choices, how to set it up?
Hi all, I've made a AR project in Vuforia Studio for a customer. The goal was to show live IoT data in an AR experience. This worked, but on the Ipad pro the values did not appear in the widgets, only the value NaN showed. We did test the same project in preview and on several other devices, none of them had this issue, so we think this is an issue only on the IPad, maybe on every IPad, we've only tested it in IPad pro. Model: Ipad Pro model 2017 ios 12.1.1
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.