National Instruments PXI-8460 Computer Hardware User Manual


 
Chapter 4 Begin to Use the NI-CAN Software
PXI-846x and NI-CAN for Windows NT 4-2 ni.com
General Programming Considerations
As you begin developing your Win32 NI-CAN application, remember the
following points:
For your LabVIEW or BridgeVIEW application, you must use the
NI-CAN LabVIEW functions in
nican.llb
.
Foryour C/C++ application, youmust includethe NI-CAN headerfile,
nican.h
, in your source code.
The NI-CAN software is accessed through the 32-bit DLL,
nican.dll
, either by linking with one of the language interfaces
provided with the NI-CAN software, or by using direct DLL entry
from other programming environments.
Several sample CAN applications are included with the NI-CAN
software. Use these as a guide for your own application development.
For information about developing your application, refer to the NI-CAN
User Manual. For detailed information about NI-CAN functions and
objects, refer to the NI-CAN Programmer Reference Manual.