what is going on with the raw trigger data?
what is going on with the raw trigger data?
Why does the raw trigger data look like this:
Close up showing expected shape of trigger with unexpected trigger values (and one of the intermittent huge negative spikes):
I would expect an integer value corresponding to the actual active pins on the parallel port connection. So two questions, what is the meaning of the huge negative floating point numbers and why the huge negative spikes every 5 seconds or so?
-
Coen
- Site Admin
- Posts: 1154
- Joined: Fri Mar 26, 2004 7:00 pm
- Location: Amsterdam, Netherlands
- Contact:
Re: what is going on with the raw trigger data?
The samples are 24-bit words. The 16 least significant bits are the 16 trigger lines. The 8 most significant bits are used for system status, see https://www.biosemi.com/faq/trigger_signals.htm .
Best regards, Coen (BioSemi)
Best regards, Coen (BioSemi)
Re: what is going on with the raw trigger data?
That makes sense. Thanks for pointing me to the FAQ. Somehow I couldn't find the documentation for this.