
[A]: Is GND lines of iMDs03 and motor controller connected? If not connected, please connect GND by referring to iMDs03 manual.
[A]: The PWM signal of iMDs03 is positive logic. Please set posneg of the motor controller as follows.
/*----------------------------------------------*/
cmd.posneg = SET_POSNEG | CH0| CH1 | CH2 | CH3;
/*----------------------------------------------*/
[A]: The brake signal of iMDs03 is negative logic. The brake is released with Hi value and locked with Low value. Please set motor controller's breaks as follows.
/*----------------------------------------------*/
cmd.breaks = SET_BREAKS | CH0 | CH1 | CH2 | CH3;
/*----------------------------------------------*/