LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Details or information

Hi,
 
I am modifying a VI that has a counter.
 
How can I know what type of counter it is?
I would like to know if it's a front counter, a position counter (angular or linear, X4 or X2) etc.
 
Also, is it possible to edit that?
 
Thank you very much,
 
Jack
0 Kudos
Message 1 of 7
(2,818 Views)
Hello Jack,
 
it depends on the driver you use.
If you use DQAmx then it is possible, that you have a task in MAX which defines the behaviour of your driver.
If it is Traditional DAQ than you have to go throuh the DAQ VIs. Which are called and which parameters are used. Use the context help and detailed help of the VIs to find that out.
Waldemar

Using 7.1.1, 8.5.1, 8.6.1, 2009 on XP and RT
Don't forget to give Kudos to good answers and/or questions
0 Kudos
Message 2 of 7
(2,811 Views)

Hi

If it is GPIB / Serial you can usually use *IDN? or ID? through the visa drivers etc.  This replies with some information about its model number etc.  More information is available through more queeries / registers etc.  MAX is a good place to start.

Craig

LabVIEW 2012
0 Kudos
Message 3 of 7
(2,807 Views)
Hi,
 
Thank you for your help but I can't find...
 
I joined a print screen of what I want information on.
 
This counter has been done for NI-ELVIS and I am modifying it with NI-USB 6211.
 
Thank you,
 
Jack
0 Kudos
Message 4 of 7
(2,792 Views)

The task is a DAQmx task, I can edit it by right-cliking it, but I can't acces to the information...When I edit, the informations are blank.

Thank you,

Jack

0 Kudos
Message 5 of 7
(2,790 Views)
Hi Jack,

The counters available on the USB 6211 are general purpose counters.  You can use the counters for edge counting, period measurements, frequency measurements, position measurements and to output a pulse train.  Refer to the user manual for the USB 6211 for details (look at chapter 10 for counter information). 


Message Edited by Hani R on 01-21-2008 01:16 PM


Best Regards

Hani R.
Applications Engineer
National Instruments
0 Kudos
Message 6 of 7
(2,754 Views)
If you don't see any information do the following test:
Start MAX (Measurement and Automation Explorer). Open My System >> Data Neighborhood >> NI DAQmx Task. This will show you a list of all tasks on your system. If encoder is not in the list you have to transfer it  from the NI-ELVIS system to your machine. You can do this in MAX using File >> Export... on the NI-ELVIS system. This will create a file with the extention .nce. Copy this file to your machine and double click it to import it.
Waldemar

Using 7.1.1, 8.5.1, 8.6.1, 2009 on XP and RT
Don't forget to give Kudos to good answers and/or questions
0 Kudos
Message 7 of 7
(2,740 Views)