Bonsai library for the Open Ephys Onix Acquisition System.
- Open Ephys store: https://open-ephys.org/onix
- Library documentation: https://open-ephys.github.io/bonsai-onix1-docs
- Hardware documentation: https://open-ephys.github.io/onix-docs
- Double click the
Setup.cmd
file in the.bonsai
folder. This will install a portable version of Bonsai in the folder along with its required packages. - Open
OpenEphys.Onix1.sln
in Visual Studio (Community Edition is fine). - Select which project to compile and run Bonsai against.
OpenEphys.Onix1
: core library (No GUI elements will be loaded)OpenEphys.Onix1.Design
: core library and GUI elements
- Press the Play button to
- Compile the library selected in step 3
- Run the Bonsai application installed in step 1
- Instruct Bonsai to load the compiled library
- Download and install Microsoft Child Process Debugging Power Tool 2022.
- Navigate to child process debugging settings.
- Check
Enable child process debugging
. - Click Save.
- Navigate to debug properties.
- Check
Enable native code debugging
.