ADLINK PCI-8134A User Manual

Page 77

Advertising
background image

Motion Creator

67

Mechanical Signal:

Related functions:

∗ set_home_config() for “Home Signal” and “Index Signal” property.
∗ set_sd_logic() for “Slow Down Point Signal” property.

Servo Motor Signal:

Related functions:

∗ set_alm_logic() for “Alarm Signal” property.
∗ set_inp_logic() for “INP” property.

Manual Pulser Input Mode:

Related functions:

∗ set_manu_iptmode() for “Manual Pulser Input Mode” property.

Interrupt Factor:

Related functions:

∗ set_int_factor() for “INT Factor” property.

Home Mode:

Related functions:

∗ set_home_config() for “Home Mode” property.

The details of each section are shown at its related functions.

After selecting all the items you want to configure, user can choose to push
the “Save Configurations “ button on the right bottom side. If you push this
button, all the configurations you select for system integration will be saved
to a file called “8134.cfg”. This file is very helpful when user is developing
their own application programs. The following example illustrate how to
make use of this function. This example program is shown in C language
form.

Main ()
{

_8134_intial ();

//

Initialize the PCI-8134/PCI-

8134A cards

_8134_Set_Config ();

//

Configure PCI-8134/PCI-8134A cards

according

:

//

to 8134.cfg

:

}

Advertising