Skip to content
Snippets Groups Projects
Commit 02e93fab authored by Jens Georg's avatar Jens Georg
Browse files

Remove mathplugin hack from link server

parent b8bcb96a
No related branches found
No related tags found
No related merge requests found
......@@ -5,10 +5,6 @@
<redirectedRegister name="status${target[0]}">
<targetDevice>LINK_${target[1]}</targetDevice>
<targetRegister>LSU.${LINK_LOCK_NUMBER[STATION]}.LOCK_STATUS.VALUE.RD</targetRegister>
<!-- Re-mapping for for new flag meaning: 0 = ok, > 0 = failure -->
<plugin name="math">
<parameter name="formula">if ([x] > 0) return [0]; else return [1];</parameter>
</plugin>
</redirectedRegister>
%endfor
</module>
......
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