toastytato / DAQ_Interface

GUI for controlling NI DAQ devices and monitoring output/input voltages, current, and other variables
10 stars 4 forks source link

Modifying to fit to different DAQ devices #2

Open Aaronyap2002 opened 3 months ago

Aaronyap2002 commented 3 months ago

Hi! First of all, nicely done on this UI! Nice work! I am trying to use the UI according to my own DAQ device. How do I change the number of individual ports available to use in the code? Thank you

Also, I trying to configure the DAQ settings like changing the device name, but it pops up an error. It even produced this error immediate after pressing the calibration button upon startup

TypeError: arguments did not match any overloaded call:
  start(self, msec: int): argument 1 has unexpected type 'float'
  start(self): too many arguments
image image