Recently active
In Datepicker widget, Before Selected date and current time was coming.Now Selected date is coming with 00:00:00 time. How this change happened in thingworx suddenly ? How to make datepicker widget to pass selected date with current time ?
We are trying to setup a Thingworx server with Azure PostgreSQL services. Reffered few articles. ThingWorx installer fails to connect to an Azure PostgreSQL database ThingWorx installation fails on Azure PostgreSQL Here it says, Thingworx Foundation Installer is not supported on Azure PostgreSQL. Is that possible to setup a Thingworx with Azure PostgreSQL in manual mode of installation (without installer)?
Hi,for a test system we are trying a setup of the ThingWorx platform with a MSSQL database: TWX: 9.4.0 on Ubuntu 22.04, 5.15.0 kernel, Tomcat 9.0.58, installed from MED-61212-CD-094_F000_ThingWorx-Platform-Mssql-9-4-0.zip MSSQL: 15.0.4298 (development licence) on Arch Linux, 6.3.3 kernel While starting tomcat an exception is thrown and thus TWX does not start: Mai 26 11:25:13 ubuntu-22-04 tomcat9[104372]: Deploying web application archive [/var/lib/tomcat9/webapps/Thingworx.war] Mai 26 11:25:20 ubuntu-22-04 tomcat9[104372]: At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time. Mai 26 11:25:20 ubuntu-22-04 tomcat9[104372]: 11:25:20,473 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Could NOT find resource [logback-test.xml] Ma
Hello, How to get the Thing group name from the thing. In my project, every thing assign to a specific thing group. now I want to get a thing group name using a thing
can we merge grid cells in the grid widget.i want to merge some rows as shown below Related: post
Hello , Do we have any document or example for Custom Authenticator in Thing Worx? Thanks
Hello All, I want to use only TLS 1.2 in my thingworx . Is there a way i can configure thingworx to restrict the specific TLS versions?I will appreciate any help here Thanks
I want to validate the button when I select the multi-selected dropdown values, the button should be enabled, and vice versa.
Hi , I found some Remote bound Things having alerts without properties in 8.4 version of thingworx.The Alerts were created and then someone deleted its property. And now that alert is not getting deleted. This ghost Alert is not allowing us to migrate this entity from one platform to another. Is there any method or workaround to delete this Alert ? Regards,Sri
In standard javascript one would simply do this.. let key = "somthing" let jsonObject = {[key]: "value"} But Thingworx doesn't allow this. How can I set a key using a variable in thingworx?
Hello Community, I tried finding a way to order my network entity in the network entities services but could not find anything.Do you have any ideas on how to do it? My issue is that I have a network where the user wants to be able to move nodes in the network around.But doing so "ruins" the order of the network. If I move a child node that was first in the parent node to a different parent, it will always end up at the end of the new parent node. I realize I could probably do this after the fact, when pushing the data to my mashup, but I wouldn't want it to cause any performance issues as some of my networks will get quite big. My preferred way would be to order it by name. Thanks,Jens
Hello, I want to preface this post with saying that I am not very good with Java, so please excuse any glaring rule breaking. Anyway, I wanted to try and make some company specific boilerplate snippets.I have managed to create a custom extension and I can import it into my platform correctly.However when used, it returns a function like; let ResultTypeName = doSomething(); Instead of what I am returning from the "doSomething" function. I'm certain I am doing something wrong. What I want is basically something similar to how the try/catch snippet works, or really almost any other snippet. I started with following this PTC article and also this document but felt it didn't really cover my needs.So if anyone has any other resources around this, I'd very much appreciate it if they could post them here. I'm also uploading my metadata and src file in case it is of interest. Thanks,Jens
Is there any Form Widget for creating forms in thingworx?i want to create a form with multiple rows and columns as shown in the file.
Hi!We currently have our TW server configured for SSO via pingFederate. That part works great. I now want to use some android tablets to access TW mashups on the LAN which bypass SSO. I have done the following:1. created an appKey and can set an expiry and userID to it.2. Checked the boxes in the platform system settings to "Allow Request Method Switch" and "Allow Application Key As URL Parameter"3. Added ApplicationKeySettings: enabled=true to the sso-settings.json file4. Opened an URL on the android tablets in this format: "https://<ThingWorxServer>:<ThingWorxPort>/Thingworx/Mashups/<MashupName>?appKey=<AppKey>&x-thingworx-session=true" I am still getting directed to the SSO SAML sign-in page. I can't seem to find any other documentation on how to use the appKey approach and SSO at the same time. Does anyone have any other insights? We are on version 9.3.8 Thanks!
var serviceImplementation=me.name;Things["Scheduler_Dynamic_CRON13"].EnableThing();Things["Scheduler_Dynamic_CRON13"].RestartThing(); Things["Scheduler_Dynamic_CRON13"].AddServiceDefinition({name: "hari" /* STRING */,description: "welcome" /* STRING {"defaultValue":""} */,definition:"hi welcome",});
I have Mashup with date filters. calling thingworx service to pass datetime widget input From Date and To Date.Thingworx service calls postgress function - getReportBydateFilter script to accept inputs sent by thingworx service and returns the output result as infotable. which is not matching output result (data values) returned by Postgres script function when executed in PgAdmin query editor. which shows the deviation in output values.Can you please provide a solution on how to resolve this discrepancy of data not matching.?Postgressql function - getReportBydateFilter(from_Date date, to_Date date)Date input logs from thingworx to call postgressql fucntion - From date - Mon May 01 2023 00:00:00 GMT(000) UTC,To date - Fri May 19 2023 00:00:00 GMT(000) UTC,Output - Infotable Date input when postgressql function called in PgAdmin query editor -From date - 2023-05-01To date - 2023-05-19Query editor - select * from getReportBydateFilter(from_Date date, to_Da
1.pagination load from database through mashup page ,this is sample data given in this works platform under pagination grid. 2.i want to split the sample data of 200 rows as page 1, page2, page3 ..continussally with each page 30 rows in each page?
Hi, I am using Thingworx version 9.2.3-b189, but i am not able to select any label text. I want to copy and paste the text of label in the same mashup. So please let me know who we do that. and also, please let me know is there any custom CSS code for that.
I have this problem where the LED label is blocked by the data. View while setting up the mashup Clicked on view mashup and the below is shown Anyone is able to help me with the above? i was using 28px and font bold for the label.
result = Things["someThing"].myService({parameter1: "String"}); this is not working
Hi Developers, I have a grid which I am exporting into a csv file via Data Export widget. I am using ThingWorx 8.5.There is a column (OEE) which I have excluded in Grid Configuration and I am not showing it on the screen.However, on exporting that grid data, it is coming in the excel file.I need to remove OEE column, kindly suggest how to exclude it from excel.Thanks in Advance.
Hi everyone, I am currently working on TWX 9.3.4-b1190 and I wonder, if there is a way to change the Browser tab display name dynamically. Right now, you can not bind the Title property on a master mashup and the solution provided in the link below does not seem to work for newer TWW versions. Solved: how to make make a variable title for a Master Ma... - PTC Community Best regards Markus
Hello community, I have a services Thing Hub, where a lot of devices send to this twx endpoints messages in json format. The number of post request to this twx endpoint is going to have more demand and I do different operations as data processing, add logs, set the data in the thing that represent the digital twin of the device etc... . I create this with a general thing template and I have some questions: 1. Exist any template that have a good performance to this use case? (Receive a lot of post request)2. Have I check the async check box to improve the performance?3. Exist any information about the number of request that one thingworx endpoint can have?4. Can I monitoring that number of request? Thank you in advance,Luis.
Download Path:PTC Software Download -> ThingWorx Edge SDK -> ThingWorx Edge SDK -> Most Recent Datecode -> Datecode: M070 -> C-SDK-3-0-0-2317 (42 MB).File name: MED-61061-CD-055_M070_C-SDK-3-0-0-2317.zip . Is this Edge C SDK source code? If yes, can I use it to build out twCSdk.dll (A) then replace into Edge DotNET SDK, DotNET SDK also have a tw-c-sdk folder installed, it also includes twCSdk.dll (B). Want to customize Edge DotNET SDK, thanks.
Hi, I want to change image of Value Display widget to toggle when I press the button.For example, on the first screen, "check.png" image is shown, and "cancel.png" image is shown when I press the button.And press the button again, "check.png" image is shown again.Please tell me how to handle button click events in this situation. Image is in the SystemRepository and get string path from get_check_image service in test_image Thing.And pass the string path to LoadImage service in SystemRepository Thing. Thanks in advance.Jenny.
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.