Mt_Getmessage - Get Complete Message Data - ABB FlexLoader SC 6000 Product Manual

Table of Contents

Advertisement

G FlexLoader Library Add-in reference
G.2.3 MT_GetMessage - Get complete message data
RobotWare - OS
G.2.3 MT_GetMessage - Get complete message data
Usage
MT_GetMessage is used to get the complete mtmsgdata by passing corresponding
identifier.
Basic examples
The following example illustrates the function MT_GetMessage. This will fetch the
complete message data for message with identifier "myAlarm" and store it into
Alarm.
Example 1
Return value
Data type: mtmsgdata
Arguments
Identifier
Data type: string
System unique string that gives the possibility to point to a specific message.
248
VAR mtmsgdata Alarm;
Alarm:=MT_GetMessage("myAlarm");
MT_GetMessage (Identifier)
© Copyright 2014-2020 ABB. All rights reserved.
Product manual - FlexLoader SC 6000
3HAC051768-001 Revision: D

Advertisement

Table of Contents
loading

Table of Contents