G.2.6 MT_GetText - Gets a selected text line from a message
Usage
MT_GetText
is used to get a selected text line from a specific message.
Basic examples
The following example illustrates the function
MT_GetText
. This will store the
header text from the message corresponding to identifier “myAlarm” to the variable
header. if no optional argument is used, the header text is returned.
Example 1
VAR string header;
header:=MT_GetText("myAlarm",\Header);
Return value
Data type:
string
Arguments
MT_GetText (Identifier, [\Header] | [\Text1] | [\Text2] | [\Text3]
| [\Text4] | [\Text5] | [\Text6] | [\Text7] | [\Text8])
Identifier
Data type:
string
System unique string that gives the possibility to point to a specific message.
\Header
Data type:
switch
Gets the header text line.
\Text1
Data type:
switch
Gets the body text number 1.
\Text2
Data type:
switch
Gets the body text number 2.
\Text3
Data type:
switch
Gets the body text number 3.
\Text4
Data type:
switch
Gets the body text number 4.
\Text5
Data type:
switch
Gets the body text number 5.
Continues on next page
Product manual - FlexLoader SC 6000
251
3HAC051768-001 Revision: D
© Copyright 2014-2020 ABB. All rights reserved.
G FlexLoader Library Add-in reference
G.2.6 MT_GetText - Gets a selected text line from a message
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: ......