|
@@ -16,8 +16,8 @@ namespace HOZProject
|
|
|
{
|
|
|
#region 全局变量定义
|
|
|
//全局只有一个fatorySEM
|
|
|
- //static FactoryHardware factorySEM = FactoryHardware.Instance;
|
|
|
- ISEMControl iSEM = null;//factorySEM.ISEM;
|
|
|
+ static FactoryHardware factorySEM = FactoryHardware.Instance;
|
|
|
+ ISEMControl iSEM = factorySEM.ISEM;
|
|
|
//电镜连接状态变量
|
|
|
bool m_SEMConnectState = false;
|
|
|
//自动状态变量
|