|
|
@ -480,7 +480,6 @@ public class SamplesPreProcessModuleCtrlService implements HardwareCtrlModule { |
|
|
|
public void setAeroslFanPower(Boolean enable) throws Exception { |
|
|
|
if (enable) { |
|
|
|
canBus.fanControlerSetSpeed(MId.WbTubeFanMod, 99); |
|
|
|
throw new Exception("测试先测试打分士大夫手动发"); |
|
|
|
} else { |
|
|
|
canBus.fanControlerSetSpeed(MId.WbTubeFanMod, 0); |
|
|
|
} |
|
|
|