Function Library
109
6.3
System and Initialization
@ Name
_8174_initial
– Card initialization
_8174_close
– Card close
_8174_get_version
– Check hardware and software version
information
@ Description
_8174_initial
:
This function is used to initialize an 8174 card without assign-
ing the hardware resources. All 8174 cards must be initialized
by this function before calling other functions in your applica-
tions. By setting the parameter “
Manual_ID
”, user can choose
the type that the card’s ID is assigned manually or automati-
cally.
_8174_close
:
This function is used to close 8174 card and release its
resources, which should be called at the end of your applica-
tions.
_8174_get_version
:
Lets users read back the firmware’s, driver’s and DLL’s version
information.
@ Syntax
C/C++ (Windows 2000/XP)
I16 _8174_initial(U16 *CardID_InBit, I16
Manual_ID, I16 Class_ID);
I16 _8174_close(void);
I16 _8174_get_version(I16 card_id, I16
*firmware_ver, I32 *driver_ver, I32
*dll_ver);
Summary of Contents for PCI-8174
Page 4: ......
Page 13: ...Introduction 3 Figure 1 2 Flow chart for building an application ...
Page 94: ...84 Operation Theory ...
Page 102: ...92 MotionCreatorPro In this menu users can configure LTC SD PCS and Select_Input ...
Page 166: ...156 Function Library ...
Page 168: ...158 Connection Example ...