Skip to content
Snippets Groups Projects
Commit 6a0878ea authored by Gabriel Fedel's avatar Gabriel Fedel :speech_balloon:
Browse files

Limit tables to 50000 samples to avoid loose pulses

Current setup doesn't allow to work on 14Hz, and write tables greater
than 50000 samples without loose some pulses.
This is a work around until the root cause of this is identified
parent cce08b5d
No related branches found
No related tags found
1 merge request!12Limit tables to 50000 samples to avoid loose pulses
......@@ -4,8 +4,8 @@
#######################
epicsEnvSet("LLRF_NOPULSETYPES" "$(SIS8300LLRF_NOPULSETYPES=1)")
epicsEnvSet("SP_SMNM_MAX" "0xFFFFFF")
epicsEnvSet("FF_SMNM_MAX" "0xFFFFFF")
epicsEnvSet("SP_SMNM_MAX" "0xC350")
epicsEnvSet("FF_SMNM_MAX" "0xC350")
epicsEnvSet("PIERR_SMNM_MAX" "0x10000")
epicsEnvSet("AI_SMNM_MAX" "0x200000")
epicsEnvSet("CAL_SMNM_MAX" "1000")
......
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