等待功率计冷却时间单位为S

main
wyj 3 months ago
parent 9eeda9c3e9
commit db37aeff08

@ -1957,7 +1957,7 @@ bool CCommonFlowMgr::LaserPowCheckFlow(bool bWaitcooling, bool bManual)
if(bWaitcooling)
{
int WaitDelay = 1000;//每隔一秒一个cmd
int Times = (gLaserPowDeviceMgr->GetDevCoolingDelay()*60*1000)/WaitDelay;//循环次数
int Times = (gLaserPowDeviceMgr->GetDevCoolingDelay()*1000)/WaitDelay;//循环次数
for(int k=0;k<Times;k++)
{
CWorkCmdExcuteAction *pCmd = new CWorkCmdExcuteAction();

Loading…
Cancel
Save