3HAC14550-4

Company Information:

See Supplier Website »

Company Postings:

3HAC14550-4

3HAC14550-4

Name:

3HAC14550-4

Category:

Industrial Automation

Offered by:

Moore Automation

   

3HAC14550-4 Description:

ABB 3HAC14550-4  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)

3, input and output group instruction:

Do refers to the robot output signal.

· Di refers to the input robot signal.

Input and output signals must be defined in the system parameters.

There are two states of I / O signal, 1 (High) is on, 0 (Low) is off.

(1) Output signal instruction:

A, the output of the output signal instruction: set dol

Do1: output signal name. (signaldo) Assign an output signal to 1.

B, Reset output signal command: Reset do1

Do1: output signal name. (signaldo) Assign an output signal to zero.

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 


amikon

BENTLY NEVADA    IN STOCK


Sales manager:LOLA
Skype&Whats app:86-18030132586
Tell:86-592-5085329
QQ : 2851195479
Email me:sales5@amikon.cn  
Email me:sales5@amikon.cn  
Email me:sales5@amikon.cn  

Our main products:ABB Advant OCS,ABB MOD 30/MODCELL,ABB MOD 300,ABB Procontic,ABB Procontrol,AB Rockwel CPU,Moore APACS,Moore Panel Controllers,Siemens Iskamatic,Schneider PLC,Quantum,Quanten 140CPU,GE Fanuc 90/30,90/70 ,Invensys Triconex, FOXBOROI/A MOTOROLA MVME,MVME147,MVME162,MVME167,MVME177 and so on. 
If you find other suppliers offer cheaper prices for the same product, with reference to the price we are willing to provide you with further discounts. If you have any other questions, please feel free to contact us.
Advantage brands : 

Allen Bradley
1756-L62,1756-L63,1746,1747,1756,1769,1794,2711P..

SCHNEIDER
140CPU43412U,1 , 40CP , U65150,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.....

KEYWOEDS.ABB,AB,GE,SIEMENS,SCHNEIDER,HONYWELL,EMERSON,FOXBORO 
109548-01 P1407030-00100
125720-01
125760-01
149992-01
172103-01
172109-01
1900/65A
3300/40-13-01-01-00-00
3300/50  3300/50-01-01-00-00
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
YOKOGAWA    WESTINGHOUSE    BENTLY NEVADA    HONEYWELL
 PS605-0101    1C31125G01    146031-01                     FC-TPSU-2430
AAI141-S00    1C31125G02    172103-01                            FTA-T-02
AAM10            1C31129G03    172109-01                            T921D-1008  T921D 1008
AAM50            1C31132G01    330101-00-08-05-02-00    51304487-150 MC-PDOX02
AIP502            1C31132G01        330103-00-04-10-02-00    51304485-150 MC-PD1X02
AIP512            1C31147G01    330104-00-06-05-02-00    STG740 STG740-E1GC4A-1-C-AHB-11S-A-50A0-0000
AMM12C            1C31150G01    330104-00-10-10-02-00    621-2100R
CP345            1C31169G02    330104-00-18-10-02-00    621-1100RC
CP451-10 S2    1C31189G01    330130-040-00-00    MU-FOED02   51197564-200
F3RP45-2P/L1    1C31192G01    330180-91-05    MU-FOED02  51197564-200
KS1*B            1C31219G01    3500/20                            K2LCN-8
MRI-234*B            1C31224G01    3500/22M                            CC-PCNT01 51405046-175
NFCP100-S00S2 1C31227G01    3500/25                            CC-PCNT01 51405046-175  
NP53*A           1C31234G01    3500/32                            620-0036
NP53*C           1C31238H01    3500/42M                            CC-PAIH01 51405038-175
PW401    3A99132G02 3PCPS05    3500/44M                    CC-PAOH01 51405039-175
PW482-S01    3A99158G01    3500/45                            CC-IP0101 51410056-175    
RB401           5X00106G01    3500/45                        CC-PDIL01 51405040-175    
SR1220E2           5X00119G01    3500/50                            CC-PDOB01 51405043-175
SR1B-045N-1KC    5X00121G01    3500/60                    CC-TAIX01 51308363-175    
TE16*B            5X00419G01    3500/64M                            MC-TAIH02 51304453-150
ADV151-P00 S2  ATD5A-00    5X00419G02    3500/65    MC-TAMR03 51309218-175
AAI543-H00 S1    IC31224G01    3500/93                            MC-TAMT03 51309223-175
AFV10D S2    1C31166G01    3500/94                            MC-TAOY22 51204172-175
ATA4D-00 S2    5X00058G01    127610-01  3500/15            MC-TDID12 51304441-175
EC401-10 S2    5X00059G01    125736-01    MC-TDIY22 51204160-175    
PW482-10 S2    5X00270G01    330106-05-30-10-02-00    MC-TLPA02 51309204-175
ATA4S-00 S2    1C31113G05    133442-01    MC-TPIX12 51304084-175
ADV551-P00 S2         1C31179G02    3500/53             MC-TSIM12 51303932-476
 

3HAC14550-4 was added in Dec 2017

3HAC14550-4 has been viewed 173 times

IPC Training & Certification - Blackfox

One stop service for all SMT and PCB needs