bicarlsen / easy-biologic

Python library for communicating with Biologic devices.
GNU General Public License v3.0
18 stars 11 forks source link

ERR_GEN_FUNCTIONFAILED (-6): Function failed #22

Open ibRMQ opened 2 years ago

ibRMQ commented 2 years ago

We are trying to control a SP-200, but always get the error message:

ERR_GEN_FUNCTIONFAILED (-6): Function failed

when we try to execute prg.run().

With prg as:

prg = ebp.OCV( bl, params_ocv, channels = [0])

but we also tried JV, MMP or CALimit always with the same error message to .run().

More details in the nootebook:

Biologic_Test1.ipynb.gz

Any idea what the problem could be?