10-31-2008 04:52 AM
Hii
I am using PCI 6221 card .. In that i am using the ctr o .. In my application i am using Linear encoder to measure the Lift movement.. so from software how to access the counter values i.e how much mm it moves...
10-31-2008 08:13 AM - edited 10-31-2008 08:15 AM
Measure Angular Position.vi in the LabVIEW examples will be a good starting point. Adapt it to Linear Encoder by clicking on the selector below DAQmx Create Channel.vi.
You can also create a corresponding DAQmx Global Channel (or task) in MAX and then use it in your code.
Feel free to post back if you need further help.