Sending Events to Biopac

Initial Setup

Note: To enable data streaming from SightLab to Acqknowledge, you need to activate the NDT Network Data Transfer protocol in AcqKnowledge (NDT is a licensed feature add-on).

This configuration only needs to be done once.

Enabling Biopac Integration in SightLab

GUI Version


Non-GUI Version

Sending Custom Events to Biopac

You can set flags and send events to Biopac Acqknowledge at any time during your session:

sightlab.set_flag('something happened')

if sightlab.BIOPAC == True:

   sightlab.acqServer.insertGlobalEvent('something happened', '', '')

Replace 'something happened' with your own event title.

Viewing Events in Acqknowledge

Running Multiple Trials

If you are running multiple trials, you will need to open Acqknowledge and go to Playback- Set up Data Acquisition- Length/ Rate and change this to "Autosave", and save "using" to "disk". This will save individual data files to a folder. On first run you will be prompted to choose a folder to save to. 

You can also view the events pallette to see a timeline of events

Linking Video Recordings

To link up a video recording (which you can obtain by selecting to record a video when running Sightlab), you can go to Media-Setup in Acqknowledge. Then , click on the "linked media" tab- Edit- and then select your video to link. 

Note: For compressed videos, you may need to adjust the delay to make sure it is at "0"

To playback the media go to Media- Show Playback Viewer, and now you can click through the events in the events palette to skip to that part in the video playback.  You can also use the "I Beam" tool in Acqknowledge to select a point in the timeline to see the corresponding data and video playback and scrub through the data. 

Additional Resources