cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - Your Friends List is a way to easily have access to the community members that you interact with the most! X

How can I use statistical transforms for my property values in ThingWorx?

No ratings

image

 

There are times when the raw sensor readings are not directly useful for monitoring conditions on a machine. The raw data may need to be transformed before it can provide value within your monitoring applications. For example, instead of monitoring individual pressure readings reported each second, you may only be concerned with the maximum pressure reading each minute. Or, maybe you want to monitor the median value of the electrical current pulled by a machine every five seconds to smooth out the noise of raw sub-second sensor readings. Or, maybe you want to monitor if the average hourly temperature of a machine exceeds a control limit in 2 of the past 3 hours.

 

Let’s take the example of monitoring the max pressure of a valve reading over the past 45 seconds for your performance dashboard. How do you do it? Today, you might add a new property (e.g. “MaxPressure”) to your valve Thing. Then, you might add a subscription that triggers when the Pressure property value changes, and then call a service FindMax() to return the maximum pressure for that time interval. Lastly, you might write that maximum result value to the new property MaxPressure to store it and visualize it in the dashboard. Admittedly, not the worst process, but also not the most efficient.

 

Coming in 8.4, we will now offer Property Transforms, which enable you to automatically execute common statistical calculations—like min, max, average, median, mode and standard deviation, as well as SPC calculations—directly within a property itself. These transforms are configurable to run at certain intervals of time or points collected and can also be used with our alerting subsystem to drive behavior and user action where necessary. There is no longer a need to create an elaborate subscription-based logic flow just to do simple calculations!  This is just another way that ThingWorx 8.4 offers a more productive environment for IoT developers than ever before.

 

Ready to see it in action? Check out this video below by our product manager Mark!

 

 

Comment your thoughts below!

 

Stay connected,

Kaya

Comments

I've upgraded to 8.4 and I am excited to start using the new Transformed Property feature, but I can't seem to find it. When I click "+Add" property, I don't get the "Transformed Property" option as shown in the video. Am I missing something? 

Property Transforms are a separate installation aside from Thingworx Platform.

There is a Platform Analytics installation that needs to be performed. This will add the transformed property button. This installation is bundled inside the Thingworx Analytics software downloads section.

Is this feature included on TWX Foundation or we need to buy Analytics portion as well to use it?

Hi @vieirac1,

 

To take advantage of the statistical transform feature, you'll need to purchase ThingWorx Analytics separately. If it helps, I've included the link to the PTC Software Download page here.

 

Let me know if there's anything else you need.

 

-Kaya

@vieirac1 - Except for the Starter platform edition, all of the other ThingWorx Platform editions (Premium and Enterprise) include 8 or 16 cores of analytics licenses - which covers using these services.  This is actually a big reason to choose Premium over Starter.

Version history
Last update:
‎Dec 20, 2018 03:33 PM
Updated by:
Labels (1)