Recently active
Hello, I have created two things 1 Device 2 Databasecontroller 1. In first thing(Device) I have written below code in service. let result = jsonmessage; 2. In second thing(DatabaseController) I want response of Device thing service using below code var serviceName = "ConvertData"; let result=Things["Device"][serviceName](); it is returning blank data.
Hi,I am trying to store the received data from the devices into PostgreSQL.I created a remote thing to bind all properties of data received as tags on the industrial connection thing.I want to store continuous streaming data when refreshed from the devices and when streaming data is received I want to apply custom logic to calculate values on data then insert it into the Postgres SQL database.could you please help how to store industrial connection thing streaming data in PostgreSQL database?
How to generate(or download) excel file instead of csv file. Any extension available.? Any possibility is there to import the csv file in excel and showing that excel file to the user in mashup or in repository??
Can someone show me how to build the Service we are supposed to put the query into for this filter widget to work. I have a service that brings the data back from the SQL server. But I do not understand the QueryFilter property to the query input parameter of the QueryDataTableEntries service in this reading. https://support.ptc.com/help/thingworx/platform/r9/en/index.html#page/ThingWorx/Help/Mashup_Builder/Widgets/Grid_SortingAndFilteringTheGridData.html Please send or help if you can thanks.
I'm trying to make a post request using contentLoaderFunctios to firebase but i keep getting this error bellow but when I make the same request from the postman desktop app it works fine. Error executing service StartClass. Message :: Certificate for <fcm.googleapis.com> doesn't match any of the subject alternative names: [*.google.com, *.appengine.google.com, *.bdn.dev, *.cloud.google.com, *.crowdsource.google.com, *.datacompute.google.com, *.google.ca, *.google.cl, *.google.co.in, *.google.co.jp, *.google.co.uk, *.google.com.ar, *.google.com.au, *.google.com.br, *.google.com.co, *.google.com.mx, *.google.com.tr, *.google.com.vn, *.google.de, *.google.es, *.google.fr, *.google.hu, *.google.it, *.google.nl, *.google.pl, *.google.pt, *.googleadapis.com, *.googleapis.cn, *.googlevideo.com, *.gstatic.cn, *.gstatic-cn.com, googlecnapps.cn, *.googlecnapps.cn, googleapps-cn.com, *.googleapps-cn.com, gkecnapps.cn, *.gkecnapps.cn, googledownloads.cn, *.googledownloads.cn, reca
Hi, I am looking to dump csv file from thingworx to cloud folder example- Microsoft cloud. Both will be in different network. How can i do this in twx 9.1 version. Thank you
Hello all, I want to show data of a particular date which date-time picker picked into a grid table. I have data in infotable and DateTime data is in "YYYY-MM-DD" format. How can I do this?I am new to thingworx. I really appreciate it If you can provide the solution in steps. Thanks and Regards.
Hello, we have some trouble to use the Thingworx SAPOdataconnector with standard SAP interfaces. Reason for this is clear, the IR (Integration Runtime) tries to parse the Metadata from XML Resource Section (See Screenshot) with https://******/$Values/$Metadata <- But $Metadata does not exist, cause not every "Resource" is an Odata Service itself. What can be done is for sure just use the content loader functions ... but than the Integration Runtime is useless. Does anyone knows a workaround -> request for improvement and support ticket is allready opened. ps: The online viewer is bad ... if you download the Screenshot you can see what is inside
How to get organizations root case list and display it in on dropdown?
Hello, Can anyone help me with the query- how to bind ready made mock html with mashups in thingworx,,I am uploading the sample html mock image , I want to use it as it is and build a mashup, Also I am attaching a mashup image which I have tried to build using custom css codes and used the widget - "HTML textArea".
How to display data in a grid user wise in thingworx dynamically? How to display data with different organization wise and how can i map organizations with grid data?
Hello ,I want to know how we can change the header icon of the menu bar.
Hello , I have tried this solution also , still not working - Solved: Re: Thingworx 8.5.4 not able to import svg-xml med... - PTC Community I am using thingworx 9.It is giving me the error - invalid length
Hi,I have a template for different things.I want to select a property in dropdown widget to see connected properties in a collection widget.I'm able to do this, but in the dropdown widget properties values are repeated if there are things with the same property value.I wrote a service to have distinct value of a property, the output is an Infotable. How can I use this Infotable in my widget? What are the correct bindings?Is it the best way to solve this problem?I have attached an image of my mashupThank you
Hi, all I'm trying to use a schedule chart for the state of a machine. I am trying to configure the mashup through two steps for the master mashup, but the size of the schedule chart is not fitting normally. A mashup was composed using the mashup contained widget, it looks normal in the contained mashup view. but In the upper mash up, the schedule chart is not displayed normally. What can i do ? Thank you. in Mashup contained view Upper mashup view
Hi, Do we have rest api's for monitoring "Active Edits" in Thingworx composer (9.2.1). -PFA screenshot. Thanks & Regards, Shashank
Hi, I have a config.json (it works fine) like { "certificates": { "validate": true, "allow_self_signed": false, "cert_chain": [ "/path2cert/entrust_l1k.pem", "/path2cert/entrust_g2.pem" ] } ... } How could i write it in programming? Because ServerCertFileInfo property only allow me to specify one cert file var client = new ConnectedThingClient(new ClientConfigurator { AllowSelfSignedCertificates = false, DisableCertValidation = false, ServerCertFileInfo = new CertFileInfo { CertType = 0 /* TLS */, FilePath = @"/path2cert/entrust_g2.pem" }, ... }); Any help would be greatly appreciated Regards,Hung Tran
Hello Everybody! I am trying to take my first steps with the .NET SDK, however, I am not able to get the project to run properly. I followed the steps listed here: Article - CS208249 - .NET SDK quick start guide using the Steam Sensor example for ThingWorx (ptc.com) But it is not working, when I try to execute the console App, I get an error: TypeInitializationException: The type initializer for 'log4net.Core.LoggerManager' threw an exception. Any guidance is greatly appreciated! N.B.1.: .NET 4.0 is no longer available, so I had to use 5.0.N.B.2: I had to change the command line arguments to match my configuration.N.B.3.: I downloaded DOTNET-SDK-5_8_3.msi from PTC
1) Error injecting constructor, java.lang.RuntimeException: routing-group cannot be blank in configuration fileat com.thingworx.protocol.azure.iot.AzureIotHubBindService.<init>(AzureIotHubBindService.java:41)at com.thingworx.protocol.azure.iot.AzureIotGuiceModule.configure(AzureIotGuiceModule.java:39)while locating com.thingworx.protocol.azure.iot.AzureIotHubBindServicefor the 6th parameter of com.thingworx.protocol.azure.iot.AzureIotProtocolAdapter.<init>(AzureIotProtocolAdapter.java:101)while locating com.thingworx.protocol.azure.iot.AzureIotProtocolAdapterwhile locating com.thingworx.connectionserver.protocol.Protocolfor the 9th parameter of com.thingworx.connectionserver.ConnectionServerDataPlane.<init>(ConnectionServerDataPlane.java:47)at com.thingworx.connectionserver.ConnectionServerDataPlane.class(ConnectionServerDataPlane.java:25)while locating com.thingworx.connectionserver.ConnectionServerDataPlaneat com.thingworx.connectionserver.ConnectionServerModule.con
trying to connect azure to thingworx but in 6 and 7 step is needed to configure for following link?http://support.ptc.com/help/thingworx/azure_connector_scm/en/index.html#page/thingworx_scm_azure%2Fazure_connector%2Fc_azure_connector_encrypt_configuration_file.html%23 and other think want to ask i have one server of thingworx compser which is installed on different machine so for enviroment path need to configure in my local machine or need to configure in remote machine?
Below I have outlined the overview of what is going on:I have a service on a Thing (weather_thing) that is triggered at regular intervals via a scheduler.This service gets a JSON from a URL, parses it, and then assigns the information to multiple properties on the weather_thing.Those property values are displayed in widgets, on a mashup, via the GetProperties service (I have checked the "Automatically update values when able" option).The issue is that the widgets with the properties values assigned to them do not update automatically, but only when I manually refresh the mashup webpage.If I go to the thing (weather_thing) and edit the value of a property, click save, then the values do update on the mashup without having to refresh.Could anyone offer some insight into why these values don't update on their own?
Application, Script, Error and Script Error logs are logged with "-5.30" hr difference in log files but in ThingWorx monitoring it displays the correct time.
Hi I want add data in the below format please check attachment. I have a other page from where I can add Role and their member name So When I will add member in each department it should be add in their respective department. Can you please suggest which widget or any other solution to achieve this requirements.
Hi all,I am using a line chart widget, and I want to remove the extra space from the 0th of the x-axis to the x-axis tick label.I have used the below CSS to fit in the chart from all sides. ptcs-chart-line::part(chart-layout) { padding: 0;}The image is attached with the query. Thank you!
Hello, I'm trying to set up this simple pvz file extraction from windchill to the thingworx repository. I'm getting this error Get Viewable: Error: Could not load domain ProdMgmt I'm also finding a way to get the object OID I want to download. The only way I found until now is to look at the URL. Any advice? Many thanks
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.