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

Bug Fix for loading of RampMuxMatrix on startup (1030).

git-svn-id: https://redoubt.ligo-wa.caltech.edu/svn/advLigoRTS/trunk@4258 6dcd42c9-f523-4c6d-aada-af552506706e
parent bd92b9ef
No related branches found
No related tags found
No related merge requests found
......@@ -11,6 +11,10 @@ Changes for X.X
- Bug Fix (513): Cleanup debug schemes. Also created separate udp_rcvr files, fixed mx_rcvr header
- Bug Fix (1015): Update daqd,nds build for ldas-tools 2.5
==================================================================================================
Changes for 3.1.1
==================================================================================================
- Bug Fix for loading of RampMuxMatrix on startup (1030).
==================================================================================================
Changes for 3.1
==================================================================================================
- Per ECR LIGO-E1600234, modified front end daq code to run without any fast channels. Previously,
......
......@@ -90,6 +90,7 @@ sub frontEndInitCode {
my ($i) = @_;
my $matOuts = $::partOutputs[$::partOutNum[$i][0]];
my $matIns = $::partInCnt[$::partInNum[$i][0]];
$calcExp = "pLocalEpics->". $::systemName . "\." . "$::xpartName[$i]_LOAD_MATRIX = 1;\n";
for ($input = 0; $input < $matIns; $input++) {
for ($output = 0; $output < $matOuts; $output++) {
$calcExp .= "RampParamInit(&\L$::xpartName[$i]_state\[$output\]\[$input\],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