01-22-2009 02:08 PM
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
01-23-2009 09:06 AM
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.
National Instruments
01-23-2009 11:37 AM
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
01-26-2009 05:25 PM
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.
National Instruments