IndicationLightsSetupRGBLights \AlarmFlashingColor:=RED
\CycleOnColor:=GREEN \InformationFlashingColor:=WHITE
\QuestionFlashingColor:=BLUE \WarningFlashingColor:=YELLOW;
! static light instead
IndicationLightsSetupRGBLights \AlarmStaticColor=RED
\CycleOnColor:=GREEN \InformationStaticColor=WHITE
\QuestionStaticColor=BLUE \WarningStaticColor=YELLOW;
Sometimes a traditional light tower with discrete signals for every color is used. In
this case, a different setup can be used:
! predefined lamps: BLUE_LAMP, GREEN_LAMP, ORANGE_LAMP,
! RED_LAMP, WHITE_LAMP, YELLOW_LAMP
IndicationLightsSetupLightTower \AlarmStaticColor:=RED
\CycleOnColor:=GREEN \QuestionStaticColor:=BLUE
\WarningStaticColor:=YELLOW;
If needed, the lighting can be switched on by integrator RAPID code by using
dedicated signals.
! force alarm indication on
Set DOF_Alarm;
! switch back to automatic control
Reset DOF_Alarm;
! force warning indication on
Set DOF_Warning;
! switch back to automatic control
Reset DOF_Warning;
! force information indication on
Set DOF_Information;
! switch back to automatic control
Reset DOF_Information;
! force question indication on
Set DOF_Question;
! switch back to automatic control
Reset DOF_Question;
Light indications should always be accompanied with user messages for
explanation.
RAPID example global utility functions
Look into the module GlobalCodeAndConfig and read routine header comments
to see some of the utility routines that could be good to have. This module is loaded
as shared which makes those routines accessible through all tasks.
114
Product manual - FlexLoader SC 6000
3HAC051768-001 Revision: D
© Copyright 2014-2020 ABB. All rights reserved.
7 RAPID program
7.6 FlexLoader assistance and utility functionality
Continued
Summary of Contents for FlexLoader SC 6000
Page 1: ...ROBOTICS Product manual FlexLoader SC 6000 ...
Page 8: ...This page is intentionally left blank ...
Page 12: ...This page is intentionally left blank ...
Page 78: ...This page is intentionally left blank ...
Page 172: ...This page is intentionally left blank ...
Page 174: ...This page is intentionally left blank ...
Page 176: ...This page is intentionally left blank ...
Page 178: ...This page is intentionally left blank ...
Page 182: ...This page is intentionally left blank ...
Page 184: ...This page is intentionally left blank ...
Page 186: ...This page is intentionally left blank ...
Page 192: ...This page is intentionally left blank ...
Page 224: ...This page is intentionally left blank ...
Page 283: ......