The tool menu is activated by the signal DOF_ToolMenuButton. For convenience,
this signal can be connected to a function key.
Description
Routine
This trap displays menu for control of Tools.
TRAP ToolControlMen-
uTrap
Normally connected to function key 1 on TeachPendant.
EntryControl.mod
This background task monitors the entry request to the cell. As soon as an entry
is requested, a signal is sent to the main program.
This task also ensures that the indication lamp for the entry request lights up/flashes
correctly depending on the status of the machine. The lamp starts to flash when
entry is requested and stays lit when entry is permitted. When the robot runs in
normal operation, the lamp is turned off.
Description
Routine
Initiates entry control handling.
PROC main()
IndicationLights.mod
The background task with module IndicationLights.mod handles the indicator lights
according to operational status.
Description
Routine
Main loop for task.
PROC main()
Sets blue light in RGB.
PROC BlueLight()
Sets green light in RGB.
PROC GreenLight()
Sets red light in RGB.
PROC RedLight()
Sets white light in RGB.
PROC WhiteLight()
Sets yellow light in RGB.
PROC YellowLight()
Sets no light in RGB.
PROC NoLight()
Controls and checks if lights would be switched on or off.
PROC VisionLightsOn-
Control()
GlobalCodeAndConfig.sys
This is a module containing global support functions that could be used in any
machine. It also includes configuration switches and global standard constant
declarations.
CAUTION
Always make sure configuration switches are set to values matching the current
cell.
Description
Routine
Calculates mm value from Inch.
FUNC num cal-
cInchToMM()
Calculates Kg value from Lb.
FUNC num calcLb-
ToKg()
Continues on next page
Product manual - FlexLoader Vision
281
3HAC051771-001 Revision: B
© Copyright 2014-2018 ABB. All rights reserved.
B FlexLoader RAPID reference
B.6 FlexLoader assistance and utility functionality
Continued
Summary of Contents for FlexLoader Vision
Page 1: ...ROBOTICS Product manual FlexLoader Vision ...
Page 8: ...This page is intentionally left blank ...
Page 12: ...This page is intentionally left blank ...
Page 14: ...This page is intentionally left blank ...
Page 16: ...This page is intentionally left blank ...
Page 62: ...This page is intentionally left blank ...
Page 96: ...This page is intentionally left blank ...
Page 180: ...This page is intentionally left blank ...
Page 218: ...This page is intentionally left blank ...
Page 286: ......
Page 287: ......