open-ephys / acquisition-board

Hardware interface for streaming up to 512 channels of neural data via USB
https://open-ephys.github.io/acq-board-docs/
Other
51 stars 29 forks source link

Channel Map loading function error #11

Open msvdgoes opened 5 years ago

msvdgoes commented 5 years ago

Encountered a problem (easily solved) when trying to load a config file for the channel map. After adding the FPGA (everything great, 64 channels on port d found) and the channel map node, It did not automatically select/highlight port "d" on the channel map. If you find "a" highlighted on channel map and click on the icon to load a config file, you receive such error on the terminal window: X returned BadValue (integer parameter out of range for operation) for operation X_ConfigureWindow. The whole open ephys window is then frozen.

msvdgoes commented 5 years ago

To solve it, just clicked on the appropriate port on channel map (I had to select "d") and then I could proceed loading the config file.