Recently active
As Attached file below, I want to put DummyDataDatatable's data into DummyDataDuplicate. And Datashape is same. there are three types of widget: dropdown, textbox and numeric entry. Now my process is: 1. I link dropdown list's value into textbox in DummyDataDatatable. 2. I drag textbox's data into DummyDataDuplicateDatatable's column SKU and ID also. but after that, there is nothing in the DummyDataDuplicateDatatable. Can Someone help me to figure it out? Regards, Tracy
var week = me.GetWeekNumber({ date: when }); // Copied from Stack Overflow, didn't test its correctnessvar month = when.getMonth(); // Zero-basedvar year = when.getFullYear();var correctmonth = month +1;me.AddDataTableEntries({ values: me.CreateValuesWithData({ values: {id: generateGUID(),value: value,Kategory: Kategory,Department:Department,Line: Line,SKU : SKU,KPI_Details: KPI_Details,Target: Target,Other_Target : Other_Target,Other_value : Other_Value,week: week,month: correctmonth,year: year} }) }); As below attached, when refreshing the page, grid will auto-generate a new line. The primary key type is GUID. How to stop auto-generate new rows when I refresh the page and when user update data, new data will show in the grid without key in primary key manually.
sorry, If I say I want to change Numeric entry widget to property display widget based on your AddRow Services, how should I make changes in AddRow services. I think I need to insert infotable in Datashape and also in AddRow Services.Is it right way to finish this function? Could you give me some suggestions? Related post
Hi All, I'm Ilona from Hungary. I've used ThigWorx 8.2.2 for 1 year, and now 3 weks ago the system was updated to 8.4.4 version. My problem is, earlier i have written some GoogleChart widget swith Extension SDK in Eclipse. It worked well. But after the upgrade they have been done. In IDE environment I see the Timeline or another widget, but in runtime it is nowhere. This is the Timeline code: https://developers.google.com/chart/interactive/docs/gallery/timeline I've the loader.js library, it works earlier well. I've written timeline.runtime.js, timeline.ide.js, timeline.ide.css, timeline.runtime.css. I've used Extension SDK 8.2 and i can't download the newest version. Error message: Subscription already exists for this edition. To modify the subscription please select a different edition or change the selected units. In debug mode I see the sourcecode of Timeline, can make a run line by line, but it seem like not wo
Hello, I have a problem with datachange event when i authantificate with w new created user. Explanation: I developed a thing worx application. Now , i am creating a user for the application. 1- I created Organisation 2- Creted two groups (Admins groups and simple users groups), each group contain a user . 3- I add right access to the two groups (Visibility, design Time , Run time) to all entities (mashup, Things, Thing template, Thing shape ...). 4- Authantificate with the admin user created for the appli. 5- When i try to open the thing template subscription function, i get this error (see attached file: Event Error), it's related to 'DataChange' Events 6- in the logs : Timestamp Level Content User Origin Thread Session Instance 2019-09-30 15:35:13.788 Error [message: Entity Not Found : [Event]] MrttAdmin c.t.w.DataShapes http-nio-8443-exec-18 2019-09-30 15:35:12.740 Error [message: Entity Not Found : [Event]] MrttAdmin c.t.w.Dat
Hello everybody, I am having diffucult to create charts binding with tags from my PLC. I am comunicating my foundation with my PLC tags throught of Industrial Connectivity. It is working well. I want bind this tags to label chart, where the data refresh when my tag change in my PLC I am using this guide to orientation: https://developer.thingworx.com/en/resources/guides/display-data-charts But the value, in the guide, are inserted manual into infotable. Does someone has a solution to this? Regards,Leonardo.
Hello I have a bunch of devices connected to Thingworx with the C SDK, each device connects to thingworx by using its serial number as an identfier so that they can be asigned to their associated thing on thingworx. I created a single appKey that all devices will use to connect to Thingworx. The problem I am having is that some devices are able to connect to thingworx and write data, some devices do not connect to thingworxand return this error: Sep 26 09:01:08 arm Exsaber[1674]: [ERROR] 2019-09-26 09:00:49,424: twSubscribedPropsMgr_PushProperties: error pushing or persisting property list, code: 1114Sep 26 09:18:14 arm Exsaber[1674]: [WARN ] 2019-09-26 09:17:58,145: api:sendMessageBlocking: Message 7940 timed outSep 26 09:18:14 arm Exsaber[1674]: [ERROR] 2019-09-26 09:17:58,145: twSubscribedPropsMgr_PushPropertyInfoList: Error pushing properties for *A06UBF. Error: 1114.Sep 26 09:18:14 arm Exsaber[1674]: [ERROR] 2019-09-26 09:17:58,145: twSubscribedPropsMgr_PushPropertie
Hello Navigate Community - In case you haven't heard, Navigate 8.5 was released last Thursday, 9/26 and is now available for download! This release includes a lot of exciting functionality: 1. Improvements to View Apps - Updated ThingView 3D Viewing Component - which is now documented & supported for use in custom mashups; Support for distributed vaults; Display of security labels & values. 2. BETA release of the first Reusable Components for rapid application development 3. First Navigate Contribute App for review & approval of Windchill Change Requests Want to learn more? Read on! Introducing change can result in higher costs if not fully considered. That’s why collaboration is a necessity across people and processes from the initial state of product ideation through to manufacturing, device connectivity and field service. There is a need to not just access product and enterprise data easily, but
I'm creating a Widget Extension and would like for there to be a Style Definition that comes along when installing the Extension for use as a default style in the widget. How can I go about doing this?
Hi, I am trying to understand the connectivity of edge devices to thingworx platform using Java SDK and Edge Microserver. Can someone answer the below two queries or refer any related articles apart from support guide. 1. What is the difference between the features of Edge SDK and Edge Microserver ? 2. How to send commands from Thingworx Server to Edge Devices Using Java SDK ?
Hello , I am able to upload a CSV file into the platform and able to make those values in CSV file to store in a infotable in thingworx platform. But from there I should insert the values into a table that exists in the external database like postgres . I had gone through the community but I did'nt find any solution. Can someone please help me out . Regards, Bhargav.
Hi Everyone, I have downloaded "MED-61283-CD-084_SP1_ThingWorx-Rockwell-FT-MES-8-4-1-Extension-Bundle" Extension and while i am trying to import it on 8.4 thingworx version. it showing me an below exception. Also for this same Extension there is no document present on site. could you please help me on this.
Hi, I got the error "Could not create a transaction for ThingworxPersistenceProvider" . Referring to the article https://www.ptc.com/en/support/article/CS229649 , the issue should only occurs in thingworx version lower than 7.0, but I'm on Thingworx 8.4.2. please check the attached trace_log. I don't know how to reproduce it and don't know when it will occurs again. Database: Postgresql 10.x Regards, Sean
Hi all, I want to build a collapsed/expand menu on hover. I have seen this once in one of the ThingWorx demo's (SmartCitiesMaster). They look like this: How did they to it? Is there an easy way? Or did they use CSS? If CSS, can someone help me how this CSS would look like? Kind regards, Antonio
Hi, I need to get system statistics as a property in Thingworx so that I can display the values in mash up. With regards Yedukrishnan
Hello I need to show a chart that works exactly like X-Y chart, but with the possibility to show at the X asix a date string (or a timestamp) and on Y a value". X-Y Chart does not allow to use string or timestamp on X ... this is the problem. This is what I get Graphically it is OK, the problem is that X are "days" theoretically, but to get this "effect" I had to use a pure number, 1 to n (on picture X labels are hidden). But a number is not easy to unterstand as a date (expecially with hover values) I tried so the Label Chart (with marker chart type) that is very flexible, but I get this ... because for each record it creates a new "label" so it "shift each new label right" original valus are something like DAY Y-VALUE STATUS X_VALUE_USED_FOR_XYCHART 01-09 0 Off 1 01-09 1 &nbs
Hi , I am trying to read data from CSV using ReadCSVFile from CSV Parser Extension snippets. I am getting below error while am trying to read data. Error executing service importUserNames. Message :: Unable To Open [TestName.csv] in [SystemRepository] : Index: 2, Size: 2 car- See Script Error Log for more details. Can someone help me in resolving this issues. Here is service code and attaching sample CSV am trying to upload. var params = {path: fileName /* STRING */,columnMappings: 'Name;FullName;Password' /* STRING */,hasHeader: true /* BOOLEAN */,fileRepository: "SystemRepository" /* THINGNAME */,fieldDelimiter: "," /* STRING */,dataShape: "ImportUsers" /* DATASHAPENAME */}; // result: INFOTABLEvar result = Resources["CSVParserFunctions"].ReadCSVFile(params); for(var i=0;i<result.length;i++){var params = {password: result[i].Password /* STRING */,name: result[i].Name /* STRING */,description: result[i].FullName /* STRING */}; // no returnResources["Entity
How do I purge any and all entries for a given datatable that are within a certain time range? I don't care what values may be contained within the time range - I will want to delete them, regardless. I've tried these two out-of-the-box methods from PTC: Things["MyDataTable"].PurgePropertyHistory({propertyName: undefined,endDate: myEndTimeStamp,immediate: true,startDate: myStartTimeStamp}); ...and...... Things["Ford.PFS.GM.Historian.Repository"].PurgeSelectedPropertyHistory({propertiesToPurge: eventFramesInfoTable /* I passed an empty infotable here that was the same shape as my data table */,endDate:myEndTimeStamp,startDate:myStartTimeStamp});
Hi, Its really confusing, why parseInt('08') is giving NaN? parseInt('010') is 8? parseInt('0101') is 65? Is it working on the basis of Binary? but in JS it is working correctly. Clarify Please, Regards, Janakiraman P
Hi , I thought the session parameter remains until the web page get refreshed. However, I found the values are lost after calling a service which bind to a Collection widget . Is it correct ? Please try the attached Entities.xml to reproduce the problem: 1. run mashup TestSessionParameterContainer 2. press F12 to monitor the Chrome's console log 3. click any of the check box. It will update session parameter and the expression which subscribe the session parameter will call the backend service to renew the list of the Collection. 4. you'll see the log like below: CanUpdateSessionParameter: [true]VM37957:16 Checkbox was clicked, set session parameter from [undefined], to:[{"Station_169.32965781565557":1,"UpdatedStation":"Station_169.32965781565557"}]VM37958:3 call RefreshCheckBoxList. Session parameter now is: [{"Station_169.32965781565557":1,"Update
Hi I have installed Postgresql in my local pc and i am getting the following error in ThingworxPostgresqlDBsetup.bat file and thingworxPostgresSchemaSetup.bat file Can anyone guide me to rectify this error
Hi , Is it possible to raise message from Expression or Validation ? do we have certain TW.runtime function support this ? Regards, Sean
Who’s ready for exciting new functionality like smoother integration with Azure, rapid deployment capabilities, flexible KPIs and so much more? Good news! Yesterday, we released ThingWorx 8.5—equipped with features like a new Azure connector for ThingWorx Flow, new software content management (SCM) capabilities with the Azure IoT Hub Connector, streamlined deployments with Solution Central, flexible KPI calculations with our PTC manufacturing and service apps—just to name a few. Check out the 8.5 release notes to discover all the highlights and goodness of our latest release and hear our CTO of IoT, Joe Biron (who you may recognize from previous Ask Kaya posts) and one of our product experience specialists, Sebastian Bergner, highlight new functionality and share demos in this exciting webcast (please note that we've had a little snafu with the link and the recording should be available later this week). Play around with our new features by downloading
Hi I am trying to Install Thingworx 8.3 in my Local PC without using Virtual machine But i am Getting Certain Errors Then I installed the Apache Tomcat, ThingworxStorage and ThingworxBackupStorage are not created in Local disk C While Opening PostgreSQL PgAdmin 3 It displays the Error that the Connecting to database failed Can anyone guide me to installing Thingworx on my local PC?
ThingWorx Foundation Flow Enable customers using Azure to take advantage of Azure services Access hundreds of Azure system connectors by invoking Azure Logic Apps from within ThingWorx Flow Execute Azure functions to leverage Azure dynamic, serverless scaling and pay just for processing power needed Access Azure Cognitive AI services for image recognition, text to voice/voice to text, OCR and more Easily integrate with homegrown and commercial solutions based on SQL databases where explicit APIs or REST services are not exposed Automatically trigger business process flows by subscribing to Windchill object class and instance events Provide visibility to mature PLM content (such as when a part is released) to downstream manufacturing and supply chain roles and systems Easily add new actions by extending functionality from existing connectors to create new actions to facilitate common tasks Inherit or copy functionality from existing actions and change only what is necessary to s
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.