Data Access OEE Events and Quantities MES (Deprecated)
Endpoints
Get oee events and quantities list (Deprecated)
/companies/{companycode}/establishments/{establishmentcode}/data-access/oee-events-and-quantities-mes |
operation.deprecated |
Parameters
Type | Name | Description | Schema |
---|---|---|---|
Path |
companyCode |
Company code |
string |
Path |
establishmentCode |
Establishment code |
string |
Query |
from |
Begin date |
string |
Query |
to |
End date |
string |
Query |
mode |
Mode export data |
IN(INITIALISATION=from and to parameters compared to production day, INCREMENTAL=from and to parameters compared to updated date) |
Query |
lineCode |
Line code |
string |
Query |
scrollIdEvents |
Scroll ID events of first response |
string |
Query |
scrollIdQuantities |
Scroll ID quantities of first response |
string |
Data structure
OeeEventsAndQuantities (Deprecated)
Description of OEE events and quantities.
Name | Description | Value |
---|---|---|
events |
OEE events |
OeeEvent list |
quantities |
OEE quantities |
OeeQuantity list |
scrollIdEvents |
Scroll ID events |
string |
scrollIdQuantities |
Scroll ID quantities |
string |
OeeEvent
Name | Description | Value |
---|---|---|
action |
Action |
|
area |
Area |
|
cadenceLostDuration |
Cadence lost duration |
long |
cancelled |
Cancelled |
boolean |
company |
Company |
|
doneProductionDuration |
Done production duration |
long |
enteredPlannedQuantityUnitCode |
Entered planned quantity unit code |
string |
enteredPlannedQuantityValue |
Entered planned quantity value |
double |
equipment |
Equipment |
|
establishment |
Establishment |
|
externalEquipment |
External equipment |
|
goodProductionDuration |
Good production duration |
long |
goodProductionFinalDuration |
good production final duration |
long |
item |
Item |
|
line |
Line |
|
lineConfiguration |
Line configuration |
|
microStop |
Micro stop |
boolean |
moNb |
MO number |
string |
noneQualityDuration |
None quality duration |
long |
openDuration |
Open duration |
long |
periodBegin |
Period begin |
datetime (YYYY-MM-DDTHH:MM:SSZ) |
periodDuration |
Period duration |
long |
periodEnd |
Period end |
datetime (YYYY-MM-DDTHH:MM:SSZ) |
plannedBeginDate |
MO planned begin date |
datetime (YYYY-MM-DDTHH:MM:SSZ) |
plannedEndDate |
MO planned end date |
datetime (YYYY-MM-DDTHH:MM:SSZ) |
prodDay |
Production day |
date (YYYY-MM-DD) |
runningTimeDuration |
Running time duration |
long |
state |
State |
string |
stop |
Stop |
|
team |
Team |
|
workingDuration |
Working duration |
long |
Stop
Name | Description | Value |
---|---|---|
comment |
Stop comment |
string |
duration |
Stop duration |
long |
id |
Stop id |
long |
reason |
Stop reason |
StopReason
Name | Description | Value |
---|---|---|
cause |
Cause |
string |
code |
Code |
string |
includedInOee |
Included in OEE |
boolean |
label |
Label |
string |
family |
Stop reason family |
|
type |
Stop reason type |
string |
typeVIF |
Type VIF |
string |
Equipment
Name | Description | Value |
---|---|---|
code |
Code |
string |
label |
Label |
string |
oeeReference |
OEE reference |
boolean |
OeeQuantity
Name | Description | Value |
---|---|---|
area |
Area |
|
cadenceHour |
Cadence hour |
double |
company |
Company |
|
creationDate |
Creation date |
datetime (YYYY-MM-DDTHH:MM:SSZ) |
deductedFromDone |
Deducted from done |
boolean |
establishment |
Establishment |
|
item |
Item |
|
line |
Line |
|
moDetail |
MO detail |
|
operatorCode |
Operator code |
string |
operatorFirstName |
Operator firstname |
string |
operatorLastName |
Operator lastname |
string |
prodDay |
Production day |
date (YYYY-MM-DD) |
quantity |
Quantity |
double |
quantityId |
Quantity id |
string |
quantityType |
Quantity type |
string |
quantityUnit |
Quantity unit |
string |
referenceItem |
Reference item |
|
scrapReason |
Scrap reason |
|
userFirstName |
User firstname |
string |
userLastName |
User lastname |
string |
workstation |
Workstation |
Mo
Name | Description | Value |
---|---|---|
moNb |
MO number |
string |
plannedBeginDate |
Planned begin date |
datetime (YYYY-MM-DDTHH:MM:SSZ) |
plannedEndDate |
Planned end date |
datetime (YYYY-MM-DDTHH:MM:SSZ) |
realBeginDate |
Real begin date |
datetime (YYYY-MM-DDTHH:MM:SSZ) |
realEndDate |
Real end date |
datetime (YYYY-MM-DDTHH:MM:SSZ) |