06-20-2011 08:14 PM
Here is some information on how to take measurements with a quadrature encoder. Hope that helps!
06-30-2011 09:01 PM
Hello John
Ok now I've just read this guide on taking measurement using the quadrature encoder, now it says that two output pulses are necessary to indicate the position and direction-I understand that. It also says that i will need some kind of counter; so iam using a NI elvis board, does it have a built in counter, or will I need to buy a counter chip to take measurment using a quadrature encoder. Also apart from quadrature encoder, is it a good idea to use something simple liek potentiometer to measure the stepper motor position.
I appreciate your help
SK
07-01-2011 10:49 AM
That depends, if you have the original NI Elvis that will depend on the DAQ device that you are connected to. Most of those DAQ devices will have at least one counter on them. If you have the NI Elvis II, the DAQ that is built into the Elvis has 2 counters so you should be all set.
07-01-2011 03:23 PM
Hi
Ok another thing, in the encoder measurment tutorial by NI, it says that there are 4 types of encoding--x1, x2, x3, x4.
and for the rotation motion it gives the following formula:
degrees = Edge_Count / xN
this x in the equation- is this just goin to be number like 1 or 2,
Also to use any type of encoding like x1, x2 , x3 or x4...will I need to configure the counter or encoder to use a particular type of encoding..
can you please clarify on that.
THanks
SK
07-06-2011 02:10 PM
That xN will correspond to the type of encoder. So, for example, if you have an x2 encoder with 200 edge counts per rotation, this will be your formula;
degrees = edge_count / xN
-> degrees = 200 / 2
-> degrees = 100
You will do that configuration in Measurement and Automation Explorer.
07-08-2011 08:44 PM
Thanks for your reply ok this helps out a lot. and I really appreciate it.
Is there a way I can also measure the velocity and acceleration using this encoder and the NI Elvis board that I have because in the NI website it shows how to get the velocity and acceleration using the Digital input card and FPGA, but would the same procedure apply if Iam using the NI ELVIS II..
Also, I've never played with encoders before I need to know, once I obtain any encoder, how will I need to connect it to the shaft of my motor.
Thanks
SK
07-08-2011 09:13 PM
I know that these quadrature encoder come in two types hollow shafts and a solid shaft....I know that If Iam using a solid shaft encoder I will need to use a coupling, but lets say if Iam using a hollow shaft encoder how will I make sure that it fits the shaft of my stepper motor.
Thanks
SK
07-08-2011 09:42 PM
You'll just have to order it that way based on your stepper motor shaft size.
07-10-2011 06:57 PM
Iam using an NI elvis II and it has a built in DAQ board, Iam using a quadrature encoder with my motor, I need to know what type of encoder would be best to use with NI Elvis whether I should use -push pull, open collector etc..
07-11-2011 06:47 PM
Push-Pull encoders are recommended.