Recently active
There were a few nice sessions on the recently held symposium https://extranet.ptc.com/sites/field-tech/SitePages/PTC-and-Partner-Sessions.aspx But the recordings for some sessions are not available, in particular for the "Containerization for TWX & ThingWorx High Availability" held on the 22nd April. Will the recording be available / can be accessed from somewhere elese?
Hi, I am connecting to Thingworx server using java sdk's ConnectedThingsClient. I want to create a thing shape at run time and add properties to it. I am using CreateThingShape service from Resources.EntityServices. But I can not find any out of the box service to add property definitions to this shape. Unlike Things/ThingTempaltes, we do not have any generic services under ThingShapes. Is there any way we can do this using OOTB services/ other apis from java sdk? Thank you
Hi everyone, I need to insert value of numerous textfield entered by user on runtime and value of label (given at time of mashup creation) into postgres database. I have earlier created code and was successful in transferring data from excel to postgres database, but now as data is not present at one location, I am clueless in achieving it. Can someone suggest please. I am attaching sample mashup showing labels and textfields. Thanks in advance.
Hi, In FormLogin, Is it possible to change the "name of the tab" from "Log in" to some other name? ex: Project 1
I have two grid widgets, in one grid ( grid 1 )I am getting data. Based on grid1 selected row I have to populate data on grid 2. Is there any guide to use this logic ?
Is it possible to reduce size of scrollbars ? I have attached image below in that Menu`s scrollbar is bigger . how to reduce the size of scrollbar ?
What requirements should be fulfil from PING side before integrating PingFederate with Thingworx's application. And What are the best procedures to follow.
Hi, Ignite was introduced since ThingWorx 9.0 cluster, I want to know under what circumstances it will be used. 1. Will the none-persistent property store in Ignite ? whatever the data type is . 2. Will the performance of JavaScript service benefit from increasing the memory size of Ignite ? Regards, Sean
TWX 9.1 I have 2 dropdowns, I want to reset/clear selection for first dropdown when the selected row is changed in second dropdown. How to acheive this?
I have multiple stream entries for few entries, we use data tags and for other entries we are not using data tags. Now, I have to get only stream entries without tags .. Is there is any way to achieve this ?? I tried filter snippets but it is not working as expected for no data tag entries.
I'm writing a small Thingworx service to push some data from repository in Thingworx to an external service (Elasticsearch) over REST and need to send some data in Base64 format I'm using LoadBinary and base64EncodeBytes to load and convert the data, but the output result of base64EncodeBytes snippet contains "_" characters which are illegal base64 characters. I'm using the following code: var binaryBlob = Things["Tsar_Repository"].LoadBinary({path: path});var binaryBlobArray = [];for (var i = 0; i < binaryBlob.length; i++) binaryBlobArray.push(binaryBlob[i]);base64content = base64EncodeBytes({ array: binaryBlobArray }); (I then send it using PostJSON and it works for small .txt files var content = {"name": name,"title": downloadLink,"data": base64content};var params = {url: "http://192.168.1.217:9200/someindex/_doc/?pipeline=attachment",content: content,};var tt = Resources["ContentLoaderFunctions"].PostJSON(params); For example, the string "Lorem ipsum do
Hi! I have a field of the DateTime type in the Grid, where the time is +4 compared to mine. How can I remove this difference?
HI, I am trying to export a project(entities+data) from my local instance to cloud ThingWorx(30 days trial version). I imported all the entities without data. Now I need to import the data. How to do that? I upload the exported data file in a file repository and tried Import-> from file-> file repository-> but my file is not showing there.
Hi, Is it possible to change the background color of a page by clicking a button or selection in drop down?
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.
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.