Recently active
Is there a way to reduce the verboseness of the console message output level with the .NET edge SDK? At the moment the TwApi Wrapper is output the following debug message every few seconds. 30 39 3A 33 31 3A 33 312021-08-14 09:31:31,389 [5] DEBUG com.thingworx.communications.client.TwApiWrapper - twWs_Receive: Received Pong2021-08-14 09:31:31,389 [5] DEBUG com.thingworx.communications.client.TwApiWrapper - msgHandlerOnPong: Received Pong. Data: 09:31:312021-08-14 09:32:16,305 [5] DEBUG com.thingworx.communications.client.TwApiWrapper - sendCtlFrame: >>>>> Sending Ping. Msg: 09:32:162021-08-14 09:32:16,320 [8] DEBUG com.thingworx.communications.client.TwApiWrapper - sendCtlFrame: >>>>> Sending Ping. Msg: 09:32:162021-08-14 09:32:16,380 [9] DEBUG com.thingworx.communications.client.TwApiWrapper - twWs_Receive: Read 2 bytes into header buffer2021-08-14 09:32:16,381 [9] DEBUG com.thingworx.communications.client.TwApiWrapper - twWs_Receive: Got Header: B
Hi Team I am working on showing data on graphs. I want to show below statewise population data on the graph. State Population Missouri 9826732 Kansas 7838493 Newyork 2348890 Washington 332948 When clicked on particular state, user have to be shown population of specific county on another graph. County Population Wandotte 8494 Johnson 892834 plaza 493784 Can you please suggest any graph that can be used for this purpose? Regards,
Good afternoon. Could you give me a hand with the following doubt? I have been working with property transformations in Thingworx Platform Analytics. I have an Azure VM with the following hardware configuration: I have installed the following components successfully: + TWX 9.x+ Analytics Server+ Platform Analytics+ Vuforia Experience Service+ Vuforia Studio+ Kepware In the installation of the Platform Analytics, I configure the Analytics server integration, and all the installation steps run successfully as shown below: Also, I followed all the steps to configure successfully the Property Transform Settings in ThingWorx, the RabbitMQ password encryption, and finally, I left by a defect the Property Transforms scalation. Using a dataset I emulated a remote device with a Pressure signal. I used a timer to stream the pressure signal each 1, 10, 50, and 100 ms. The pressure signal has the following form: I created th
I am trying to push my entities to gitlab repository using the push function available in gitbackup extension 4.1.0 in thingworx 8.5.8. The exact error message is org.eclipse.jgit.api.errors.TransportException: <repository> redirection blocked
Any properties available to customise/styling confirmation dialogue box?
Hello, I am newbie to Thingworx and C SDK. I would like to know how to debug the C SDK code using gdb. I use SteamSensor C SDK as a hands-on exercise. This SteamSensor use C SDK and it connect to Things from Thingworx and register property and services. I compile the main.c by using "make" command. Then inside the folder "linux/bin/gcc-linux-x86-64/debug/" there is a binary file called "SteamSensor". When I command "gdb SteamSensor", it can debug the C SDK but the problem is that while I am debugging the main.c C SDK code, the thingworx is not connected so I cannot debug the thingworx part. May I know how can I debug the C SDK code using gdb in order to debug both C SDK and Thingworx? Thank you.
To upgrade, Thingworx 9.2/9.1/9.0 is best? and why? Does Twx 9.2 have any legacy widgets or entities?
Pleas tell me concretely the processing for text data that TW Analytics can do.
I have data's in a grid as a string type, want to do translate those dynamic data's, but have no idea to do this, Kindly assist me to do this if any options.
I am reading multiple csv files one by one. If one csv file not exists error occurred, the code stopped. Instead i want to move on to reading next csv file. So i tried try catch inside for loop only for ReadCSVFile method, but that doesn't worked. What to do.
Is it possible to set Calendar (select date) to start weeks with Mondays instead of Sundays? Meaning the Sunday column below would shift to the far right.
Hi, I am on TWX 9.1 and using Line Chart. We have multiple datasources to it. There can be values in datafield for datasources. In service, if there is no data to show, we are setting datafield value to be NA. Because if we don't set datafield value then then chart doesn't get displayed. Could you please tell if there is any way to hide the legend which have datafield value as "NA" Thanks Anirudha
Thundering Herd Scenarios in ThingWorx Written by Jim Klink, Edited by Tori Firewind Introduction The thundering herd topic is quite vast, but it can be broken down into two main categories: the “data flood” and the “reconnect storm”. One category involves what happens to the business login (the “data flood” scenario) and affects both Factory and Connected Products use cases. The other category involves bringing many, many devices back online in a short time (the “reconnect storm” scenario), which largely influences Connected Products scenarios. Citation: https://gfp.sd.gov/buffalo-roundup/ Think of Connected Products as a thundering stampede of many small buffalo, which then makes a Factory thundering herd scenario a stampede of a couple massive brontosaurus, much fewer in number, but still with lots of persisted data to send back in. This article focuses in on how to manage the “reconnect storm” scenario, by delaying the return of individual buffalo to reduce the inten
Hola everyone, I was wondering weither there's a way to find out how long does it take to run a script inside a subscription ? Thanks in advance
I have 100 rows in CSV File. I want to replace only one row. This snippet: Resources["CSVParserFunctions"].WriteCSVFile(params2); is not accepting one row as an input. Iam getting an error "JavaException: java.lang.Exception: Unable To Convert From com.thingworx.types.collections.ValueCollection to INFOTABLE ". 1. How to update only one row of csv file? 2. Shall i pass arrays tothe input data? var params2 = {path: filePath2 /* STRING */,data: rowCSV /* INFOTABLE */,fileRepository: "SystemRepository" /* THINGNAME */,withHeader: true /* BOOLEAN */};Resources["CSVParserFunctions"].WriteCSVFile(params2);
Im not able to install Thingworx9 on window 8.1.Seems to have Installation error.Can you please suggest few ways to overcome that.
I have a value stream that logs historical change of several properties, and i want to get the historical values of a specific property? any idea? Thanks, Youssef
Hi Guys, Are there any groups where I can find small tasks to solve in thingworx? Thanks and Regards,
Has anyone else had a sudden problem where they are unable to use Advanced Grids because the FooterData property is acting up? We've been using these Grids for a few months now. Not only has there never been a problem, I've never had a to-do list item for a lack of FooterData. I did a quick search and found that I should just need to uncheck the box for the EnableFooter property. Unfortunately, I can't even find that. Does anyone have any suggestions?
I am not able to connect to thingworx server. And i seen these errors in application log of TWX and tomcat logs as well. 2021-08-24 15:40:30.229+0530 [L: ERROR] [O: c.t.s.ThingWorxServer] [I: ] [U: SuperUser] [S: ] [T: main] [message: Connections could not be acquired from the underlying database!]2021-08-24 15:40:30.255+0530 [L: ERROR] [O: c.t.s.ThingWorxBootstrapper] [I: ] [U: SuperUser] [S: ] [T: main] [message: Unable to initialize and start system: Connections could not be acquired from the underlying database!]2021-08-24 15:40:30.255+0530 [L: ERROR] [O: c.t.s.ThingWorxBootstrapper] [I: ] [U: SuperUser] [S: ] [T: main] *** CRITICAL ERROR ON STARTUP: Unable to initialize and start system: Connections could not be acquired from the underlying database!2021-08-24 15:40:30.255+0530 [L: ERROR] [O: c.t.s.ThingWorxBootstrapper] [I: ] [U: SuperUser] [S: ] [T: main] *** Web Application STATE is being set to ERROR! *** 2021-08-24 15:40:30.195+0530 [L: WARN] [O: c.m.v.r.BasicRes
My thingworx instance was working fine. Suddenly now it shows "Errors 503 Service Unavailable Back to Composer". What to do now?
Why this code is not removing all the rows in infotable? If i have 100 rows, it is removing only 50 rows. code: for(var a=0;a<updaterows.rows.length;a++){var newEntry1 = updaterows; newEntry1.RemoveRow(a); updaterows=newEntry1;}Anyone knows the code to remove/delete all the rows in infotable?
[L: ERROR] [O: c.t.c.u.HttpUtilities] [I: ] [U: Administrator] [S: ] [T: TWEventProcessor-9] Error constructing headers JSONObject I get above error.Is it due to extension or any other issue.
Hi, can someone help me with Custom Thingworx App. I would like to develop a search Parts from Windchill in Thingworx Navigate App in a Table. is there a allready made function or do i have to develop this myself? Any Tipps? BR VC
I am trying to receive a binary or BLOB as a REST server. Is it possible to receive the request's body and parse the payload? I understand using a property name it would be possible but would it be possible to get a handle of the incoming request body directly?
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.