// Base Configuration File that determines // Which base modules to load such as Monitor. [GLOBAL] { sLapxmVersion = "2.6.0.0"; } // Do not Modify this section [DWELLMODES]{MODENAME=WA{}} [DWELLLIST]{D={'WA/0'};} [DWELLSEQUENCE]{REPEAT{Acquire(DL0);}FOREVER;} // End do not modify // Place Base Module descriptions to be loaded when // the Lapxm Service is started [PROCESSES] { DwellControl_Calibration(NULL) { iDisplayCalSettingInfo = 1; iResponceTimeOutInMinutes = 2; sCalTablePath = "C:\Program files\Crada\Lapxm\Mmcr_Control\"; sLabViewControlFile = "C:\Program files\Crada\Lapxm\Mmcr_Control\Lapxm_Cal_Control.txt"; sOLEID = 'Lapxm.Control_MMCR_Cal.1'; }; RemoteCommand(NULL) { iEnable = 1; sCommandFileName = "C:\Program Files\Crada\Lapxm\Mmcr_Control\Lapxm_Command.txt"; sOLEID = 'Lapxm.RemoteCommand.1'; }; MessageLogger_Text(NULL) { iEnable = 1; iMessageLevel = 5; sFilePathAndName = "D:\LapxmData\Lapxm_ErrorLog.txt"; sOLEID = 'Lapxm.MessageLogger_Text.1'; }; }