Function that allows messages with USV user string parameters to be added directly to the alarm history.
Syntax |
i32 ah_log_us (i32 nAl [, par1=0] [, par2=0] [, par3=0]) |
||||||||
---|---|---|---|---|---|---|---|---|---|
nAl |
Alarm number. Must be within the message validity range (10000-:-11999) |
||||||||
s1 |
User string to be passed as the first parameter. (optional, default 0) |
||||||||
s2 |
User string to be passed as the second parameter. (optional, default 0) |
||||||||
s3 |
User string to be passed as the third parameter. (optional, default 0) |
||||||||
Result |
Returns:
|
||||||||
Validity |
Rule, Task |
||||||||
System Requirements |
From RTE 34.30.0 |
||||||||
Note |
Example of use:
|