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);
Содержание PCI-8174
Страница 4: ......
Страница 13: ...Introduction 3 Figure 1 2 Flow chart for building an application ...
Страница 94: ...84 Operation Theory ...
Страница 98: ...88 MotionCreatorPro 5 3 2 Select Menu The select menu appears after running MotionCreatorPro It is used to ...
Страница 99: ...MotionCreatorPro 89 5 3 3 Card Information Menu In this menu it shows some Information about this card ...
Страница 100: ...90 MotionCreatorPro 5 3 4 Configuration Menu In this menu users can configure ALM INP ERC EL ORG and EZ ...
Страница 102: ...92 MotionCreatorPro In this menu users can configure LTC SD PCS and Select_Input ...
Страница 104: ...94 MotionCreatorPro In this menu users can configure pulse input output and move ratio and INT factor ...
Страница 166: ...156 Function Library ...
Страница 168: ...158 Connection Example ...