Delta Electronics PCI-DMC-B01 Programming User manual

Type
User manual

This manual is also suitable for

DELTA ELECTRONICS CO., LTD.
PCI-DMC-A01
PCI-DMC-B01
High-Speed PCI 12-Axis Motion Control Card
Programming Manual
Version: 1.11.1
PCI-DMC-A01 / PCI-DMC-B01 Programming Manual
Revised March, 2012 i
About this Manual
User Information
Please keep this manual in a safe place.
This manual is subject to change without notice due to the release of new products,
improvements and changes in technologies, and/or modifications to data and forms.
This manual may not be copied or reproduced in whole or in part without the express written
consent of Delta Electronics.
Trademarks
Windows NT/2000/XP, Visual Studio, Visual C++, Visual BASIC are all registered trademarks of
Microsoft Corporation.
BCB (Borland C++ Builder) is a registered trademark of Borland Corporation.
The names of other products are only used for identification purposes and the registered
trademarks remain the property of their respective owners.
Technical Support and Service
If you require technical support, service, or other information, or should you have any questions
about the use of this product, please visit our website
(http://www.delta.com.tw/industrialautomation) or contact us directly. We look forward to providing
you the best possible support and service. Our contact details are provided below.
ASIA
DELTA ELECTRONICS, INC.
Taoyuan Plant 1
31-1, XINGBANG ROAD,
GUISHAN INDUSTRIAL ZONE,
TAOYUAN COUNTY 33370, TAIWAN, R.O.C.
TEL: 886-3-362-6301
FAX: 886-3-362-7267
NORTH/SOUTH AMERICA
DELTA PRODUCTS CORPORATION (USA)
Raleigh Office
P.O. BOX 12173
5101 DAVIS DRIVE,
RESEARCH TRIANGLE PARK, NC 27709, U.S.A.
TEL: 1-919-767-3813
FAX: 1-919-767-3969
JAPAN
DELTA ELECTRONICS (JAPAN), INC.
Tokyo Office
DELTA SHIBADAIMON BUILDING
2-1-14 SHIBADAIMON, MINATO-KU,
TOKYO, 105-0012, JAPAN
TEL: 81-3-5733-1111
FAX: 81-3-5733-1211
EUROPE
DELTRONICS (THE NETHERLANDS) B.V.
Eindhoven Office
DE WITBOGT 15, 5652 AG EINDHOVEN,
THE NETHERLANDS
TEL: 31-40-259-2850
FAX: 31-40-259-2851
PCI-DMC-A01 / PCI-DMC-B01 Programming Manual
ii Revised March, 2012
Table of Contents
Chapter 1 Introduction to the API Function Library --------------------------------------------------- 1-1
1.1 Using the Function Libraries ---------------------------------------------------------------------- 1-1
1.2 Edit New Project ------------------------------------------------------------------------------------- 1-1
1.2.1 Using VC ----------------------------------------------------------------------------------- 1-1
1.2.2 Using Borland C -------------------------------------------------------------------------- 1-1
1.2.3 Using VB ------------------------------------------------------------------------------------ 1-2
1.2.4 Using Delphi ------------------------------------------------------------------------------- 1-2
1.2.5 Using VB.Net ------------------------------------------------------------------------------ 1-2
1.2.6 Using C# ------------------------------------------------------------------------------------ 1-2
Chapter 2 Command Return Values and Messages --------------------------------------------------- 2-1
2.1 Error Codes ------------------------------------------------------------------------------------------- 2-1
2.2 Error Code Example -------------------------------------------------------------------------------- 2-4
Chapter 3 Operating Principles ------------------------------------------------------------------------------- 3-1
3.1 Card Initialization ------------------------------------------------------------------------------------ 3-1
3.1.1 Function List ------------------------------------------------------------------------------- 3-1
3.1.2 Sample Application ----------------------------------------------------------------------- 3-1
3.2 Read/Write Driver Parameters ------------------------------------------------------------------- 3-4
3.2.1 Function List ------------------------------------------------------------------------------- 3-4
3.2.2 Sample Application ----------------------------------------------------------------------- 3-4
3.3 CANopen Protocol ---------------------------------------------------------------------------------- 3-7
3.3.1 Function List ------------------------------------------------------------------------------- 3-7
3.3.2 Sample Application ----------------------------------------------------------------------- 3-7
3.4 Homing Motion Control ---------------------------------------------------------------------------- 3-9
3.4.1 Overview ------------------------------------------------------------------------------------ 3-9
3.4.2 Function List ------------------------------------------------------------------------------ 3-10
3.4.3 Sample Application ---------------------------------------------------------------------- 3-10
3.5 Torque Motion Control ---------------------------------------------------------------------------- 3-13
3.5.1 Function List ------------------------------------------------------------------------------ 3-13
3.5.2 Sample Application ---------------------------------------------------------------------- 3-13
3.6 Velocity Motion Control (1) ----------------------------------------------------------------------- 3-16
3.6.1 Function List ------------------------------------------------------------------------------ 3-16
3.6.2 Sample Application ---------------------------------------------------------------------- 3-16
PCI-DMC-A01 / PCI-DMC-B01 Programming Manual
Revised March, 2012 iii
3.7 Velocity Motion Control (2) ----------------------------------------------------------------------- 3-19
3.7.1 Function List ------------------------------------------------------------------------------ 3-19
3.7.2 Sample Application ---------------------------------------------------------------------- 3-19
3.8 Point to Point Motion Control -------------------------------------------------------------------- 3-21
3.8.1 Overview ----------------------------------------------------------------------------------- 3-21
3.8.2 Function List ------------------------------------------------------------------------------ 3-21
3.8.3 Sample Application ---------------------------------------------------------------------- 3-22
3.9 Linear Interpolation Motion Control ------------------------------------------------------------ 3-26
3.9.1 Overview ----------------------------------------------------------------------------------- 3-26
3.9.2 Function List ------------------------------------------------------------------------------ 3-26
3.9.3 Sample Application ---------------------------------------------------------------------- 3-27
3.10 Arc Interpolation Motion Control ---------------------------------------------------------------- 3-31
3.10.1 Overview ----------------------------------------------------------------------------------- 3-31
3.10.2 Function List ------------------------------------------------------------------------------ 3-31
3.10.3 Sample Application ---------------------------------------------------------------------- 3-32
3.11 Spiral Interpolation Motion Control -Helix ---------------------------------------------------- 3-37
3.11.1 Function List ------------------------------------------------------------------------------ 3-37
3.11.2 Sample Application ---------------------------------------------------------------------- 3-37
3.12 Continuous Interpolation Motion Control ----------------------------------------------------- 3-42
3.12.1 Overview ----------------------------------------------------------------------------------- 3-42
3.12.2 Function List ------------------------------------------------------------------------------ 3-42
3.12.3 Sample Application ---------------------------------------------------------------------- 3-43
3.13 Software Limit Control ---------------------------------------------------------------------------- 3-47
3.13.1 Function List ------------------------------------------------------------------------------ 3-47
3.13.2 Sample Application ---------------------------------------------------------------------- 3-47
3.14 Synchronization Motion Control ---------------------------------------------------------------- 3-51
3.14.1 Function List ------------------------------------------------------------------------------ 3-51
3.14.2 Sample Application ---------------------------------------------------------------------- 3-51
3.15 Dwell Command ------------------------------------------------------------------------------------ 3-55
3.15.1 Function List ------------------------------------------------------------------------------ 3-55
3.15.2 Sample Application ---------------------------------------------------------------------- 3-55
3.16 Change Position ------------------------------------------------------------------------------------ 3-57
3.16.1 Function List ------------------------------------------------------------------------------ 3-57
3.16.2 Sample Application ---------------------------------------------------------------------- 3-57
3.17 Change Position ------------------------------------------------------------------------------------ 3-60
3.17.1 Function List ------------------------------------------------------------------------------ 3-60
3.17.2 Sample Application ---------------------------------------------------------------------- 3-60
PCI-DMC-A01 / PCI-DMC-B01 Programming Manual
iv Revised March, 2012
3.18 Change Velocity ------------------------------------------------------------------------------------ 3-63
3.18.1 Function List ------------------------------------------------------------------------------ 3-63
3.18.2 Sample Application ---------------------------------------------------------------------- 3-63
3.19 Remote I/O Module-I/O Port --------------------------------------------------------------------- 3-67
3.19.1 Function List ------------------------------------------------------------------------------ 3-67
3.19.2 Sample Application ---------------------------------------------------------------------- 3-67
3.20 Remote I/O Module- Manual Pulse Generator (1) ----------------------------------------- 3-70
3.20.1 Function List ------------------------------------------------------------------------------ 3-70
3.20.2 Sample Application ---------------------------------------------------------------------- 3-70
3.21 Remote I/O Module- Manual Pulse Generator (2) ----------------------------------------- 3-73
3.21.1 Function List ------------------------------------------------------------------------------ 3-73
3.21.2 Sample Application ---------------------------------------------------------------------- 3-73
3.22 Remote Pulse Interface Module -Mode 1 ---------------------------------------------------- 3-76
3.22.1 Function List ------------------------------------------------------------------------------ 3-76
3.22.2 Sample Application ---------------------------------------------------------------------- 3-77
3.23 Remote Pulse Interface Module -Mode 2 ---------------------------------------------------- 3-83
3.23.1 Function List ------------------------------------------------------------------------------ 3-83
3.23.2 Sample Application ---------------------------------------------------------------------- 3-83
3.24 Get (Calculate) Arc Information ----------------------------------------------------------------- 3-87
3.24.1 Function List ------------------------------------------------------------------------------ 3-87
3.24.2 Sample Application ---------------------------------------------------------------------- 3-87
3.25 Control Interrupt ------------------------------------------------------------------------------------ 3-90
3.25.1 Function List ------------------------------------------------------------------------------ 3-90
3.25.2 Sample Application ---------------------------------------------------------------------- 3-90
3.26 MasterCard Security------------------------------------------------------------------------------- 3-94
3.26.1 Function List ------------------------------------------------------------------------------ 3-94
3.26.2 Sample Application ---------------------------------------------------------------------- 3-95
3.27 Remote Analog Input/Output Module ------------------------------------------------------- 3-100
3.27.1 Function List ---------------------------------------------------------------------------- 3-100
3.27.2 Sample Application -------------------------------------------------------------------- 3-101
3.28 Spiral Interpolation Motion Control -Spiral ------------------------------------------------- 3-106
3.28.1 Function List ---------------------------------------------------------------------------- 3-106
3.28.2 Sample Application -------------------------------------------------------------------- 3-106
3.29 Position Compare -------------------------------------------------------------------------------- 3-111
3.29.1 Function List ---------------------------------------------------------------------------- 3-111
3.29.2 Sample Application -------------------------------------------------------------------- 3-112
PCI-DMC-A01 / PCI-DMC-B01 Programming Manual
Revised March, 2012 v
3.30 Axis Group ----------------------------------------------------------------------------------------- 3-116
3.30.1 Function List ---------------------------------------------------------------------------- 3-116
3.30.2 Sample Application -------------------------------------------------------------------- 3-116
3.31 Speed Continue ---------------------------------------------------------------------------------- 3-119
3.31.1 Function List ---------------------------------------------------------------------------- 3-119
3.31.2 Sample Application -------------------------------------------------------------------- 3-119
3.32 Spiral Interpolation - Helix Using -Sp1_ Normal Follow -------------------------------- 3-122
3.32.1 Function List ---------------------------------------------------------------------------- 3-122
3.32.2 Sample Application -------------------------------------------------------------------- 3-122
3.33 Logger ---------------------------------------------------------------------------------------------- 3-130
3.33.1 Function List ---------------------------------------------------------------------------- 3-130
3.33.2 Sample Application -------------------------------------------------------------------- 3-130
Chapter 4 Control API -------------------------------------------------------------------------------------------- 4-1
4.1 Data Type and Range ----------------------------------------------------------------------------- 4-1
4.2 Function Description ------------------------------------------------------------------------------- 4-2
Chapter 5 Hardware Initialization API ---------------------------------------------------------------------- 5-1
5.1 _DMC_01_open ------------------------------------------------------------------------------------- 5-2
5.2 _DMC_01_close ------------------------------------------------------------------------------------- 5-2
5.3 _DMC_01_get_CardNo_seq --------------------------------------------------------------------- 5-3
5.4 _DMC_01_pci_initial ------------------------------------------------------------------------------- 5-4
5.5 _DMC_01_get_card_version --------------------------------------------------------------------- 5-4
Chapter 6 Interface API ------------------------------------------------------------------------------------------ 6-1
6.1 _DMC_01_initial_bus ------------------------------------------------------------------------------ 6-2
6.2 _DMC_01_start_ring ------------------------------------------------------------------------------- 6-2
6.3 _DMC_01_get_device_table --------------------------------------------------------------------- 6-3
6.4 _DMC_01_get_node_table ----------------------------------------------------------------------- 6-3
6.5 _DMC_01_check_card_running ----------------------------------------------------------------- 6-4
6.6 _DMC_01_reset_card ----------------------------------------------------------------------------- 6-4
6.7 _DMC_01_check_nodeno ------------------------------------------------------------------------ 6-5
6.8 _DMC_01_get_master_connect_status ------------------------------------------------------- 6-6
6.9 _DMC_01_get_mailbox_Error ------------------------------------------------------------------- 6-6
6.10 _DMC_01_get_mailbox_cnt ---------------------------------------------------------------------- 6-7
6.11 _DMC_01_get_dsp_cnt --------------------------------------------------------------------------- 6-7
6.12 _DMC_01_set_dio_output ------------------------------------------------------------------------ 6-8
6.13 _DMC_01_get_dio_output ------------------------------------------------------------------------ 6-8
PCI-DMC-A01 / PCI-DMC-B01 Programming Manual
vi Revised March, 2012
6.14 _DMC_01_get_dio_input -------------------------------------------------------------------------- 6-9
6.15 _DMC_01_get_cycle_time ------------------------------------------------------------------------ 6-9
6.16 _DMC_01_initial_bus2 ---------------------------------------------------------------------------- 6-10
6.17 _DMC_01_motion_cnt ---------------------------------------------------------------------------- 6-10
Chapter 7 Servo Drive Parameter Read/Write API ------------------------------------------------------ 7-1
7.1 _DMC_01_read_servo_parameter ------------------------------------------------------------- 7-2
7.2 _DMC_01_write_servo_parameter ------------------------------------------------------------- 7-3
Chapter 8 Using SDO Protocol API -------------------------------------------------------------------------- 8-1
8.1 CANopen SDO protocol --------------------------------------------------------------------------- 8-2
8.2 _DMC_01_check_canopen_lock ---------------------------------------------------------------- 8-6
8.3 _DMC_01_get_canopen_ret --------------------------------------------------------------------- 8-7
8.4 _DMC_01_set_pdo_mode ------------------------------------------------------------------------ 8-8
8.5 _DMC_01_send_message ----------------------------------------------------------------------- 8-9
8.6 _DMC_01_send_message3 --------------------------------------------------------------------- 8-10
8.7 _DMC_01_read_message ----------------------------------------------------------------------- 8-11
8.8 _DMC_01_read_message2 --------------------------------------------------------------------- 8-12
8.9 _DMC_01_get_message ------------------------------------------------------------------------- 8-13
8.10 _DMC_01_reset_sdo_choke -------------------------------------------------------------------- 8-14
8.11 _DMC_01_get_sdo_retry_history -------------------------------------------------------------- 8-14
Chapter 9 Point to Point Motion Control Packet Protocol API ------------------------------------- 9-1
9.1 _DMC_01_set_sdo_driver_speed_profile ---------------------------------------------------- 9-2
9.2 _DMC_01_start_sdo_driver_r_move ----------------------------------------------------------- 9-3
9.3 _DMC_01_start_sdo_driver_a_move ---------------------------------------------------------- 9-4
9.4 _DMC_01_start_sdo_driver_new_position_move ------------------------------------------ 9-5
Chapter 10 Homing Motion Control Packet Protocol API ------------------------------------------- 10-1
10.1 _DMC_01_set_home_config -------------------------------------------------------------------- 10-2
10.2 _DMC_01_set_home_move --------------------------------------------------------------------- 10-7
10.3 _DMC_01_escape_home_move --------------------------------------------------------------- 10-8
Chapter 11 Velocity Motion Control Packet Protocol API ------------------------------------------- 11-1
11.1 _DMC_01_set_velocity_mode ------------------------------------------------------------------ 11-2
11.2 _DMC_01_set_velocity --------------------------------------------------------------------------- 11-3
11.3 _DMC_01_set_velocity_stop -------------------------------------------------------------------- 11-4
11.4 _DMC_01_set_velocity_torque_limit ---------------------------------------------------------- 11-5
PCI-DMC-A01 / PCI-DMC-B01 Programming Manual
Revised March, 2012 vii
Chapter 12 Torque Motion Control Packet Protocol API -------------------------------------------- 12-1
12.1 _DMC_01_set_torque_mode ------------------------------------------------------------------- 12-2
12.2 _DMC_01_set_torque ---------------------------------------------------------------------------- 12-3
12.3 _DMC_01_set_torque_stop --------------------------------------------------------------------- 12-4
12.4 _DMC_01_set_torque_velocity_limit ---------------------------------------------------------- 12-5
Chapter 13 Using PDO Protocol API ----------------------------------------------------------------------- 13-1
13.1 _DMC_01_ipo_set_svon ------------------------------------------------------------------------- 13-2
13.2 _DMC_01_get_buffer_length ------------------------------------------------------------------- 13-3
13.3 _DMC_01_command_buf_clear ---------------------------------------------------------------- 13-4
13.4 _DMC_01_buf_dwell ------------------------------------------------------------------------------ 13-5
13.5 _DMC_01_set_group ----------------------------------------------------------------------------- 13-6
Chapter 14 Stop Motion Control API ----------------------------------------------------------------------- 14-1
14.1 _DMC_01_emg_stop ----------------------------------------------------------------------------- 14-2
14.2 _DMC_01_sd_stop -------------------------------------------------------------------------------- 14-3
14.3 _DMC_01_sd_abort ------------------------------------------------------------------------------- 14-4
14.4 _DMC_01_set_sd_mode ------------------------------------------------------------------------- 14-5
Chapter 15 Motion Status API -------------------------------------------------------------------------------- 15-1
15.1 _DMC_01_motion_done ------------------------------------------------------------------------- 15-2
15.2 _DMC_01_motion_status ------------------------------------------------------------------------ 15-3
Chapter 16 Motion Counter Value API --------------------------------------------------------------------- 16-1
16.1 _DMC_01_get_command ------------------------------------------------------------------------ 16-2
16.2 _DMC_01_set_command ------------------------------------------------------------------------ 16-2
16.3 _DMC_01_get_position--------------------------------------------------------------------------- 16-3
16.4 _DMC_01_set_position --------------------------------------------------------------------------- 16-3
16.5 _DMC_01_get_target_pos ----------------------------------------------------------------------- 16-4
16.6 _DMC_01_get_torque ---------------------------------------------------------------------------- 16-5
16.7 _DMC_01_get_current_speed ------------------------------------------------------------------ 16-6
16.8 _DMC_01_get_current_speed_rpm ----------------------------------------------------------- 16-7
Chapter 17 Software Limit API ------------------------------------------------------------------------------- 17-1
17.1 _DMC_01_set_soft_limit ------------------------------------------------------------------------- 17-2
17.2 _DMC_01_enable_soft_limit -------------------------------------------------------------------- 17-3
17.3 _DMC_01_disable_soft_limit -------------------------------------------------------------------- 17-3
17.4 _DMC_01_get_soft_limit_status --------------------------------------------------------------- 17-4
PCI-DMC-A01 / PCI-DMC-B01 Programming Manual
viii Revised March, 2012
Chapter 18 1-Axis Motion Control API -------------------------------------------------------------------- 18-1
18.1 _DMC_01_start_tr_move ------------------------------------------------------------------------ 18-2
18.2 _DMC_01_start_sr_move ------------------------------------------------------------------------ 18-3
18.3 _DMC_01_start_ta_move ------------------------------------------------------------------------ 18-4
18.4 _DMC_01_start_sa_move ----------------------------------------------------------------------- 18-5
18.5 _DMC_01_p_change ----------------------------------------------------------------------------- 18-6
18.6 _DMC_01_v_change ------------------------------------------------------------------------------ 18-7
18.7 _DMC_01_start_tr_move_2seg ---------------------------------------------------------------- 18-9
18.8 _DMC_01_start_sr_move_2seg -------------------------------------------------------------- 18-11
18.9 _DMC_01_start_ta_move_2seg -------------------------------------------------------------- 18-12
18.10 _DMC_01_start_sa_move_2seg ------------------------------------------------------------- 18-13
18.11 _DMC_01_start_tr_move_2seg2 ------------------------------------------------------------- 18-14
18.12 _DMC_01_start_sr_move_2seg2 ------------------------------------------------------------ 18-16
18.13 _DMC_01_start_ta_move_2seg2 ------------------------------------------------------------ 18-17
18.14 _DMC_01_start_sa_move_2seg2 ----------------------------------------------------------- 18-18
18.15 _DMC_01_feedrate_overwrite ---------------------------------------------------------------- 18-19
18.16 _DMC_01_start_v3_move --------------------------------------------------------------------- 18-21
Chapter 19 2-Axis Linear Interpolation Motion Control API ---------------------------------------- 19-1
19.1 _DMC_01_start_tr_move_xy -------------------------------------------------------------------- 19-2
19.2 _DMC_01_start_sr_move_xy ------------------------------------------------------------------- 19-4
19.3 _DMC_01_start_ta_move_xy ------------------------------------------------------------------- 19-6
19.4 _DMC_01_start_sa_move_xy ------------------------------------------------------------------ 19-8
19.5 _DMC_01_start_v3_move_xy ---------------------------------------------------------------- 19-10
Chapter 20 2-Axis Arc Interpolation Motion Control API -------------------------------------------- 20-1
20.1 _DMC_01_start_tr_arc_xy ----------------------------------------------------------------------- 20-3
20.2 _DMC_01_start_sr_arc_xy ---------------------------------------------------------------------- 20-5
20.3 _DMC_01_start_ta_arc_xy ---------------------------------------------------------------------- 20-7
20.4 _DMC_01_start_sa_arc_xy ---------------------------------------------------------------------- 20-9
20.5 _DMC_01_start_tr_arc2_xy ------------------------------------------------------------------- 20-11
20.6 _DMC_01_start_sr_arc2_xy ------------------------------------------------------------------- 20-13
20.7 _DMC_01_start_ta_arc2_xy ------------------------------------------------------------------- 20-15
20.8 _DMC_01_start_sa_arc2_xy ------------------------------------------------------------------ 20-17
20.9 _DMC_01_start_tr_arc3_xy ------------------------------------------------------------------- 20-19
20.11 _DMC_01_start_ta_arc3_xy ------------------------------------------------------------------- 20-23
20.12 _DMC_01_start_sa_arc3_xy ------------------------------------------------------------------ 20-25
PCI-DMC-A01 / PCI-DMC-B01 Programming Manual
Revised March, 2012 ix
20.13 _DMC_01_start_spiral_xy --------------------------------------------------------------------- 20-27
20.14 _DMC_01_start_spiral2_xy -------------------------------------------------------------------- 20-29
20.15 _DMC_01_start_v3_arc_xy -------------------------------------------------------------------- 20-31
20.16 _DMC_01_start_v3_arc2_xy ------------------------------------------------------------------ 20-33
20.17 _DMC_01_start_v3_arc3_xy ------------------------------------------------------------------ 20-35
20.18 _DMC_01_start_v3_spiral_xy ----------------------------------------------------------------- 20-37
20.19 _DMC_01_start_v3_spiral2_xy --------------------------------------------------------------- 20-39
Chapter 21 3-Axis Linear Interpolation Motion Control API ---------------------------------------- 21-1
21.1 _DMC_01_start_tr_move_xyz ------------------------------------------------------------------ 21-2
21.2 _DMC_01_start_sr_move_xyz ------------------------------------------------------------------ 21-3
21.3 _DMC_01_start_ta_move_xyz ------------------------------------------------------------------ 21-4
21.4 _DMC_01_start_sa_move_xyz ----------------------------------------------------------------- 21-5
21.5 _DMC_01_start_v3_move_xyz ----------------------------------------------------------------- 21-6
Chapter 22 3-Axis Spiral Interpolation Motion Control API ---------------------------------------- 22-1
22.1 _DMC_01_start_tr_heli_xy ---------------------------------------------------------------------- 22-2
22.2 _DMC_01_start_sr_heli_xy ---------------------------------------------------------------------- 22-4
22.3 _DMC_01_start_ta_heli_xy ---------------------------------------------------------------------- 22-6
22.4 _DMC_01_start_sa_heli_xy --------------------------------------------------------------------- 22-8
22.5 _DMC_01_start_v3_heli_xy ------------------------------------------------------------------- 22-10
Chapter 23 Velocity Motion Control API ------------------------------------------------------------------ 23-1
23.1 _DMC_01_tv_move ------------------------------------------------------------------------------- 23-2
23.2 _DMC_01_sv_move ------------------------------------------------------------------------------- 23-3
Chapter 24 Synchronization Motion Control API ------------------------------------------------------ 24-1
24.1 _DMC_01_sync_move---------------------------------------------------------------------------- 24-2
24.2 _DMC_01_sync_move_config ------------------------------------------------------------------ 24-2
Chapter 25 Remote Module Control API ------------------------------------------------------------------ 25-1
25.1 _DMC_01_get_rm_input_value ---------------------------------------------------------------- 25-2
25.2 _DMC_01_set_rm_input_filter ------------------------------------------------------------------ 25-3
25.3 _DMC_01_set_rm_input_filter_enable ------------------------------------------------------- 25-4
25.4 _DMC_01_set_rm_output_value --------------------------------------------------------------- 25-5
25.5 _DMC_01_set_rm_output_value_error_handle -------------------------------------------- 25-6
25.6 _DMC_01_get_rm_output_value --------------------------------------------------------------- 25-7
25.7 _DMC_01_get_rm_output_value_error_handle -------------------------------------------- 25-8
PCI-DMC-A01 / PCI-DMC-B01 Programming Manual
x Revised March, 2012
25.8 _DMC_01_set_rm_output_active -------------------------------------------------------------- 25-9
Chapter 26 MPG and JOG Operation API ----------------------------------------------------------------- 26-1
26.1 _DMC_01_set_rm_mpg_axes_enable ------------------------------------------------------- 26-2
26.2 _DMC_01_set_rm_mpg_axes_enable2 ------------------------------------------------------ 26-4
26.3 _DMC_01_set_rm_jog_axes_enable --------------------------------------------------------- 26-6
Chapter 27 4-Channel Pulse Interface API --------------------------------------------------------------- 27-1
27.1 _DMC_01_set_rm_04pi_ipulse_mode -------------------------------------------------------- 27-2
27.2 _DMC_01_set_rm_04pi_opulse_mode ------------------------------------------------------- 27-3
27.3 _DMC_01_set_rm_04pi_svon_polarity ------------------------------------------------------- 27-4
27.4 _DMC_01_set_rm_04pi_DO2 ------------------------------------------------------------------ 27-5
27.5 _DMC_01_set_rm_04pi_homing_ratio ------------------------------------------------------- 27-6
27.6 _DMC_01_04pi_set_poweron ------------------------------------------------------------------ 27-7
27.7 _DMC_01_rm_04PI_get_buffer ---------------------------------------------------------------- 27-8
Chapter 28 4-Channel Pulse Interface (Mode 1) Motion Control API ---------------------------- 28-1
28.1 _DMC_01_rm_04pi_md1_start_move -------------------------------------------------------- 28-3
28.2 _DMC_01_rm_04pi_md1_v_move ------------------------------------------------------------ 28-5
28.3 _DMC_01_rm_04pi_md1_start_line2 --------------------------------------------------------- 28-6
28.4 _DMC_01_rm_04pi_md1_start_line3 --------------------------------------------------------- 28-8
28.5 _DMC_01_rm_04pi_md1_start_line4 ------------------------------------------------------- 28-10
28.6 _DMC_01_rm_04pi_md1_start_arc --------------------------------------------------------- 28-12
28.7 _DMC_01_rm_04pi_md1_start_arc2 ------------------------------------------------------- 28-14
28.8 _DMC_01_rm_04pi_md1_start_arc3 ------------------------------------------------------- 28-16
28.9 _DMC_01_rm_04pi_md1_start_heli --------------------------------------------------------- 28-18
28.10 _DMC_01_rm_04pi_md1_p_change -------------------------------------------------------- 28-20
28.11 _DMC_01_rm_04pi_md1_v_change -------------------------------------------------------- 28-21
28.12 _DMC_01_rm_04pi_md1_set_gear --------------------------------------------------------- 28-22
28.13 _DMC_01_rm_04pi_md1_set_soft_limit --------------------------------------------------- 28-23
28.14 _DMC_01_rm_04pi_md1_get_soft_limit_status ----------------------------------------- 28-24
28.15 _DMC_01_rm_04pi_md1_set_sld ----------------------------------------------------------- 28-25
28.16 _DMC_01_rm_04pi_md1_get_mc_error_code ------------------------------------------- 28-26
28.17 _DMC_01_set_rm_04pi_ref_counter ------------------------------------------------------- 28-27
Chapter 29 4-Channel Analog Output Remote Module API ---------------------------------------- 29-1
29.1 _DMC_01_rm_04da_set_output_value ------------------------------------------------------ 29-2
29.2 _DMC_01_rm_04da_get_output_value ------------------------------------------------------ 29-3
PCI-DMC-A01 / PCI-DMC-B01 Programming Manual
Revised March, 2012 xi
29.3 _DMC_01_rm_04da_get_return_code ------------------------------------------------------- 29-4
29.4 _DMC_01_rm_04da_set_output_range ------------------------------------------------------ 29-5
29.5 _DMC_01_rm_04da_set_output_enable ----------------------------------------------------- 29-6
29.6 _DMC_01_rm_04da_set_output_overrange ------------------------------------------------ 29-7
29.7 _DMC_01_rm_04da_set_output_error_clear ----------------------------------------------- 29-8
29.8 _DMC_01_rm_04da_read_data ---------------------------------------------------------------- 29-9
29.9 _DMC_01_rm_04da_set_output_error_handle ------------------------------------------- 29-10
29.10 _DMC_01_rm_04da_set_output_offset_value ------------------------------------------- 29-11
29.11 _DMC_01_rm_04da_get_output_offset_value ------------------------------------------- 29-12
Chapter 30 4-Channel Analog Input Remote Module API ------------------------------------------- 30-1
30.1 _DMC_01_set_04ad_input_range ------------------------------------------------------------- 30-2
30.2 _DMC_01_get_04ad_input_range ------------------------------------------------------------- 30-3
30.3 _DMC_01_set_04ad_zero_scale -------------------------------------------------------------- 30-4
30.4 _DMC_01_get_04ad_zero_scale_status ---------------------------------------------------- 30-5
30.5 _DMC_01_set_04ad_full_scale ---------------------------------------------------------------- 30-6
30.6 _DMC_01_get_04ad_full_scale_status ------------------------------------------------------ 30-7
30.7 _DMC_01_set_04ad_conversion_time ------------------------------------------------------- 30-8
30.8 _DMC_01_get_04ad_conversion_time ------------------------------------------------------- 30-9
30.9 _DMC_01_get_04ad_data --------------------------------------------------------------------- 30-10
30.10 _DMC_01_set_04ad_average_mode ------------------------------------------------------- 30-11
30.11 _DMC_01_get_04ad_average_mode ------------------------------------------------------- 30-12
30.12 _DMC_01_set_04ad_input_enable ---------------------------------------------------------- 30-13
Chapter 31 Slave Data API ------------------------------------------------------------------------------------ 31-1
31.1 _DMC_01_get_devicetype ----------------------------------------------------------------------- 31-2
31.2 _DMC_01_get_slave_version ------------------------------------------------------------------- 31-4
Chapter 32 Parameter Monitoring API --------------------------------------------------------------------- 32-1
32.1 _DMC_01_set_monitor --------------------------------------------------------------------------- 32-2
32.2 _DMC_01_get_monitor --------------------------------------------------------------------------- 32-5
32.3 _DMC_01_get_servo_command --------------------------------------------------------------- 32-6
32.4 _DMC_01_get_servo_DI ------------------------------------------------------------------------- 32-7
32.5 _DMC_01_get_servo_DO ----------------------------------------------------------------------- 32-8
Chapter 33 Alarm Message API ------------------------------------------------------------------------------ 33-1
33.1 _DMC_01_set_ralm ------------------------------------------------------------------------------- 33-2
33.2 _DMC_01_get_alm_code ------------------------------------------------------------------------ 33-3
PCI-DMC-A01 / PCI-DMC-B01 Programming Manual
xii Revised March, 2012
33.3 _DMC_01_master_alm_code ------------------------------------------------------------------- 33-4
33.4 _DMC_01_slave_error ---------------------------------------------------------------------------- 33-5
Chapter 34 Multi-Axis Motion Control API --------------------------------------------------------------- 34-1
34.1 _DMC_01_multi_axes_move ------------------------------------------------------------------- 34-2
34.2 _ DMC_01_liner_speed_master ---------------------------------------------------------------- 34-4
34.3 _DMC_01_start_v3_multi_axes ---------------------------------------------------------------- 34-5
Chapter 35 Buffer Operation API ---------------------------------------------------------------------------- 35-1
35.1 _DMC_01_set_trigger_buf_function ----------------------------------------------------------- 35-2
Chapter 36 Interrupt API --------------------------------------------------------------------------------------- 36-1
36.1 _DMC_01_ set_int_factor ------------------------------------------------------------------------ 36-2
36.2 _DMC_01_ int_enable ---------------------------------------------------------------------------- 36-3
36.3 _DMC_01_ int_disable --------------------------------------------------------------------------- 36-3
36.4 _DMC_01_ get_int_count ------------------------------------------------------------------------ 36-4
36.5 _DMC_01_ get_int_status ----------------------------------------------------------------------- 36-5
36.6 _DMC_01_link_ interrupt ------------------------------------------------------------------------- 36-6
Chapter 37 Security API ---------------------------------------------------------------------------------------- 37-1
37.1 _DMC_01_ read_security ------------------------------------------------------------------------ 37-2
37.2 _DMC_01_ read_security_status -------------------------------------------------------------- 37-2
37.3 _DMC_01_write_security ------------------------------------------------------------------------ 37-3
37.4 _DMC_01_ write_security_status -------------------------------------------------------------- 37-3
37.5 _DMC_01_ check_userpassword -------------------------------------------------------------- 37-4
37.6 _DMC_01_write_ userpassword --------------------------------------------------------------- 37-4
37.7 _DMC_01_check_verifykey --------------------------------------------------------------------- 37-5
37.8 _DMC_01_write_verifykey ----------------------------------------------------------------------- 37-5
37.9 _DMC_01_ read_serialno ------------------------------------------------------------------------ 37-6
37.10 misc_slave_check_userpassword ------------------------------------------------------------- 37-7
37.11 _misc_slave_write_userpassword ------------------------------------------------------------- 37-8
37.12 _misc_slave_get_serialno ----------------------------------------------------------------------- 37-9
37.13 _misc_security ------------------------------------------------------------------------------------ 37-10
37.14 _misc_slave_write_verifykey ------------------------------------------------------------------ 37-11
37.15 _misc_slave_check_verifykey ---------------------------------------------------------------- 37-12
37.16 _misc_slave_user_data_buffer_read ------------------------------------------------------- 37-13
37.17 _misc_slave_user_data_buffer_write ------------------------------------------------------- 37-14
37.18 _misc_slave_user_data_to_flash ------------------------------------------------------------ 37-15
PCI-DMC-A01 / PCI-DMC-B01 Programming Manual
Revised March, 2012 xiii
Chapter 38 Limit Reversal API ------------------------------------------------------------------------------- 38-1
38.1 _ DMC_01_rm_04pi_set_MEL_polarity ------------------------------------------------------ 38-2
38.2 _ DMC_01_rm_04pi_get_MEL_polarity ------------------------------------------------------ 38-3
38.3 _ DMC_01_rm_04pi_set_PEL_polarity ------------------------------------------------------- 38-4
38.4 _ DMC_01_rm_04pi_get_PEL_polarity ------------------------------------------------------- 38-5
Chapter 39 Compare API --------------------------------------------------------------------------------------- 39-1
39.1 _ DMC_01_set_compare_channel_position ------------------------------------------------ 39-2
39.2 _DMC_01_get_compare_channel_position ------------------------------------------------- 39-3
39.3 _DMC_01_set_compare_ipulse_mode ------------------------------------------------------- 39-4
39.4 _DMC_01_set_compare_channel_direction ------------------------------------------------ 39-5
39.5 _DMC_01_set_compare_channel_trigger_time -------------------------------------------- 39-6
39.6 _DMC_01_set_compare_channel_one_shot ----------------------------------------------- 39-7
39.7 _DMC_01_set_compare_channel_source --------------------------------------------------- 39-8
39.8 _DMC_01_channel0_position_cmp ----------------------------------------------------------- 39-9
39.9 _DMC_01_channel1_output_enable -------------------------------------------------------- 39-10
39.10 _DMC_01_channel1_output_mode --------------------------------------------------------- 39-11
39.11 _DMC_01_channel1_get_io_status --------------------------------------------------------- 39-13
39.12 _DMC_01_channel1_set_gpio_out ---------------------------------------------------------- 39-14
39.13 _DMC_01_channel1_position_compare_table ------------------------------------------- 39-15
39.14 _DMC_01_channel1_position_compare_table_level ----------------------------------- 39-16
39.15 _DMC_01_channel1_position_compare_table_cnt ------------------------------------- 39-17
39.16 _DMC_01_set_compare_channel_polarity ------------------------------------------------ 39-18
39.17 _DMC_01_channel0_position_cmp_by_gpio --------------------------------------------- 39-19
39.18 _DMC_01_channel1_position_re_compare_table --------------------------------------- 39-20
39.19 _DMC_01_channel1_position_re_compare_table_level ------------------------------- 39-20
Chapter 40 Linear and Arc Interpolation Motion Control API -------------------------------------- 40-1
40.1 _DMC_01_start_rline_xy ------------------------------------------------------------------------- 40-2
40.2 _DMC_01_start_rline_xyz ----------------------------------------------------------------------- 40-4
40.4 _DMC_01_start_v3_rline_xyz ------------------------------------------------------------------- 40-9
Chapter 41 Speed Continue API ----------------------------------------------------------------------------- 41-1
41.1 _DMC_01_speed_continue---------------------------------------------------------------------- 41-2
41.2 _DMC_01_speed_continue_mode ------------------------------------------------------------ 41-3
41.3 _DMC_01_speed_continue_combine_ratio ------------------------------------------------- 41-5
PCI-DMC-A01 / PCI-DMC-B01 Programming Manual
xiv Revised March, 2012
Chapter 42 Other API -------------------------------------------------------------------------------------------- 42-1
42.1 _misc_app_get_circle_endpoint ---------------------------------------------------------------- 42-2
42.2 _misc_app_get_circle_center_point ----------------------------------------------------------- 42-3
42.3 _misc_set_record_debuging -------------------------------------------------------------------- 42-4
42.4 _misc_open_record_debuging_file ------------------------------------------------------------ 42-4
42.5 _DMC_01_enable_dda_mode ------------------------------------------------------------------ 42-5
42.6 _DMC_01_set_dda_data------------------------------------------------------------------------- 42-6
42.7 _DMC_01_get_dda_cnt -------------------------------------------------------------------------- 42-6
Chapter 1 Introduction to the API Function Library | PCI-DMC-A01 / PCI-DMC-B01
Revised March, 2012 1-1
Chapter 1 Introduction to the
API Function Library
PCI-DMC-A01 provides a function library and dynamic-link library (DLL) which can be called upon
to perform functions as you require. The following sections will detail how you can incorporate
these function libraries into your development environment.
1.1 Using the Function Libraries
Once you have installed the program you will find two libraries under the “lib” folder. These
libraries are intended for use in Visual Studio C or Borland development environments.
Table 1.1
PCI_DMC_01.lib Visual Studio C function
library
BCBPCI_DMC_01.lib Borland C function
library
1.2 Edit New Project
1.2.1 Using VC
1. Add the following command to your project:
# include “..\inc\VC\PCI_DMC_01.h”
# include “..\inc\VC\PCI_DMC_01_Err.h”
2. Under the Visual C development environment, select Project / Setting / Link
Under Object / Library modules, input “..\lib\PCI_DMC_01.lib”
3. Once set, you can begin using the API to control PCI-DMC-A01.
1.2.2 Using Borland C
1. Add the following command to your project:
# include “..\inc\BCB \PCI_DMC_01.h”
# include “..\inc\BCB\PCI_DMC_01_Err.h”
Chapter 1 Introduction to the API Function Library | PCI-DMC-A01 / PCI-DMC-B01
1-2 Revised March, 2012
2. Under the Borland C++ Build development environment, select View/ Project
Manager
Add the function library “..\lib\BCBPCI_DMC_01.lib” to your new project.
3. Once set, you can begin using the API to control PCI-DMC-A01.
1.2.3 Using VB
Under the installation directory “..\ \PCI-DMC-A01\inc\VB” you will find
“PCI_DMC_01.bas” and “PCI_DMC_01_Err.bas”. Add these two files to your new
project to use the API to control PCI-DMC-A01.
1.2.4 Using Delphi
Under the installation directory “..\ \PCI-DMC-A01\inc\Delphi” you will find
“PCI_DMC_01.pas”. Add this file to your new project to use the API to control
PCI-DMC-A01.
1.2.5 Using VB.Net
Under the installation directory “..\ \PCI-DMC-A01\inc\VB.Net” you will find
“PCI_DMC_01.vb” and “PCI_DMC_01_ERR.vb”. Add these two files to your new
project to use the API to control PCI-DMC-A01.
1.2.6 Using C#
In the installation directory “..\ \PCI-DMC-A01\inc\C#” you will find “PCI_DMC_01.css”
and “PCI_DMC_01_ERR.cs”. Add these two files to your new project to use the API to
control PCI-DMC-A01.
Chapter 2 Command Return Values and Messages | PCI-DMC-A01 / PCI-DMC-B01
Revised March, 2012 2-1
Chapter 2 Command Return Values
and Messages
2.1 Error Codes
When you use API for PCI-DMC-A01, the function library will generally return one of the
error codes listed in Table 2.1.
If the API function's return value is 0, then the API function was executed successfully. If
the API function returns some other error code, then an error may have occurred during
operation or in the hardware connection. You can troubleshoot the problem by referring to
the error code description.
Table 2.1
Error Return
Code
(Decimal)
Error Code Error Description
0 ERR_NoError API executed successfully
3 ERR_CardNoError
Card number error. Please check the number set
by the DIP Switch on the card.
5 ERR_bootmodeErr Unable to boot DSP procedure
6 ERR_downloadcode DSP memory program read/write error
7 ERR_downloadinit DSP memory data read/write error
8 ERR_PCI_boot_first
“_DMC_01_pci_initial” AP function must be
launched first
11 ERR_AxisNoError Axis number error (too large)
12 ERR_IPO_First Must be in IPO mode
13 ERR_Target_reach Target must be in position for Mode 1 operation
14 ERR_Servo_on_first Must be set to Servo on
15 ERR_MPG_Mode
Unable to clear position in Manual Pulse
Generator (MPG) mode
16 ERR_PDO_TG
Unable to return acknowledgement when sending
command to module in PDO mode
17 ERR_ConfigFileOpenError Error opening configuration file
18 ERR_Ctrl_value Command code error
19 ERR_Security_Fifo Write error using Security Fpga
20 ERR_Security_Fifo_busy Security Fpga is busy
Chapter 2 Command Return Values and Messages | PCI-DMC-A01 / PCI-DMC-B01
2-2 Revised March, 2012
Error Return
Code
(Decimal)
Error Code Error Description
21 ERR_SpeedLimitError Defined velocity exceeds maximum velocity
22 ERR_Security_Page Security page must be smaller than 16
23 ERR_Slave_Security_op Security slave_operate command failed
24 ERR_channel_no channel no error
25 ERR_start_ring_first
“_DMC_01_pci_initial” AP function must be
launched first
26 ERR_NodeIDError NodeID does not exist
27 ERR_MailBoxErr DSP busy, unable to send command
28 ERR_SdoData SDO data sent, but no response received
29 ERR_IOCTL Operating system unable to process this IRP
30 ERR_SdoSvonFirst Servo On required to use SDO axis control
31 ERR_SlotIDError No such Slot ID for Slave module (GA or RM)
32 ERR_PDO_First PDO protocol mode required to use PDO protocol
33 ERR_Protocal_build Protocol, not built
34 ERR_Maching_TimeOut Module matching time-out
35 ERR_Maching_NG Module matching failed
40 ERR_Master_Security_Wr Security Master Write command failed
41 ERR_Master_Security_Rd Security Master Read command failed
42 ERR_Master_Security_Pw Correct password required
50 ERR_NonSupport_CardVer
Master Card version error. Please contact
distributor to purchase the correct Master Card
51 ERR_Compare_Source Ver Type: B Compare Source selection error
52 ERR_Compare_Direction
Compare direction error; dir must be set to 1 or 0
(1:ccw, 0:cw)
112 ERR_RangeError Axis number error
114 ERR_MotionBusy Motion command overlap
116 ERR_SpeedError Maximum velocity set to 0
117
ERR_AccTimeError Acceleration/deceleration time greater than 1000
sec
124 ERR_PitchZero Screw displacement parameter “pitch” set to 0
127 ERR_BufferFull Motion command buffer is full
128 ERR_PathError Motion command error
130 ERR_NoSupportMode Velocity change not supported
132
ERR_FeedHold_support Feedhold Stop enabled. Unable to receive new
commands
  • Page 1 1
  • Page 2 2
  • Page 3 3
  • Page 4 4
  • Page 5 5
  • Page 6 6
  • Page 7 7
  • Page 8 8
  • Page 9 9
  • Page 10 10
  • Page 11 11
  • Page 12 12
  • Page 13 13
  • Page 14 14
  • Page 15 15
  • Page 16 16
  • Page 17 17
  • Page 18 18
  • Page 19 19
  • Page 20 20
  • Page 21 21
  • Page 22 22
  • Page 23 23
  • Page 24 24
  • Page 25 25
  • Page 26 26
  • Page 27 27
  • Page 28 28
  • Page 29 29
  • Page 30 30
  • Page 31 31
  • Page 32 32
  • Page 33 33
  • Page 34 34
  • Page 35 35
  • Page 36 36
  • Page 37 37
  • Page 38 38
  • Page 39 39
  • Page 40 40
  • Page 41 41
  • Page 42 42
  • Page 43 43
  • Page 44 44
  • Page 45 45
  • Page 46 46
  • Page 47 47
  • Page 48 48
  • Page 49 49
  • Page 50 50
  • Page 51 51
  • Page 52 52
  • Page 53 53
  • Page 54 54
  • Page 55 55
  • Page 56 56
  • Page 57 57
  • Page 58 58
  • Page 59 59
  • Page 60 60
  • Page 61 61
  • Page 62 62
  • Page 63 63
  • Page 64 64
  • Page 65 65
  • Page 66 66
  • Page 67 67
  • Page 68 68
  • Page 69 69
  • Page 70 70
  • Page 71 71
  • Page 72 72
  • Page 73 73
  • Page 74 74
  • Page 75 75
  • Page 76 76
  • Page 77 77
  • Page 78 78
  • Page 79 79
  • Page 80 80
  • Page 81 81
  • Page 82 82
  • Page 83 83
  • Page 84 84
  • Page 85 85
  • Page 86 86
  • Page 87 87
  • Page 88 88
  • Page 89 89
  • Page 90 90
  • Page 91 91
  • Page 92 92
  • Page 93 93
  • Page 94 94
  • Page 95 95
  • Page 96 96
  • Page 97 97
  • Page 98 98
  • Page 99 99
  • Page 100 100
  • Page 101 101
  • Page 102 102
  • Page 103 103
  • Page 104 104
  • Page 105 105
  • Page 106 106
  • Page 107 107
  • Page 108 108
  • Page 109 109
  • Page 110 110
  • Page 111 111
  • Page 112 112
  • Page 113 113
  • Page 114 114
  • Page 115 115
  • Page 116 116
  • Page 117 117
  • Page 118 118
  • Page 119 119
  • Page 120 120
  • Page 121 121
  • Page 122 122
  • Page 123 123
  • Page 124 124
  • Page 125 125
  • Page 126 126
  • Page 127 127
  • Page 128 128
  • Page 129 129
  • Page 130 130
  • Page 131 131
  • Page 132 132
  • Page 133 133
  • Page 134 134
  • Page 135 135
  • Page 136 136
  • Page 137 137
  • Page 138 138
  • Page 139 139
  • Page 140 140
  • Page 141 141
  • Page 142 142
  • Page 143 143
  • Page 144 144
  • Page 145 145
  • Page 146 146
  • Page 147 147
  • Page 148 148
  • Page 149 149
  • Page 150 150
  • Page 151 151
  • Page 152 152
  • Page 153 153
  • Page 154 154
  • Page 155 155
  • Page 156 156
  • Page 157 157
  • Page 158 158
  • Page 159 159
  • Page 160 160
  • Page 161 161
  • Page 162 162
  • Page 163 163
  • Page 164 164
  • Page 165 165
  • Page 166 166
  • Page 167 167
  • Page 168 168
  • Page 169 169
  • Page 170 170
  • Page 171 171
  • Page 172 172
  • Page 173 173
  • Page 174 174
  • Page 175 175
  • Page 176 176
  • Page 177 177
  • Page 178 178
  • Page 179 179
  • Page 180 180
  • Page 181 181
  • Page 182 182
  • Page 183 183
  • Page 184 184
  • Page 185 185
  • Page 186 186
  • Page 187 187
  • Page 188 188
  • Page 189 189
  • Page 190 190
  • Page 191 191
  • Page 192 192
  • Page 193 193
  • Page 194 194
  • Page 195 195
  • Page 196 196
  • Page 197 197
  • Page 198 198
  • Page 199 199
  • Page 200 200
  • Page 201 201
  • Page 202 202
  • Page 203 203
  • Page 204 204
  • Page 205 205
  • Page 206 206
  • Page 207 207
  • Page 208 208
  • Page 209 209
  • Page 210 210
  • Page 211 211
  • Page 212 212
  • Page 213 213
  • Page 214 214
  • Page 215 215
  • Page 216 216
  • Page 217 217
  • Page 218 218
  • Page 219 219
  • Page 220 220
  • Page 221 221
  • Page 222 222
  • Page 223 223
  • Page 224 224
  • Page 225 225
  • Page 226 226
  • Page 227 227
  • Page 228 228
  • Page 229 229
  • Page 230 230
  • Page 231 231
  • Page 232 232
  • Page 233 233
  • Page 234 234
  • Page 235 235
  • Page 236 236
  • Page 237 237
  • Page 238 238
  • Page 239 239
  • Page 240 240
  • Page 241 241
  • Page 242 242
  • Page 243 243
  • Page 244 244
  • Page 245 245
  • Page 246 246
  • Page 247 247
  • Page 248 248
  • Page 249 249
  • Page 250 250
  • Page 251 251
  • Page 252 252
  • Page 253 253
  • Page 254 254
  • Page 255 255
  • Page 256 256
  • Page 257 257
  • Page 258 258
  • Page 259 259
  • Page 260 260
  • Page 261 261
  • Page 262 262
  • Page 263 263
  • Page 264 264
  • Page 265 265
  • Page 266 266
  • Page 267 267
  • Page 268 268
  • Page 269 269
  • Page 270 270
  • Page 271 271
  • Page 272 272
  • Page 273 273
  • Page 274 274
  • Page 275 275
  • Page 276 276
  • Page 277 277
  • Page 278 278
  • Page 279 279
  • Page 280 280
  • Page 281 281
  • Page 282 282
  • Page 283 283
  • Page 284 284
  • Page 285 285
  • Page 286 286
  • Page 287 287
  • Page 288 288
  • Page 289 289
  • Page 290 290
  • Page 291 291
  • Page 292 292
  • Page 293 293
  • Page 294 294
  • Page 295 295
  • Page 296 296
  • Page 297 297
  • Page 298 298
  • Page 299 299
  • Page 300 300
  • Page 301 301
  • Page 302 302
  • Page 303 303
  • Page 304 304
  • Page 305 305
  • Page 306 306
  • Page 307 307
  • Page 308 308
  • Page 309 309
  • Page 310 310
  • Page 311 311
  • Page 312 312
  • Page 313 313
  • Page 314 314
  • Page 315 315
  • Page 316 316
  • Page 317 317
  • Page 318 318
  • Page 319 319
  • Page 320 320
  • Page 321 321
  • Page 322 322
  • Page 323 323
  • Page 324 324
  • Page 325 325
  • Page 326 326
  • Page 327 327
  • Page 328 328
  • Page 329 329
  • Page 330 330
  • Page 331 331
  • Page 332 332
  • Page 333 333
  • Page 334 334
  • Page 335 335
  • Page 336 336
  • Page 337 337
  • Page 338 338
  • Page 339 339
  • Page 340 340
  • Page 341 341
  • Page 342 342
  • Page 343 343
  • Page 344 344
  • Page 345 345
  • Page 346 346
  • Page 347 347
  • Page 348 348
  • Page 349 349
  • Page 350 350
  • Page 351 351
  • Page 352 352
  • Page 353 353
  • Page 354 354
  • Page 355 355
  • Page 356 356
  • Page 357 357
  • Page 358 358
  • Page 359 359
  • Page 360 360
  • Page 361 361
  • Page 362 362
  • Page 363 363
  • Page 364 364
  • Page 365 365
  • Page 366 366
  • Page 367 367
  • Page 368 368
  • Page 369 369
  • Page 370 370
  • Page 371 371
  • Page 372 372
  • Page 373 373
  • Page 374 374
  • Page 375 375
  • Page 376 376
  • Page 377 377
  • Page 378 378
  • Page 379 379
  • Page 380 380
  • Page 381 381
  • Page 382 382
  • Page 383 383
  • Page 384 384
  • Page 385 385
  • Page 386 386
  • Page 387 387
  • Page 388 388
  • Page 389 389
  • Page 390 390
  • Page 391 391
  • Page 392 392
  • Page 393 393
  • Page 394 394
  • Page 395 395
  • Page 396 396
  • Page 397 397
  • Page 398 398
  • Page 399 399
  • Page 400 400
  • Page 401 401
  • Page 402 402
  • Page 403 403
  • Page 404 404
  • Page 405 405
  • Page 406 406
  • Page 407 407
  • Page 408 408
  • Page 409 409
  • Page 410 410
  • Page 411 411
  • Page 412 412
  • Page 413 413
  • Page 414 414
  • Page 415 415
  • Page 416 416
  • Page 417 417
  • Page 418 418
  • Page 419 419
  • Page 420 420
  • Page 421 421
  • Page 422 422
  • Page 423 423
  • Page 424 424
  • Page 425 425
  • Page 426 426
  • Page 427 427
  • Page 428 428
  • Page 429 429
  • Page 430 430
  • Page 431 431
  • Page 432 432
  • Page 433 433
  • Page 434 434
  • Page 435 435
  • Page 436 436
  • Page 437 437
  • Page 438 438
  • Page 439 439
  • Page 440 440
  • Page 441 441
  • Page 442 442
  • Page 443 443
  • Page 444 444
  • Page 445 445
  • Page 446 446
  • Page 447 447
  • Page 448 448
  • Page 449 449
  • Page 450 450
  • Page 451 451
  • Page 452 452
  • Page 453 453
  • Page 454 454
  • Page 455 455
  • Page 456 456
  • Page 457 457
  • Page 458 458
  • Page 459 459
  • Page 460 460
  • Page 461 461
  • Page 462 462
  • Page 463 463
  • Page 464 464
  • Page 465 465
  • Page 466 466
  • Page 467 467
  • Page 468 468
  • Page 469 469
  • Page 470 470
  • Page 471 471
  • Page 472 472
  • Page 473 473
  • Page 474 474
  • Page 475 475
  • Page 476 476
  • Page 477 477
  • Page 478 478
  • Page 479 479
  • Page 480 480
  • Page 481 481
  • Page 482 482
  • Page 483 483
  • Page 484 484
  • Page 485 485
  • Page 486 486
  • Page 487 487
  • Page 488 488
  • Page 489 489
  • Page 490 490
  • Page 491 491
  • Page 492 492
  • Page 493 493
  • Page 494 494
  • Page 495 495
  • Page 496 496
  • Page 497 497
  • Page 498 498
  • Page 499 499
  • Page 500 500
  • Page 501 501
  • Page 502 502
  • Page 503 503
  • Page 504 504
  • Page 505 505
  • Page 506 506
  • Page 507 507
  • Page 508 508
  • Page 509 509
  • Page 510 510
  • Page 511 511
  • Page 512 512
  • Page 513 513
  • Page 514 514
  • Page 515 515
  • Page 516 516
  • Page 517 517
  • Page 518 518
  • Page 519 519
  • Page 520 520
  • Page 521 521
  • Page 522 522
  • Page 523 523
  • Page 524 524
  • Page 525 525
  • Page 526 526
  • Page 527 527
  • Page 528 528

Delta Electronics PCI-DMC-B01 Programming User manual

Type
User manual
This manual is also suitable for

Ask a question and I''ll find the answer in the document

Finding information in a document is now easier with AI