-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
qt3piezo app -- set read channels to None #10
Labels
Comments
suggested change to tkcontrollerapp.py
|
Or better yet, could run a check for valid values! If values do not appear to be allowed (can one call nidaqmx to ask the device???), then raise exception or do something else smart. |
|
Maybe this is better
then put the checks for name values inside the PiezoControl class.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The underlying library supports setting read channels to None, but the GUI application fails to handle this scenario.
As a user, I want to be able to control the actuator even if I don't have analog read channels from the actuator controller connected to NIDAQ analog inputs.
Should be an easy fix.
The text was updated successfully, but these errors were encountered: