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

Change feedback integration ticks to 50 for flash

parent c8fe5552
No related branches found
No related tags found
No related merge requests found
......@@ -40,6 +40,8 @@ SDM_REVISION = 'r3992'
ZERO_CROSSINGS = 3
feedbackIntegrationTicks = 10
# A Motor is either:
# * Not connected: None
# * A pair of integers (a,b) with a being the MD22 controller, b the
......
if ACCELERATOR == 'FLASH':
feedbackIntegrationTicks = 50
classifier = "flash"
if STATION == 'FL0.DBC1':
MOTOR_DEVNO='unis8'
......
......@@ -94,6 +94,6 @@ except KeyError:
<variable name="nSamplesCompact" type="uint32" value="1000" />
<variable name="nZeroCrossings" type="uint32" value="${ZERO_CROSSINGS}" />
<variable name="toroidCompaction" type="uint32" value="${toroid_compaction}" />
<variable name="feedbackIntegrationTicks" type="uint64" value="10" />
<variable name="feedbackIntegrationTicks" type="uint64" value="${feedbackIntegrationTicks}" />
</module>
</configuration>
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