Initialization, 3 initialization – ADLINK PCI-8134A User Manual

Page 117

Advertising
background image

Additional Function Library

107

U16

16-bit unsigned integer

0 to 65535

I32

32-bit signed long integer

-2147483648 to 2147483647

U32

32-bit unsigned long integer

0 to 4294967295

F32

32-bit single-precision floating-
point

-3.402823E38 to 3.402823E38

F64

64-bit double-precision floating-
point

-1.797683134862315E308 to
1.797683134862315E309

Boolean

Boolean logic value

TRUE, FALSE

7.3

Initialization

@ Name

_8134_initial – Card Initialization
_8134_close – Card Close
_8134_config_from_file – Configure Card according to Motion

Creator’s save file

_8134_get_irq_channel – Get the card’s IRQ number
_8134_get_base_addr – Get the card’s base address
_8134_version_info – Get the card’s version information

@ Description

_8134_initial:

This function is used to initialize PCI-8134 card. It has to be
initialized by this function before calling other functions.

_8134_close:

This function must be called before the program ends.

_8134_config_from_file:

This function is used to configure PCI-8134 card. All the I/O
configurations and some operating modes appeared on “Axis
Configuration Window” of Motion Creator will be set to PCI-8134.
Click “Save Configuration” button on the “Axis Configuration
Window” if you want to use this function in the application program.
Click “Save Configuration” button will save all the configurations to a
file call “8134.cfg”. This file will appear in the Windows’ system
directory.

_8134_get_irq_channel:

This function is used to get the PCI-8134 card’s IRQ number.

_8134_get_base_addr:

This function is used to get the PCI-8134 card’s base address.

_8134_version_info:

This function is used to get the PCI-8134 card’s version information
including hardware, software and device driver.

@ Syntax

Advertising