Recently active
Hi Folks,For a simulation we are currently using WebGL and the WebFrame Widget to display a few 3-dimensional objects (e.g. cars) in the MashUp. Those cars exist in real life as a toy model and in Thingworx, displayed in the mentioned way. The purpose/idea is now, that you open a door on the real model and the displayed model does the same. A sensor is sending the information to Thingworx. My question now is: Is there any way to use a CAD-model/Unitiy script or file/3D-Model that helps me realising the project without using WebGL and the WebFrame-Widget?E.g. importing the CAD-File as in a CAD-Widget and if the sensors gives the information, the car door opens. It doesn't have to open in smooth way, I just need the two conditions "open" and "closed".I hope my explanation is clear, if not just ask. I am new to Thingworx, so I really hope to not bother you with a noobish question..Thanks for helpingBenedikt
HI,I have Web Application . contained html pages. in one of the page i want to show Thingworx mashup in iframe/DIV . Here i am providing my code for better understanding<html xmlns="http://www.w3.org/1999/xhtml"><head runat="server"> <title></title> </head><body> <form id="form1" runat="server"> <div> <iframe id="if1" width="800" height="500" style="visibility:visible" src="http://localhost:8080/Thingworx/Runtime/index.html#mashup=KPIUnassignedMashup&__fromBuilder=682940d1-235f-4d4f-b528-59e897e95ce6"> </iframe> </div> </form></body></html>=============================In the above code i have given mashup URL for "src" attribute of iframe control. But unable to see my mashup in iframe.Please help me to resolve this issue, Thank youRegardsSpandhana
Hello!I installed a student version creo 3.0 ,and I want to transfer stl file to solid model, but I can not find the restyle panel.
Hello All, Here we can discuss about Does PTC ThingWorx platform support java enterprise application and database portingLet's get started!ThingWorx does not have any inherent database porting methods available, however, it is not be terribly hard to write you own - I've done this and assisted with this for several migrations when the database backend was changing and data was still pouring into the old server while we brought the new one online. ThingWorx provides JDBC Connectors, a SQL connector, so you could easily read the database rows out and write into ThingWorx. Or write RESTful services to talk from Twx server A to Twx server B. Less easy, I suppose, if you have tons and tons of both meta data and actual rows of data.If you are serious about Thingworx, you are likely running at least two servers, the Platform server and a database server. (These should not be the same box.) In this case you have more porting options (like pg_dump if you are on Postgres, or similar dump tool if
Hi,Is it possible to connect to a SQL server database to the hosted trial version of Thingworx ?Thank You
Hello, I would like to know, does this version includes the augmented reality extension? I mean, will I be able to print my model and see it through my phone? Thanks!
Me files were created earlier with other version Mathcad
Hi everybody , someone could help me to solve this issue, have an important problem with a client , he wants to put on machines some thingmarks , each thingmark with an specific AR experience , for our client (Quality inspector) is so complicated scan and re scan again each thingmark , he needs something which let him do it more dynamic because the company has thousends of machines to be monitored , then it is not so practical the current configuration to scan each thingmark pressing a button.We would like to know what is the best path to solve this issue , how should we modify something in ThingWorx Studio, ThingWorx, ThingWorx View? I read that it is posible to do something adding this code but it is not working , I guess I am doing something wrong app.fn.navigateToScanMode(); $scope.yourfunction = function() {app.fn.navigateToScanMode();}Thank you very much in advanced Regards
Hi,Could someone help me in how to parse soap XML or normal XML in thingworx.When I'm trying below soap response XML in thingworx I'm getting an error message as below:TypeError: <?xml version="1.0" encoding="utf-8"?><soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> <soap:Body> <GetHolidaysAvailableResponse xmlns="http://www.holidaywebservice.com/HolidayService_v2/"> <GetHolidaysAvailableResult> <HolidayCode> <Code>NEW-YEARS-DAY-ACTUAL</Code> <Description>New Year Day</Description> </HolidayCode> </GetHolidaysAvailableResult> </GetHolidaysAvailableResponse> </soap:Body></soap:Envelope> is not an xml object. (soap_Test#14)and my XML will be :<?xml version="1.0" encoding="utf-8"?><soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3
I am getting the folowing Error log while trying to connect.I am running the file using elevated rights in Windows.[CONFIG]: -> Attempting Connection: academic.cloud.thingworx.com/Thingworx/Things/weatherRover1_livin/Properties/*Port: 443AppKey: 16f73500-1e55-40f4-a420-b938f5025aac[CONFIG]: -> Failed to Ping ThingWorx Server, something has gone wrong. Restart Academic Edge
Hi,Can I use ThingWorx to create and use my own certificates for IoT devices?What standards are supported for Certificate Signing Requests?SPKAC, PKCS#10, etcWhere can I find a documentation?Thank you
I am trying to use asp.net mvc for building gui instead of using thingworx mashup for diaplaying the thingworx service result any idea ?
Hi everyone,I was following the steps from the IoTUModel1_Exercises.pdf, of the course IoT MOdeling 1 With ThingWorx, but in the step 221e, I am not able to download the file RollupDS.txt.In the pdf file puts "from the instructor notes" but I am not able to recognize this tool...Thanks in advance & RegardsVictor
Hello Guys.For our studies in mechanical engineering our group has to design, programm and build a sorting Robot with the Lego Mindstorms EV3 - Kit.So far so good.A few days ago i stumbled over thingworx studio and the app thingworx view. Created my first AR - Experiences with it and came to the conclusion, that i want our Robot to be capable of IoT and to have an AR - Experience, which displays some Information from the Robot. Such as the colour it is scanning and sorting momentary for example.And here comes the reason why I opened this thread.Our group has like zero experience with programming at all. We just had some lectures of C++ and ended them with creating arrays and how to save Output-Data in a Word document.And the questions I am having right now are the following ones: -Does anybody has experiences with implementing an Lego Robot (EV3) into thingworx? -Which programming languages would be suitable for the solution? (We are curr
i was trying to send data from arduino device to thingworx via mqtt. but in thingworx academic instance , i have no option to add an extension .
Hello,When trying to complete the 'Fundimentals of IoT Development with ThingWorx' training, I am unable to view the video's on your website. For example, where the tutorial video should be displayed, all I can see is either a blurred out picture, a black screen or an image saying 'video not available'.I have tried this out on Internet Explorer as well as Google Chrome. I have also contacted my company IT department, to which they said the issue seems to be independent of the browser type.In my previous post I spoke about an issue I was having with ThingWorx Studio as well, not being able to access it on Google Chrome. Maybe these issues could be related?Any advice or support would be greatly appreciated.Best,Stephen
Without using hardware.
I tried downloading my new Creo 4.0 student version but this error message keeps popping up : C:\ProgramData\PTC\Licensing\BE400407EDSTUDENTEDK12_license.dat:(-21) License file does not support this version but the license im using is from what i got when i downloaded it and i checked if any old licenses were interfering but I deleted them all
In Creo 3.0 I made many drawings with 0 problems. Now in Creo 4.0 when I try to create a drawing (New>Drawing>Use Template) it gives me an error (image included) saying that the template was created with a commercial version of Creo and is not compatible. Thank you for any help.Update: Other teammates are running into the same problem.Garrett ValleyFRC 4931 Student
Hello, Oisin here i am having trouble after recently downloading the student addition to ptc CREO 3.0. When I click the model setting on the toolbar I can't click on any of the option displayed such as round, chamfer, extrude and fillet, eg or are any option displayed on that ribbon. This is very frustrating because i cant us the full range of the software and cant draw some thing on the software without those options. I asked the tech team at my college and they told me it could be the graphics card (intel(R) UHD Graphics 620) on my laptop. I have a inspiron 15 5000 series. would appreciate any advice. Thank You
Hello Friends,I have many sensors registered on the thingworx platform. I have a dashboard which is displaying sensors data. In the back end, I am continuously pulling data from thingworx. What I want is how can I subscribe my db from thingworx, and thingworx should trigger my db on data change. How can I achieve this ?
Hi! I have tried everything for the installation, I have read all the possible problems and solutions there are. My problem is that the license file (.dat) is not recognized by the assistant. I select it and also put the installation code at the same time but it says: format not recognized and I can not click next. Thank you for your help.
Hi, I recently broke my old laptop that had my Creo Parametric 4.0 (student version that was gotten for free), because of that I got a new laptop and downloaded Creo on my new laptop. For some reason, whenever I tried to start the software, I kept getting the error message that is attached below. Please help me out. I really need this program to finish my homework. Thank you.
After installing Creo 4 on my computer I cannot open the programs. It loads for 1 second after I click on fx Creo Parametric. How do I solve the problem?
Hi all, im having trouble with the CREO exported STL files as they are not in plain text. I coded a software that converts the STL file to a IGS cloud point but as the CREO files are some what encrypted I cannot do this. Is there a way to convert the files or export them in plain text? Thank you all
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.