<< Click to Display Table of Contents >> Navigation: »No topics above this level« MpAssetIntJobStatisticsType |
mapp Services V5.16
This data type displays the asset intensity in relation to the job.
For an explanation of the individual parameters and how they are calculated, see section Calculating asset intensity.
Data type |
Description |
|
JobName |
STRING[20] |
Name of the current job. Defined via input parameter "Parameter" on MpAssetIntCore |
CurrentUser |
STRING[50] |
Currently logged-in user. Defined via input parameter "Parameter" on MpAssetIntCore |
AdditionalData |
STRING[255] |
Additional information about the job. Defined via input parameter "Parameter" on MpAssetIntCore |
TotalTime |
Total time since the start of the job |
|
ScheduledDowntime |
Scheduled downtime since the start of the job |
|
UnscheduledDowntime |
Unscheduled downtime since the start of the job |
|
Uptime |
Time during which the machine is active and producing. |
|
NominalProductionTime |
Production time at machine's nominal speed |
|
GoodProductionTime |
Production time during which good products were produced since the start of the job |
|
ScheduledDowntimeRate |
REAL |
Percent of scheduled downtime since the start of the job [%] |
UnscheduledDowntimeRate |
REAL |
Percent of unscheduled downtime since the start of the job [%] |
NominalProductionTimeRate |
REAL |
Percent of production time at nominal speed [%] |
TotalPieces |
UDINT |
Number of manufactured products since the start of the job |
GoodPieces |
UDINT |
Number of good products since the start of the job |
RejectPieces |
UDINT |
Number of rejected products since the start of the job |
BadPieceRate |
REAL |
Percent of bad products since the start of the job [%] |
CurrentProductionRate |
REAL |
Production rate since the start of the job [Products/h] |