09-09-2020, 02:52 PM
The optional Analog card for the EyeLink Host PC provides a way to stream the gaze data as analog voltages, as well as send and receive TTL signals between the eye tracker and other lab equipment.
- Analog Output
By default, the card outputs three channels of analog data for each eye being tracked:- Gaze X position
- Gaze Y position
- Pupil Size
- Gaze X position
- Digital Input/Output (I/O)
The card also features 16 digital channels for two-way communication.
- Digital Inputs: You can configure the inputs to function as a response button box, allowing participant responses to be sent directly to the Host PC. These digital signals can also be recorded as markers in the EDF data file.
- Digital Outputs: You can control the outputs from your Display PC by sending write_ioport commands. This allows your experimental script to send TTL signals to synchronize with other equipment. The command requires the port address (typically 4 or 5 for the analog card) and the 16-bit Hex value you want to send.
Code:#write_ioport <ioport> <data>
;; <ioport>: byte hardware I/O port address
;; <data>: data to write
write_ioport 0x4 0xFF
- EyeLink Portable Duo User Manual
- EyeLink 1000 Plus User Manual
- EyeLink 1000 User Manual
- EyeLink II - Head Mounted / Head Fixed User Manual