Recently active
Hi all,is it possible to generate new tennants via API? Thanks in Advance
Hi Team, Suppose I want to export all the device things belonging to one template in one shot so that we can import those device things in other environment.How can we achieve this? Note:- We are not using model tags and hence can we do export on the basis of ThingTemplates? (Using TWX v9.3.3) Thanks in advance.
Hi, I am not able to find the guides and learning path of Developer portal in PTC Community. I need it very badly. Please help. Regards,Anjali
Hi all, All is in the title. Thanks.
Hi Experts, I have Azure AD integrated with Thingworx using ThingworxSSOAuthenticator and I have added Administrator and one thingworx created local user in the exclusion list. But having SSO Authenticator enabled, Administrator/Other user doesn't login. I am using Thingworx 9.3.
Hi all,I have a requirement that i need to name a column in a infotable as a blank space. I could not able to add a space in it . It throws a error in the grid. Is there any possible way to do that ?
Hi everyone, I keep getting this error when running my service: Index 500 out of bounds for length 500 How do I go about fixing this?Regards,
For developers who are developing Analytics Manager agents using the .NET agent SDK, this SDK will no longer be supported after the ThingWorx 9.4 release. The JAVA SDK for Analytics Manager agents will continue to be available and you should look to move to that version for custom Analytics Manager agents going forward. (Please note that this is specific to the Analytics Manager .NET agent SDK) Please reach out if you have any questions or have existing .NET analytics manager agents in use. Reference the following support article: Article - CS379478 - ThingWorx Analytics - End of .NET SDK support for ThingWorx Analytics Manager (ptc.com)
I have doubts how to solve a certain problem.I have big table of numbers in DATATABLE.- Each row may have a different date- I need to sum the numbers in the rows- Then take the arithmetic average of the numbers in the row- Then I need to be able to select the date (range) to calculate the average of all days(rows) in the selected range.I am wondering how I should go about this.How to divide the whole task into services?
I am creating one generic service to return the infotable values as HTML codes in the format of string output. But unable to fetch the column values dynamically, for ex: my column names are stored in the array as ['col1', 'col2'], etc... If I pass these values in for loop(row.array[0]) to iterate the column values, the service returns undefined for the values. code: const table = me.testTable; // columns: count, name let fieldNameArr = [];function createMainTable() {var fields = table.dataShape.fields;for (let fieldName in fields) {fieldNameArr.push(fieldName);}var cols = table.getFieldCount();var rows = table.rows.length;var drawTable = '<table>';for (var i = 0; i < rows; i++) {let row = table.rows[i];drawTable += '<tr>';for (var j = 0; j < cols; j++) {let fieldName = fieldNameArr[j];columnValue = row.fieldName;drawTable += '<td>' + columnValue + '</td>';}drawTable += '</tr>';}drawTable += '</table>';return drawT
Hi all,is it possible to access the SSO (Single sign on) configuration via REST? Thanks in advance.
Hi community, hoping you are well, I am writing to ask you about the capabilities of Thingworx Analytics.In the field of predictive maintenance, one of the key objectives is the detection of failure conditions before they present themselves. Concerning that, we'd like to know how that can be implemented in Thingworx Analytics.For example, say you want to predict a pump failure. Failure conditions are known (e.g. zero pressure), and past data is labeled with a boolean "ok/fail" for each timestep. The main objective is not to know the status of the pump given the current conditions, but to predict whether the pump will fail in the short term, given the current trends in the data.We've previously developed a model which can give an estimate of the current condition of a machine. The model was trained using historical time-series data. However, we're unsure of the way forward for developing a predictive model, which can give an estimate of the probability of a failure condition in the futu
Hi all,The goal is to be able to shutdown and restart the application or the server through a internal service. Is it possible ? Thanks.
I am looking at a mashup looks like carried forward from previous version of ThingWorx. I started working learning from 9.3. Not able to find any documentation.Can I get information how ThingName is configured? .
Hi Team, Need suggestion how we can prevent Dragging and opening a Menu tab of Menu widget in a new Browser window. Is it possible to apply a CSS or any other way for this? Thanks,Ravi
Hey there, Any updates on the Article - CS323245. its regarding using both line and bars in a single chart inThingworx version 9.3. Any workarounds for the same, apart from label chart?. Also when the label chart widget will be no longer functional in TWX 9.3. it's made legacy in 9.3 but still functional. Thanks,Sunil
The mashup was created using 9.0 and the column displayed View until we upgraded to 9.3.4 and now displays [object Object]. The column renderer is set as follows; Column Renderer as Hyperlink, Format as New Page (_blank), Hyperlink Text Source as Fixed, Fixed Link Text as View.
Good day everyone! Has anyone integrated MS Teams with Thingworx? You need to create a service similar to Twillio to be able to send notification to MS Teams. What is the template for implementing this service? Is it enough to just use the API to create a connection?
Re: previous post Hi, If you're able to accomplish please let me know. I am also in the same need. 🙂Thanks.
Hello,I want to draw a map for a warehouse of our store. in the map i willl show some data (number people in real time, assets data...) .I have already static image of the indoor map but i want to use a 3d map with dynamic behavior.I attached an example file for what i want to have as a final result.I am a newbie in thingworx and i don't know where to start to achieve this purpose.Any help / suggestion are welcome Thank you.
Hello, I have a Thingworx application installed on a development environment and using the IoTHub connector. We are able to receive files from Azure through the IoT Hub connector.On a future production environment we are not able / allowed to open ports on the Thingworx machine. The communication to Azure should be possible, but no port opened from azure to the connector. Will the IoTHub connector work correctly? Do you know which ports should be opened to use the IoT Hub connector?
Can the speed (response time) of a query done in a DBMS such as an SQL Server be impacted by what's going on in the system where the server is running? This article suggests that the response time is likely to increase when a few Windows programs that regularly inspect and clean the system, as well as analyze data received from the network, are operating. Is that correct?Thanks.
Hi, I am trying to pull from GIT repo to thingworx repo.But I am unable to execute any services on GITTHING created using mashup.Please check below mashup screen.The error in Application logs is Thing [TestGitThing] is not running.Tried restarting the thing and disabling/enabling thing.But still its not working.I am connecting from http thingworx instance to GIT url which is in https.Let me know if it causes the issue
Hi Team, 1. How to list out the device things via some script and inbuilt PTC service which are showing "Thing Not Running"?2. Also let know how to write properties of things which are showing "Thing Not Running"?Could you please share the snippet. Thanks in advance.
Do you know if Thingworx can communicate with UDP, Unified Data Platform, Azure environment.
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.