Communication Flow - ABB FlexMT Product Manual

Table of Contents

Advertisement

5 Robot program

5.3.4 Communication flow

5.3.4 Communication flow
Depending on the type of the machine tool and the type of application a variety of
communication flows are possible.
A typical machine tool communication flow for a load-unload sequence as realized
in the standard setup could be (Pseudo-RAPID) as follows. Note that no movement
is included in this schematic code.
Different machine tools have different behavior. As described in the previous
section, FlexMT supplies a comprehensive set of tools and adoption possibilities
to handle these behaviors.
98
MachineAction INIT_MACHINE;
Await MachineCheck(LOAD_MAIN_OK)=TRUE;
MachineAction PREPARE_LOAD_MAIN;
MachineAction OPEN_DOOR;
Await MachineWait(DOOR_OPENED,10);
! Enter machine tool and load part
MachineAction CLOSE_CHUCK_MAIN;
MachineAction PREPARE_UNLOAD_SUB;
! grip detail
MachineAction OPEN_CHUCK_SUB;
! leave machine
MachineAction CLOSE_DOOR;
MachineAction CYCLE_START;
© Copyright 2014-2014 ABB. All rights reserved.
3HAC051768-001 Revision: -

Advertisement

Table of Contents
loading

Table of Contents