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: 53679
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 wh...
- 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: 53679
Hi Paul, I too have been able to use ActiView to obtain uncontaminated data, so I was surprised by this error. However, it's worth noting that the DLL that I'm using, and the one that ActiView uses are different. That being said, I wish I could share my code, but unfortunately cannot (company restri...
- 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: 53679
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 htt...
- 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: 65248
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 thi...
- 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: 65248
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: 95815
- 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: 95815
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: 95815
- 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: 95815
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: 65248
I'm having this same problem, and the value returned from READ_POINTER does not seem to indicate whether acquisition is running, since it always returns true. Instead I get some output to the command line that says: GetOverlappedResult for buffer 0 returns 121 The semaphore timeout period has expire...
- 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: 95815
- 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: 95815
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 fun...
- 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: 95815
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 s...