ordered asm and asm+ reactors
This commit is contained in:
parent
f41a7500ba
commit
7c8238eaf3
@ -1,9 +1,11 @@
|
||||
Compile function NDW_WAFER_COUNTS_EVENTS(CtrlEntId, Event, @PARAMS)
|
||||
#pragma precomp SRP_PreCompiler
|
||||
#window NDW_WAFER_COUNTS
|
||||
Declare function Reactor_Services, Database_Services, Get_Property, Error_Services, Environment_Services, Logging_Services
|
||||
Declare function Reactor_Services, Database_Services, Get_Property, Error_Services, Environment_Services
|
||||
Declare function SRP_Array, Logging_Services
|
||||
Declare subroutine Set_Property, Logging_Services
|
||||
|
||||
$Insert EVENT_SETUP
|
||||
$Insert APP_INSERTS
|
||||
$Insert REACTOR_EQUATES
|
||||
|
||||
@ -91,6 +93,7 @@ GetReactorMetrics:
|
||||
//Get ASM Reactors
|
||||
ASMList = Reactor_Services('GetReactorNumbers', 'ASM')
|
||||
ASMList := @FM : Reactor_Services('GetReactorNumbers', 'ASM+')
|
||||
ASMList = SRP_Array('SortSimpleList', ASMList, 'AscendingNumbers', @FM)
|
||||
|
||||
//Get HTR Reactors
|
||||
HTRList = Reactor_Services('GetReactorNumbers', 'HTR')
|
||||
|
@ -95,9 +95,14 @@ $Insert PS_EQUATES
|
||||
Main:
|
||||
* Messaging_Services('SendMessage', 'RunProcedure', 'Request', '', 'All', 'RTP27,REACTOR_SERVICES', '', '', '')
|
||||
debug
|
||||
ASMList = Reactor_Services('GetReactorNumbers', 'ASM')
|
||||
ASMList := @FM : Reactor_Services('GetReactorNumbers', 'ASM+')
|
||||
|
||||
ASMList = SRP_Array('SortSimpleList', ASMList, 'AscendingNumbers', @FM)
|
||||
|
||||
* LoadInstAckReq = Xlate('RDS', 646209, 'LOAD_INST_ACK_REQ', 'X')
|
||||
DefPrinter = Get_Printer( "CURRENTDEVICE")
|
||||
Printers = Get_Printer( "DEVICES" )
|
||||
* DefPrinter = Get_Printer( "CURRENTDEVICE")
|
||||
* Printers = Get_Printer( "DEVICES" )
|
||||
* SelPrinter = Printer_Select()
|
||||
|
||||
* Stage = Rds_Services('GetCurrentStage', 646209)
|
||||
@ -4300,3 +4305,4 @@ return
|
||||
* return
|
||||
*
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user