You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
39 lines
563 B
Modula-2
39 lines
563 B
Modula-2
; motor_gugao.def : ÉùÃ÷ DLL µÄÄ£¿é²ÎÊý¡£
|
|
|
|
LIBRARY "motor_gugao.dll"
|
|
|
|
EXPORTS
|
|
init
|
|
deinit
|
|
get_dev_info
|
|
init_dev
|
|
uninit_dev
|
|
get_status
|
|
send_custom_msg
|
|
recv_custom_msg
|
|
get_command_desc
|
|
|
|
axis_reset
|
|
axis_home
|
|
axis_zero_pos
|
|
axis_is_moving
|
|
axis_set_speed
|
|
axis_stop
|
|
axis_read
|
|
axis_write
|
|
axis_set_pos
|
|
axis_get_pos
|
|
axis_move_pos
|
|
axis_move_jog
|
|
|
|
create_crd
|
|
add_line_pos
|
|
add_arc_pos
|
|
crd_move
|
|
crd_is_moving
|
|
close_crd
|
|
read_in
|
|
read_out
|
|
write_out
|
|
read_ad
|
|
write_ad |