Enables the use of USV user strings in alarm parameters.
NOTE: This command must be enabled from project configurator "settings->general->alarms->settings" and must be present in the RTE.cfg file.
Syntax |
ENABLE_USER_STRING_MANAGEMENT_IN_AH n |
---|---|
n |
•1 = enabled string use •0 = disabled |
Notes |
From RTE 34.30.0 |
Example
; in rte.cfg _ifvs 0x221E0000 ; if vers >= 34.30.0 enable_user_string_management_in_ah 1 ; usage enabled _endvs 0x221E0000 |