06-03-2008 04:03 PM
06-03-2008 05:12 PM
PWM... I begin to understand...keep reading....
06-04-2008
03:26 AM
- last edited on
04-17-2025
03:56 PM
by
Content Cleaner
The NI 9505 is an H-bridge power drive for brushed DC motors, so it's not a fit for brushless motors. As you have suggested, you should use an external drive that does the commutation. Typically these drives accept a +/-10 V command input signal which could be provided by an analog output module like the NI 9263.
Regards,
Jochen Klier
National Instruments
06-04-2008 09:19 AM
I still don't know a lot about motion control... still learning and learning... but.. I feel like controlling a dc brushed motor is well done with the CompactRIO, the closed-loop is in the LabVIEW programmation, everything is in the PAC. (43 minutes webcast about the DC brushed control)
But if I control a DC brushless motor, Can i do something similar? I need an external servo drive or not servo drive and why?, I feel like I don't use the power of the PAC to do calculation? I would like to use the encoder A B etc... directly in the digital input module of the CompactRIO (like a dc brushed), do the calculation/pid in LabVIEW and then send the +-10v analog or +-10 pwm to a device that will transform the signal to the high voltage dc brushless motor...
Do I misunderstand something?
Thanks again for your help!
Patrick
06-04-2008 09:37 AM
06-05-2008 11:48 AM
Thanks again Jochen, I understand better!
So I will use a Parker Aries Drive +-10v to control the BE34 motor and send the the voltage with the NI-9263.
Aries : http://www.parkermotion.com/literature/pdf/aries.pdf
1. The NI-9263 is 16bit resolution and the input of the Aries is 14bits resolution, is it a problem?
For the 2 encoders (emulated from the 2 Aries drive = A1, B1, C1 and A2, B2, C2) and the encoder from the master shaft (not emulated) (A3,B3,C3) --> TO the CompactRIO...
2. Which Digital Input module should I use? in the webcast they use a NI-9411 6 channel, so I should use 2 NI -9411 or I can use a 32 digital input?
Thanks,
Patrick
06-05-2008 01:04 PM
06-05-2008
02:27 PM
- last edited on
04-17-2025
03:57 PM
by
Content Cleaner
1. The NI-9263 is 16bit resolution and the input of the Aries is 14bits resolution, is it a problem?
Not at all. You will just lose the extra 2 bits of resolution you will have with the NI-9263 and operate at 14-bits of effective resolution.
2. Which Digital Input module should I use? in the webcast they use a NI-9411 6 channel, so I should use 2 NI -9411 or I can use a 32 digital input?
If you need more than the 6 channels on the NI-9411, you can use one of the 8- or 32-channel C-Series DIO modules.
06-06-2008 10:31 AM
06-06-2008 02:43 PM