Skip to content
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

Messages with bad baseline not properly sent/read from buffer #30

Open
1 of 3 tasks
153957 opened this issue May 27, 2015 · 1 comment
Open
1 of 3 tasks

Messages with bad baseline not properly sent/read from buffer #30

153957 opened this issue May 27, 2015 · 1 comment

Comments

@153957
Copy link
Member

153957 commented May 27, 2015

Testing the new version of the DAQ and Monitor, events with weird signals, i.e. bad baselines -> -999 are not properly read from or written to the buffer database.

Events with bad baselines (-999) should be written to the database without data reduction.
It seems that the Monitor does not properly read out these messages

  • First of all, it uses unsigned shorts to read these values, while -999 is signed.
  • Additionally, the given length of the traces in the message is incorrect, much to high (i.e. 58336 instead of ...?).
  • Moreover, the entire traces (and trace variables) seem to be zeroed..
@153957
Copy link
Member Author

153957 commented Nov 11, 2015

Switched to signed unpacking in 3582fc7
So that part should no longer be an issue.

Still need a bad event as test.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant