We have two computers, A and B. Now computer A is used for signal acquisition, and computer B is used for sending start triggers.
In computer A, after acquisition and analysis, we need send some signals back to computer B, is it possible to send the signals(A->B) through trigger output?
In FAQ, it mentioned "The trigger output signals can be controlled with an extra independent LabVIEW thread integrated in the BioSemi acquisition software"
However, I did not find out the way to write out the trigger output signals. Anyone give me some clues? Thanks a lot.
Need help on "trigger output"
-
- Site Admin
- Posts: 1152
- Joined: Fri Mar 26, 2004 7:00 pm
- Location: Amsterdam, Netherlands
- Contact:
Refer to ActiView Light (http://www.biosemi.com/download/ActiView604-Light.zip) for an example of the extra LabVIEW code needed to sent output triggers form ActiView to the trigger port on the USB receiver.
Best regards, Coen
Best regards, Coen
Hi Coen,
Thanks a lot.
After I read the ActiView Light version, I guess the function with name "usb_write" should be used for sending output triggers to USB receiver, is it correct?
And if "usb_write" can be used for sending output triggers, I still have no idea how should I make use of this function.
I noticed the input parameter of "usb_write" included a vector with 64 bytes, and have no idea how should I write exact data(eg. 255) to trigger out pins via this vector.
Could you kindly give me more suggestions? Thanks again.
[quote="Coen"]Refer to ActiView Light (http://www.biosemi.com/download/ActiView604-Light.zip) for an example of the extra LabVIEW code needed to sent output triggers form ActiView to the trigger port on the USB receiver.
Best regards, Coen[/quote]
Thanks a lot.
After I read the ActiView Light version, I guess the function with name "usb_write" should be used for sending output triggers to USB receiver, is it correct?
And if "usb_write" can be used for sending output triggers, I still have no idea how should I make use of this function.
I noticed the input parameter of "usb_write" included a vector with 64 bytes, and have no idea how should I write exact data(eg. 255) to trigger out pins via this vector.
Could you kindly give me more suggestions? Thanks again.
[quote="Coen"]Refer to ActiView Light (http://www.biosemi.com/download/ActiView604-Light.zip) for an example of the extra LabVIEW code needed to sent output triggers form ActiView to the trigger port on the USB receiver.
Best regards, Coen[/quote]