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

Community Tip - If community subscription notifications are filling up your inbox you can set up a daily digest and get all your notifications in a single email. X

OEE Month to Date Calculation

SaranKarthick
16-Pearl

OEE Month to Date Calculation

Hi Developers,

 

I'm currently working on a use case where the OEE has to be displayed as shown below.

OEE Month to Date.png

By default in Production Advisor app OEE and its related kpi's can be viewed over a week.

 

Is there any quick way to extrapolate the same feature to months? Also please suggest an high level design for this use case.

I've planned to use DataTable to store kpi's against dates and project it in the chart.

 

Thanks and Regards,

Saran

1 ACCEPTED SOLUTION

Accepted Solutions
SebB
12-Amethyst
(To:SaranKarthick)

Hey @SaranKarthick 

 

the MFG apps are storing data just for 7 days by default, to make sure the database is not over flowing.

Here in the customization guide on page 69 you find instruction how to change to time data will be kept.

https://www.ptc.com/support/-/media/B4ECC4B78EBB4DAEAEF1C4D0308587BA.pdf?sc_lang=en

 

To extrapolate or interpolate the data you have to write your own service in Composer. Under the InfoTableFunctions you will find some services that supports this.

 

Seb

Seb
Principal Solution Experience Architect
PTC

View solution in original post

1 REPLY 1
SebB
12-Amethyst
(To:SaranKarthick)

Hey @SaranKarthick 

 

the MFG apps are storing data just for 7 days by default, to make sure the database is not over flowing.

Here in the customization guide on page 69 you find instruction how to change to time data will be kept.

https://www.ptc.com/support/-/media/B4ECC4B78EBB4DAEAEF1C4D0308587BA.pdf?sc_lang=en

 

To extrapolate or interpolate the data you have to write your own service in Composer. Under the InfoTableFunctions you will find some services that supports this.

 

Seb

Seb
Principal Solution Experience Architect
PTC
Top Tags