Onset of Images During Trial- Timing is Off

Hello,

I am sending messages from PsychoPy to SR Eyelink’s Dataviewer to mark the onset of stimuli during a trial (fixation, stimulus and feedback). In Psychopy, the timing of the onset of the fixation and stimulus is set at consistent times (0 ms into trial for fixation, 500ms into trial for stimulus) and yet the messages that get sent to the stimulus can vary by up to 100ms. Someone on the SR side tried the same code and did not have this happening on their version, and suggested it is likely a problem with the actual time PsychoPy is presenting the images.

Does anyone have experience with PsychoPy being off by ~100ms on presenting stimuli?

Thank you!

You can get small variations some stimuli or the occasional frame drop, but 100ms would be a lot. Are you using an old computer or an older version of PsychoPy?

Thank you for your reply! I decided to code the experiment fully rather than using the builder version with code chunks and now my timings are much more accurate (at most off by 7ms). I am still not sure why this was happening in the builder version unfortunately.