ID : 3384
IAI*.ResetAlarm
Function
To reset the alarm.
Syntax
IAI*.ResetAlarm trigger on/off
Guaranteed Entry
- Trigger on/off
- Specify the trigger on/off with integer type data. To set the trigger on, enter True or other than 0, to set the trigger off, enter False or 0.
Description
To reset an alarm by switching this entry from False to True. This function is available in Ver.2.7.* or higher.
For an asterisk written after IAI, enter an ID of the control target PCON.
Related Terms
Attention
-
Example
'!TITLE "IAI Sample ResetAlarm"
Sub Main
' Set the trigger of this command off
IAI1.ResetAlarm False
' Reset the alarm
IAI1.ResetAlarm True
End Sub
ID : 3384