Recently active
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
This video shows the steps to install ThingWorx Analytics Server 8.5.1 as well as the ThingWorx Analytics Extension.
On running thingworxPostgresDBSetup i am getting following error. psql:./thingworx-database-setup.sql:1: ERROR: role "twadmin" does not existpsql:./thingworx-database-setup.sql:3: ERROR: tablespace "thingworx" does not existpsql:./thingworx-database-setup.sql:5: ERROR: tablespace "thingworx" does not existpsql:./thingworx-database-setup.sql:14: ERROR: role "twadmin" does not existpsql:./thingworx-database-setup.sql:16: ERROR: database "thingworx" does not existPress any key to continue . . .End Execution.
Hi , ---Nested InfoTable I need to display multiple tables in the mashup with ONE server call . So I created a data shape and add the fields with data type "InfoTable". In the mashup , I bind the field to advanced grid instead of "all data", so I call it nested InfoTable. ---Dynamic columns I also need the columns of the advanced grid to be dynamic , so I don't set data shape for the InfoTable fields . Only advanced grid supports dynamic columns , grid doesn't support it. But advanced grid does NOT work in the combination of Nested InfoTable + Dynamic columns. It just display the data as Empty lines. See the summary table and attached image below: Is it a known issue ? Dynamic Column Nest Table Yes No Yes No Dynamic Column Yes / / Doesn't Work Works Well No / / Works Well Works Well Nest Table Yes Doesn't Work Works Well / / &nbs
Hello all, I have installed Thingworx Eclipse plugin and Buildship Gradle Integration in my eclipse. I'm not able to find a way to build Thingworx Extension using Buildship. Could any one help me to fix this one ? Thanks in advance, VR
Hi Guys, I have created a datashape and datatable and also a mashup with file upload widget. I want my CSV data to be imported in DataTable of thingworx. If anybody knows means let me know.
Hello, We are able to create communication with mobile devices & Thingworx with the help of thingworx web API. 1) I am willing to keep apk file on SystemRepository/FileRepoistory folder of thingworx server. 2) As a user, I can able to download apk on the mobile device once I clicked on any link/web API. Is it possible to achieve this scenario? Kindly share your inputs on the same. Thanks in advance,
Challenge:&nbsp;Complex Deployments-Today deployment of twx apps is challenging due to manual dependency management; little visibility into apps and environments; complexity and slow speed of deploymentFeature Solution Central:-Automated dependency management-Centralized app management portalValue: Rapid scalable deployments-Accelerate application deployment-Simple UI-based environment and solution management-Site-wide visibility of apps and environmentsSteps involved:-Develop projects locally-Package artifacts and dependencies-Publish App to Cloud-Deliver to your ThingWorx environments-&gt;-Update to latest ThingWorx-Connect to Solution Central-Begin Publishing-No additional licensing&nbsp;Q: Does it also package up prerequisite extensions?A: It doesn’t package or build them, but they are identified as dependencies before publish/deployment. Multiple solutions building modular structure through dependenciesQ: Each published project is packaged as an extension?A: That is co
Composer Enhancement: -Improved workflow supportNG Composer challenging to navigate -> Usability challenges with editing and viewing data Feature:-Tab style editing support-Horizontal tabs-New Grids with Resizing-Resizing in Entity Grids-Schedule Editor Problem: Need modernization of platform visualization toolset -> -New Webcomponent widgets-Responsive layout now GA-Theming now GA-Key messaging-New ability to build responsive modern web applications Theming and Theme editor -Centralized style management-Easily apply to all Mashups of an applications-Bindable, can be changed dynamically-Set Colors Typography, Lines, Borders, States -Set globally or by group of elements (buttons, grids, inputs)-Mashup Preview can be set New Widgets in 8.5 -Breadcrumb-Dynamic panel-Icon-Image-List Shuttle-Property Display-Slider-Value Display-Advanced Grid now part of platform Functions:-Confirmation-Event Router-Logout -Navigation-Status Message Responsive Layout-New
Hello! I'd like to know if it is possible to run a ThingsWorx service through an external application (like Unity). Ideally I'd want to keep the scripting of the service on ThingsWorx for various reasons, so it would really just be to do something like "MyThing.GetService("MyServiceName").Run();" (with the data returned by the service being re-routed to the external app obviously) or something along those lines. Thanks!
Hi, I want to sort the columns in the grid(using Advanced grid). How can i achieve it? Please provide me the steps to do it. Thanks, Sheetal
Hi Guys, I have imported the Git Backup extension 2.0.2 into the ThingWorx composer. And created the Git Backup thing made necessary git configurations in the configuration tab. Accessed the GitBackupMainMashup and performed the push operation, i can see that files has been added in the mashup. But when viewing the git repo, i cannot see any newly pushed files in that git repository. In the application logs, i got this error org.eclipse.jgit.api.errors.TransportException: https://gitlab: not authorized__ at org.eclipse.jgit.api.PushCommand.call(PushCommand.java:180)__ at gb.GitBackupTemplate.Push(GitBackupTemplate.java:156) I'm not sure whether it's the issue with GitBackupTemplate or am i missing any of the steps. Can someone please help me on this. Thanks in advance.
I have an infotable with nearly 1000 entries and the column headers are named as Timestamp, Field1, Field2, Field3, Field4, Field5, Field6, Field7, Field8, Field9, Field10. My requirement is that: If Field2, Field4 and Field6 are having the same value (say 0), it should fetch the time when all the 3 fields turned 0. Also, it should calculate the duration of how long all the 3 fields were in same value state. I will attach a screenshot showing the sample infotable with values. Please provide a solution for this usecase. Thanks in advance. Starttime Timestamp Field1 Field2
I want to list the models ,signal and profile in analytic server Please let me know is there any way using which we get information about three thing mentioned above.
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.