VXI and VME

cancel
Showing results for 
Search instead for 
Did you mean: 

vxi library

Hi,

 I want to get the commond interface for the VXI controller card using VB.  For example, in the NIVXI.h there are some fucntions like  srctrig(),, GetVXIbusStatus(), i want to get the codes for these functions , where i can get it? Thanks!

Meng

0 Kudos
Message 1 of 4
(7,495 Views)

Hi Meng,

 

The VXI programming API can be found in the help file included in the driver.  If you go to the start menu, select All Programs»National Instruments»VXI»NI-VXI Help.  This will show you the functions that can be used.  

Caleb W

National Instruments

0 Kudos
Message 2 of 4
(7,483 Views)

Thanks! Caleb.

  Actually, I want to know the c code insider those functions. Like  what insider this  GetVXIbusStatus(). 

  We do not want to use the vxi library  and not the nivxi.h, we need to  know the code insider the functions, so we could  make our own. thannks!

meng

0 Kudos
Message 3 of 4
(7,480 Views)

Hi Meng,

 

The VXI libraries are precompiled DLLs that don't generally have open source code.  May I ask what you are wanting to do with the source code so I can explain to R&D what you are looking to accomplish.  There may be a better way than using the source code.

Caleb W

National Instruments

0 Kudos
Message 4 of 4
(7,459 Views)