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

Added line to set IPC diagnostics reset whenever main diag reset variable set....

Added line to set IPC diagnostics reset whenever main diag reset variable set. This is used to clear
the new IPC RCV diagnostics in IPCx.pm.


git-svn-id: https://redoubt.ligo-wa.caltech.edu/svn/advLigoRTS/trunk@3125 6dcd42c9-f523-4c6d-aada-af552506706e
parent 0a254aa6
No related branches found
No related tags found
No related merge requests found
......@@ -1629,6 +1629,7 @@ udelay(1000);
{
initialDiagReset = 0;
pLocalEpics->epicsInput.diagReset = 0;
pLocalEpics->epicsInput.ipcDiagReset = 1;
// pLocalEpics->epicsOutput.diags[1] = 0;
timeHoldMax = 0;
diagWord = 0;
......
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