[\PersBoolPassive]
Persistent Boolean Passive
Data type:
switch
This switch overrides the default behavior when using
PersBoolBreak
optional
argument. Instead of reacting when persistent boolean is set to TRUE (or already
TRUE), the instruction should continue in the error handler (if no
BreakFlag
is
used) when the persistent boolean
PersBoolBreak
is set to FALSE (or already
is FALSE). The constant
ERR_TP_PERSBOOLBREAK
can be used to test whether
or not this has occurred.
[\BreakFlag]
Data type:
errnum
A variable that will hold the error code if
MaxTime
,
DIBreak
,
DOBreak
, or
PersBoolBreak
is used. If this optional variable is omitted then the error handler
will be executed. The constants
ERR_TP_MAXTIME, ERR_TP_DIBREAK
,
ERR_TP_DOBREAK
, and
ERR_TP_PERSBOOLBREAK
can be used to select the reason.
[\UIActiveSignal]
Data type:
signaldo
The digital output signal used in optional argument
UIActiveSignal
is set to 1
when the message box is activated on the FlexPendant. When the user selection
has been done and the execution continue, the signal is set to 0 again.
No supervision of stop or restart exist. The signal is set to 0 when the function is
ready, or when PP is moved.
Predefined data
!Icons:
CONST icondata iconNone := 0;
CONST icondata iconInfo := 1;
CONST icondata iconWarning := 2;
CONST icondata iconError := 3;
!Buttons:
CONST buttondata btnNone := -1;
CONST buttondata btnOK := 0;
CONST buttondata btnAbrtRtryIgn := 1;
CONST buttondata btnOKCancel := 2;
CONST buttondata btnRetryCancel := 3;
CONST buttondata btnYesNo := 4;
CONST buttondata btnYesNoCancel := 5;
!Results:
CONST btnres resUnkwn := 0;
CONST btnres resOK := 1;
CONST btnres resAbort := 2;
CONST btnres resRetry := 3;
CONST btnres resIgnore := 4;
CONST btnres resCancel := 5;
CONST btnres resYes := 6;
CONST btnres resNo := 7;
266
Product manual - FlexLoader SC 6000
3HAC051768-001 Revision: D
© Copyright 2014-2020 ABB. All rights reserved.
G FlexLoader Library Add-in reference
G.2.11 MT_UIMessageBox - Show a message box in localized language
RobotWare - OS
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: ......