v2.0.2
This commit is contained in:
@ -507,7 +507,7 @@ void SensorIS11::TakeOneJob1(bool dingbing)
|
||||
|
||||
index++;
|
||||
work_progress = 100 ;
|
||||
IS11_datastruct_fanshelv.NCa == 0;
|
||||
IS11_datastruct_fanshelv.NCa = 0;
|
||||
write_log(log_path,"take one job end.",20);
|
||||
}
|
||||
|
||||
@ -684,7 +684,7 @@ void SensorIS11::TakeOneJob()
|
||||
|
||||
|
||||
work_progress = 100;
|
||||
IS11_datastruct_fanshelv.NCa == 0;
|
||||
IS11_datastruct_fanshelv.NCa = 0;
|
||||
write_log(log_path,"take one job end.",10);
|
||||
}
|
||||
|
||||
@ -879,7 +879,7 @@ void SensorIS11::get_fanshelv()
|
||||
IS11_datastruct_fanshelv.NCa = IS11_datastruct_up.NCa;
|
||||
IS11_datastruct_fanshelv.NCb = IS11_datastruct_up.NCb;
|
||||
IS11_datastruct_fanshelv.NCc = IS11_datastruct_up.NCc;
|
||||
IS11_datastruct_fanshelv.NCc = 0;
|
||||
// IS11_datastruct_fanshelv.NCc = 0;
|
||||
IS11_datastruct_fanshelv.shutter_time = IS11_datastruct_up.shutter_time;
|
||||
IS11_datastruct_fanshelv.index = IS11_datastruct_up.index;
|
||||
for(int i = 0; i < 8;i++)
|
||||
@ -1186,7 +1186,7 @@ void SensorIS11::advanced_mode(u_int32_t direction,u_int32_t shutter_time,u_int3
|
||||
}
|
||||
SetShutter(1);
|
||||
servo_off();
|
||||
IS11_datastruct_fanshelv.NCa == 0;
|
||||
IS11_datastruct_fanshelv.NCa = 0;
|
||||
work_progress = 100;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user