Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

External Alarm Test

Status
Not open for further replies.

cowboz

Technical User
Jul 16, 2006
41
US
I have a MD110 BC11 SP15 I have an external light setup for class 4 alarms and want to test the functionality of this. Is there a cmd to send a test with out actually putting the system in a class 4 state?

Thanks
 
Set the alarm level to class = 4 for operator console not connected. Alarm code 261.
ALDAR:CODE=261;
ALDAS:CODE=261,CLA=4;

Then initiate an operators console by OPERI and see the alarm in your display.

///doktor
 

Usually BLEQI EQU 0 if the NUI2, this creates class 4 alarm as backup offline. Then BLEQE EQU and it goes to 0.

IODDP; for BPOS of NIU2
BLEQI:EQU=1-0-x-00;
BLEQE:EQU=1-0-x-00,ALLFM=YES;

DON'T do BLDBI or you can't log back on to that board again to do BLDBE.

best parnum
 
Appreciate the info and it worked great!

Thanks
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top