Recently active
Hello everyone, I'm going to do an upgrade of my Thingworx system.I wanted to ask if the porting could be done directly from version 8.4.9 to 9.2 or you need to do an intermediate update.Is there any documentation for upgrading from this version?I was interested in understanding any incompatibilities between the two systems (e.g. extensions etc.)
how to test new Date() in js without changing server time?
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 ?
Good afternoon. Trying to connect by protocol IEC 60870-5 104 Master to RTAC.In event log write:5/8/2023 9:13:30 AM Warning IEC 60870-5-104 Master (device name) | Device is not responding. I`m check all communications (destination host, destination port, common address) all correct. Trying to increase Request Timeout.....
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
Here i am facing problem will communicate with kepware and thingworx foundation to binding tags. I am not able to operate the plc from thingworx
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
As of May 24, 2023, ThingWorx 9.4.0 is available for download! Here are some of the highlights from the recent ThingWorx release. What’s new in ThingWorx 9.4? Composer and Mashup Builder New Combo chart and Pie chart based on modern Web Components architecture along with several other widget enhancements such as Grid toolbar improvements for custom actions, highlighting newly added rows for Grid widget and others Ability to style the focus on each widget when they are selected to get specific styling for different components Absolute positioning option with a beta flag to use by default is available now Several other Mashup improvements, such as Export function support is made available; improved migration dialogue (backported to 9.3 as well) to allow customers to move to new widgets; and legacy widgets language changes Foundation Heavily subscribed events could now be distributed across the ThingWorx HA cluster nodes to be scaled horizonta
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.
Dear, I am evaluating Universal Device Driver (UDD) for one on-going project using socket TCP communication. I can find some examples of the profile files from following github link.https://github.com/PTCInc/Universal-Device-Driver-Examples I also studied the video tutorial from following Youtube post (Getting Started with the Universal Device Driver). But the example (openweathermap api) doesn't work.https://www.youtube.com/watch?v=RGWTfE3Yg4Y&t=5s So can I find other detail tutorial, then I can build up an end-to-end example? 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.