mesoSPIM / mesoSPIM-control

Image acquisition software for mesoSPIM light-sheet microscopes.
http://www.mesospim.org
GNU General Public License v3.0
35 stars 11 forks source link

Demo cannot run #37

Closed biaohanli closed 4 years ago

biaohanli commented 4 years ago

I want to run the demo,no matter which demo config i choose , there is always different errors. such as nidaqmx.errors.DaqError: Device identifier is invalid. Device Specified: PXI6259 Suggested Device(s): PXI2Slot5, PXI2Slot4, PXI2Slot3

Task Name: _unnamedTask<0>

Status Code: -200220

how should those problem can be solved? thanks.

ffvoigt commented 4 years ago

The demo_config.py config file (here) of the current release (here) should run without any required hardware.

In your case, it seems to me as if you have set waveformgeneration = 'NI'- in this case, the device names (PXI2Slot5, PXI2Slot4, PXI2Slot3) have to match the settings in the config file. You can rename devices in NI Max.

biaohanli commented 4 years ago

it worked. thanks.

ffvoigt commented 4 years ago

:+1: