Set rate to 100ms rather than 250ms
This commit is contained in:
parent
35dfbf13e1
commit
24ceb71f9a
1 changed files with 6 additions and 6 deletions
|
@ -343,7 +343,7 @@
|
||||||
</test>
|
</test>
|
||||||
</switch>
|
</switch>
|
||||||
|
|
||||||
<!-- if ELAC1 is not powered, then the timer does not run - this makes behaviour with cold + dark OK -->
|
<!-- if SEC1 is not powered, then the timer does not run - this makes behaviour with cold + dark OK -->
|
||||||
<switch name="/systems/fctl/power-supply/sec1/relay-rate">
|
<switch name="/systems/fctl/power-supply/sec1/relay-rate">
|
||||||
<default value="100"/>
|
<default value="100"/>
|
||||||
<test logic="OR" value="0.03333333333">
|
<test logic="OR" value="0.03333333333">
|
||||||
|
@ -388,7 +388,7 @@
|
||||||
<actuator name="/systems/fctl/power-supply/elac1/has-power-output">
|
<actuator name="/systems/fctl/power-supply/elac1/has-power-output">
|
||||||
<input>/systems/fctl/power-supply/elac1/has-power</input>
|
<input>/systems/fctl/power-supply/elac1/has-power</input>
|
||||||
<rate_limit sense="incr">100</rate_limit>
|
<rate_limit sense="incr">100</rate_limit>
|
||||||
<rate_limit sense="decr">4</rate_limit> <!-- 250ms -->
|
<rate_limit sense="decr">10</rate_limit> <!-- 100ms -->
|
||||||
</actuator>
|
</actuator>
|
||||||
|
|
||||||
<switch name="/systems/fctl/elac1">
|
<switch name="/systems/fctl/elac1">
|
||||||
|
@ -419,7 +419,7 @@
|
||||||
<actuator name="/systems/fctl/power-supply/elac2/has-power-output">
|
<actuator name="/systems/fctl/power-supply/elac2/has-power-output">
|
||||||
<input>/systems/fctl/power-supply/elac2/has-power</input>
|
<input>/systems/fctl/power-supply/elac2/has-power</input>
|
||||||
<rate_limit sense="incr">100</rate_limit>
|
<rate_limit sense="incr">100</rate_limit>
|
||||||
<rate_limit sense="decr">4</rate_limit> <!-- 250ms -->
|
<rate_limit sense="decr">10</rate_limit> <!-- 100ms -->
|
||||||
</actuator>
|
</actuator>
|
||||||
|
|
||||||
<switch name="/systems/fctl/elac2">
|
<switch name="/systems/fctl/elac2">
|
||||||
|
@ -450,7 +450,7 @@
|
||||||
<actuator name="/systems/fctl/power-supply/sec1/has-power-output">
|
<actuator name="/systems/fctl/power-supply/sec1/has-power-output">
|
||||||
<input>/systems/fctl/power-supply/sec1/has-power</input>
|
<input>/systems/fctl/power-supply/sec1/has-power</input>
|
||||||
<rate_limit sense="incr">100</rate_limit>
|
<rate_limit sense="incr">100</rate_limit>
|
||||||
<rate_limit sense="decr">4</rate_limit> <!-- 250ms -->
|
<rate_limit sense="decr">10</rate_limit> <!-- 100ms -->
|
||||||
</actuator>
|
</actuator>
|
||||||
|
|
||||||
<switch name="/systems/fctl/sec1">
|
<switch name="/systems/fctl/sec1">
|
||||||
|
@ -480,7 +480,7 @@
|
||||||
<actuator name="/systems/fctl/power-supply/sec2/has-power-output">
|
<actuator name="/systems/fctl/power-supply/sec2/has-power-output">
|
||||||
<input>/systems/fctl/power-supply/sec2/has-power</input>
|
<input>/systems/fctl/power-supply/sec2/has-power</input>
|
||||||
<rate_limit sense="incr">100</rate_limit>
|
<rate_limit sense="incr">100</rate_limit>
|
||||||
<rate_limit sense="decr">4</rate_limit> <!-- 250ms -->
|
<rate_limit sense="decr">10</rate_limit> <!-- 100ms -->
|
||||||
</actuator>
|
</actuator>
|
||||||
|
|
||||||
<switch name="/systems/fctl/sec2">
|
<switch name="/systems/fctl/sec2">
|
||||||
|
@ -510,7 +510,7 @@
|
||||||
<actuator name="/systems/fctl/power-supply/sec3/has-power-output">
|
<actuator name="/systems/fctl/power-supply/sec3/has-power-output">
|
||||||
<input>/systems/fctl/power-supply/sec3/has-power</input>
|
<input>/systems/fctl/power-supply/sec3/has-power</input>
|
||||||
<rate_limit sense="incr">100</rate_limit>
|
<rate_limit sense="incr">100</rate_limit>
|
||||||
<rate_limit sense="decr">4</rate_limit> <!-- 250ms -->
|
<rate_limit sense="decr">10</rate_limit> <!-- 100ms -->
|
||||||
</actuator>
|
</actuator>
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue