ICP DAS USA I-8091 2-axis stepping/servo, I-8090 3-axis encoder card user manual Reversedir

Page 51

I-8091 User Manual

Version 1.0 06/2001

1: REVERSE_DIR

(5)i8091_SET_MODE(unsigned char cardNo, unsigned char modeX,

 

unsigned char modeY)

I-8091 card provide two kind output method.

cardNo : board number 0~19.

 

modeX : X axis output mode

 

modeY : Y axis output mode

 

0

: CW_CCW

CW/CCW mode

1

: PULSE_DIR

Pulse/Direction mode

CW

Mode = 0 (CW_CCW)

CCW

Pulse

Mode = 1 (PULSE_DIR)

Direction

Example: i8091_SET_MODE(1,CW_CCW, PULSE_DIR);

(6) i8091_SET_SERVO_ON(unsigned char cardNo,

unsigned char sonX, unsigned char sonY)

To turn servo motor into servo ON(OFF) state, or turn stepping motor into hold ON(OFF) state.

cardNo : board number 0~19.

sonX : X axis servo/hold on switch

sonY : Y axis servo/hold on switch 1 : ON

0 : OFF

(7)i8091_SET_NC(unsigned char cardNo, unsigned char sw); To set all of the following limit switches as N.C.(normal close) or N.O.(normal open). If set as N.O., those limit switches are active low. If

http://www.icpdas.com

2-22

ICPDAS

Image 51
Contents Icpdas Contents Contents Version 1.0 06/2001 Edition 8090 Axis encoder card8090 3-axis encoder card FeaturesVersion 06/2001 8000, 4 slots 8000, 8 slots I-8000 hardware addressRST INH SEL Registers of I-8090 boardFig2 Quadrant counting mode 01 CW/CCW counting mode Fig3 CW/CCW counting mode Pulse/Direction counting mode Power 1C 2A LED IndicatorEgnd ConnectionEncoder CW/PULSE CCW/DIR Index S8091 card Constants Constants and functionsIcpdas Unsigned char i8090GETINDEXunsigned char cardNo Icpdas Examples Get X, Y, Z-axis encoder counter’s value Icpdas Break default break Return value Icpdas Icpdas Icpdas \r\n Icpdas Icpdas 8091 Axis stepping/servo motor control card 8091 2-axis Stepping/Servo Motor Control Card Contents Introduction System Block DiagramDDA Technology Example Stepping Motor Example Pulse type input Servo Motor 8000 hardware address HardwareRstff Registers of I-8091 boardPower Limit switch configuration of X axis Hardware Configuration Limit switch configurationAutomatic protection Output pulse mode configurationDirection configuration Turn Servo ON/OFF Hold ON/OFFSet limit switch as normal close condition Extgnd Pin assignment of connector CN2Internal circuit of pulse output pin Internal circuit of limit switch inputFan-out type driver VEXTAs motor driver Example of connectionS8091 card Functions SoftwareIcpdas I8091RESETSYSTEM unsigned char cardNo Setting commandsRestriction Reversedir Icpdas 11 i8091EMGSTOPunsigned char cardNo Stop CommandsSimple motion commands High speed move #pulseN. cardNo board number 0~19 Icpdas Example I8091HSPMOVE1, CW, Xaxis Example I8091HSPMOVE1, CW, Yaxis getch I8091SLOWSTOP1, Yaxis Interpolation commands Example I8091INTPLINE1,2000,-3000 I8091INTPLINE1,-500,200 CCW #≤ x 2− Unsigned char i8091INTPSTOP Others Icpdas Start up and end of program = Cwccw Detect I-8091 card ExampleExampleDEMO1.cpp Example DEMO.cpp