IO syntax for Words

Hi Chris,

It appears that the IO syntax for declaring a Word channel (i.e. to send words to a Plexon system for clock synchronization) has also changed but hasn’t made its way into the editor. Unless the DiCarlo lab has come up with a new solution to sync the MWorks and Plexon clocks, Najib must still be using Words. Can you please post the correct syntax for declaring this channel? The old syntax was was as follows:

        <iochannel tag="wordOut" variable="wordout" capability="ITC18_TTL_AUX_WORD1" data_type="uint8" device="Setup 1 ITC18" direction="output" synchrony="asynchronous" range_min="0" range_max="0" resolution="1" update_interval="3ms" data_interval="1ms" TTL_trigger_port="0" pre_trigger_interval="5ms" post_trigger_interval="5ms"/>

Thanks,

Nicole

Hi Nicole,

I won’t be back into the office until tomorrow, but I’ll look into this then. In the meantime, can you tell me how you discovered that this syntax no longer works? Does MWorks give you an error when you try to load or run the experiment?

Thanks,
Chris

Hi Nicole,

You need to change the value of the data_type parameter to digital_uint8. It looks like this syntax changed quite a long time ago (before Ben left), which explains why it wasn’t mentioned in the 0.4.4 release notes. I’ve opened an issue in the bug tracker about updating the editor templates.

Cheers,
Chris