Recently active
Thing properties became empty when I'm checking property vtq, it's showing unknown. These properties are updating from last two weeks but from yesterday it's showing empty values. Why values are getting empty and why the property quality is unknown? On what basis property quality is calculated? Did anyone faced this issue? Can anyone help me with this issue? Thanks, Abhiram Kuncham
I have been importing few of the mashups as a single entity from old instance to new instance .But the issue right now i am facing is it a collection mashup ,when i tried importing whole mashup its is only partically visible and other half disappeard ,i gave permissions for all users and modified service in order to add a line that references these mashups at the end.Still the page is not completely visible.
@dupatel How? 🙂 related to earlier post Do you know any existing post to your answer or maybe you can explain me please? Can I use this data with a Service (Snippet)? Which ways do exist to use (Value)Stream data? Thank you in advance. igor
Hi , i want to split one single image into rows and columns (PLEASE REFER THE IMAGE ATTACHED). is it possible to do that , if so how ? Thanks
Hi, I want to show the basic information to customer. If apply the license then only we can show the advanced information to customer. How can we can achieve in ThingWorx? Thank You
Hello Everyone, I am not able to login into the Thingworx Composer. After entering the correct username and password the login window disappears and appears again but with blank fields and nothing happens. I think it is because I disabled the PTC.login.Authenticator (I think its called like that but I am not totally sure), while I had access to the Composer. Apparently I can not login with my credentials with the Authenticator being disabled. Is there a way to activate this Authenticator e.g. via a Rest Call? Just like it is possible to update property values or execute services I hoped I could enable the Authenticator again. If anyone knows which call I should make and what the exact name of the Authenticator is, please let me know. I am also open for other approaches to tackle my problem. I am working with a Trial Version of Thingworx btw. and I do not have Administrator Rights (because I am using the Composer for Thingworx Studio - AR application)
Link to previous post..... If you guys don't mind, I'd like to jump in and ask how can I return things I've created by a specific property value? I understand I can use the queryimplementedthings service by passing the service a query (which I have created in a seperate service which I also configure to take a parameter for the value I'm looking for in my things properties). I then pass this query to the queryimplementedthings service. I only want the things and their associated properties that have a matching value for a specific property returned. Whats the best way to go about this as I am not getting the grid to return data based on my approach?
Hello Everyone, so I started to use PTCs Industrial Connectivity. I followed the steps in this guide and I was able to setup a proper connection. Unfortunately, after some time I get the error: "attempt to add element <element_name> failed". This error appears for every tag that was bind to a property. But in the beginning everything worked fine and the values were displayed correctly in the properties of the remote thing. Any ideas how to tackle the problem? Thank you in advance! Best Regards, Dominik
Hi , i am new to the Thingworx and i am trying upgrading my Thingworx from 7.2 to 8.1 version in win7 VM machine . i have downloaded a licence file for same, renamed it as license_capability_response.bin and placed it inside ThingworxPlatform folder ( which i have created in c drive as per the instruction given in upgradation manual ) then trying installing it but the license is not getting installed not even the file name is getting changed to successful_license_capability_response.bin/ignored_license.bin rather giving me below error . 2018-10-03 00:03:54.814-0700 [L: INFO] [O: c.t.s.ThingWorxServer] [I: ] [U: SuperUser] [S: ] [T: localhost-startStop-1] Thingworx Server Application...ON2018-10-03 00:03:54.828-0700 [L: INFO] [O: c.t.s.ThingWorxBootstrapper] [I: ] [U: SuperUser] [S: ] [T: localhost-startStop-1] Datastore database...INITIALIZED2018-10-03 00:06:14.417-0700 [L: WARN] [O: c.t.s.s.l.LicensingStateMachine] [I: ] [U: Richa] [S: ] [T: http-nio-80-exec-4] Failed downloadi
Hi all, I have a problem to show the property values in anomaly dashboard mashup. The alert is in MONITORING status but the graphic is empty. While is training, it works fine creating the correctly result and training database. could you help me? Thanks.
Lori, How can this used for Windchill Document and Document structures. In particular to view PDF's. I have been briefly looking at leveraging web frames. Look forward to your feedback, Tim Related to previous post
hi all, I would like to read values from csv file, and count sum of all values in each column. please look at code below and give me answer - why commented row is wrong?? (The goal is to create dynamic dataShape with dynamic names of its column.) var fileRepository = Things["SystemRepository"];var fileContent = fileRepository.LoadText({path: "suma.csv" });var rows = fileContent.split("\n"); var header = rows[0].split(",");var columnsQty = header.length;var myInfoTable = { dataShape: {fieldDefinitions : { } }, rows: [] };var abc = 0;var header_Sum; for ( var i=0; i<2; i++) { header_Sum = "Sum_" + i; myInfoTable.dataShape.fieldDefinitions[header_Sum]={name: header_Sum,baseType: "NUMBER"}abc = abc + parseFloat(rows[i]);}; //myInfoTable.rows.push({header_Sum:abc}); myInfoTable.rows.push({Sum_0:abc}); result = myInfoTable; thx gucio
Hi, I want to create gantt/range chart with date-time on X-axis and batch numbers on Y-axis(as follows). As I am new to Thingworx platform, could you please help me to create this one. Thanks.
Hello, can I still download the Integrity LM extension somewhere? I remember that it used to be available in the marketplace, but I cannot find it there anymore.
After installing the jdbc driver in ThingWorx, I could not get it to communicate with the MySQL server. I set up the string settings the same as other MySQL versions. - JDBC Driver Class Name: com.mysql.jdbc.Driver - JDBC Connection String: jdbc:mysql://localhost:3306/test - connectionValidationString: SELECT NOW() Has anyone else run into this issue? If so, what was your solution?
Hi, I'm trying to display date and time at the top of the menu bar. I followed this (https://www.ptc.com/en/support/article?n=CS250481) and managed to get the date and time, but I realized that the date/time is displayed only after the "Refresh Now" button in the auto refresh button is clicked. Is there anyway to do this without using the auto refresh button? Thank you! -- Edit: Never mind. I just had to change the Refresh Interval.
Hi All, I am having Entity (Thing) as XML format and adding into meta.xml in Extension package. After importing an extension package how can i make editable entity? Thanks & Regards, Sathishkumar C.
Hi All, We have put together a similar demo as PTC did at the 2018 LiveWorx conference with predicting the time to failure of a light bulb using ThingWorx Analytics. We have created the time series model and have managed to train the model, publish the model and test the model in Analytics Manager. The issue we are facing now is when creating an Analysis Event mapping the input parameters that takes into account the lookback period? I tried creating an infotable property that has the correct amount of rows with the correct fields, but I get an error: "Unable to set value for AnalyticsEventInput". (AnalyticsEventInput is the infotable with the correct number of rows for the lookback period). The job runs, but the input to the Analytics job is as below with only the last row being set to the first row of the infotable property: I have also mapped the inputs directly to the related "Number" type properties, but that has also given me issues that all o
I'm trying to develop sth by thingworx,but the download page i can't open .How can I get the version for thingworx8.2.1? Related to previous post
When I use the account "Administrator" login, the menu can show as the following screenshot.But when I use another account that I have give all permission, the menu will show abnormally and it will only show a blank panel.
When I use the Master, it created a footer at the bottom of the window, I would like a footer that is at the end of the page, you can only get to it when you scroll all the way down, and then it is at the end (very similar to how it is here on the community site). Does anyone have suggestions on how to do this without having to add it to every single page, and still have the benefits of using the Master for the header? Thank you! -Amber
Hi i have 2 question about Thingworx 1. Change URL How can AppKey show mashups without being exposed? 2. Protect Composer pageUsers typically go to the squal page if no home mashup is specified.However, you can go directly to the Composer page by entering Composer directly.Customers do not want it. Can I prevent a user other than a specific user or administrator from entering the Composer page?Or can I replace the URL that currently enters the Composer page(<host>:<port>/Thingworx/Composer) with a specific format(<host>:<port>/IoT/<SomeKeyValue>/Composer)? Thanks
Hello everyone, In this time I have a question about Proportional Chart widget. I'm trying to do something like the picture, but I have no idea how to do it. I think I have to use a Proportional Chart Widget, but no matter how much I change the properties, I can't make a chart like that. I take data from a Infotable. ID, Number1, Number2, SumTotal 1,5,5,10 2,7,3,10 3,6,4,10 What is the correct way to do it? Thanks, Luis
Hello everyone. I am new at this and there are many things that I don't understand, so I need your help. So, I'm trying to read a CSV file (function ReadCSVFile) and save it in a InfoTable. I have downloaded the CSV Parser Extension and have boiled down to the bare minimum and have not been able to get it to work. When I launch the service, the following error appears: Error executing service SImportCSV. Message :: Unable To Open [*******] in [********] : begin 0, end 18, length 13 - See Script Error Log for more details. What could be the problem? Thanks, Luis
Hi, I am trying to automate my deployment of Thingworx Extensions. I am trying to use the ExtensionPackageUploader to do this. I can't seem to get it working. I get Access to the specified resource has been forbidden when I try to make the call from postman. I get a bad request error when I try to make the call from a curl command. Here is my curl command curl -X POST -H "Accept:application/json" -H "Content-Type:application/json" -H "appKey:secretkey" -H "x-thingworx-session:true" "https://hostname/Thingworx/ExtensionPackageUploader?purpose=import" -F "file=@extension.zip" -k I am on version 8.0 Thanks, Brandon
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.