Recently active
I have a problem. I was installing Thingworx and it was near the end when my machine crashed. I am now in a position where I get this error when I try to install Thingworx "You already have Thingworx Foundation for Postgres installed. Uninstall it, and then you can use this installation tool to reinstall" Problem is, when I go to Windows "Uninstall or change a program" app, there is nothing there with a name like PTC or Thingworx. So, nothing to uninstall.What do I do now?
Hello, I have implemented pagination on a collection and services are written as per https://www.ptc.com/en/support/article/CS311123 Here If the user changes the number of Items in a Page using a drop down menu , it will also work , but the number of pages on the widget doesn't change . That is if the widget have 1 to 5 pages at first , then if we increase the page size using dropdown, the pagination widget still have 1 to 5 pages , the total number of pages will not decrease ,even though the page will shows the selected number of items.This leads to blank pages. Is there any ways to which number of Items in per Page can be changed from the mashup.
嘿, 我想通过服务删除DataShape字段。我找到了使用Json和mathod创建DataShape来创建字段的代码片段。但是我找不到片段来删除服务中的DataShape字段。 请告诉我。
Hi Team, I am looking for any official PTC document that states compatibility between Thingworx platform and virtualized environment such as VMWARE and others, Please, any official documents you can refer back to me? I need to submit this to customer, Tks, Chris
Hello Everybody I'm trying to get weight data from a scale that I connected to a network few weeks ago and I want to know if it is possible to communicate with the scale using a TCP-IP socket connection by using only thingworx. I recently knew recently that kepware could help for this operation and it could be more efficient but unfortunately we have a licence probleme so I need to use only thingworx. More details about the scale : The scale is a Mettler Toledo Viper, IP adress : 10.18.200.51 and Port: 9761 to get the weight from the scale we should send a request called "SI" and then we get an answer like ***SS**258**g The communication should enable me to extract the weight and display it on a mashup by clicking a button "Peser" Thank you in advance for you Help
Hi Folks, Are there any tutorials of Thingworx Flow? and do we have trial version kind of , to have handson of Thingworx flow?
Hello All, How to Get and set user extension properties, when user reset the password from login page.Ex: get and set emailAddress property of the user Please share some snippets or idea to solve above. Thanks, Nagaraj
Hello, does anyone know how to query influxDB directly without through stream or value stream? Just like query SQL server with a thing created from MSSqlServer thing template.
Hi All,I have an infotable that has missing values (interpolate_1),I use the following code (interpolate_params) to try and fill the gaps by the last element. var params = { mode: "INTERVAL" /* STRING */ , timeColumn: "timestamp" /* STRING */ , t: loggedValues /* INFOTABLE */ , ignoreMissingData: false /* BOOLEAN */ , stats: "LAST" /* STRING */ , endDate: endDate /* DATETIME */ , columns: "p1_plasma__cooling_water__conductivity__actual;p1_plasma__cooling_water__conductivity__limit_high" /* STRING */ , count: 1000 /* NUMBER */ , startDate: startDate /* DATETIME */ }; // result: INFOTABLE var interpolatedLogged = Resources["InfoTableFunctions"].Interpolate(params); For some reason, the gaps are not filled, and the timestamp is not stretched correctly.Please let me know what am I doing wrong ?Thanks
I am using Time Series Chart, InfluxDB, and Value Stream. What I am doing is to use QueryPropertyHistory to have 1 hour data from InfluxDB to fill the Time Series Chart. The QueryProperyHistory is commanded periodically. The speed is really slow for the Chart to update. Does anyone know if there are any solutions on this? Maybe a cart with cache can help?
Hii,Can anyone tell how to connect mongodb in ThingWorx. How to set JDBC settings in Thingworx?
Hello, I've try to export ententies (without Data) from an Thingworx Instance (8.4.5-b102) with MSSQL as Maindataprovider to an Thingworx Instance (8.4.5-b102) with Postgre. I reseive [message: [1,018] Data store unknown error: [Error occurred while accessing the property provider.]] as Error Message. Do you have any idea how to do this entety migration?
I have bound my data filter widget to a grid and it seems to be working correctly,but i wanted to know if i gave 2 inputs for the same filter,example :all data with the Current location : India and Current location : America.Is this possible in the inbuilt widget or do we have to write a service ?If so can you please send the code for this service. Also any idea how to style the widgets drop down feature.
How to configure widget? Hello friends, I'm a beginner on the platform, and I use the free version momentarily, through research I found a dashboard that I really liked.would like your help to know if with the tools of version 8.5. Can I configure a layout this way, or, just creating it? I thank you for your availability.
I am considering what's the possible ways to improve Thingworx foundation platform performance. Maybe larger memory, some specific setting to Tomcat? Can anyone help get some ideas on this?
Hello community, i have a issue in last step of thingworx installation. this is my the last rows of my log: Install ThingWorx Using ChefConfiguring Installer...Executing C:\opscode\chef\embedded\bin\opensslConfiguring Installer...Executing C:\opscode\chef\embedded\bin\opensslConfiguring Installer keystore...Executing C:\opscode\chef\bin\knifeEncrypting installer secrets...Executing C:\opscode\chef\bin\knifeThingWorx Foundation for PostgreSQL Installation in Progress...Executing C:\opscode\chef\bin\chef-clientError running C:\opscode\chef\bin\chef-client -z --config "C:/THINGW~1\installer\foundation\knife.rb" -j "C:/THINGW~1\installer\foundation.json" -L "C:/THINGW~1\installer\logs\foundation-20200324180642.log": Program ended with an error exit code[18:09:20] ThingWorx Foundation for PostgreSQL: rc=1[18:09:20] foundation Installation Failed[18:09:20] - Post Installation Action List: Step install via chef script failed :: 1A problem occurred during installation that m
hi i m using label chart for my report , where i need 2 bars for single timestamp. so i m using timestamp on x axis and on y chart i wanted to show number of passed and failed products . so in one bar it will show how many product got passed and in second bar it will show many product got failed on that day. i wanted to achieve this but i m not able to do this,. for me on x axis its showing timestamp or date but on y axix its showing NaN. data is properly coming in service. please suggest me what settings i ned to do in my chart setting or what mistake i m doing.
Hi Team, I am looking for file transfer approach from Thingworx Repository to different location. Please let me know your inputs.
I have placed textbox on top of list widget.I want to search item using text box in list widget.what serivce to write for searching items on textchanged event
Hi All, I have found two Template PTC.ISA95.PhysicalAssetBaseThingTemplate and PTC.ISA95.EquipmentThingTemplate. Can anyone help me to understand the diferrence and purpose of having two template?
Hi, I am using ParseJSON method for Parsley extension. It gives me one row properly inserted into infotable if we run this method on simple json like:- { "input1":"{\"name\":\"MichaelJordan\",\"age\":\"38\",\"address\":\"Noida\" }" } But it fails to insert any row when we run this method on complex JSON:- { "input2":"{\"name\":\"TestUser123\",\"age\":\"54\",\"address\":\"{\"street\":\"main street\",\"city\":\"Ggn\",\"pin\":\"202021\"}\"}" } and gives blank row. Could somebody help me how to insert this json into infotable as well? Thanks in advance.
Hi, is there a way to blacklist a remote device from connecting to the server using the remote thing name/identifier. Currently we have some old remote devices out in the world using the same identifier to connect. If I create a server side thing for them to bind to I get lots of errors referring to multiple endpoints. If I delete the server side thing I get errors because of failed binding requests. Unfortunately we aren't able to physically find these remote things to upgrade the edge servers (or disconnect them). Really just looking for a way to stop the Application log collecting these errors. Thanks in advance K
I have three properties in my Thing and it is continuously updating for every second. I want to show these updated values in Time series chart every second. which service should I use? I used query property history but it takes lot of time to get the result since the data is updating every second.
Anyone know how to shorten a mashup's URL in ThingWorx? I already have a page that lives at 'www.myserver.com/Thingworx/Home', so I need another address that will read 'www.myserver.com/Thingworx/Home/MyPageName'. I've found this article already re using a Google API to shorten a URL: https://support.ptc.com/help/thingworx_apps/r8.5/en/index.html#page/thingworx_apps/ThingWorxAppsSetupConfig/url_shortening_service.html. However, the second step of this article seems to indicate the use of Manufacturing Apps, which I am not using.
I imported the "paging widget" from the Thingworx Apps Extension bundle and it's showing up under the Manage>Installed Extensions in Composer but I can't find it in the widget list in the mashup designer. Any help would be appreciated. Thanks
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.