Paul, my huge apologies! It seems like the sleep deprivation of being a new dad (less than 3 weeks now) is in fact affecting my code. I hope you didn't waste too much time on my query, but I thank you sincerely for trying.
FYI, my modular arithmetic was fine, so I didn't lose synchronization. But ...
Search found 13 matches
- Wed Sep 07, 2011 10:13 pm
- Forum: BioSemi Software (LabVIEW programming)
- Topic: Error when ringbuffer size isn't a multiple of bytes/sample
- Replies: 4
- Views: 57103
- Wed Sep 07, 2011 7:30 pm
- Forum: BioSemi Software (LabVIEW programming)
- Topic: Error when ringbuffer size isn't a multiple of bytes/sample
- Replies: 4
- Views: 57103
- Wed Sep 07, 2011 4:31 pm
- Forum: BioSemi Software (LabVIEW programming)
- Topic: Error when ringbuffer size isn't a multiple of bytes/sample
- Replies: 4
- Views: 57103
Error when ringbuffer size isn't a multiple of bytes/sample
I'm getting a strange bug when using the Labview_DLL.dll in my C++ program. I setup my program according to the instructions http://www.biosemi.com/faq/make_own_acquisition_software.htm, and I'm using the Labview_DLL.dll obtained from the current download of the "USB driver Windows (32bit)" from ...
- Fri Aug 26, 2011 7:43 pm
- Forum: BioSemi Software (LabVIEW programming)
- Topic: How to check if the biosemi is not switched on?
- Replies: 7
- Views: 70674
When I run that application, I do get the same results. To be specific, since this is important for the discussion and solution below, I'm talking about the application to which you referred, but obtained from a "USB driver Windows (64bit)" download I made on August 3, 2011. Please be aware that ...
- Thu Aug 18, 2011 5:37 pm
- Forum: BioSemi Software (LabVIEW programming)
- Topic: How to check if the biosemi is not switched on?
- Replies: 7
- Views: 70674
In fact, in my tests, I've found that all of the functions described http://www.biosemi.com/faq/make_own_acq ... ftware.htm always return true, regardless of whether the device is on/off or connected properly.
- Wed Aug 17, 2011 9:17 pm
- Forum: BioSemi Software (LabVIEW programming)
- Topic: Parallel port trigger pulses in Windows XP and Windows 7
- Replies: 15
- Views: 104630
- Wed Aug 17, 2011 6:18 pm
- Forum: BioSemi Software (LabVIEW programming)
- Topic: Parallel port trigger pulses in Windows XP and Windows 7
- Replies: 15
- Views: 104630
Sorry, but I guess I wasn't clear. These output trigger pulses don't seem to get saved to the data stream in the ringbuffer. Is there a way to write to the input trigger pulses which are recorded on the sync line? Or are these output trigger pulses recorded somewhere? I basically need to "time stamp ...
- Wed Aug 17, 2011 4:45 pm
- Forum: BioSemi Software (LabVIEW programming)
- Topic: Parallel port trigger pulses in Windows XP and Windows 7
- Replies: 15
- Views: 104630
- Tue Aug 16, 2011 11:03 pm
- Forum: BioSemi Software (LabVIEW programming)
- Topic: Parallel port trigger pulses in Windows XP and Windows 7
- Replies: 15
- Views: 104630
I don't understand what data to send to USB_WRITE. [url=http://www.biosemi.com/faq/make_own_acquisition_software.htm]This link[/url] suggests a 64 byte array. But even with [url=http://www.biosemi.com/faq/trigger_signals.htm]this link[/url] I don't understand which byte of the 64 is recorded as the ...
- Tue Aug 16, 2011 10:42 pm
- Forum: BioSemi Software (LabVIEW programming)
- Topic: How to check if the biosemi is not switched on?
- Replies: 7
- Views: 70674
- Mon Aug 15, 2011 6:35 pm
- Forum: BioSemi Software (LabVIEW programming)
- Topic: Parallel port trigger pulses in Windows XP and Windows 7
- Replies: 15
- Views: 104630
- Sat Aug 13, 2011 6:31 pm
- Forum: BioSemi Software (LabVIEW programming)
- Topic: Parallel port trigger pulses in Windows XP and Windows 7
- Replies: 15
- Views: 104630
Thanks Coen! That seems like it'd be a great solution. Just one question. That page says about the latency "timing of the trigger inputs is accurate to the time period of a sample", but I understood USB communication to have inherent delays of up to 30 ms. Is this not the case with the USB_WRITE ...
- Thu Aug 11, 2011 10:23 pm
- Forum: BioSemi Software (LabVIEW programming)
- Topic: Parallel port trigger pulses in Windows XP and Windows 7
- Replies: 15
- Views: 104630
Parallel port trigger pulses in Windows XP and Windows 7
I've been creating a C++ based application (not LabView) using the LabView_DLL.dll, as described here (www. biosemi. com/faq/make_own_acquisition_software.htm). Now I need my program to send trigger pulses on the parallel port to synchronize with the BioSemi EEG collection (ActiveTwo Mk2), and I'm ...