open-insight/LSL2/STPROC/TEST_OEE.txt
Infineon\StieberD 7762b129af pre cutover push
2024-09-04 20:33:41 -07:00

24 lines
369 B
Plaintext

COMPILE ROUTINE TEST_OEE(Dummy)
ROWDEF(CHARSTR)
DECLARE SUBROUTINE obj_Notes, Set_Status, Send_Info, obj_Order
DECLARE FUNCTION Get_Status,obj_OEE
StartDt = '11/1'
EndDt = '11/30'
CustNo = ''
Reactors = '55'
Result = obj_OEE('ReactorDetail',StartDt:@RM:EndDt:@RM:Reactors:@RM:CustNo)
debug
GOTO Bail
* * * * * * *
Bail:
* * * * * * *
END