EasyManuals Logo

Delta ASDA-A2 User Manual

Delta ASDA-A2
721 pages
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Page #562 background imageLoading...
Page #562 background image
Chapter 9 Communications ASDA-A2
Revision February, 2017 9-17
void main() {
int I;
outportb(PORT+MCR,0x08); /* interrupt enable */
outportb(PORT+IER,0x01); /* interrupt as data in */
outportb(PORT+LCR,( inportb(PORT+LCR) | 0x80 ) );
/* the BRDL/BRDH can be access as LCR.b7 == 1 */
outportb(PORT+BRDL,12);
outportb(PORT+BRDH,0x00);
outportb(PORT+LCR,0x06); /* set prorocol
<7,E,1> = 1AH, <7,O,1> = 0AH
<8,N,2> = 07H <8,E,1> = 1BH
<8,O,1> = 0BH */
for( I = 0; I<=16; I++ ) {
while( !(inportb(PORT+LSR) & 0x20) ); /* wait until THR empty */
outportb(PORT+THR,tdat[I]); /* send data to THR */
}
I = 0;
while( !kbhit() ) {
if( inportb(PORT+LSR)&0x01 ) { /* b0==1, read data ready */
rdat[I++] = inportb(PORT+RDR); /* read data from RDR */
}
}
}

Table of Contents

Other manuals for Delta ASDA-A2

Questions and Answers:

Question and Answer IconNeed help?

Do you have a question about the Delta ASDA-A2 and is the answer not in the manual?

Delta ASDA-A2 Specifications

General IconGeneral
Control ModePosition, Speed, Torque
ModelASDA-A2 Series
Operating Voltage200 ~ 230VAC / 380 ~ 480VAC
Power Supply200-230VAC ±10%, single-phase
Communication InterfaceRS-485, CANopen
FeedbackIncremental encoder, Absolute encoder
ProtectionOvercurrent, Overvoltage, Undervoltage, Overheating, Short Circuit
Operating Temperature0°C
Storage Temperature-20°C
Humidity20% to 90% RH (non-condensing)
Position Control Mode FeaturesElectronic Cam
WeightVaries depending on the model. Please refer to the specific model's datasheet.

Related product manuals