OS (Win7)
PsychoPy version 2022.1.4
I have to run this version because of the old software in the lab.
What are you trying to achieve?:
Hello, I am currently working on an experimental design in builder that also includes bits of custom code added. I had added triggers that communicated with EEG software Biosemi successfully which included different trigger numbers being sent to biosemi for different keyboard presses and so on.
However, now I need a trigger on the same routine of the keyboard responses to help me identify that this routine had started but it’s not working.
For some reason, Psychopy is now sending random numbers to Biosemi which I have not specified.
What did you try to make it work?What specifically went wrong when you tried that?:
I tried to remove the numbers I had chosen and replaced them with numbers psychopy generated thinking it preferred those numbers? but to no avail.
I also tried different placements of the triggers to see if that would change anything - it did not.
I also tried different definitions for the trigger (duration vs. condition) and still that did not work.
Even when I deleted the triggers that seemed to be causing the issue, Psychopy is still sending some random numbers.
There are no messages of error, the experiment is running smoothly, it’s just an odd issue with psychopy generating random numbers to communicate with Biosemi
Is it possible to have more than 1 IO trigger added in the same routine?
How might one achieve this differently than what I have attempted?
Thank you for the help.