Jump to content
OMRON Forums

Changing a motor's sense of direction


bradp

Recommended Posts

  • Replies 5
  • Created
  • Last Reply

Top Posters In This Topic

To Change the sense of direction on a motor, assuming that all settings are correct and we only want to change the direction: 1. Brushed Motor (No Commutation, No Current Loop) Gate1[m].Chan[n].EncCtrl = 3 (or 7) Gate1[m].Chan[n].OutputPol=1 2. Brushless Motor ( Commutation, No Current Loop) Gate1[m].Chan[n].EncCtrl = 3 (or 7) Motor[k].PhaseOffset= - Motor[k].PhaseOffset [color=#FF0000](Note: if sinusoidal commutation is done, Motor[k].PwmSf will always be 32767. This will make Motor[k].MaxDac to control the maximum magnitude of voltage output from 0 to 10 volt with a setting of 0 to 32767)[/color] 3. Brushless Motor ( Commutation, Current Loop) Gate1[m].Chan[n].EncCtrl = 3 (or 7) Motor[k].PwmSf= - Motor[k].PwmSf Motor[k].PhaseOffset = - Motor[k].PhaseOffset Phase reference error bit has been replaced by phase finding complete, which needs to be satisfied (by issuing a $) before the motor is allow into closed loop mode. Also the Motor[k].PhaseFindingStep will tell you what step the phasing procedure is in, or reports an error by reporting a negative value.
Link to comment
Share on other sites

  • 4 weeks later...
  • 9 months later...
If using this method 1. Brushed Motor (No Commutation, No Current Loop) Gate1[m].Chan[n].EncCtrl = 3 (or 7) Gate1[m].Chan[n].OutputPol=1 and the "Gate1[m].Chan[n].OutputPol=1" is actualy writing to the register decribed in the Macro 16 SRM as "MS{node},MI917 Output n Invert Control" I have run into problems where the Option 1 board on the ACC24-E2A will NOT output any DAC voltage if the output is set to invert. John
Link to comment
Share on other sites

[quote='JohnR' pid='262' dateline='1259687536'] If using this method 1. Brushed Motor (No Commutation, No Current Loop) Gate1[m].Chan[n].EncCtrl = 3 (or 7) Gate1[m].Chan[n].OutputPol=1 and the "Gate1[m].Chan[n].OutputPol=1" is actualy writing to the register decribed in the Macro 16 SRM as "MS{node},MI917 Output n Invert Control" I have run into problems where the Option 1 board on the ACC24-E2A will NOT output any DAC voltage if the output is set to invert. John [/quote] John, This depends on the type of DAC chip which is used on the accessory. Some of the earlier chips Delta Tau used, did not support this feature, which would result in getting no output from the DAC. The easiest way to change the sense of direction on the brushed motors for such is system is to change the encoder decode and swap the motor leads on the amplifier or swap the command signals going from DAC output to amplifier input.
Link to comment
Share on other sites

Guest
This topic is now closed to further replies.

×
×
  • Create New...