Recently active
Hi, have you reached a stable solution for the connection proposed by the this user last year? Are there some documents/guides about the possibile solution? Many thanks
Dear Experts, We have currently using Kepware V5.20.396.0 and V6.1 on two different platforms, we have plenty number of clients connected to these servers, we are looking to see clients IP addresses to manage access and load on server. Can anyone guide from where I can find it. I have attached snapshot below. Regards, Shabir
Hi ,I require to get the source template of a property in thing level. Can you help ?
We have developed an Custom Extension for Thingworx for adding Tables in Excel sheet, in eclipse (Java). How to add Charts (Pie-chart, Bar-chart, Line-chart, etc.) in the same excel file? Is it possible to export charts from Mashup to excel?orIs there any library(xssf) available in eclipse (Java) to generate pie chart directly by providing input data? Please share the sample examples if available for the same.please refer the following screenshots, I want this kind of result :
How remove additional spacing between two containers in mashup?It seems around 5px spacing is there between responsive container. Is there any CSS or anything available to avoid the additional spacing?
I want to display a data which is dynamic with respect to Rows as well as Columns. So, I have chosen collection widget to implement this UI.1. Developed parent mashup which repeats in a Row. (Dynamic row)2. Each row having its own columns So, it is having nested collection widgets.(Dynamic columns) Sometimes, UI completely frozen. Not able click or change anything.Any best practices to implement nested collections?
Hi, I'm having infotable which dynamic with respect to Rows as well as Columns. And I have to update multiple times by clicking each cell value. What is best way to display,1. Grid 2. Collection ( dynamic with respect to Rows and columns so 2 collections). Regards,Sathishkumar
I want to send mails with email type usernames and normal usernames. To be able to send emails with 'name@domain.com' type of usernames, I followed the next article: https://www.ptc.com/en/support/article/CS297478 However, now I cannot send mails with 'name' type of usernames. Thanks, Mikel
I see in custom CSS ,@import (url ) be used to add a css file from repository ? is it also can be used in Thing's service js coding, to import 3rd java scripe modules
I had writter a service in the thing,I had use md5 function to hash my json data and post to another http api,but I do not kown how to use md5 in the thing service with js.Anyone please help me Thanks
Hi, In the latest release of ThingWorx 9.2, is the timezone issue resolved? In the previous versions the time would always show the local system time instead of time in which the application is installed. Is that issue resolved? Thanks in advance, Shalini V.
Hi, We have 2 questions regarding the logs in ThingWorx. In the thingworx foundation stderr logs, its returning all the logs from info to error. Is there an option to log only errors in the file? 2. How to break the thingworx stderr & stdout file based on date or size? Because right now everyday logs are logged in the same file unless it the tomcat service is restarted. Thanks in advance, ShaliniV
Hello,i have one table(User) in database and this table have some users data like username and password.So when i login with user present in database by using username(abc) and password(abc@123) it's logging in successfully but when i tried to logout this user by using logout function, it's logging out the thingworx composer user instead of logout the user present which i have in my database. So how i logout the user username(abc) and password(abc@123) ? please share the resolution on this...... NOTE:- i dont want to logout the user present in thingworx ...... i need to logout the users which i have present in my database
I have followed CS229450 and changed web.xml file and restarted the tomcat service. (cleared tomcat cache)But still CORS error existsError :Access to fetch at 'http://xxxxxxx/Thingworx/Things/xxx/Services/xxx' from origin 'null' has been blocked by CORS policy: Response to preflight request doesn't pass access control check: The 'Access-Control-Allow-Origin' header contains multiple values '*, *', but only one is allowed. Have the server send the header with a valid value, or, if an opaque response serves your needs, set the request's mode to 'no-cors' to fetch the resource with CORS disabled.I have attached web.xml file.Please provide solution for this issue. Thank you!
Hi, When we export data, is it possible to dynamically split rows and add them in multiple tabs? Eg: if there are total of 5 lakh rows, I wanted to split them 1 lakh rows in 1st tab and from 100001 to 2lakh rows in 2nd tab and likewise. Is it possible to achieve this use case in ThingWorx? Thanks in advance, Shalini V.
Hi Team, Just like we have service for converting from String to Password we have one service called EncryptPropertyValue, how we can convert from Password to String. Please share the snippet. Thanks in advance.
Hi, "Zero Day vulnerability in Java Log4j " will it give any impact in ThingWorx, is there any mitigation plan? Thanks in advance, Shalini V.
Hi, Can we download data as multiple files when we click on data export widget? Eg: In one file, We want only 1 lakh rows. If there are more than 1 lakh rows can that be split and downloaded as multiple files? Thanks, Shalini V.
So I've started looking into this and so far, I've been seeing that you need to use AddInstanceRunTimePermission instead of AddRunTimePermission in order to set the "Property Read" Runtime Permission. This is my code currently:// Sets ServiceInvoke Runtime Permission of IntegrationRuntime for required GroupNameThingTemplates["IntegrationRuntime"].AddRunTimePermission({principal: name /* STRING */,allow: true /* BOOLEAN */,resource: "*" /* STRING */,type: "ServiceInvoke" /* STRING */,principalType: "Group" /* STRING */});ThingTemplates["IntegrationRuntime"].AddInstanceRunTimePermission({principal: name /* STRING */,allow: true /* BOOLEAN */,resource: "*" /* STRING */,type: "PropertyRead" /* STRING */,principalType: "Group" /* STRING */}); And after running it I get this with no errors:Service Execute is allowed like I want but is there no way to set Property Read to allow using AddRunTimePermission? Because I can set it to allow when editing the permissions on the en
In Thingworx 9.2, break and continue statements are not working inside services. So what is the alteration for this ??
Hello, I'm building following line chart view with Thingworx 9.2.3:The data I'm using starts always at 06:00, and ends at 06:00 the next day (24h).But when I draw it with the standard line chart widget, it adds +4 hours into both ends of the timeline. This causes the usable drawing area for the actual data to be 8 hours less than the actual width I'm giving to the widget.This result graph looks too crowded for the data, and I can't for example display value indicators on the lines, as then it becomes absolutely unreadable.I would like to be able to remove this extra "margin" completely from the draw view, or to configure it to be for example just 1 hours extra empty space. Are there any options, or is the margin hard-coded?I have witnessed the same behavior with other datasets and TW 9 line chart too, so it doesn't seem to be related to data used in this example. Thanks.
Hello how are you community, I hope very well. I want to share with you a question about Thingworx Analytics, specifically about how to use the Predictive Scoring option available in Analytics Builder and interpret its results. I finished the learning path on "Vehicle Predictive Pre-Failure Detection with ThingWorx Platform", which helped me to understand several concepts about Thingworx Analytics, managing to generate predictions for values in "real time". I would like to complement the predictions obtained with uncertainty probability or other practical information. Unfortunately, this guide does not cover topics that complement the predictions with information such as Predictive Scoring or confidence modeling. For my part I wanted to try and used the data and the model created to perform Predictive Scoring tests obtaining successful results but without knowing how to give a practical meaning to the Important Field Weights. On the other hand, according to the ThingWorx Analyti
Hello,I am trying to retrieve data from a REST API of a 3DPrinter and convert it into real time information through Vuforia View.I'm stuck when i need to get the data into a Thing Property.I've created a genericThing and i use getJSON snippets to retrieve JSON from the printer API.I have no problem getting the JSON from the API using getJSON and those parameters : let params = {url: "http://172.25.2.8:10800/v1/printer/nozzle1?token=6721b6ca0a4ea42f3a933e356546588e" /* STRING */,};// result: JSONlet result = Resources["ContentLoaderFunctions"].GetJSON(params); I get this JSON : {"headers": "","data": {"nozzle_cur_temp": 26,"nozzle_tar_temp": 0,"flow_cur_rate": 100,"flow_tar_rate": 100},"status": 1}What i want is to define "nozzle_cur_temp" value (26) as a Thing Property that updates each time i execute the script.Like this i can use it in Vuforia.Thanks,Best Regards,
Hi, We have installed a demo application, which comes with bundled packages. The startThingworx.bat needs to be runned to start the thingworx instance containing the demo application. Currently the instance license is getting expired and we downloaded the license file and replaced it in place of existing license.bin.Ran AcquireLicense in LicenseAndSubsystems and we are getting the output as : [object ProgressEvent] and the istance is not running. I even tried renaming the licence file to license_capability_response.bin, but its not working. Regards.
Hi Everyone, I have used repeater widget to show some name on selection of dropdown entry.Now I want to delete a row from the repeater by clicking on repeater row. I am using Thingworx 8.2 I know its too old version but I don't have option right now. I could not find any solution on it. If you guide the solution it will help me, Please refer attachment
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.