Recently active
I want to add the CUSTOM CSS to Label to get Label Widget Border as RED and Thickness of 4px
Hello, I'm working on a proof of concept to establish connect remote plc with thingworx that is installed on cloud. To give an overview of current setup we have PLC and Kepware installed on prem ( in private network ), and Kepware, and Thingworx installed on a EC2 in AWS in public network. What is best way to connect both of them? I wish to send data from Kepware ( on prem ) to Thingworx (on cloud) but currently it doesn't work as both are in different networks.
Hello Everyone, How's everyone doing here! I am new to wsems and I am having some issue with starting it. It seems the problem is "SDK: twSocket_Create: getaddrinfo() failed: [Name or service not known]". I am not sure what name or service is this warning message referring to. Any help would be great. Thanks. P.S I am on Ubuntu 18.04 and firewall is disabled. Internet connection to outside is fine. axiomtek@axiomtek:~/microserver$ ./wsemsaxiomtek@axiomtek:~/microserver$ sudo ./wsems[TRACE] 2021-04-14 19:33:54,375 jsonConfigurator::getString: Key = audit_target, Parent = logger[TRACE] 2021-04-14 19:33:54,375 jsonConfigurator::getValueByType: Key audit_target not found[TRACE] 2021-04-14 19:33:54,375 jsonConfigurator::getString: Key = publish_directory, Parent = logger[TRACE] 2021-04-14 19:33:54,375 jsonConfigurator::getValueByType: Key publish_directory not found[TRACE] 2021-04-14 19:33:54,375
Hi, Looking to draw line on both axis in Bar chart as below. Thanks
Hi everybody, I want to know if it's possible implementing a tracking indoor with a head map in Thingworx. I need a mashup like the following image. For example, I have a sensor in a wheelbarrow and in red is the zone where wheelbarrow is passing more often. The problem is that the mashup must be in indoor. - How can I perform this with the plane of the warehouse? - Exist a extension or PTC Solution for that purpose? - If the only way is with google map widget how can make it possible without the plane? (Show the map in general and zoom in the warehouse) Thanks in advance Luis. Luis.
Greetings! I'm installing ThingWorx Platform 9.1 in clustered (active-active) mode and I can't make it work. My Ignite 2.8.0 service is running and also Zookeeper 3.5.7. But when I try to run Tomcat 9.0.41 it loads and after a few seconds it crash. As you can see in the provided log problem is in ConsistentId null. I don't know why ThingWorx cannot connect to Ignite through Zookeeper. All of the instances are running on one server. However it wasn't working even on dedicated servers. The system I'm running is fully upgraded Ubuntu 20.04 and Java is OpenJDK Runtime Environment Corretto-11.0.9.12.1. I also run Zookeeper, Ignite and Tomcat as services. I exported IGNITE_HOME and IGNITE_WORK into /etc/environment for sure. Tcpdump shows no activity after starting tomcat so I assume that Thingworx is not connected even to Zookeeper. I even try to set -J-DIGNITE_JETTY_PORT=9999 and admin.enableServer=false so port 8080 is free for Tomcat but it didnt help. Could you help me with that
Hello there, I'm working on ThingWorx Extension and need know name of service that called method from Script Function Library. For example. I have service with name getServiceName() where I call method from Script Function Library that gets name of service and made it uppercase. Output should be GETSERVICENAME. It is possible with Thingworx SDK?Thank you
Is it possible to disable the animation of collapsing and expanding containers in a mashup? When I trigger an expand/collapse of a container in the mashup there is a brief "sliding" of the container to show or hide it. I would like to immediately show or hide the container without the sliding animation. One of my biggest gripes is when I have a container with expand/collapse enabled and the "Expanded" checkbox disabled (I don't want to show the container when the mashup loads). When users load the mashup, the container appears and slides away for about a second. I've tried adding a custom css class to the container where the class has "animation: 0s", but that doesn't do anything. Any ideas?
Hello PTC, I'e tried all the ways which are described in the forum, but I haven't got anything, I can't connect the MQTT Broker with SSL enable(and works) with ThingWorx server. I'm using a 90 days version, and I don't know if the security configuration in the MQTT extension ca be enabled. Thanks very much, Carlos
My usecase is the following: I have a mashup centered around a dynamic thing.The mashup shows the properties for this thing using the 'GetProperties' service.The service is configured to use the 'automatic update' feature using websocket connection. This automatic update works well for properties of the datatype string/integer/... For properties that are infotables this feature does not work as expected, or it is missing some functionality. Most services that return one or more infotables give the option to bind ALL the data and/or use the selectedrows.The 'GetProperties' service does not provide this option. In the example below a thing has a few properties like speed/temperature. It also contains 2 infotables. - Infotable 1 has 1 level and contains 4 fields.- Infotable 2 has some level 1 fields, but it also contains 2 other infotables that each contain some fields. The 'GetProperties' service does not provide a method to expand these infotables to use the individual fields in the inf
Hi, I have created a base mashup and used in Collection widget, but I'm unable to select the rows that are rendered in the widget. I've enabled AllowSelection as well as AutoSelectFirstRow but still I'm unable to click on them. Even hovering color is not changing when I hover over the rows.
Hi all,I am using MQTT extension 3.0 to connect to my MQTT broker. When thing receives messages on the right topic, its properties can change but subscription for that data change is not triggered. I tried to change data by Composer UI then the subscription is triggered. I have set visibility to ThingworxPeristentProvider for System User by reading similar topics but the situation is not changedCan someone help me?Thanks
Hi all, What i want to do is to send a valid downloadLink in an email so that my user can directly click on this link to download the file. I can get the complete link like http://myServer/Thingworx/SystemRepository/uploads/myFileName and i am able to send it by email but if the user clicks on this link, he is redirected to the server login page, which is fine for authentication, but after the authentication, the master mashup is displayed. Any Idea ?
Hi all, The ThingWorx product team is examining features in our product, on the lines of what are being used, how are they being used, and where we can improve; a telemetry of sorts. The current topic is the Blog and Wiki Widget - we want to know where, why and how you are using Blogs and Wikis. Thanks!
Hello all, I have a collection widget with in each cell a button 'delete' to delete that particular cell. When I click on this button, it call the service 'GetMashupsToDisplay' and deletes the according row in its infotable. So the result = all cells minus the row for the deleted cell. (= OK) Now on my dashboard, the cell is deleted as well. (= OK) However, it seems the height of the 'deleted' cell remains present and now there is a white hole between my cells... (= not ok!) How does this happen?? How to solve this??
I have a service which runs a loop and keeps setting the value in a session variable. Service is executed on click of button in mashup by a user. I want to stop the previous thread when the user re-clicks the button.
I need to add a new field to an existing data table that already contains data. When I try to add the new field in the data shape, a dependency confirmation popup window appears. Does this mean that the fidelity of the existing data cannot be guaranteed if I add a new field? What kind of negative impacts could occur by adding a new field?
I have a Bar chart on my mashup. That is showing few series of data. I want to change a color of a particular bar within a series in a bar chart, depending on a value that is stored in a different table. I tried to do some state formatting. But it is changing the color of the entire series. I just want to change only a particular bar's color. I am attaching an image for the reference. Also is there any way to change color of bars from a service? Thanks in advance.
Hi, although in theory the option to install and upgrade Thingworx with an installation-routine is great, it has some catches in reality. Especially for upgrades. I'm talking about the installation routine for windows. I have no idea how similiar the Linux version is. Scenario: Windows Server 2016 with Java 8 and Thingworx 9.0 (Installed with Installation routine) Goal: Change Java 8 to OpenJDK Amazon Corretto 11 and Update TWX to 9.1 I've switched my Java Version to Corretto 11 and follow the instructions. After that I've try to start tomcat again and it fails. After a bit of reasearch I noticed that following Tomcat parameter caused the error: -Xlog:gc:file=<path>/ThingWorxFoundation/tomcat/current/logs/gc.log:time,level,tags After removing it the Tomcat service starts just fine and I leave it be. Now I try to install the TWX 9.1 update: Starting up the installation routine I get the error that my Java Version is too old and I should
I'm using Thingworx 8.5.3 and am running into a slight issue when using flexcontainers. When going to view the mashup, I briefly see a container that is supposed to start collapsed as the mashup loads. It does collapse almost immediately, but I would rather that it's not seen at all when going to view the mashup until it's supposed to. Is there a way to fix this?To give a few more details, the mashup consists of four flex containers positioned vertically. On the container second from the top, expand and collapse is enabled but the checkbox for Enabled is not checked since we want it to start collapsed. There are also bindings to both expand and collapse and if I remove all of them, the problem is still there. Any help in figuring out what is happening here is greatly appreciated, thank you.
I am trying to install thingworx and I am getting the error below. I have set everyone to read/write privileges for the thingworx folders. I have also tried this link with no luck. Can anyone help me? Here is the error java.lang.RuntimeException: Failed to create SecurityManager, Failed to load SecretProvider I have postgres installed on a separate server but tomcat is on this one. Here is the link to what I have tried with no success.
Using the Tabs widget in ThingWorx 8.5.7, it adds a 20px margin around the content of each tab. Is there a way to remove or reduce that margin? I found another topic here about adjusting the margin in a Tabs widget with a solution of the custom CSS below, but adding that CSS doesn't change anything for me. ptcs-page-select::part(pages) { margin: 10px !important; }
Hello, I have 20 bands and assign that bands to 20 members and getting live data in Thingworx with parameter name as Heart rate ,average and max HR .I want to display multiple members data in collection widget please refer the below attachment and suggest : 1) how do I display multiple members live data in collection widget?? 2) How to apply state formatting according to Max. heart rate levels ?? 3) which widget is used for according to heart rate zones/Points how to apply state formatting to round shape Max heart rate according to bellow dashboard???
I'm trying to integrate QR code create/read in our application and came across references in community forum to 'QR Code Extension' on PTC market place. However, I am not able to find it there... Is this extension not supported anymore? Perhaps available through other channels? Thanks in advance!
How do one clean a Thingworx core system? I have a system running in AWS on AWS-Linux with a MSSQL RDS DB. From time to time developers wants a clean system. Cleaning the DB with thingworxMssqlDBCleanup.sh works well. How do one clean the actual core server. What folders/files can be cleaned to make the installation as good as new. Kind Regards
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.