ID : 3379
IAI*.ReadCurrentAlarmCode
Function
To obtain the alarm code currently issued.
Syntax
IAI*.ReadCurrentAlarmCode
Return Value
An alarm code currently issued is returned with integer type data.
Description
To obtain the alarm code currently issued. 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 ReadCurrentAlarmCode"
Sub Main
Dim lVal As Integer
lVal = IAI1.ReadCurrentAlarmCode
End Sub
ID : 3379