-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
server connection loss during consecutive bias steps #328
Comments
Is this the actual code you were running? This line:
should actually be something like this
Not sure if this is actually the issue, but the first one results in this:
which epics might interpret in some weird way. |
No sorry that part was from memory, here is the full script we were running (with the first slot part commented out):
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We were running a noise vs bias voltage script for a range of 20 bias points, and also took bias steps at each point. The script was basically this:
with an overbias step just before.
This measurement ran fine for our first slot (for which there were only 6 bias lines), but failed 3 consecutive times for our other slot (12 bias lines). Each time the errors were slightly different but all seemed related to an epics server crash and required hammering to bring the slot back up. This crash also happened around the 10th data point every time.
After removing the bias steps line from each point, the measurement ran without issues.
First error:
Second error (same as third?):
The text was updated successfully, but these errors were encountered: