<< Click to Display Table of Contents >> Navigation: »No topics above this level« MpOeeUIListOutputType |
mapp Services V5.16
List with data and associated navigation.
Data type |
Description |
|
StartTime |
Array[0..19] of TIME_OF_DAY |
List of IDs for all starting times VC4 connection: BitmapIndexDatapoint from Button (bitmap group for various events icons), see information |
EndTime |
Array[0..19] of TIME_OF_DAY |
List of all ending times VC4 connection: TextIndexOffset from Button (text group for events), see information |
ShiftName |
Array[0..19] of STRING[20] |
Name of the shift |
Availability |
Array[0..19] of REAL |
Availability |
Performance |
Array[0..19] of REAL |
Performance |
Quality |
Array[0..19] of REAL |
Quality |
OEE |
Array[0..19] of REAL |
Overall equipment effectiveness (OEE) |
TargetPieces |
Array[0..19] of UDINT |
Target quantity of manufactured products since the start of the shift |
TotalPieces |
Array[0..19] of UDINT |
Number of manufactured products since the start of the shift |
GoodPieces |
Array[0..19] of UDINT |
Number of good products since the start of the shift |
RejectPieces |
Array[0..19] of UDINT |
Number of rejected products since the start of the shift |
AverageCycleTime |
Array[0..19] of TIME |
Average cycle time for manufacturing a product since the start of the shift |
IdleCycleTime |
Array[0..19] of TIME |
Average idle time for manufacturing a product since the start of the shift |
TotalTime |
Array[0..19] of MpOeeUITimeType |
Total time since the start of the shift |
SchedDowntime |
Array[0..19] of MpOeeUITimeType |
Scheduled downtime since the start of the shift |
UnschedDowntime |
Array[0..19] of MpOeeUITimeType |
Unscheduled downtime since the start of the shift |
Uptime |
Array[0..19] of MpOeeUITimeType |
Uptime since the start of the shift |
PageUp |
BOOL |
Jumps to the start of the current page and then scrolls up one page at a time The size of the page is defined using parameter "OutputListSize" in structure MpOeeListUISetupType. VC4 connection: Datapoint from Button / Type: SetDatapoint / SetValue: 1 / ResetValue: 0 |
PageDown |
BOOL |
Jumps to the end of the current page and then scrolls down one page at a time The size of the page is defined using parameter "OutputListSize" in structure MpOeeListUISetupType. VC4 connection: Datapoint from Button / Type: SetDatapoint / SetValue: 1 / ResetValue: 0 |
StepUp |
BOOL |
Selects the previous entry in the list VC4 connection: Datapoint from Button / Type: SetDatapoint / SetValue: 1 / ResetValue: 0 |
StepDown |
BOOL |
Selects the next entry in the list VC4 connection: Datapoint from Button / Type: SetDatapoint / SetValue: 1 / ResetValue: 0 |
RangeStart |
REAL |
Shows a bar indicating which part of the list is currently being displayed. Used for the starting value of "Range" for a scaled element in the HMI application. This scaled element should correspond to the (possible) size of the list. "Range" should correspond to the number of entries that are displayed on one page. VC4 connection: StartDatapoint from Scale |
RangeEnd |
REAL |
Shows a bar indicating which part of the list is currently being displayed. Used for the ending value of "Range" for a scaled element in the HMI application. This scaled element should correspond to the (possible) size of the list. "Range" should correspond to the number of entries that are displayed on one page. VC4 connection: EndDatapoint from Scale |