From Friday, April 19th (11:00 PM CDT) through Saturday, April 20th (2:00 PM CDT), 2024, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

Multifunction DAQ

cancel
Showing results for 
Search instead for 
Did you mean: 

PCI-6602

Is it possible to obtain information on the use of the PCI memory
addresses used by this board? I have to replace the hardware used in an
existing application (written in C) by a PCI6602 board and to modify the
software to fit.
I do not, at this time, wish to rewrite the whole application in
LabView and in any case it currently uses some non NI cards
so I would just be moving the problem!
0 Kudos
Message 1 of 2
(2,417 Views)
Francis,
You can determine the base address for a National Instruments board by calling the NI-DAQ function Get_DAQ_Device_Info (see NI-DAQ Help for deatils.)
If you are looking for a Register Map of this board, there is not one available, thus you will need to use NI-DAQ Functions to use the 6602.
You can see examples of how to do this by installing NI-DAQ support for C/C++ when you install NI-DAQ. The examples for the 6602 will be in your NI-DAQ\Examples\VisualC\ctr folder. You can also find more examples at zone.ni.com -> Resourse Library search for NI-TIO.

Nick Wilson
National Instruments
www.ni.com/ask
0 Kudos
Message 2 of 2
(2,417 Views)