Send triggers to EEG system

Hello!
I need help with add code for send triggers to EEG System. The system we use is EGI Net station and we doing the experiment without internet access.

I have looked at the website and I am still confused.

I use PsychoPy version 2024.2.3

You can download the package egi-pynetstation from builder.

Hello!
I was able to successfully download the package and write some code:


But got some error.

Assuming you have an 400-series system, your amp IP is probably incorrect in the code. It should be the same as shown in the Firefox.

The other common possibility is that the net station checkbox for receiving events is not selected for the given port.

I tried to run the same code from the website, only change the IP address for amp and netstation and got this error:

Here’s the code file
R.py (54.7 KB)

It looks like you are not using Builder. Why? It has built in support for your system.

Because I needed to write the code that make randomized list of ISI on the output and the builder doesn’t have the callability to do that.

I tried to add the code on the builder and it doesn’t work,
Got this error:

Try changing the keyboard backend to psytoolbox from iohub in Experiment Settings.

It did not do the trick

Here’s the newest version of the code file.
R (1).py (57.8 KB)