Explorar el Código

bluke调整关高压参数

cxs hace 1 mes
padre
commit
8ef65b6a7e
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      OTSCPP/OTSControl/Bruker/OTSSEMBruker.cpp

+ 1 - 1
OTSCPP/OTSControl/Bruker/OTSSEMBruker.cpp

@@ -399,7 +399,7 @@ namespace OTSController {
 		// turn HT off if a_bHTValue is FALSE
 		if (!a_bHTValue)
 		{
-			if (!m_pBrukerImplPtr->SwitchSEMOff(TRUE, FALSE, FALSE))
+			if (!m_pBrukerImplPtr->SwitchSEMOff(a_bHTValue, FALSE, FALSE))
 			{
 				// failed to call SwitchSEMOff method
 				LogErrorTrace(__FILE__, __LINE__, _T("COTSSEMBruker::SetHTOnOff : failed to call SwitchSEMOff method."));