SMT Equipment

ABB DSDI110A 57160001-AAA mrplc@mooreplc.com

Company Information:

See Supplier Website »

Company Postings:

ABB DSDI110A 57160001-AAA mrplc@mooreplc.com

ABB DSDI110A 57160001-AAA mrplc@mooreplc.com

Name:

ABB DSDI110A 57160001-AAA mrplc@mooreplc.com

Category:

Industrial Automation

Offered by:

Moore Automation

   

ABB DSDI110A 57160001-AAA mrplc@mooreplc.com Description:

ABB DSDI110A 57160001-AAA Big discount

Name:Grace
Contact:86-18030132586
Tell:86-592-5085329
Skype&WhatsApp:86-18030132586
Email:mrplc@mooreplc.com 


Advantage brands : 
Allen Bradley
1756-L62,1756-L63,1746,1747,1756,1769,1794,2711P..
SCHNEIDER
140CPU43412U,140CPU65150,140CPU65160,140CPU,NOE,CRA,CPS,BMX,TCSE.... 
ABB
DSQC(07KT98 WT98,07KT97 WT97,DSQC679,IMASI23,IMDSO14..
Bently Nevada 
3500/42M,3500/22M,3500/95.3500/15...
HIMA 
F3330,F3236,F6217,F7126,F8621AESD....
TRICONEX 
3805E,3008,3504E,3624,3700A,3721,4351B,4119A.. ..
Siemens MOORE
6ES7(1.2.3.4),6ES5,6DD,6DP....
GE 
IC693CPU363,IC697PWR711,IC693CPU364,,IC693,IC6 , 97,IC695,IS200,IS215,DS200...
WESTINGHOUSE/ , OVATION
1C31194G01,1C31197G01,5X00106G01,1C , 31125G02 ...
FOXBORO
FCP270,FBM203,FBM204,FBM217,, FMB231.....

Introduction

Only one main program is allowed in the robot program memory; all routines and data are shared by the system, no matter which module exists; all routines and data must be unique, unless otherwise specified.

1, the application (Program) of the composition:

The main module (Mainmodule)

Mainroutine

Programdata

Routines

· Program modules (Programmodules)

Programdata

Routines

2, the system module (Systemmodules) of the composition:

System data

Routines

All ABB robots come with two system modules, the USER module and the BASE module. Depending on the robot application, some robots are equipped with the system modules for the respective application. It is not recommended to modify any automatically generated system module.

Second, the programming window:

1, the menu key File:

Open: Open an existing file. (Program.prg or module.mod)

2, New: create a new program.

3, Saveprogram: save the changed existing program.

4, Saveprogramas: store a new program.

5, Print: print program, is now not used.

6, Preferences: define user-defined instruction set.

7, Checkprogram: test program, the cursor will prompt error.

Close: Close the program in the program memory.

9, Savemodule: Save the changed existing module. (Only exists in the Module window)

0, Savemoduleas: store a new module. (Only exists in the Module window)

2, the menu key Edit:

1, Cut: Cut, may lose instruction or data.

2, Copy: copy.

3, Paste: Paste, will cut or copy instructions or data paste to the appropriate location.

4, GotoTop: Move the cursor to the top.

5, GotoBottom: move the cursor to the bottom.

6, Mark: define a piece, blackened part.

7, ChangeSelected: Modify the data in the instruction, you can directly move the cursor to the corresponding position and press the Enter key.

8, Showvalue: input data, the cursor can be directly moved to the corresponding data Press the Enter key.

9, Modpos: modify the robot position, there is a function key.

0, Search: Finding instructions is useful when the program is complicated.

3, menu keys IPL1 and IPL2:

IPL1 and IPL2 are instruction directories.

Which IPL2 Mostcommt1, Mostcommt2 Mostcommt3 user-defined instruction directory can be defined in the menu key File Preference.

4, function keys:

Copy, Paste, Modpos can be found in the menu key Edit.

Test for programming window and test window switch key.

Third, the instructions:

1, the basic movement instruction:

MoveL: Linear Motion

MoveJ: joint axis movement (Joint)

MoveC: Circular motion

P1: target position. (robtarget)

V100: running speed mm / s (speeddata)

Z10: turning area size mm. (zonedata)

Tool1: tool center point TCP. (tooldata)

(1) speed selection: mm / s

Move the cursor to the speed data,

Press Enter to enter the selection window and select the desired speed.

Robot speed belongs to data type speeddata.

Commonly used operating speed in the Base module has been defined.

Special speed can be defined.

· Max speed is v5000, maximum speed defined in Base module is v7000, maximum speed robot may not be able to reach.

(2) corner size selection: mm

· Move the cursor to the size data of the curve area and press the Enter key to enter the selection window and select the desired curve size.

Robot corner size belongs to the data type zonedata.

Common corner zone size has been defined in the Base module.

Special corner area size can be defined.

· Fine refers to the robot TCP reaches the target point, and the target point speed drops to zero, continuous operation, the robot action pause.

· Zone refers to the robot TCP does not reach the target point, continuous operation, the robot moves smoothly and smoothly.

• The corner zone size defined in Base has a minimum size of z1 and a maximum of z200.

Try to use a larger corner area size.

(3) Parameters:

Cursor refers to the current instruction, press the function key OptArg, can choose parameter.

· [ Conc] (switch)

Collaborative exercise. The robot has not moved to the target point and the next instruction has been started.

· [ToPoint] (robtarget)

The target points are automatically generated * when using new instructions.

· [ V] (num)

Definition speed mm / s.

· [ T] (num)

Define time s. Decide speed by time.

· [ Z] (num)

Define the corner area size mm.

· [ Wobj] (wobjdata)

Department of coordinate system using the workpiece.

(4) Function Offs ():

MoveLp1, v100, ...

MoveLp2v100, ...

MoveLp3, v100, ...

MoveLp4, v100, ...

MoveLp1, v100, ...

To accurately determine p1, p2, p3, p4 points, you can use the function Offs ().

· Offs (p1, x, y, z) represents a point offset by x from the p1 point x-axis and y-axis deviation by y and z-axis by z.

· Move the cursor to the target point, press the Enter key to enter the target point selection window, select Func on the function key, and use the switch Offs () to select the function to be used.

MoveLp1, v100, ...

MoveLOffs (p1,100,0,0), v100, ...

MoveLOffs (p1,100, -50,0), v100, ...

MoveLOffs (p1,0, -50,0), v100, ...

MoveLp1, v100, ...

2, spindle motion instruction:

MoveAbsJ, jpos1, v100, z10, tool1

Jpos1: target location. (jointtarget)

V100: running speed mm / s (speeddata)

Z10: turning area size mm. (zonedata)

Tool1: tool center point TCP. (tooldata)

C, the output pulse signal instruction: ulseDO do1

Do1: output signal name. (signaldo) output a pulse signal, the pulse length of 0.2s

Parameters:

· [ PLength] (num) pulse length, 0.1s-32s.

(2) Input signal instruction:

WaitDI di1, 1

Di1: input signal name. (signaldi)

1: status. (dionum)

Parameters:

· [ MaxTime] (num) Waits for input signal for the longest time s.

FANUC A16B-1000-0030/?03B PC BOARD 

FANUC A06B-6079-H206 

FANUC A06B-6114-H210 

FANUC A06B-6127-H209

FANUC 20S A06B-0147-B3747008 

FANUC SERVO AMPLIFIER UNIT A06B-6090-H223 

GE FANUC AC SPINDLE MOTOR A06B-0756-B2003100 

GE FANUC A06B-0855-B3903000 

FANUC A06B-6089-H104 SERVO 

GE FANUC 5S A06B-0314-B0417075 

GE FANUC IC697ALG320J 

GE FANUC A06B-0147-B0777000

FANUC 44A746324-G01R0?2 

GE FANUC A06B-0163-B5777000 

GE FANUC A06B-0373-B6697008 

FANUC A06B-6114-H209 

FANUC A06B-0143-B1757008 

FANUC A06B-6102-H222H520

FANUC A06B-0153-B0757076 

GE FANUC 20S A06B-0502-B872?7000 

GE FANUC A06B-0316-B674?7500 

FANUC 10S/3000 A06B-0317-B0047008

FANUC A02B-0163-C352 10.4"

FANUC A06B-0562-B076?7000 

FANUC A06B-6050-H103 

FANUC POWER MATE-MODEL E A02B-0168-B011 

FANUC A16B-3200-0425 

FANUC A02B-0200-C061/?TB 

FANUC A13B-0196-B504 

GE FANUC IC3600AAMA1B

FANUC A06B-0893-B390 

FANUC A06B-6087-H115 

GE FANUC A06B-0373-B669#7008

GE FANUC IC697BEM733C I/O 

FANUC A16B-1000-0140/?07A 

GE FANUC IC697ALG230 

FANUC A20B-1001-0120 

GE FANUC A06B-0128-B175?7000 

FANUC A06B-0590-B205?7008 

FANUC IC3600KRSS1A 

GE FANUC IC600CB536L 

FANUC A06B-6073-H211?H500 

GE FANUC 30S/3000 A06B-0319-B074?7008 

FANUC A20B-1000-0940/?06B I/O 

GE FANUC A06B-0319-B074?7008 

GE FANUC A06B-0893-B390?3000 

FANUC A06B-6096-H103 

FANUC A20B-0009-0530 

ABB introduction

If only parameter [ MaxTime] is selected, the robot will stop running after waiting for the longest time, and the corresponding error message will be displayed. If the parameter [ MaxTime] and the parameter [ TimeFlag] are selected at the same time, the robot will automatically execute the next command after waiting for more than the longest time, no matter waiting to be satisfied. The logic is set to FALSE if the corresponding signal is received within the maximum waiting time and the logic is set to TRUE if the maximum latency is exceeded.

3300/50-02-01-00-00
3300/53   3300/53-03-01-00-50-06-01-00-00
3300/55
330104-00-05-10-02-00
330104-00-06-05-02-00
330104-00-10-10-02-00
330104-00-12-10-02-00
330104-00-13-10-02-05
330104-00-18-10-02-00
330106-05-30-10-02-00
330106-05-30-10-02-CN
330130-040-01-00
330130-045-00-00
330130-045-00-05
330130-045-00-05
330130-080-00-00
330130-085-00-00
330780-50-00
3500/15
3500/20
3500/22M
NTDI21-A
IMMPI01
IEPAS02
IMMFP02
INNIS01
IMASO11
IMFEC12
INICT01
INICT03A
NIMP01 
IMDSI14
IMASI23
IMHSS03
BRC400
BRC300
SPNPM22
SPBRC410
INBTM01
NAOM01
IMASM02
IMFEC11
PHARPS32200000
IMCIS22
INNPM11
IMMPI01
INICT13A
IMASI03 IMASI-03
 DCS IMFBS01 IMFBS-01
 LPS01
IMASI02
IMASI03
IMASI13
IMASI23
IMASM03
IMASO01

MC-TLPA02 51309204-175
MC-TLPA02 51309204-175
FC-PSU-UNI2450U
51305072-100
3503E
1764-24BWA
330180-91-05
330130-080-00-05
330180-91-05
SDCS-CON2-21.COAT 3ADT220072R0012  SDCS-CON-2B 3ADT309600R1012
SDCS-PIN-51
FM161D
FM171
FM131A
FM138-ACR
FM131-E
FM138-ACR
1746SC-NI8U
3511
3604E
3625
3625
1756-RM
1756-N2

ABB DSDI110A 57160001-AAA mrplc@mooreplc.com was added in Dec 2017

ABB DSDI110A 57160001-AAA mrplc@mooreplc.com has been viewed 206 times

IPC Training & Certification - Blackfox

One stop service for all SMT and PCB needs