Recently active
How to Display Data in Charts Guide Part 2Step 4: Create ThingStep 5: Create Mashup How to Display Data in Charts Guide Part 2 Step 4: Create Thing In order for the Mashup to pull data into the display, you first need to create an Entity. In this example, we utilize a Thing with an Info Table Property, as well as a Time Series Property. We’ll use the DataShape we created in the last step to format the Info Table Property. Then, we'll assign the Info Table Property some default values to display in our non-time-series charts.We will change the values of the Time Series Property (which will record them to the Value Stream) for display in our time-series charts. Info Table Property From the Browse tab of ThingWorx Composer, click Modeling > Things, + New. In the Name field, enter DDCThing.If Project is not set, search for and select PTCDefaultProject.In the Base Thing Template
How to Display Data in Charts Guide Part 1OverviewStep 1: IntroductionStep 2: Create Data ShapeStep 3: Create Value StreamHow to Display Data in Charts Guide Part 1 Overview This project will introduce various Chart Widgets. Following the steps in this guide, you will learn how to graphically represent multiple data points simultaneously. We will teach you how to utilize the Pie, Label, Proportional, Bubble, Time Series, and Event Charts. NOTE: This guide's content aligns with ThingWorx 9.3. The estimated time to complete ALL 3 parts of this guide is 60 minutes. Step 1: Introduction As an IoT application developer, there are times when you want to display multiple data points simultaneously. In this situation, it is often helpful to make use of one of the various Chart Widgets.This guide will discuss the following Chart Widget options:*Old widget = no web component replacementPie – old widgetLabel (Legacy)Proportional – old widgetBubble – old wi
OverviewStep 1: Learning Path OverviewStep 2: Create GatewayStep 3: Connect to FoundationStep 4: Bind Industrial TagOverview This guide has step-by-step instructions for connecting ThingWorx Kepware Server to ThingWorx Foundation. This guide will demonstrate how easily industrial equipment can be connected to ThingWorx Foundation without installing any software on production equipment. NOTE: This guide's content aligns with ThingWorx 9.3. The estimated time to complete ALL 2 parts of this guide is 30 minutes. Step 1: Learning Path Overview This guide explains the steps to connect ThingWorx Kepware Server with ThingWorx Foundation and is part of the Connect and Monitor Industrial Plant Equipment Learning Path.You can use this guide independently from the full Learning Path. If you want to learn to connect ThingWorx Kepware Server to ThingWorx Foundation, this guide will be useful to you.When used as part of the Industria
Hi, We are storing info table data in datatable. Is there any way to add indexing in info table columns storing in Datatable? Referring to below article:https://support.ptc.com/help/thingworx/platform/r9/en/index.html#page/ThingWorx/Help/Composer/Things/ThingProperties/indexed_properties.html#wwID0ER5EV Thanks,Meghna
Basic Mashup Widgets Guide Part 3Step 5: GaugeStep 6: Grid AdvancedStep 7: Next Steps Basic Mashup Widgets Guide Part 3 Step 5: Gauge A Gauge is best for displaying a quickly readable approximate value.Select the Widgets tab in the uppper panel of the left dock, then enter gauge inside the Filter field in the top left.Drag-and-drop the Gauge widget onto the bottom-center container.We will now bind the Slider to the Gauge. Click the Slider Widget in the top-right Container.Click the drop-down arrow on the left side of the Slider widget.Click and drag the Value property listed in the Slider drop-down onto the Gauge widget. Click the # Data property that is available from the Select Binding Target pop-up. Click Save to save your Mashup.Click View Mashup then adjust the slider to the left to see the changing value shown on the widget.Many properties are available that give co
Basic Mashup Widgets Guide Part 2Step 3: SliderStep 4: Toggle Button Basic Mashup Widgets Guide Part 2 Step 3: Slider A Slider allows your application users to interactively select a numeric value. When the user changes the position of the slider bar, an event is fired and the value property is changed.On the New Mashup tab, enter slider inside the Filter field in the top left.Drag-and-drop the Slider widget onto the top-right Container of your Mashup.3. In the lower panel of the left dock, scroll to the Maximum property and change the value to 1000.4. Change the Value property to 500 set the default position of the slider. Add Value DisplayTo demonstrate the Slider functionality we will add a Value Display Widget within the same Container of your Mashup as the Slider and bind the slider widget output to the input of the Value Display. 1. In the Filter&nb
Basic Mashup Widgets Guide Part 1OverviewStep 1: Create MashupStep 2: ButtonBasic Mashup Widgets Guide Part 1 Overview This project will introduce how to use some basic Widgets in a Mashup. Following the steps in this guide, you will create a Mashup that reacts to user input using a Button, Toggle Button, and Slider Widget. We will also teach you how to display data to users with the Grid Advanced, Gauge, and Property Display widgets. NOTE: This guide's content aligns with ThingWorx 9.3. The estimated time to complete ALL 3 parts of this guide is 60 minutes. Step 1: Create Mashup Build MashupClick the Browse folder icon on the top left of ThingWorx Composer.Select Mashups in the left-hand navigation, then click + New to create a new Mashup. 3. For Mashup Type select Responsive.NOTE: A Responsive Mashup scales with a browser’s screen size. In the steps below we will create 5 containers, one
Where can I find the platform folder?
Hello,Reason configuration of Thingworx RTPPM is not happening through stored procedure in SSMS. It is returning a warning "Insert ReasonHierarchies at level 2 Reason Hierarchy Parent could not be found - no ReasonHierarchy records were inserted at this level". Anyone please let me know what could be the reason behind and how to fix this. Thanks in Advance,Regards,Bhavya
Hello community 🙂 I am trying to get the output from my service to appear on my list widget. I've pulled my service and "All Data" onto my mashup. However the widget gives me the error in the attachment below. How do I go about fixing this ? Your suggestions will be much appreciated thanks. Jay_Nisa.
We are obliged to use naming conventions, based on PTC proposals, so every mashup has to have name like [organisation].[projectname].[mashupname]_DS.On the other hand, when I view final mashup as end-user, I see this name in browser as tabname. How can I declare tabname in browser different than mashup name, something more functional and less scaring for final user, like Efficiency reports?To clarify, here is printscreen, with red what's standard for thingworx, and blue - for what I want to achieve.
Hello everyone, we want to send images saved in a ThingWorx Repository to a SharePoint list. The service in itself works, however we have only achieved to send download links of the images (by using the service GetFileListingsWithLinks, column downloadLink), but not the image itself. We were wondering if it is possible to generate a link that doesn't automatically download the image, when the link is pasted in the browser? Has anyone ever achieved this? Is this technically even possible? Thank you so much!
i installed thingworx foundation installer for postgresql. The url localhost:8080 is not showing that tomcat is running but thee url localhost:8080/Thingworx is connecting to thingworx composer. What is the reason for this? Then how to check tomcat is running or not in browser.
So I got all the enabled schedulers in an infotable and want to disable them so I wrote this code that sends them to a property and then disables them: for(i=0; i<=t.rows.length; i++){me.Schedulers = result;Things[t[i].name].EnableThing();}and I get this error: Error executing service testSchedulers. Message :: Index 9 out of bounds for length 9 - See Script Error Log for more details. It all seems to work well until I try to disable them. Any idea how I can fix this?
we upgraded windchill server, we using thingworx mashups for windchill UI. Now these pages are not displaying after upgradation. What might be the reason ?
How to edit user logo dynamically? can anyone provide step by step processes
While installing thingworx. Tomcat is not running and successful_license_capability_response.bin is not created in the ThingworxPlatform folder. the following errors where noticed in application log: 1. Acquisition Attempt Failed!!! Clearing pending acquires. While trying to acquire a needed new resource, we failed to succeed more than the maximum number of allowed acquisition attempts (3). Last acquisition attempt exception: 2. Having failed to acquire a resource, com.mchange.v2.resourcepool.BasicResourcePool@71f704f6 is interrupting all Threads waiting on a resource to check out. Will try again in response to new client requests.3. *** CRITICAL ERROR ON STARTUP: Connections could not be acquired from the underlying database!4. *** Web Application STATE is being set to ERROR! ***5. >>>>>>> PLATFORM SHUTDOWN START <<<<<<<<< In tomcat logs: 1. Apache Commons Daemon procrun stdout initialized. &n
Hello everyone,I have a service that returns an infotable with a column that contains multiple rows with infotables. I want to use a collection widget to display the nested infotables dynamically (depending on how many rows there are). The user is supposed to select something in one of the infotables. This selection, I want to use! This were the bindings I created. But in the label which should display the selection data, nothing is displayed. Is this a bug or am I doing something wrong? Note: please disregard [object object], I have set DisplayField, StateField, ValueField but for privacy reasons I took the screenshot before I set it. I would appreciate any help! Thank you!
Hello all, There is a hidden Linux file /dev/shm/.tomcat.ptc_p after running Thingworx. The file's attribute is question mark "?". This file is still there even if Tomcat shutdown. And also cannot delete it by root user. It caused backup software failed. jsvc service running mode, tomcat:tomcat user&group created and tomcat user is with nologin. Any method to avoid creating, delete this hidden file, or change file attribute to normal? Thanks.
Is there a way I can get a infotable of the enabled schedulers using GetEntities? What filters do I have to apply for that?
In ptc products, I am able to see Thingworx Industrial IOT solutions platform and Thingworx as two different products. What is the difference between these two or both are same ?
Hi all, Grid Advanced Edited Table does not hold all the columns when passed to a service.TWX 9.2 Thanks in advance,Sujith
Hi, I have an API to search cad document objects. As there are multiple profiles present on the windchill server. For a user, what will be the basic profile required so that the user can able to search cad objects?
There is no autoselect first row property in treegrid widget. How to enable this functionality.?
Hi, It's happening to me the same. there is an AWS API that is expecting a value type "integer" but it seems it is getting a value type "number" so the validations are failing. I tried to use parseInt(13) but it is still failing. It seems Thingworx is sending this vaule as number instead of integer... var body= { "productionCenterID": parseInt(0),"labelSize": parseInt(8), } and this body is used in Resources["ContentLoaderFunctions"].PostJSON Any idea?
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.