Recently active
Hi, I an trying to find a way to download a Data table in the form of PDF. The Thingworx 8.3 has the readily available feature of downloading/extort a data table in the form of .xlxs form, but i am trying to download/export in the form of PDF.Is there any work around or any extension that can help me?
Hi. Still learning ThingWorx so bear with me. I managed to log some live property data with a ValueStream using an Influx persistence provider. And showing it on a LED/Guage in a mashup. So far so good, cool stuff. But what now, if I would like to apply some math to the property values to e.g. calculate output over the last 5 minutes. Can I write custom queries to InfluxDb, or must everything go through the ValueStream for mashups? What's the recommended approach?
I want to connect the database in mashup. I've read this manual. https://developer.thingworx.com/en/resources/guides/data-storage-methods/dsm-value-streams andhttps://developer.thingworx.com/en/resources/guides/external-databases/completed-examples-databaseConnection succeeded. row num :15 = result count : 14If row num is 15 or less, the number of grids is 15. The number of row num 10 is 10 if the grid. The number I want is the same.However, there are no values in the grid. I put ojdbc6 in Tomcat and Java. I thought about the cross domain, which is one of the browser constraintsBut, The IP and thingworx IP of the database are the same. I think I did it wrong. I'm new to Thinkworx. I'd like to put data in the chart and the grid. Can you help me?
Dear, How can I parse JSON string and decode from Base64 and then visualize in mashup ? I receive this string {"applicationID":"1","applicationName":"temperature-humidity","deviceName":"TH_sensor","time":"2019-08-26T14:31:54.833027Z","location":{"latitude":0,"longitude":0,"altitude":0}}],"data":"eyAiaHVtaWRpdHkiIDogNjguOSwgInRlbXBlcmF0dXJlIjogMjUuN30="} and I would like use coloured data to visualization. "data" is Base64 .. Thank you in advanced
Hi all, I created a master mashup and there is a menu with four options, each option open a different mashup. But when I click to open a mashup the message below appears: Every mashups are Responsive Advanced Can someone help me? Regards Leonardo
Hello. The problem layout is simple: I have a service that returns the current time. The code would be the following: var d = new Date(); result = d; This shows the browser's time (for example, 11:50:23). However, if I execute this: var d = new Date(); var hour = d.getHours(); result = hour; It will show me the server's time (which happens to be one hour behind, so it shows me 10). Does anyone have any way of approaching this issue, so it would not display the server time, but actually display the actual present time of the browser? Thank you.
Hello. I have a layout, and I want to insert a shape in it with a value display in the center. But once I put the shape, there's no way for me to put the value display on the same layout. Any solutions for this? Thanks!
here is a question, I have an idea like how to display week number in label chart. But I totally don't know how to summarize data by month and by year? Can someone help me give me some way to figure it out ASAP? thank you. cuz I got a big project need deliver by tomorrow.
Underneath video walks through how to Publish a Model from Analytics Builder into Analytics Manager using the connector named TW.AnalysisServices.AnalyticsServer.AnalyticsServerConnector.
I followed the instructions to uninstall Thingworx Analytics Server and then on the new install I get the following error: There has been an error. Unknown error while running/default/json_utils-configfile=/results-ms_report.json - property=version. Any ideas how to fix this? Thanks
Hi all, I want to customize the XY Chart in ThingWorx such that the x-axis is on the top of the chart and the intersection with the y-axis is in the top left corner instead of the bottom left corner. The x-axis values should increase from left to right and the y-axis values should increase from top to bottom. To do so, I tried to create my own XY chart widget to mimic the built in XY chart widget so that I do not overwrite the existing built-in XY chart widget. I have the necessary code of the built-in XY chart widget so I just needed to create another widget via Eclipse, copy and paste the code and import it to ThingWorx. The import is successful but I get an error when loading the mashup saying "XYChartV2Mashup opened with errors" so the widget doesn't get imported at all. I have attached the zip file containing the necessary files, it would be great if someone can help me find out why my widget isn't imported or suggest another solution to my problem.
In some cases, after you have created Thing Shapes, Templates, Things and mashups it could appear that you want to change the names because you found out some typographical errors or need to change the existing names from a logical/structural/organization point of view .Our customer does not want to delete or copy them because there are existing relations between the "Things" themselves and the mashupsIs it planned for a future release?ThanksChristoph
The sample Anomaly dashboard does not show anomaly model from generic things about only those things created from remote things. Is there a way to configure this? I was finally able to get my generic thing anomaly model to run(init, calibrate,...monitor) but was unable to find it on sample Anomaly dashboard mashup.
I need my Thingworx development environment in my local PC (not a server). If is that possible, please provide a link to system requirements and installation guide
Hi, in the Thingworx Application Development Guide 1.0 on page 75 it's given Naming Guidelines for Reusable Components. It states to use a dot in the namespace. When I use a dot I get the message: "Name contains invalid characters" Are there any way around this or is it a recerved character for PTC developers? Thingworx 8.4.1-b2126 Thingworx Apps 8.4.2-00
Hi all, I have created an XY chart widget for customization based on the built in XY chart widget in ThingWorx and imported it to ThingWorx. The import is successful and I have the new widget in the composer. However, after binding data to the widget, nothing displays when I view the mashup. What baffles me is that I am using the exact same code as the existing XY chart widget so the widget I created should work as well. Attached is the zip file for reference. Any help will be greatly appreciated!
Hi all, I am using the Host Server and two days ago I can not to access my platform. Follow the image below. Regards, Leonardo
Hello, I am using Thingworx 8.4 with Manufacturing Apps extension. Unfortunatly, it is not possible to login (Adminstrator) to /Thingworx/FormLogin/Welcome or even /Thingworx/FormLogin. Instead I get the message: "Anmeldeinformationen stimmen nicht mit einer gültigen Benutzername-Passwort-Kombination für diese Organisation überein. Versuchen Sie es später noch einmal." (In English: Username and password for this Organisation do not match. Please, try again later.). In the Security Log I get a Nullpointerexeption: ApplicationContext.sessionDestroyed(HttpSessionEvent) failed. [ java.lang.NullPointerException: userName was null ][ userName was null ] Eventhough the usernamefield is not empty. What could be the Problem? Thanks Cedrik
Hi, I have implemented pie chart in my mashup. I need to get pop up with information related to the portion selected. In properties of pie chart I have observed that 1. There is no single click event in pie chart i.e, Only Double-click available. 2. There is no option to fetch which portion has been selected. 3. There is only tool tip available which will show the value, but no option to display value on the text. Please let me know, Anyone know how to implement feature which will display the data related to the portion of pie chart selected and to display value on the potion of pie chart.
Hi all, I am ThingWorx Industrial Connectivity to communicate my PLC with ThingWorx Foundation. However, I wanna to bind my TAGs from PLC with my charts in my mashup and when the TAGs values change, mu charts too change, in real time. How I do this?
Hi all, In my browser be show me the follow message "There are only 4 days left until your license expires. Contact your PTC account team" But I installed the ThingWorx Trial Edition yesterday. Does anyone know the reason for this?
I want to preview two different value sets on the same bar chart widget. Kindly refer attached image.
Hi, Am facing following error shown as popup says, "unknown error while running /default/json_utils '-configfile=/results-ms_reports.json' -property=version " I installed Thingworx 8.4 through Tomcat and Thingworx WAR file. And, I could able to run the same bundle in another server without any issue. What could be the issue in this? Regards, Janakiraman P
Hello, I am facing one issue like in the Timeseries chart when I select Show x-axis, Y axis values,legend and X-axis not showing. When I unchecked the ShowXaxis then Yaxis and Legend is showing.Data from the service is coming correctly and it use to work before. Can anyone please help me on this. Thanks in advance. Regards, Vamsi
Hi all, I have created a static mashup and where I have an image and two value display widgets. On that mashup, I have placed a panel widget so my image and value widgets went behind the panel. No on the panel I've placed another two value display widgets. See the attachment for better understanding and all the widgets (one image and four value display widgets) are getting data from an infotable. Now I want to hide the panel (which means panel and the widgets on the panel) by default and show the widgets behind the panel but when mouser over it, I want to show the panel and its widget. To do this, need css code. So pls share some codes to complete this.
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.