Search found 2 matches

by bioschau
Mon May 09, 2016 7:05 pm
Forum: BioSemi Software (LabVIEW programming)
Topic: Trigger cannot be captured using function keys
Replies: 3
Views: 17979

Re: Trigger cannot be captured using function keys

Thanks for your response. I'm reading directly from the ringbuffer, and was under the impression that the merging of the trigger into the signal was done by the USB2 Receiver box. To clarify, I'm using the labview_dll C++ APIs. From the header file, I see a USB_WRITE() and WRITE_SINGLE_SWEEP(). Neit...
by bioschau
Thu May 05, 2016 12:56 am
Forum: BioSemi Software (LabVIEW programming)
Topic: Trigger cannot be captured using function keys
Replies: 3
Views: 17979

Trigger cannot be captured using function keys

Hi, I'm using LabVIEW API to do my own data acquisition for EOG data. The speedmode is set to 4. As I understand it, I should be getting 282 packets x 4 bytes, per sweep. Ignoring the actual EOG data, channel 0 is the sync word, and channel 1 is the status/trigger. Here are a few samples of the capt...