1. Moved the call to add an ARRIVAL event to within the MoveOutLot function. After the move out is performed to allow for arrival at the next operation.
2. Create a IsLastOperation function to determine if the current operation is the last operation of the lot.
3. Added a call to function IsLastOperation from the MoveOutLot function. If IsLastOperation returns true then instead of an ARRIVAL, it creates a CLOSE event to and sets the CLOSE flag by calling CloseLot function.
4. Modified the AutoCloseTestWaferLot routine to be more generic. Renamed to AutoCloseLot routine.
5. Modified two calls in the from the RDS modules to call the AutoCloseLot function rather than use redundant calls to Move In and Move Out repeatedly until the lot reach it's last operation.
Modified RDS_Actions to fix RDSNo being unassigned when calling obj_wo_react -> RemRDS
various bug fixes
Re-initializaing branch
Modified RDS_Actions to fix RDSNo being unassigned when calling obj_wo_react -> RemRDS
Added a check prior to running Load logic to check that a reactor is assigned.
Initial commit.
Create FQASignatureReady service in QA_SERVICES.
Create SignFQA service in SIGNATURE_SERVICES.
Commit remaining portion of project.
Implement changes requested in review meeting.
Fix typo. Add new MU logic to final entry point.
Restrict logic to only apply to 'THICK'
inspections.
Bypass new logic if Biorad 4 and 5 are down.