|
@ -71,14 +71,12 @@ public class A8kModParamInitializer implements AppEventListener { |
|
|
// |
|
|
// |
|
|
canBus.moduleSetReg(MId.OptModPullM, RegIndex.kreg_step_motor_run_to_zero_speed, 500); |
|
|
canBus.moduleSetReg(MId.OptModPullM, RegIndex.kreg_step_motor_run_to_zero_speed, 500); |
|
|
canBus.moduleSetReg(MId.OptModPullM, RegIndex.kreg_step_motor_default_velocity, 2200); |
|
|
canBus.moduleSetReg(MId.OptModPullM, RegIndex.kreg_step_motor_default_velocity, 2200); |
|
|
// canBus.moduleSetReg(MId.OptModPullM, RegIndex.kreg_step_motor_a1, 50); |
|
|
|
|
|
// canBus.moduleSetReg(MId.OptModPullM, RegIndex.kreg_step_motor_amax, 100); |
|
|
|
|
|
canBus.moduleSetReg(MId.OptModPullM, RegIndex.kreg_step_motor_irun, 31); |
|
|
canBus.moduleSetReg(MId.OptModPullM, RegIndex.kreg_step_motor_irun, 31); |
|
|
|
|
|
|
|
|
canBus.moduleSetReg(MId.PlatesBoxPusherM, RegIndex.kreg_step_motor_default_velocity, 1500); |
|
|
|
|
|
|
|
|
canBus.moduleSetReg(MId.PlatesBoxPusherM, RegIndex.kreg_step_motor_default_velocity, 1800); |
|
|
canBus.moduleSetReg(MId.PlatesBoxPusherM, RegIndex.kreg_step_motor_irun, 31); |
|
|
canBus.moduleSetReg(MId.PlatesBoxPusherM, RegIndex.kreg_step_motor_irun, 31); |
|
|
|
|
|
|
|
|
canBus.moduleSetReg(MId.PlatesBoxYM, RegIndex.kreg_step_motor_default_velocity, 1500); |
|
|
|
|
|
|
|
|
canBus.moduleSetReg(MId.PlatesBoxYM, RegIndex.kreg_step_motor_default_velocity, 1800); |
|
|
canBus.moduleSetReg(MId.PlatesBoxYM, RegIndex.kreg_step_motor_irun, 25); |
|
|
canBus.moduleSetReg(MId.PlatesBoxYM, RegIndex.kreg_step_motor_irun, 25); |
|
|
|
|
|
|
|
|
// canBus.moduleSetReg(MId.OptModPullM, RegIndex.kreg_step_motor_run_to_zero_speed, 500); |
|
|
// canBus.moduleSetReg(MId.OptModPullM, RegIndex.kreg_step_motor_run_to_zero_speed, 500); |
|
|