Recently active
Hi,Is there any way to Get the All DataTable/Thing Names in to an INFOTABLE, gone through lot of functions in Thingworx, couldn't find any solution.@paic , @c_lowy , @slangley Thanks,Shashi
I am trying to filter a DataTable using QueryDataTableEntries for a column that contains tags.According the the documentation I am using this filter expression (where type of field Context is TAGS and Tag type is Model Tags), but the filter does not seem to have any effect: let filters = { "filters": { "type": "NotTaggedWith", "fieldName": "Context", "tags": "PTC:factory-mv" } }; let result = me.QueryDataTableEntries({ values: undefined /* INFOTABLE */, maxItems: 500 /* NUMBER */, tags: undefined /* TAGS */, source: undefined /* STRING */, query: filters /* QUERY */ }); I also tried to get all the data, put it into an Infotable and query that one with the same effect. Can anyone help on this?
As per this thread, similar issue. helloi imported ProgressGauge1.zip successfully but i don't see it in my widgets dropdown. please advise
Hi there, I've been searching around for the updated DemoSimulatorPackage (kepware simulator + twx entities + twx data) but I'm afraid I found broken links or outdated stuff. Could you point out where the DemoSimulatorPackage or similar for manufacturing apps 9.x is located at? PD: here Sharon mentioned it was going to be released on June 2020. Regards, Nahuel
Hi there, I want to emulate a real discrete manufacturing scenario where parts are produced in a production line. Although this Kepware demo (it is located under the "Load Factory Simulator into ThingWorx Kepware Server" section) has some Assets that may seem under the same production line, when looking at the emulation behavior it can be seen that the parts that one Asset produces are not linked in anyway to the parts produced by any other Asset. Is there any other Kepware demo or dataset (that could be used as input to emulate within Kepware) closer to reality? Regards, Nahuel
Hi, Are the two scenarios possible in ThingWorx? When we keep cursor in a text box, is it possible to open the virtual keyboard? On click of a button, is it possible to open the virtual keyboard? Thanks in advance, SV.
Hello comunity, In relation to AWS IoT and Reducing messaging costs with basic ingest I wonder if kepware configuration for the IoT Gateway client is able to resolve the topic format of $aws/rules/topic. Anyone with previous successful experience about this? So far, it doesn't work for me, and I don't see any error/warning messages logs. Regards, DJ
I need my Custom CSS for a given mashup to be dynamic. In order to do that I need to be able to update my mashup Custom CSS through a service. Is there a way to do this?
As per the thread Have you got any best practices about nested collection widgets?
Good day!Please tell me how to reduce the top dynamic panel?It is necessary that the split is just below the drop-down list so that after selecting a line, you can hide the filter
Hi, I have collection widget with some data in it. Now I want to highlight the selected row mashup by enlarging content in it. Could anyone help on this ? Thanks, VR
The customers are asking if we have any method to connect Thingworx and kafka. I checked my support site, and only find two cases about that.https://community.ptc.com/t5/ThingWorx-Developers/Write-data-to-kafka-from-thingworx/td-p/588808?art_lang=en&posno=2&q=thingworx%20kafka&source=searchand https://community.ptc.com/t5/ThingWorx-Developers/Is-there-a-case-and-connection-method-for-ThingWorx-kafka/m-p/527816#M21670But both were created in 2017. Is there any new case or technical update about Thingworx - Kafka connection?
Dear Experts, Once after configuring TWX with Azure SSO - sso-settings.json, symmetric etc., and launching thingworx - If fails with error "The security strength of SHA-1 digest algorithm is not sufficient for this key size" Anyone have came across this error ? - TWX : 9.1 WC : 11.1 Azure Security log : 2021-10-06 13:25:27.982+0000 [L: ERROR] [O: S.c.t.s.a.AuthenticationFilter] [I: ] [U: ] [S: ] [P: ] [T: http-nio-8080-exec-6] Could not handle request2021-10-06 13:25:27.982+0000 [L: ERROR] [O: S.c.t.s.a.AuthenticatorExceptionHandler] [I: ] [U: ???] [S: ] [P: ] [T: http-nio-8080-exec-6] errorMessage: [Unauthorized], statusCode: [401]2021-10-06 13:25:27.982+0000 [L: ERROR] [O: S.c.t.s.a.AuthenticatorExceptionHandler] [I: ] [U: ???] [S: ] [P: ] [T: http-nio-8080-exec-6] [ org.opensaml.ws.message.encoder.MessageEncodingException: Unable to sign URL query string ][ Unable to sign URL query string ][ Error during signature generation ]
Hi, I'm facing the same issue, couldn't find help. If the issue has been resolved can you please let me know how to fix it.
Hi Team, Absolute value Percentage value Advanced grid have 2 columns as shown in above. I need help on the functionality like if I am editing the "Absolute value" column then the respective row of "Percentage value" is disabled(not editable) and vise versa. (Any one column can be editable) Thanks!
Hi, Are the IMR charts - movable line/marker charts achievable in ThingWorx? Can we make the label chart as movable? Thanks in advance, SV.
I have created an custom widget for sorting the table columns (I have used DevExtreme jQuery code for sorting and added dummy data for the table) using eclipse and I have imported the widget successfully in thingworx 8.5 and it is working. I want to add those widget (sorting the column) properties to the Infotable data which I am getting from a service. When I drag and drop the widget to the mashup and add service and bind the All Data to the widget data property, the Infotable data columns should have the sorting properties of the widget. How can this be done?? Any detailed document/steps to be followed will help in overcoming this issue??
Hi,I have a very basic problem and found some articles and threads about it, but none seems to solve the issue. I want to create a simple logout in a mashup which redirects the user back to the Thingworx form login. I am using Thingworx 9.2.1 and the standard "Logout" mashup function. The form login isn't a standard mashup so I am using the URL redirect.Problem is: When I redirect to <hostname>/Thingworx/FormLogin/MyOrg the user can access Thingworx again without entering his username/password. This does not happen if I redirect to a different site (like google.com). But I can see that the user session is terminated in both cases.I saw this article which try to explain the behaviour, but I did not understand it. And it's basically saying the exact opposite of that what I am observing. Did I miss something obvious here?
Hi, I'm working on displaying my infotable using GridAdvanced widget. Suppose, I get data in InfoTable with n rows of value "a" and m rows of value "b". How can I limit the number of rows with "a" value to max number of 5, such that at the end I have at max 5 rows of value "a" and still m rows of value "b". Best regardsNikkolas
I'm using ThingWorx 9.1.6-b746 and want to add different image/icon for each tab in ptcstabset. Unfortunately using the standard style properties is not possible. Is there a way to do? I tried to use CSS but having problem to select and add the image to a specific tab. Thanks in advance 🙂
any one know how to what the problem is ?I tried to connect to SQL data base create at my end ,but it is not connectedmy question is :Is it allow PTC cloud server connect to extend data base?
I found where you can set font-size for the items in a drop list using a theme. Problem is that if the mashup is a popup the parent theme overrides the child theme. Is there CSS that will set font-size for list items.
Does anyone have CSS that works for hover in relation to the datepicker widget? I want to be able to change the CSS for the datepicker widget on hover.
Hi, I have a mashup (migrated from 8.5 to 9.2 TWX) that contains the Advanced Data Filter Widget. I'm unable to configure the filter fields in 9.2. The configuration popup shows up blank even though data is binded to it.
Can you share some information about thingworx deployment on google cloud (if supported) or the Factory Insights As A Service (FIAAS) offering available with Google cloud?
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.