G.2.12 MT_UINumEntry - Shows a num entry box in localized language
Usage
MT_UINumEntry
is used to show a UI num entry box on Flexpendant. Texts are
fetched from correct message, use also wild card texts if wanted. All other
arguments have the exact same functionality as the corresponding standard function
UINumEntry.
Basic examples
The following example illustrates the function
MT_UINumEntry
.
Example 1
VAR num answer;
answer:=MT_UINumEntry("myMessage",\WildCardTexts:=["text 1","text
2"]);
This shows a UI num entry box with header and text fetched from the message
that corresponds to the Identifier myMessage. The wild cards {1} and {2} in the
texts will be replaced by “text 1” and “text 2” respectively.
Return value
Data type:
num
Arguments
MT_UINumEntry (Identifier , [\WildCardTexts{*}] , [\Wrap] , [\Icon]
, [\InitValue] ,[\MinValue] , [\MaxValue] , [\AsInteger] ,
[\MaxTime] , [\DIBreak] , [\DIPassive] , [\DOBreak] ,
[\DOPassive] , [\PersBoolBreak] , [\PersBoolPassive] ,
[\BreakFlag] , [\UIActiveSignal])
Identifier
Data type:
string
System unique string that gives the possibility to point to a specific message.
\WildCardTexts{*}
Data type:
string array
String array of wild cards text to use for this message.
[\Wrap]
Data type:
switch
If selected, all the specified strings in the argument
\MsgArray
will be concatenated
to one string with a single space between each individual string, and spread out
on as few lines as possible.
Default, each string in the argument
\MsgArray
will be on a separate line on the
display.
[\Icon]
Data type:
icondata
Defines the icon to be displayed. Only one of the predefined icons of type
icondata
can be used. See
.
Continues on next page
Product manual - FlexLoader SC 6000
267
3HAC051768-001 Revision: D
© Copyright 2014-2020 ABB. All rights reserved.
G FlexLoader Library Add-in reference
G.2.12 MT_UINumEntry - Shows a num entry box in localized language
RobotWare - OS
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: ......