0% found this document useful (0 votes)
148 views2 pages

Ext Alarm Enclosure Non 6150

This document configures an external alarm unit. It first checks the product type and sets the external alarm variable accordingly. It then configures 7 alarm ports on the unit, setting attributes like the alarm slogan, severity, and normal state for each.

Uploaded by

bintang
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
148 views2 pages

Ext Alarm Enclosure Non 6150

This document configures an external alarm unit. It first checks the product type and sets the external alarm variable accordingly. It then configures 7 alarm ports on the unit, setting attributes like the alarm slogan, severity, and normal state for each.

Uploaded by

bintang
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 2

###################################### EXTERNAL ALARM

###################################################
###############################################################
###############################################################
############## SCRIPT ENCLOSURE NON 6150 ####################
###############################################################
###############################################################
#### WITH BB TYPE CHECK

get FieldReplaceableUnit=1 product > $product_DATA

#BB 5212
#BB 5216
if $product_DATA[productName] ~ 521[0-9]
l echo "BB 5216"
$MO_UNIT_EXTERNAL_ALARM = SUP-1

else
l echo "Another BB"
$MO_UNIT_EXTERNAL_ALARM = 1

fi

crn Equipment=1,FieldReplaceableUnit=$MO_UNIT_EXTERNAL_ALARM
administrativeState 0
isSharedWithExternalMe
positionCoordinates
positionInformation
positionRef Cabinet=1
userLabel
end

crn Equipment=1,FieldReplaceableUnit=$MO_UNIT_EXTERNAL_ALARM,EcPort=1
cascadingOrder 0
ecBusRef EcBus=1
hubPosition A
end

crn Equipment=1,FieldReplaceableUnit=$MO_UNIT_EXTERNAL_ALARM,AlarmPort=1
administrativeState 0
alarmInExternalMe false
alarmSlogan MAINS_FALL
normallyOpen false
perceivedSeverity 2
userLabel
end

crn Equipment=1,FieldReplaceableUnit=$MO_UNIT_EXTERNAL_ALARM,AlarmPort=2
administrativeState 0
alarmInExternalMe false
alarmSlogan RECT_FAIL
normallyOpen false
perceivedSeverity 2
userLabel
end

crn Equipment=1,FieldReplaceableUnit=$MO_UNIT_EXTERNAL_ALARM,AlarmPort=3
administrativeState 0
alarmInExternalMe false
alarmSlogan HIGH_TEMPERATURE
normallyOpen true
perceivedSeverity 2
userLabel
end

crn Equipment=1,FieldReplaceableUnit=$MO_UNIT_EXTERNAL_ALARM,AlarmPort=4
administrativeState 0
alarmInExternalMe false
alarmSlogan LVD_FAILURE
normallyOpen false
perceivedSeverity 2
userLabel
end

crn Equipment=1,FieldReplaceableUnit=$MO_UNIT_EXTERNAL_ALARM,AlarmPort=5
administrativeState 0
alarmInExternalMe false
alarmSlogan ARRESTER_FAILURE
normallyOpen true
perceivedSeverity 2
userLabel
end

crn Equipment=1,FieldReplaceableUnit=$MO_UNIT_EXTERNAL_ALARM,AlarmPort=6
administrativeState 0
alarmInExternalMe false
alarmSlogan LOAD/BATTERY_FUSE_FAILURE
normallyOpen true
perceivedSeverity 2
userLabel
end

crn Equipment=1,FieldReplaceableUnit=$MO_UNIT_EXTERNAL_ALARM,AlarmPort=7
administrativeState 0
alarmInExternalMe false
alarmSlogan DOOR_OPEN
normallyOpen true
perceivedSeverity 2
userLabel
end

You might also like