| | |
| | | void SetSP2P(ISequenceProcessor2Parent* pSP2P); |
| | | void SetLineMachineType(int nLineType, int nMachineType, CString strEqpID); |
| | | void SetDefaultValue(); |
| | | //#3584 210817 LYW CF AOI Review 시뮬레이션 기능 정상화 ADD START |
| | | void SetSimulationMode(BOOL bCheck) { m_bSimulationMode = bCheck; }; |
| | | //#3584 210817 LYW CF AOI Review 시뮬레이션 기능 정상화 ADD END |
| | | |
| | | // getter |
| | | int GetProcessMode() const; |
| | | int GetProcessStatus() const; |
| | | //#3584 210817 LYW CF AOI Review 시뮬레이션 기능 정상화 ADD START |
| | | BOOL GetSimulationMode() { return m_bSimulationMode; }; |
| | | //#3584 210817 LYW CF AOI Review 시뮬레이션 기능 정상화 ADD END |
| | | |
| | | static int GetDirectionX(int nGlassDirection, int nMotorDirection); |
| | | static int GetDirectionY(int nGlassDirection, int nMotorDirection); |
| | |
| | | |
| | | // Review, WSI Stop Siganl |
| | | BOOL SetMotionStop(); |
| | | // Align Camera Control command |
| | | BOOL AlignCamera_CameraControl(int nControlCmd); |
| | | |
| | | protected: |
| | | // common |
| | |
| | | // PCControl Control command |
| | | BOOL Signal_SendSignal(int nSignalIndex); |
| | | BOOL PCControl_ReadTransferData(STransferData* pTransferData); |
| | | |
| | | // Align Camera Control command |
| | | BOOL AlignCamera_CameraControl(int nControlCmd); |
| | | |
| | | // Review Camera Control Command |
| | | void ReviewCamera_CameraControl(int nControlCmd); |
| | |
| | | CTime m_wsiStartTime; |
| | | |
| | | int m_nWsiTotalCount; |
| | | |
| | | //#3584 210817 LYW CF AOI Review 시뮬레이션 기능 정상화 ADD START |
| | | BOOL m_bSimulationMode; |
| | | //#3584 210817 LYW CF AOI Review 시뮬레이션 기능 정상화 ADD END |
| | | }; |