Recently active
Hi, In thingworx the maximum resolution is 1366*768. But the customer requirement is to have 1920×1080 resolution. Is it possible to develop the mashups in 1920×1080 resolution in ThingWorx? Please provide us some idea as we are doing this as a priority task. Thanks, Shalini V.
Hi all, Where I could get this mashup? Thanks
This solution is working fine in case the use tries to navigate to another page after timeout but if the user tries to navigate using sub menu for example , I get a popup with the HTML code of the login page (check attached screenshot) I think that's because switching submenu mashup happens using ajax/javascript , so redirection is sent back from authenticator but it is not handled by mashup, any solution in this case ?
Hi, Is it possible to change the color of led / value display to red for just 5 seconds when changed from one value to another value and after 5 seconds turn it back to black? How can I achieve this in ThingWorx 8.2? Thanks in advance, Shalini v.
I'm having trouble getting Data Filter Widget to work with Advanced grid when Column Sorting is enabled. I tried passing the query from the Data Filter Widget to the Advanced Grid and then from there to the QueryDataTableEntries Service. The Data Filter works but when I uncheck filters the displayed data does not change. Included video for clarity.
I create a Organization Login Form as : http://support.ptc.com/cs/help/thingworx_hc/thingworx_6.0_hc/index.jspx?id=thingworx060503&action=show But when i try to access the link i get the folowing error. Anyone knows this error?
I have a stream that I would like to purge of any data which is older than 7 days old. My thought is to attempt something like this (below), where my startDate is undefined and my endDate equals seven days ago (DateTime format). Things["MY_STREAM"].PurgeStreamEntries({endDate: sevenDaysAgo,immediate: true,startDate: undefined}); Will this work? I'm worried that if the startDate is undefined, it'll start from the newest entry of the stream, rather than the oldest entry. TWX v. 8.4.1
I want to import my custom build model using python into thingworx analytics . Please advise , is it possible to import python code into thingworx analytics , if yes, please share the document for the same.
Hi,I wanted to give a popup message on clicking a button.I dont want to give it using navigation button.Instance: I am using a save button which saves the report.Here,On clicking the save button i wanted to display a pop up which says "saved successfully".How can I make it possible?Thanks,V.Shalini.
Does the toFixed() method not work in thingworx?
How would one go about specifying a DataShape name for an Infotable property defined in the MashupGlobalPropertyBinding property of a Collection Widget? It's required to specify a DataShape name for the mashup property in order to be able to bind it to an EventsRouter widget input.
Hi, I am unable to connect thingworx and kepware. I completed the configuration properly but it is showing following error: Connection to ThingWorx failed. | Platform = localhost:8088/Thingworx/WS, error = could not initialize a secure socket connection. When i enabled the logging, i found below error: unable to add binding for pre-existing Gateway Thing because existing Thing Template does not derive or match [existing: PTC.Factory.KepServerThingTemplate, provided: IndustrialGateway]. Kindly resolve.
Hi All, I have a query regarding how to add values to a scrollable panel so that every 10 seconds it should display the updated values corresponding to a label. I will attach the screenshot for a better understanding of the query. I want a use case where, Temp1(label) corresponds to 26 (value) After 10s, Temp2 (label) corresponds to 18 (value) After 10s, Temp 3 (label) corresponds to 5 (value) and so on. The panel has to be updated automatically after the specified time interval. Kindly provide a solution if the query is clear. Thanks in Advance. Regards, Airin
I am needing to combine two Info-tables and display certain information from those on another info-table. I keep getting the error "Error executing service GetSalesOrderPartStyleProduct. Message :: Unable to Execute Union: Field [Customer] was not found in both infotables - See Script Error Log for more details." I understand what it means but cannot figure out where I am going wrong in my code. I created my service which has an info-table output. My thought was switching "Union" to "Join" var params = { infoTableName : "InfoTable", dataShapeName : "TrainingDataShape_COB" }; // CreateInfoTableFromDataShape(infoTableName:STRING("InfoTable"), dataShapeName:STRING):INFOTABLE(TrainingDataShape_COB) var myInfoTable = Resources["InfoTableFunctions"].CreateInfoTableFromDataShape(params); //// result: Two info tables given var itPartInfo = Things["Training.InfoTable.PartInfo"].GetDataTableEntries(params); var itOrderInfo = Things["Training.InfoTable.OrderInfo"].GetDataTableEntries(par
How I can retrieve and create/send data from/to Windchill (process plan, change request). I have Operator Advisor and Navigate installed in Thingworx.
Hello everyone, I am using Value stream on ThingWorx Server and sending PUT requests (using REST API) setting the properties values and eventually visualizing the changes using mashups. This feature works well when I change the properties value manually from the ThingWorx server, as it is mentioned in this training. However, when I send the PUT requests using Postman client or Python scripts with REST API, the properties values get updated successfully but the value changes can not be seen with the QueryPropertyHistory Service. It should be also noted that for sending the PUT request with Postman and Python scripts, I should send the request multiple times. In the first efforts I get the error message "500 Internal Server Error" before the request sent successfully getting the message "200 OK". Please refer to the attachments for python script and a screenshot from Postman client. Just before sending this post, I used the suggested Restlet Client sending
Hi, The migration process (7.4.0-b159 to 7.4.19-b262) locked up itself, took 11 hours, then hang up and no progress I wonder if there is any workaround, or by pass the migration process cause I know this migration does not change the Thingworx database schema. My Bests, Hung Tran
Hi, i am trying for quite some time to get my raspberry pi connected to TW using kwyboard and mouse. i am getting this errors [DEBUG] 2019-06-02 23:16:40,32 SDK: twTlsClient_Connect: Connecting to server[ERROR] 2019-06-02 23:16:40,43 SDK: TW_NEW_SSL_CLIENT: SSL handshake error. Error: error:140770FC:SSL routines:SSL23_GET_SERVER_HELLO:unknown protocol.[ERROR] 2019-06-02 23:16:40,43 SDK: Error intializing SSL connection[ERROR] 2019-06-02 23:16:40,43 SDK: twWs_Connect: Error restarting socket. Error 0[DEBUG] 2019-06-02 23:16:45,44 SDK: twTlsClient_Reconnect: Re-establishing SSL context[DEBUG] 2019-06-02 23:16:45,44 SDK: twTlsClient_Connect: Connecting to server[ERROR] 2019-06-02 23:16:45,57 SDK: TW_NEW_SSL_CLIENT: SSL handshake error. Error: error:140770FC:SSL routines:SSL23_GET_SERVER_HELLO:unknown protocol. and i am using this config.json file {"ws_servers": [{"host": "192.168.1.206","port": 80}],"http_server": {"host": "127.0.0.1","port": 8080,
Hi Team,I have a problem with the tutorial "Operationalize an Analytics Model". I followed all the steps, but the Analysis Events or the Analysis Job does not sent the results back to the Thing "AMQS_Thing". Is there a known issue?
hi, I wan to know, Can we use SQL server instead of Postgresql for thingworx installion? Thanks and Regards, Sheetal Sable
Hi , I'm working with collection widget, I have used a static mashup as a child mashup and in responsive mashup I have used collection widget. It was working as expected but I have bonded a different service, from that time I'm getting single cell in each row, Expected to have 2 cells in a row. How can I configure this? Are there any suggestions in improving this? Thanks in advance, Bhavya
I have got the Trial Version of Thingworx and have imported the PostgreSQLExtensionPackage from the TW-Marketplace. The database connection works, a simple service of the type "SQL-query" shows results. How can I alter this service in Java script to store the resultset of the SQL (e.g. select * from tab1) in a data table? Thanks for your help.
Hello guys, I've been having trouble understanding how services work and how I should program them, I understand the concept of them being the functions of the thing but when it comes to create them, I don't have enough knowledge. The problem I have now is that I have a Data Table with some locations and I want to create Geofences around each one of them. The purpose is to track a vehicle and check if he made into the next Geofence in time. I searched some documents in support but none of it was helpful, this article https://www.ptc.com/en/support/article?n=CS225480&source=snippet shows how to show a Geofence by region but my purpose is to create it for multiple points. Remember that I have the locations in a Data Table but I don't know how to create a Geofence in each one of these points relating it to the vehicle I am tracking. I also saw a function createCircularGeoFence in service Snippets but I don't know where I would use them to create the Geofences around
Hi, I created a new persistent provider called "PostgreSQL" , I've set it to be active and set it as default persistence provider. I can find it in Monitoring->Subsystems->Stream Processing. But after calling Things["xxx"].AddStreamEntry, I didn't find the value "number of stream entries that have been queued" changed, it seems the persistent provider doesn't take effect . How to enable it ? Regards, Sean
I am using Thingworx database to store one week data from manufacturing plants and use Azure Datalake to store older data. Is there a way to use Mashup to view historical data from Azure Datalake? I know I can use PowerBI to view historical data. But I want to use the same tool to see both real time and historical data.
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.