Recently active
Collection Widget has an Binding of GetDataTableEntries(All Data)--> (Data)Collection.But in the Collection only first Added Table Entry is getting duplicated to all other entries. DataTable or Base has 8 Entries, but the Collection widget is only showing the data of first entry of Database in all the remaining 7 Cells.
Hi , I want to have popup on each cell click in collection. as a notification feed i am displaying few info at each cell but to show detailed info i have another mashup which loads when cellWasClicked. but to show particular cell's info i need to pass cell identifier/any value through which i can display the related info on mashup which is calling on cellWasClicked event of collection. Anybody knows how to do it?? Thanks
Did you find any solution for this ?
Hi Team, I am new to ThingWorx 9 and I don't know how to use Style Themes. Could somebody provide me some video tutorial or any developer handson tutorial link so that I can learn Style Themes from there. Thanks in advance.
Hello All, I like to customize the company name/logo at the application console, and had followed diligently the steps in: https://support.ptc.com/help/thingworx/apps/r9.0/en/#page/thingworx_apps%2FCustomizing_the_Apps%2Fchanging_the_logos_in_the_application_console.html%23 I reset the server by rebooting the systems, to complete." you may have to restart the server" The logo did not change to the new one,it is still showing "Thingworx". I purposely remove the image in the homelogo, and restart the server. the "Thingworx" still appear at the banner.... Hope someone can advise me, how can i customize the logo. Additional Questions: 1. Mentioned that the size is fixed in the help. Do i need to resize my image to the appropriate size? What is the size? 2. I edit as an administrator, do i need to modify any permission? Hope you can advise me... Best regards NewieKek
I often talk to people interested in what Thingworx Analytics can offer, and generally those people fall into two different camps...Some don't know what ML / AI is and are interested in better understanding of what kind of things can be done with it and Thingworx Analytics.And some do know what ML / AI is from the inside and they want to understand how Thingworx Analytics works from the inside and how to map TW Analytics terms and concepts to "standard" methods and algorithms.I myself know the math / algorithms behind ML, so talking to the latter group is kinda easier for me, but I still always on the lookout for more details. So recently I was searching for more materials to help myself to communicate the value of Thingworx Analytics, as well as better understand some technical stuff, and found a few nice Thingworx Analytics videos (some are pretty outdated, but still really helpful), which I found to be interesting, so wanted to share with the community. The first one i
Hi everyone, I am sending Data (json) from an MQTT-Broker to a Property (Type: json) called "Sensor". This is the Data I send: {"Temperatur": 20,"Helligkeit": 75} Then I made a Subscription to store the two values of my Data into seperate properties called: "Temperatur" and "Helligkeit". (Type: Integer) With the parameters: Event: DataChange Property: Sensor and the Code: me.Temperatur= me.Sensor.Temperatur;me.Helligkeit= me.Sensor.Helligkeit; Now to my problem: Whenever I change the Data in the Property "Sensor" by hand in the Property itself, it works and the properties "Temperatur" and "Helligkeit" are updated. But when the MQTT-Broker changes the Data in the "Sensor" property, the two other properties doesn't change. Why do my properties not change when the data change is done by the broker? Thanks for any kind of help!
My company (HMS Networks) is a technology partner offering edge gateway solutions for ThingWorx. I am interested in getting a leg up on a great ThingWorx asset management dashboard I can use to demo our technology. As we are not an SI it is hard for use to invest the time to develop and maintain high quality dashboards. Does anyone know of any high quality ThingWorx 9 asset management dashboards that can be leveraged for demos. Alternatively, I would be happy to work with an SI and provide the appropriate credit to that SI in the demo and when the demo is referenced in our marketing material. I don't have any budget to pay for a custom dashboard. Thanks, Tom
Standard datetimepicker doesn't show localized Polish month name in popup window. ThingWorx 9.1.0-b10877 dropdown list shows the following: meanwhile French works fine: and legacy widget shows Polish fine:
I need to create a url link (to be send by email) to open a specific mashup without requiring the user to authenticate to the platform. I can do that by using an appkey linked to a specific user, this is possible using this method https://www.ptc.com/en/support/article/CS227935 that is however deprecated for security, in fact the appkey as url parameter feature is not enabled by default. If I need to do that, I have to enable "Allow Application key as URL Parameter" feature for all the platform (opening to some possible hacks) Is there a way to allow just a specific mashup to use this method ? (and keep Allow Application key as URL Parameter to false ?)
When I try to run an SQL command I get this error: "java.sql.SQLException: Can not issue executeUpdate() or executeLargeUpdate() for SELECTs". Do you know why? Thankyou
Hello, I want to create program and schedule program according to duration dropdown with Days, Months and years .I want to calculate status according to time slot and display status before program start .If there is one program duration is 10 days and time slot is 7 to 8 AM, I want to schedule that program at daily basis Please refer below attachment and suggest How do I write service for scheduling program according to number of inputs in days, months, Years?? and How to refresh collection with refreshing single parameter ?? Thanks in advance
In ThingWorx mashup, I am adding a button but I need a label very close to it. The text within the button always leave around 20px from the text to the frame, so the label looks very far away from the text inside the button. I tried to use the CSS .ptc-button and then adding padding 1px; but this padding is considering the button frame to the next widget. Is there a property I can use to reduce this gap (between the text and the button frame)? See attached file for an example.
Hi, I am trying to make a query to an sql database. I have Thingworx 8.4.2 and I don't find the option to make an SQL type service, only javascript. I wrote the following code: "try {var query = "SELECT * FROM `info`"; logger.debug("DatabaseController.JavaScriptQuery_PersonsTable(): Query - " + query); var result = me.RunDatabaseQuery({query:query});} catch(error) {logger.error("DatabaseController.JavaScriptQuery_PersonsTable(): Error - " + error.message);}" In the application log I get the following error: [O: c.t.s.a.AuthenticationFilter] [I: ] [U: ] [S: ] [T: http-nio-8015-exec-7] Servlet execution threw an exception Do you have any solution? Thankyou very much !
Is there anyway to display data in the label of XAxisField? For example, normally the timestamp can be Jan, Feb , Mar,... but I want Jan \n Data1:10% , Feb \n Data1:15%, Mar \n Data1:20%,... Is it possible?
Hello, I am trying to create an analysis model in Thingworx Analytics Manager, but using the Autogeneration for the Datashape results in my main variables (T2 and T1) having a basetype of Number rather than Integer in the InputParamsDataShape. This base type change then doesn't allow me to map the inputs in the Analysis event since the types are different. I tried creating a data shape manually, spending a lot of time on it, but it just doesn't let the jobs complete for one error or another, commonly "Failed to execute Job: Null", it's left in a waiting state, and the Job ID checkbox is unselected. Is there a way to change the base type of the autogenerated data shape, or a workaround to map the inputs and outputs? Thank you in advance. Thank you in advance.
I Have binding as shown in the Figure Problem: When I Press the button 'Delete', the values in the GRID or not Deleting..
I was looking into Thing Presence as described in the docs here: http://support.ptc.com/help/thingworx_hc/thingworx_8_hc/en/#page/ThingWorx%2FHelp%2FComposer%2FThingTemplates%2FThingPresence.html%23 For context, we are using Thingworx 8.4 with Manufacturing Apps. It sounds like I could use presence (isReporting) as a standard way to show that my Assets are connected and actively streaming data. I have created a Reporting Strategy Thing to test this out (result = true) although I have a question: What triggers the evaluation? I know the service 'EvaluateReporting' performs the evaluation, but is there anything that automatically triggers it or do I have to set something up?
Hi, I have a infotable property in a Thing (Generic Thing), and I have set a default value to that Infotable property, but it is not reflected on Composer and even using service. However for other properties I can see the default value reflected as current value. See attached screenshot. I am using TWX 9.0.2. I am not sure if the behavior for Infotable properties was always the same. Does it depend on the DataShape of Infotable? Thanks in advance Regards Aditya Mittal
Dears, We are using custom fonts on Mashup, but it takes a long time to display when the fonts are loaded. Please refer to the attached picture for the font loading method. Is the method we used incorrect? takes 4.42s CSS
Hi! I'm wondering if there're some ways to show relationship between Mashup and Thing services? Typically, a Mashup will bind some Thing Services and internal Expressions/Validations, the relationship is quite complicated and working in different level. So I'm wondering if there're some ways to show relationship, or extract data from .xml source code and show it in diagram? It will be very very helpful to design review and documentation. Thank you very much!
As Shown in the below video there is a service known as AddOrUpdateDataTableEntry https://www.youtube.com/watch?v=FISQHoNV6qo which I cannot find in the ThingWorx while adding an Service.
Hello, I'm using Thingworx 9.0 version and I want to generate pdf file. I'll refer this post and I import an pdf extension in Thingworx and follow all steps with give an all inputs to parameter But I'm getting an error ,when I click on button. I'll search on this error and refer this post but it is not working so Please refer the below attachment and suggest 1) How Do I generate pdf and excel file when I click on create PDF button?? OR 2) Is their another way to generate pdf file by taking screenshot of any mashup and generating an pdf or excel file Thanks in advance
Hello, I've been trying to experiment with multiple sensors and averaging their data to activate an AC. Basically, I have a number of "Thermometer" Things with the same Template to which I have assigned a "TemperatureData" ValueStream. Of course, said temperature data is Logged in the Template. For my application, I want to have a Service get the last entry from each individual thing, then average that data and give me a single reading. How do I go about it? My Thingworx version is 9.0 Many thanks in advance!
Does EMS or other Edge software have the functionality to act like an Axeda Gateway Agent where there is a relationship between parent and managed models?
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.