Recently active
Hi there, Collection Widget is placed in a Responsive Mashup, but Collection Widget Height is Static. It won't get responsive. How can Collection Widget Height be responsive based on the number of Cells present in it? Thanks,
Can we make print button to download in particular folder instead of downloading in downloads folder?
How can I implement a combo chart in ThingWorx 9.0.3, which includes a bar chart and a line chart?We have had a combo chart since 9.3, however we are currently utilizing 9.0.3.Please suggest...
I have created Thingworx extension (Bar Code Generator) in eclipse. I have used external jar - https://mvnrepository.com/artifact/net.sf.barcode4j/barcode4j/2.1 I have added this jar in build path in eclipse. Also added this jar under the lib folder in eclipse. Then run the application as gradle build and created the build. After that while importing the extension in composer, extension is validating successfully but while importing, it is giving an error - Failed to install extension BarCodeGeneratorTwx:1.0.3 because org/krysalis/barcode4j/output/CanvasProvider. Can someone please help here, what exactly I am missing here or I am placing jar in wrong place. Thanks in advance. Attached screenshot of error.
Hi to everyone,We have a problem executing the Groups[‘ROLLE.GROUPX’].GetGroupMembers command from a non-administrator user. The command does not return any lines.The same command from Administator returns 20 lines. Where could the problem be?Thanks
Hello Community, I have assigned the Row Format with the state definition for my datagrid on mashup. With this It shows me the entries in colors as you guys can see below. Now the problem is that when the row is selected i want to assign it a border with black dots and i have implemented that functionality as below but still it does not appear in the mashup. it comes for a second but then the above state definition comes on top of it and i cannot see the border with black dots for the selection. do you guys have any solution in this regard. I really want to show user when he selects a row, it needs to be shows as selected. I am using thingworx 9.3
Is it possible to get dual x-axis for column chart. Both x-axis are to be one above other like below image. I have tried with "\n" character in code but it is taking as space.Anything I am missing out here.Please help me on this.Thanks
I have infotable A and infotable B. Ill compare data in both infotable A and infotable B. Ill delete the matched records in both tables and the uncommon records remains in both the tables infotable A and infotable B. How it can be done without using for loop? Any infotable functions will be helpful?
Hi, I do create alerts for properties inside the things like the attached photo, is there a way to log these alerts when it happens into the database, and if yes, how i can query them back, like i want to query something that shows me the alert history for a certain property, thank you,
Are there any Thingworx Extension developers out there who do not have direct access to there Thingworx (non-prod) server? Our servers are hosted by the PTC Cloud team, so we do not have direct access to the backend.It is not uncommon to be prompted to restart the Thingworx server when trying to import an extension.Cloud Direct offers "Self-Service" features, one being Restart Application. This would be a great feature for this issue, if it worked for all environments. Currently none of the Self-Service features work for our development environment (I am not sure if this affects other Cloud Direct users). We have a case open about this issue and until it is resolved we have to open a new case for each server restart. I am curious how other TWX Extension developers handle restarting their TWX dev environments. TIA for sharing!
Hi, i did create a template and this template has a thing shape in it, now i did create inside the thing shape an alert for a property and when i go to the alerts section inside the thing shape i can see the alert no problem and the thing that i created with this template also sees the alert in its properties & alerts section , when i try to change the property from zero to 1 to trigger the alarm manually the alarm status does not change at all what am I missing ?
Hi, Can you let me know if there is any way to increase tooltip font size for Bar chart? Thingworx 9.3.0 Thanks
Hi, I am looking for a way to connect to Teamcenter and get its data, similar to how we do it for the windchill. I browsed a couple of articles, and one of them pointed out the OpenPDM ThingWorx CONNECT to Teamcenter": https://marketplace.ptc.com/en-US/apps/204754/openpdm-thingworx-connect-to-teamcenter. The Link, by the way, is not working, and I cannot find the OpenPDM connector. Thanks,
I've noticed that in TWX 9.5, a selected row is deselected when they are clicked on again. How can I prevent this? I don't want the row to be deselectable unless a different row is clicked on.
Hi all, I found a weird bug that I wanted to bring up. I created a timer that calls every 5 minutes. It does some calculations and sets a few property values. I was making some changes to it, and it started calling the timer subscription randomly or several times at once rather than every 5 minutes as expected. I tried to debug and ended up duplicating the timer and deleting the original one and it now works perfectly fine after making a new one with the exact same services/subscriptions. Any ideas why this would happen? It seemed very strange.
Hi, i was recently installing thingworx manual through this link https://support.ptc.com/help/thingworx/platform/r9.5/en/index.html#page/ThingWorx/Help/Installation/Installation/install_java_and_apache_tomcat.html#wwID0E2YCO but unfortunately I don't know what I did wrong but the result is when I try to run apache tomcat it shows running in services for a bout 20 sec and then it stops , no errors or warnings or any thing , and it is hard to know where to start from to trace the issue, by the way, I can restart it again from services but it keeps stopping again, i think i did something wrong following the steps but i dont know what is itthanks,
I was using Selected Value Field from Autocomplete widget. Now I imported latest version of Autocomplete and the selected value field is not passing the value to the services. So I reverted to the old extension which was used before this change. Now also selected value field is not present in properties of Autocomplete widget. No logs generated for this. Iam clueless about what is happening here. Anyone can add ideas to fix this as it is causing critical issue in customer environment.
Thingworx Runtime is resizing wrongly my mashup for mobile, it should use device height or resizing on the vertical and font size is small too.Thingworx version: 9.3.0-b20 Mobile settings:
hi, i am new to thingworx and I am using it for IOT app involves MQTT,i am trying to create an mqtt parser thing, the parser will recive raw data from mqtt broker and in the same thing i want to extract the data from the message and save it in properties here is my raw data json :{"deviceId" : "3102-0153-21", "Timestamp":"23/10/2024 11:18:52", "Digital Input":7}my thing can get this message no problem and save it inside the Intrusion_raw_data property,next i created a subscription to run on data change event for the Intrusion_raw_data property , here is the script:me.Timestamp = me.Intrusion_raw_data["Timestamp"];me.sn = me.Intrusion_raw_data["deviceId"];me.Digital_Input = me.Intrusion_raw_data["Digital Input"];when new data comes from the broker the Intrusion_raw_data property updates fine and get the new data and i can see it, but it looks like the subscription does not run , but when i try to change the Intrusion_raw_data manually inside the thing it self the sub
How does thingworx connect to redis and write data changes to the thing it is listening to
Is there a way to preview a PDF file in a ThingWorx mashup without downloading it to the ThingWorx repository? The PDF file varies, and we need to display a specific page in the preview.Thank you in advance!
I have a service on a database entity, executing a simple select max() operation, when running in the entity, it works and returns a result (number) as shown in the screenshot. but when I call this service from another db entity as below: lastTickTimeStamp = Things["Egress_KCT_FTAE"].Get_Last_TicksTimeStamp_Test(); it always return null as lastTickTimeStamp;However, the other serivce (query to return an infotable) on the Things["Egress_KCT_FTAE"] can work in the same location without problem.
1. How to fetch scheduletime of scheduler using services? 2. How to update scheduletime of scheduler using services
Hello Team,Couldn't view any of the logs (Application Log/Script Log etc.,) from 'Monitoring' screen after Upgrading Thingworx-Platform-Postgres from 8.5.3 to 8.5.19.Below are the error details from log file:14:01:45,706 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Could NOT find resource [logback-test.xml]14:01:45,707 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Could NOT find resource [logback.groovy]14:01:45,707 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [logback.xml] at [jar:file:/opt/apache-tomcat/webapps/Thingworx/WEB-INF/lib/thingworx-platform-common-8.5.19-b1113.jar!/logback.xml]14:01:45,728 |-INFO in ch.qos.logback.core.joran.spi.ConfigurationWatchList@62b635fe - URL [jar:file:/opt/apache-tomcat/webapps/Thingworx/WEB-INF/lib/thingworx-platform-common-8.5.19-b1113.jar!/logback.xml] is not of type file14:01:45,784 |-INFO in ch.qos.logback.classic.joran.action.LoggerContextListenerAction - Adding LoggerContextListener of typ
I would like to capture information regarding Login/Logout time of user from Vuforia Studio to Thingworx, Is it exposed as a Service? Also I would like to know when the User logs in AR experience and when his session expires or logouts. Can it also be captured as a Service. We want to generate reports using this, Is this feasible? If so how? What else can be done If it is not feasible?
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.