Vuforia Studio
Recently active
An experience is created in ThingWorx studio.External data is added and services items (from our local server using federation) are linked to 3D Label. The updated values could be seen in Preview against 3D Labels before Publishing.However when viewing the experience on ThingWorx View app on mobile phone, the values are not visible; it displays only the 3D Label names.Can anyone help on this issue.Thank you.Regards,Srinivas
The creo product code in the "Getting Started with Thingworx Studio" pdf seems to be invalid. That or it's just not working. Any ideas? Perhaps there's a better place to look for answers to this problem, but I can't seem to find it.
I was successful in publishing my experience as a thingmark experience, but when I tried to make it a spacial tracking experience it doesn't load in my thingworx view library on my iphone. Message was edited by: Sushant Pandey moving to Studio space for better visibility.
Hi, I'm a Chinese user. My company has bought thingworx studio software but we don't have the Default Experience Service URL and thingmark now. How should we get the Default Experience Service URL and thingmark?
You may notice that some older posts are surfacing to the top of your content lists. This is related to content updates that the team is doing ahead of our migration to Lithium.The default for filtering content is "Sort by latest activity: newest first" which is why you may be seeing older posts that look as if they are new. Please change your drop down option to "Sort by date created: newest first" (see screen shot below) and you will see the new posts that were created recently. Thank you for your understanding and cooperation as we work toward a smooth migration to the Lithium platform. If you have questions about the migration, please visit the Lithium Migration Essentials group where you can read the FAQ, get up to speed on the timeline and changes, and ask any questions you may have.
Date Time Level Source Event2017/9/9 18:03:05 Error ThingWorx Native Interface Connection to ThingWorx failed. | Platform localhost:80/Thingworx/WS, error: could not initialize a secure socket connection.
Thing queryPropertyHistory 不支持按分布查询吗? 只有maxItems,但页面展示记录要面分布呢?怎么办?
I am attempting to use a simple JS timer function to write values to a variable, which is then bound to the model property "ry"The idea being, I can click a button to call the function, the the model continuously rotates until the function is cleared.I created the "counter" parameter and bound it to the "ry" property, as well as defining the click events as their respective functions.However, the dev console shows that the value is not being stored in "counter" and is not showing as bound to "ry."My code looks like the below:$scope.set_timer = function(){ $scope.app.params['counter'] = 0 ; $scope.app.params.time=setInterval(function(){ $scope.app.params['counter'] ++; console.log(counter); } , 1000);}$scope.stop_time = function(){ $scope.app.params.time = clearInterval(time);}---------------------------------------------------------------------------------------------------------Any help is greatly appreciated.
Hello everyone! I am having some problems with publishing an AR-Experience which is connected to a ThingWorx Thing of mine. I created the Experience and copied the URL of my ThingWorx into the experience Server field. I was able to add the Thing after I logged in with my Administrator login from ThingWorx in the External Data column and connected its property to a 3D-Label which displays the value correctly. In the Infotab the IP-Address is also correctly Displayed but when I try to validate it an Error Message occurs which says: Failed to authenticate experience server. And when I try to Publish the Experience it displays following Error message: Uh-oh! Publish failed. Check the log for errors. Not Found. My log shows following message: [12/21/2017 14:42:28] info: [twx-studio:projectHelper] Building ves-ar-extension app: Test [12/21/2017 14:42:29] info: [twx-studio:index] Notify preview windows: private-room-Test [12/21/2017 14:42:29] [0mGET /api/switc
Hi folks--Is it possible to create a new 3D model object, or to clone an existing one, in Javascript? I'm looking for something like this:$scope.view.wdg['model-2'] = $scope.view.wdg['model-1'].clone();where model-1 is defined in the experience, but model-2 is not.My use case is along these lines: I want to have a component, like a LEGO brick, so the user can create more of them (based on the same CAD model) and they can put them together to build something bigger. So, I'd like to have one model in the experience, but have a button that lets the user create another one (make a clone of the first one), and then position it in the experience. So, I need them to be separate instances, and not just a copy that shares a reference to the same 3D object.I tried duplicating the widget markup, and copying the existing widget object, but neither of those worked.Thanks for any suggestions, and happy holidays!--Clay
validation error; Failed to authenticate experience server. publishing error: localhost:3000 says: Uh-oh! Publish failed. Check the log for errors. Internal Server Error log file: [12/21/2017 15:14:57] Studio Version 8.1.2 (8.1.2.2343) [12/21/2017 15:14:57] Status Message: Version 8.1.2 (8.1.2.2343) [12/21/2017 15:14:57] Checking for updates from https://studio-download.vuforia.io/downloads/ThingworxMobileBuilderApp.application [12/21/2017 15:14:58] Starting node.exe [12/21/2017 15:14:59] debug: [twx-studio:studio-log] Debug logging enabled. DEBUG=twx-studio* [12/21/2017 15:15:02] info: [twx-studio:initializer] Node version: 8.7.0 [12/21/2017 15:15:02] debug: [twx-studio:initializer] NODE_PATH C:\Users\adenkl2\AppData\Roaming\ThingworxStudio\studio-download.vuforia.io\node_modules [12/21/2017 15:15:02] info: [twx-studio:initializer] ThingWorxStudio launched with the following arguments: _=[D:\syncplicity\adenkl2\Documents], help=false, version=false, $0=..\..\..\..
Hi All,I am trying to use the 90-day trial verion of thingworx studio but with no sucess because of the following error...
my thingworx studio throughing an error saying that it can find the winstone module This is the Error log [11/20/2017 11:52:16] Studio Version 8.1.1 (8.1.1.2213)[11/20/2017 11:52:16] Status Message: Version 8.1.1 (8.1.1.2213)[11/20/2017 11:52:16] Checking for updates from https://studio-download.vuforia.io/downloads/ThingworxMobileBuilderApp.application[11/20/2017 11:52:17] Starting node.exe[11/20/2017 11:52:19] module.js:529[11/20/2017 11:52:19] throw err;[11/20/2017 11:52:19] ^[11/20/2017 11:52:19] [11/20/2017 11:52:19] Error: Cannot find module 'winston'[11/20/2017 11:52:19] at Function.Module._resolveFilename (module.js:527:15)[11/20/2017 11:52:19] at Function.Module._load (module.js:476:23)[11/20/2017 11:52:19] at Module.require (module.js:568:17)[11/20/2017 11:52:19] at require (internal/module.js:11:18)[11/20/2017 11:52:19] &n
This message was migrated to our current platform in March 2026. This platform cannot support a post with more than 100k characters. As a result, the message has been truncated. We saved the full length original post as a txt file, attached below. Thanks for your understanding. The Community team.April 2026 Hi All, I just can't log anymore in my 90-days trial version of thingworx studio ( I still have a lot of days left). The problem is this...and that(log)...[12/14/2017 16:45:27] Studio Version 8.1.1 (8.1.1.2213)[12/14/2017 16:45:27] Status Message: Version 8.1.1 (8.1.1.2213)[12/14/2017 16:45:27] Checking for updates from https://studio-download.vuforia.io/downloads/ThingworxMobileBuilderApp.application[12/14/2017 16:45:30] Status Message: Performing First Time Setup (Application)...[12/14/2017 16:45:30] Unzipping mbdist.zip to C:\Users\asaito\AppData\Roaming\ThingworxStudio\studio-download.vuforia.io\[12/14/2017 16:45:33] Status Message: Performing First Time Setup (Libraries)...[12
Hi All, Anyone know how to use responsive UI design using CSS in thingworx studio AR experience? Any other solutions?Thanks,Avinash
How to change font height and color for 2D label
Hi,In my experience I am having a button. When user clicks on this button I want ThingWorx View App should go back to scanning mode (from scan mode I meant when we start ThingWorx View, the app is looking for a ThingMark, the state in which the app is looking for a ThingMark)Please suggest.Sample code is welcome .Thanks and Regards,Sameer Singh Rathoud
I am using the spatial target for my AR experience and place it the model in my driveway. When the model is shown and I start to walk around the model it does not stay locked in place even though I am not using any gestures. So the model follows me around.
Hello,can i somehow implement a function that is called when the app or a specific view is started?Something like overriding the viewDidLoad() in XCode or onCreate() in an Android Project.
Hello,I have created a 2D app assigned the class "main" to the root view "Home" and put.main { background-color: #242730; text-align: center; color: white;}in my css. Now, the editor applies that correctly, but the preview ignores it. Is that a bug or am i doing something wrong?I tried it both in firefox and chrome
This error occurs on my Windows 7 machine. Is there a solution?
Whether the text property which is be part of textarea widght can apply the CSS style?I try to use CSS to change the appearance of text property of textArea widght,but it not used.So,if I want to adjust the size and color of font,or I want to change the background, how can I complete it?
Hi all, I am using a 90-days trial version and just tried to publish my first projectbut I constantly receive the login alert message everytime I enter my credentials.I am 100% sure about my credentials.Any tips?Thanks,Anselmo.
Hello,I'm new to thingworx studio and have to get familiar with it.i have objects, that each have an image(contained in my Resources), a title and a description. In the later code those will be retrieved dymanically and can be of arbitrary number.For now i've created test-data like this: var obj1 = ["img1", "title1", "description1"]; var obj2 = ["img2", "title2", "description2"]; var obj3 = ["img3", "title3", "description3"];i guess the best way to display them would be in a repeater. So I have created one and filled it with an image view and two labels.How do i assign the date to it? (I know how to assign text to a label using application parameters)
Hi, i have registered to the 90 days trial and trying to make a first 2D App. How can i test it on a smartphone or iPhone?
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.