Getting unlogged data to the client

Hi Chris,

I have two related things that I think are the same issue. First, when I set announce_stimuli_on_implicit_updates="NO", my dynamic stimuli do not animate in the eye window. For the eye data, when logging="never", the eye position doesn’t update. I’m assuming that this is because the server only sends logged data to the client. If it’s feasible, it would be nice to be able to get that data to the client independently of whether or not it’s logged in the datafile.

Thanks,
Evan

Hi Evan,

I’m assuming that this is because the server only sends logged data to the client. If it’s feasible, it would be nice to be able to get that data to the client independently of whether or not it’s logged in the datafile.

Your assumption is correct. The server produces a single event stream, which is fed to both the data file and the client. Sending them different streams will require some substantial changes to MWorks’ event-handling infrastructure, but I agree that it should be an option. I’ll add it to my to-do list.

Cheers,
Chris