07-31-2017 09:28 AM
I'm trying to create a simple interface where I can read current and voltage from my circuit using the DAQ assistant at the top. For the one on the bottom I would like to use voltage current limiting to control the current my power supply is providing based on the current I want (using voltage and a v to i relationship. I am getting an error on my DAQ and I don't know how to increase my buffer size. Any help?
ps: I'm a noob at LabVIEW.
VI
07-31-2017 09:56 AM
Attach your actual VI since all of the settings are hidden in the DAQ Assistant.
But my wild guess is that you chose Fixed Samples or Continuous Acquisition for the mode and told it to read 1 sample. If you just want 1 sample every iteration (not timed), then you need to set the mode to Single Sample (HW Timed).
07-31-2017 10:49 AM - edited 07-31-2017 10:50 AM
You're right, I had it on continuous acquisition. I changed it to 1 sample (HW Timed) and get the resulting error:
Here is my actual VI for the DAQ assistant that is generating a voltage output (the one on the bottom of my initial VI picture.