Mt_Uinumentry - Shows A Num Entry Box In Localized Language - ABB FlexLoader SC 6000 Product Manual

Table of Contents

Advertisement

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
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
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
Product manual - FlexLoader SC 6000
3HAC051768-001 Revision: D
G.2.12 MT_UINumEntry - Shows a num entry box in localized language
VAR num answer;
answer:=MT_UINumEntry("myMessage",\WildCardTexts:=["text 1","text
2"]);
MT_UINumEntry (Identifier , [\WildCardTexts{*}] , [\Wrap] , [\Icon]
, [\InitValue] ,[\MinValue] , [\MaxValue] , [\AsInteger] ,
[\MaxTime] , [\DIBreak] , [\DIPassive] , [\DOBreak] ,
[\DOPassive] , [\PersBoolBreak] , [\PersBoolPassive] ,
[\BreakFlag] , [\UIActiveSignal])
Predefined data on page
© Copyright 2014-2020 ABB. All rights reserved.
G FlexLoader Library Add-in reference
270.
RobotWare - OS
Continues on next page
267

Advertisement

Table of Contents
loading

Table of Contents