Recently active
hii, i want to integrate or show external ui on thingworx mashup. how do i do that? please suggest some solutions on this topic as soon as possible. below i am attaching the snapshot of the ui which i want to integrate or show on thingworx mashup.
hello,I installed windchill and thingworx foundation.I added new custom attributes in windchill. (Part_Cost, Cweight)and I want to bring these values in Thingworx.So I excute Structure_Get_Descendents service use $select input in ptc-windchill-integration-connectorbut the custom attributes values does not showing at output.Did I miss something? Look at the picture and check it out.I'll be waiting for answer.
I defined a persistent infotable userRecentAssets in UserExtensions Thing Shape The infotable has a datashape defined like: So I have Now inside a service I am getting this infotable for current user like: That works but when I want to check if there were any changes to my table I get this What am I missing so I can see the values?
HI, I have timestamp field in my grid( which comes from the stream). The timestamp values are not in the server's timezone. I need to show the timestamp values as the same as server time.
Hello folks, I followed the steps from the Create Your Application UI tutorial (starting at minute 29:09 2min,left- https://youtu.be/BOuJMFDwcHg?t=1749) and I have a problem with the Data Property 'Automatically update values when able'. The values do not change automatically, only by using the 'reaload'-button. Version: ThingWorx 9.2.1-b112 Also, new ApplicationKeys are generated all the time.. Best regards
why in thingworx 9.2.3 version for script logs info and debug logs are not coming. Only warning and error logs are coming?? how to change this settings??
Hi Everyone, I am new to PTC Integrity ALM , Can anyone please help me to understand how I can connect and configure ThingWorx with PTC Integrity. I want to create reports of ALM into thingworx. Any suggestion would be very helpful for me. Waiting for valuable response. Thanks & Regards, HJ
Hi, I am using Collection Widgets to add Mashups on a Mashup. The collection of widgets I created are like shapes of mashups which I must fill data inside (Through paremeters for example? How?). Explanation: Here you can see my collection widget displaying 2 different mashups (Imagin I have to add 4 confirmation Messages (Collection Object 1) and 2 Introduce Values(Collection Object 2): I fill the collection widget using a specific ID and the name of the mashup to each Object of the collection: How can I pass different data to each Mashup of the collection? But remember the Mashup can be the same as I am using them as shapes. For example: Field Text Mashup 1= The valve is open. Field Text Mashup 2= The valve is close. Field Text Mashup 3= The temperature is >20ºC. My idea was to have a service inside the Mashup and som ID input of a service. So when I fill all the collection, as every Single object of the Collection widget has an ID, it will be passed to the
Hello, We have some trouble handling version control on our project. We would like to have a system like on git with branch without having to export/import the whole project at each time We tried exporting to source control but it was tricky and we were not satisfied Our principal goal is to develop some features (batch A), release them, continue to dev (batch B), next come back to the released version without losing stuff during dev on batch B, merged corrections, and continue to dev on batch B with the corrections Is there a best practice to do that?
hi thereI think I wrote the configuration correctly, HTTPServer Ping Succeeded too.But the Validate connection keeps failed. So I want to check the log. Which log should I check? I'm a beginner, so please tell me exactly..I'll wait your reply thx
hello, i need d3 tree extension zip file to design the d3 tree like below snapshot:- please share the extension file asap
Hi Developers, I'm Yoshihiko from Japan. I put 2 "dataexport" widgets into my Mashup. when I open the mashup and click ether both, data will be exported normally. but later, both widgets doesnt work. ( no data will be exported) I'd be happy if someone provide me reasons. Thanks and Regards.
Hi Team, Selected Rows field value from service sometimes passes and sometimes won't to the next service in ThingWorx 9.2 even the service is triggering after the event. (We are using selected rows changed event for triggering the respective service). Even I have binded one of the field of selected rows of service to label to debug, we I found that sometimes it populates and sometimes won't but service triggers every time. Please help us to resolve the issue. Thanks in advance.
I have a question regarding thingworx capability. Let’s say a machine learning application was built on python (localized flask application). Can we connect & host the python application on Thingworx for scaling & database connectivity purposes? If so, can anyone help point me in the direction of how we would do that? Thanks in advance!
Hello, recently I use PostMultipart, and these's chinese character in my partsToSendso I set the headers like this: var params = { proxyScheme: undefined /* STRING */, headers: {"Content-type":"multipart/form-data; charset=UTF-8"} /* JSON */, ignoreSSLErrors: undefined /* BOOLEAN */, useNTLM: undefined /* BOOLEAN */, partsToSend: formData /* INFOTABLE */, workstation: undefined /* STRING */, useProxy: undefined /* BOOLEAN */, repository: undefined /* STRING */, proxyHost: undefined /* STRING */, url: url /* STRING */, }; // result: JSON var result = Resources["ContentLoaderFunctions"].PostMultipart(params); Here I print out the content which api server received:Red: If I remove the content of headers, every chinese character will become to "?"Orange: There's no problem as I use Postman to test the api Green: the content which api server received will become to nothing as setting the headers I also try to se
Hi, I notice the known issue of Javascript service , it could be severe problem to affecting the biz logic. Where can I find the fix plan of this bug ? Regards, Sean
Hi, Will the HA Clustering be available for the release TW9.3 by end of the year? Thanks in advance, SV
This seems to be a bug which we have recreated in 9.1.1
I followed the instructions as specified in Article - CS193947. After booting up the server on localhost. My http connection worked but the my https connection gives me a ERR: No Response from server. I am using the portable edition on local pc for demo purposes. For the config.xml I commented out ``` <Connector port="${port.https}" protocol="org.apache.coyote.http11.Http11NioProtocol" maxThreads="150" SSLEnabled="true" scheme="https" secure="true"keystoreFile=".keystore" keystorePass="${https.keystorePassword}"clientAuth="false" sslProtocol="TLS" /> ``` And added ``` <Connector port="${port.https}" protocol="org.apache.coyote.http11.Http11NioProtocol"SSLEnabled="true" maxThreads="200" scheme="https" secure="true"defaultSSLHostConfigName="Full Computer name as FQDN"><SSLHostConfig hostName="Full Computer name as FQDN" sslProtocol="TLS"><Certificate certificateKeystoreFile="keystore.pbx"certificateKeystorePassword="Password0" certificateKeystoreType="PKC
Good time, dear!Please tell me how can I get the circled date variable from a subscription in a service?
In twx 9.2, iam creating a mashup. In Layout, i selected positioning: static, Container size: Fixed. I have added textbox, value display, led display. Its "left" properties having different pixels but "top" property is same for all 3 different widgets. In composer page all 3 widgets are displaying in a single line and in "view mashup" also same alignment is appearing. But while login inside organisation page and navigated to the particular mashup means the top alignments of 3 widgets are not same. they are coming in zig zag order. but inside composer everything looks fine. What is the issue here??
Out of List/Dropdown/ComboBox - which one will work efficiently?? Iam facing slowness in combobox
I have an advanced grid that display all the information i retrieve from DB using SQL query and i would like to add a button that triggers a service to edit the register in m y DB that corresponds to that row(see screenshot)
Hello, I have the following challenge: I want to extract all properties, which are available/present on a certain thing, to an info table. I used the following code to achieve this: var result = Things[ThingName].GetPropertyDefinitions({category: undefined /* STRING */,type: undefined /* BASETYPENAME */,dataShape: undefined /* DATASHAPENAME */}); My problem is, that it gets me only 999 entries but my thing has more that 999 properties. Is there a way to get more/all entries? maxItems did not work.
Hi community! I'm installing the Thingworx Foundation Installer for Windows with PostgeSQL. I already downloaded Tomcat (and inserted it to the PATH), Java 11 and jdk "Amazon Corretto" as well (and inserted them to the PATH), and PostgreSQL+PGAdmin (and insterted it to the PATH). The file pg_hba.conf is changed as well as indicates in support.ptc.com>ThingWorx Foundation Installer for Windows. Then I tried to create the keystore in the Java/bin, I've opened the cmd as administrator and where I fill the form with my name, company's name, city, etc. There is the next warning output: On the other hand I didn't create the thingworx database if someone can attach some link that talks about this part and how to change the credentials it could be pretty nice. Thanks soooo much for any help.
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.