AIO output signal controlled with python not stable
Posted: 09 Aug 2021, 14:45
Hello, I'm new to forums, i hope my request is not appropriate and that someone can help me.
I'm actually using a rev pi core 3+ with 2 AIO modules. I'm trying to control the output signal (setted 0-10V) of the AIO modules with some python code. I normally use this command line to output the signal:
rpi.io.OutputValue_1.value=10000
time.sleep(1)
The problem that i have is that the output signal doesn't reach the desired 10V and it also present heavy oscillations. (3V->6V)
However, the problem doesn't persist if i set the standard value of the desired output at 10V from the https chrome page. Can you help me understanding why this happens? What other informations do you need? Thank you very much,
Best Regards
mattia
I'm actually using a rev pi core 3+ with 2 AIO modules. I'm trying to control the output signal (setted 0-10V) of the AIO modules with some python code. I normally use this command line to output the signal:
rpi.io.OutputValue_1.value=10000
time.sleep(1)
The problem that i have is that the output signal doesn't reach the desired 10V and it also present heavy oscillations. (3V->6V)
However, the problem doesn't persist if i set the standard value of the desired output at 10V from the https chrome page. Can you help me understanding why this happens? What other informations do you need? Thank you very much,
Best Regards
mattia