Mt_Resetalarms - Resets All Or A Specific Alarm - ABB FlexLoader SC 6000 Product Manual

Table of Contents

Advertisement

G FlexLoader Library Add-in reference
G.1.15 MT_ResetAlarms - Resets all or a specific alarm
RobotWare - OS
G.1.15 MT_ResetAlarms - Resets all or a specific alarm
Usage
MT_ResetAlarms is used to reset one or several alarms.
Basic examples
The following examples illustrates the instruction MT_ResetAlarms.
Example 1
Resets all active alarms with identifier myAlarm, note it could be more than one if
wild card texts differ.
Example 2
Resets all active alarms.
Example 3
Resets the alarm that have the identifier "myAlarm" and is used with the wild card
number 1: "myWildCard". Note that if more than one wild card was used in the
alarm creation or if more was passed to the reset above, it is not an exact wild card
match and the reset would not be done.
Arguments
\Identifier
Data type: string
System unique string that gives the possibility to point to a specific message to
reset.
\WildCardTexts{*}
Data type: string array
String array of wild cards text to look for. All text must match with the active alarms
wild card text to reset the message.
242
MT_ResetAlarms \Identifier:="myAlarm";
MT_ResetAlarms;
MT_ResetAlarms
\Identifier:="myAlarm",\WildCardTexts:=["myWildCard"];
MT_ResetAlarms [\Identifier] , [\WildCardTexts{*}]
© Copyright 2014-2020 ABB. All rights reserved.
Product manual - FlexLoader SC 6000
3HAC051768-001 Revision: D

Advertisement

Table of Contents
loading

Table of Contents