ADLINK PCI-8164 User Manual

Page 188

Advertising
background image

176

Function Library

_8164_get_base_addr:
Get the card’s base address.

_8164_delay_time:
Delays execution of program for specified time in units of ms.

_8164_config_from_file:
Loads the configuration of the card based on the specified file. By
using Motion Creator, users can test and configure the card cor-
rectly. After pressing the save config button, the configuration is
saved as 8164.ini in the Windows directory. By specifying it in the
parameter, the configuration is automatically loaded.

When this function is executed, all cards in the system will be con-
figured as the following functions were called according to param-
eters recorded in 8164.ini.

_8164_set_pls_outmode
_8164_set_feedback_src
_8164_set_pls_iptmode
_8164_set_home_config
_8164_set_int_factor
_8164_set_el
_8164_set_ltc_logic
_8164_set_erc
_8164_set_sd
_8164_set_alm
_8164_set_inp
_8164_set_move_ratio

_8164_version_info:
Reads back version information.

@ Syntax

C/C++ (DOS, Windows 95/NT/2K/XP)

I16 _8164_initial(I16 *existCards);
I16 _8164_close(void);
I16 _8164_get_irq_channel(I16 cardNo, U16 *irq_no

);

I16 _8164_get_base_addr(I16 cardNo, U16

*base_addr );

Advertising