11-03-2016 08:16 PM
Hello everyone,
I have no experience with motor control and I want to do a DC motor parameter's identification. So basically, its a open loop system and I want to get angular velocity-voltage diagram.
My question is how I can do this test with a maxon DC motor, Epos 2 70/10, an incremental encoder and cRIO 9074 (with no modules). what other modules do I need to set up the expriment? how should I use the cRIO with Epos 2?
Thank you in advance for your help
11-04-2016
03:46 PM
- last edited on
05-14-2024
08:33 PM
by
Content Cleaner
Looking at the manual for the Epos 2 70/10, it looks like it is a motor controller that communicates using CANopen or Serial. Our typical motion system utilizes a cRIO as a controller. You could still use the cRIO to send CANopen or Serial commands to the Epos 2 70/10.
From what I could tell, the Epos 2 70/10 does not support taking encoder measurements. This is where the cRIO and a DIO module such as the NI 9403.
I'm not quite sure what you mean by velocity-voltage diagram, could you please elaborate on that? You may need an Analog Input module as well if you need to read in voltage.
11-04-2016 04:05 PM
Thank you very much for your response,
actually I want to do an experimental bode diagram, (forget about velocity-voltage diagram). so I want to have sinusoidal voltage with different frequancies as the input and velocity as the output and to be measured.
Is it necessary to use CANopen ?
I dont have much experience and knowledge on this matters and thats why I ask basic questions. thanks.
11-07-2016 12:00 AM
Hello,
As Aaron D said, you can use Serial to achieve the communication. CANopen is not the only channel. So a CANopen module is not necessary. However, a DIO module is essential because of the demand of the encoder.
Thanks!