Skip to content
Snippets Groups Projects
Commit ee391df1 authored by Rolf Bork's avatar Rolf Bork
Browse files

Modifed to reflect new default hardware setting trip point at 110 mVolt RMS.

git-svn-id: https://redoubt.ligo-wa.caltech.edu/svn/advLigoRTS/trunk@3665 6dcd42c9-f523-4c6d-aada-af552506706e
parent 23ce49ea
No related branches found
No related tags found
No related merge requests found
......@@ -227,7 +227,7 @@ END
#// - Command Sequence:
#// - Set RESET output high (1) for 10 seconds \n
#// - Set RESET output low (0) for 1 second \n
#// - Set RESET output high (1) for 2 seconds * RMS request/120 \n
#// - Set RESET output high (1) for 2 seconds * RMS request/110 \n
#// - Set RESET output low (0) \n
#// - Verify receipt of command acknowledgment signal from HHWD.
#// - Series of ten on/off (1/0), one second pulses on LED and PD status bits.
......@@ -401,7 +401,7 @@ if($HWWD_MODE == 0)
}
if((($TIME_REMAINING <= 0) || (!$SIGNAL)) && ($HWWD_MODE_STEP == 6))
{
$EPICS_RMSRD = $RMSTIME / FE_RATE / 2 * 120.0;
$EPICS_RMSRD = $RMSTIME / FE_RATE / 2 * 110.0;
$EPICS_TIMERD = $WDTIME / FE_RATE * 5;
$RMSTIME = 0;
$WDTIME = 0;
......@@ -423,7 +423,7 @@ if($HWWD_MODE == 0)
if(($TIME_REMAINING <= 0) && ($HWWD_MODE_STEP == 2))
{
$RSETOUT = 1;
$TIME_REMAINING = $ONE_SEC_PULSE * 2 * $EPICS_RMSREQ / 120;
$TIME_REMAINING = $ONE_SEC_PULSE * 2 * $EPICS_RMSREQ / 110;
$HWWD_MODE_STEP = 3;
}
if(($TIME_REMAINING <= 0) && ($HWWD_MODE_STEP == 3))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment