Recently active
Hello,I am using a ptcs-tabset, I want to put the grey borders for the selected tab, and hide the bottom border... I used the following CSS: .widget-ptcstabset::part(tabs-tab)[selected]::part(tab){ border-width:5px solid black !important; border-left-color: grey !important; border-right-color: grey !important; border-top-color: grey !important; border-bottom-color: grey !important; } .widget-ptcstabset::part(tabs-tab)[selected]{ border-width:5px solid black !important; border-left-color: grey !important; border-right-color: grey !important; border-top-color: grey !important; border-bottom-color: grey !important; } None of them is working Thingworx version: 9.3.5 Thanks
Hi,The values are removed if all criteria's are not fulfilled. Is there any way to keep the old values if criteria is not met and remove the values once values are saved in table. Thanks,Asarsh
Hi folks, Question:How can I calculate the operating hours of a machine? The data that I have is a timestamp for every data change of boolean values. The data comes from a Kepware tag and is stored in a Value Stream. Context:I am logging the tag as a property "is the motor on?" of a machine in a ValueStream.By calling the service QueryPropertyHistory I have two columns: timestamp and "is the motor on" (boolean). The Value Stream stores every data change.I want to sum the elapsed time every time my data change from true to false. Something like a stopwatch / time counter to measure the operating hours. The furthest I came so far getting the time difference between the first timestamp and the last one 😅 by using QueryPropertyHistory + dateDifference.Any help is appreciated!
How to establish a connection and get the data from Osipi timeseries database into Thingworx.
-I want to apply cell color in advance grid widget, like intersected cell between row and column selection.-When I will select row and column in advance grid widget then intersected cell should be highlighted with background color.I have implemented though mashup CSS, its working but not consistant,solution. "cell_style5" is not constant for entire application. Its keep on changing like cell_style4,cell_style5,cell_style6 .rowselected .cell_style5{background-color:#00cc66 !important;border-color:yellow !important;border-block-width:revert;}
How to reset Kepware Administrator Password?
I assumed that the "as" phrase just created an alias for an imported module. However, in the following code, "import" fails with the "as" phrase. import tensorflow.python.eager as eager The following error occurs as a result of this statement. Traceback (most recent call last): File "/home/snippet/prof/importer.py", line 2, in <module> import tensorflow.python.eager as eager AttributeError: module 'tensorflow' has no attribute 'python' When I delete the "as" clause, the "import" function works well. What effect does the "as" clause have on the success or failure of "import"?This article suggests not using ".eager" when importing "eager" as anything and suggests the following: from tensorflow.python import eager as eager This works great, however, I'm not sure why my example is incorrect. could someone please explain
Hello, I want to create a custom widget by using the standard widgets code. Please let me know where I can find the JS code of OOTB widgets. I tried to find it in the path: <tomcat install location> \webapps\Thingworx\Common\thingworx\widgets I can only see the images folder here.
Hi All,is it possible to configure a big deployment with multiple packages for a device in the scm extension?Thanks in advance.
I would like to download ThingWorx Kepware Edge. I could not find it on the PTC download pages in eSupport. Where can I find it? Are there any pre-built docker images available?
Hi Experts, I want to create a UI widget using standard widgets code. Please let me know where I can find the JS code of OOTB widgets like Pie chart ,Button, etc. ? I tried looking into the installation path of the Thingworx as well as storage path but no luck. Thingworx version in use is 9.3.
Hello, We have created a browser based Application on ThingWorx using the ThingView Widget for viewing parts and information. The data is fetched from Windchill (Metadata and 3D data). On the Application we require measurement functionality which is not available within the ThingView Widget (Attached snapshot). No other application like Creo View can't be used to open the item. What other option are available to have the measurement functionality of the 3D model (Part / Assembly) for the browser based application?
My first time to install Thingworx 9.3 on Window server 2022 and I followed the manual installation in Help Center page. The step -> To launch ThingWorx, go to "http://localhost:8080/Thingworx" in a Web browser.It shows screen for username and password.I try using username: Administratorpassword: <same value of InitialPassword of platform-settings.json file> (I used Th!ngworx@1234)but still cannot login and try to check the log into folder ThingworxStorage\logs\SecurityLog.txt 2023-01-16 00:34:22.594+0700 [L: WARN] [O: S.c.t.s.a.AuthenticationUtilities] [I: ] [U: ???] [S: ] [P: ] [T: http-nio-8080-exec-2] Authentication FAILED for [user = Administrator] using [directory service = ThingWorxDirectoryService] : Invalid Password2023-01-16 00:34:22.594+0700 [L: WARN] [O: S.c.t.s.a.AuthenticationUtilities] [I: ] [U: ???] [S: ] [P: ] [T: http-nio-8080-exec-2] Authentication failed for [user = Administrator]. Please make sure the credentials are correct.
dear all Generate any file type or Reports, how to store from System Repository .
Hi, I'm trying to connected KepServerEX v6.8 with a Softing 56eATM-OPC UA Server with CA validated Certificates and when I'm doing the connection I recive this message: Channel failed to connect. | Status description = 'The user identity token is not válid.' Status code = 0X80200000. The only text that I found at support it's to desable security login, but it's not an option for me.
Unable to resize the video player widget. The video surpasses the widget height and width specified in the widget properties. Is there any way to display aspect ratio videos without scrollbars?
Hi all, I am looking for a conversion from my system timezone say (IST) to UTC (00:00) timezone. I have used toUTCString function and then reverted back to YYYY-MM-DD hh:mm:ss format (DateTime as output) but it fails. So, what is an alternative to achieve this? Thank you
This is something that we need urgently and we were using openPDF extension which was a third party extension but its not working as per expectations. is there any other third party extension which we can use to download the report as pdf ?
hello Is there any widget (or) pdf extensions present in thingworx-9.2.3 For Generating pdfs on click of that widget.
Hello All, I was wondering if anyone has any experience with using the localization tables in platforms that are shared by other projects. Most of our platforms will be shared amongst plenty of other projects and teams. And by doing this, any changes to the localization table we do in our team, will also get imported into different environments (SIT/QA/Pilot/Prod) when other teams need to deploy their changes. So if we have done some tests or improper translations in some of our localization tables, other teams might not notice and bring these issues into the different environments. Has anyone else dealt with this? Also, how can we in a good way deploy the localization tokens? Can we in some way export them as "source control" entities?Is it even possible to put them together with other source control entities folders?Something like this:I think it's not really possible though. I did find this with a bunch of information about the localization tables,
The only thing I changed was that I bound the data and configuration to a grid (instead of the legacy advanced grid) because the original mashup displayed no data. As you can see, the row formatting was retained but the salary formatting was not.
Hi, I am practicing the " Build a Predictive Analytics Model Guide Part1 -Step3", Uploading dataset via ThingWorx Analytics Builder remains in waiting state.. I tried Solution CS285428, but i can't figure it out. Please help
Dear all , i want to upload multiple files from my local machine to the system repository. help me by sharing the thingworx service code
I have added MQTT Extension 3-1-0 to Thingworx 9.3 platform, and trying to show in a little mashup the temp value from MQTT ESP8266 publisher. I receive a temperature value mapped ok to the MQTT Thing, I test that values transferred values are shown when refreshing as My problem is that this value is not refreshed into a LED widget... The refresh only happens when I uptate manually the value from console, but not when values are changed from MQTT subscriber. Why values are not refreshed?
I followed the steps for thingworx 9.3 docker with external postgresdb installation process. security container - okpostgres-init - ok : checked that init has successfully connected to the external postgres and have made the schema,tables correctly platform - error : [L: WARN] [O: c.m.v.r.BasicResourcePool] [I: ] [U: ] [S: ] [P: ] [T: C3P0PooledConnectionPoolManager[identityToken->1bqu96satfv8vm3hxx67u|46919ddb, dataSourceName->PostgresPersistenceProvider]-HelperThread-#6] Having failed to acquire a resource, com.mchange.v2.resourcepool.BasicResourcePool@65de6078 is interrupting all Threads waiting on a resource to check out. Will try again in response to new client requests.2022-12-22 09:36:23.264+0000 [L: ERROR] [O: c.t.s.ThingWorxBootstrapper] [I: ] [U: SuperUser] [S: ] [P: ] [T: main] *** CRITICAL ERROR ON STARTUP: Connections could not be acquired from the underlying database!2022-12-22 09:36:23.264+0000 [L: ERROR] [O: c.t.s.ThingWorxBootstrapper]
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.