Hello,
I’m having trouble loading a minimal eyelink demo, and could use some advice. Loading fails with the following message on the server console:
ERROR: Failed to create object.
Extended information:
reason: No factory for object type: iodevice/eyelink
location: line 4, column 1
object_type: iodevice/eyelink
ref_id: idp105544663683720
component: eyelink
parser_context: mw_create
Here’s the experiment file:
var eye_rx = 0
var eye_ry = 0
iodevice/eyelink eyelink (
tracker_ip = '100.1.1.1'
eye_rx = eye_rx
eye_ry = eye_ry
data_interval = 1ms
)
protocol {
eyelink_tracker_setup (
device = eyelink
calibration_type = HV13
)
start_io_device (eyelink)
wait (600s)
}
I believe I’ve correctly installed and configured the system, as the EyeLink SRVersion and Track applications are working.
MWorks seems to work otherwise (I can control the screen, Arduino, etc.). Not sure what I’m missing.
Thanks for any help,
Mark