09-06-2021 02:00 PM
Hi all,
I am new on LabVIEW. With reading documents and examples I created a VI which can control the testing machine via servo valve and also can read data from extensometer. It's a simple code.
Now I can control the valve with slide control, but I need to create an automatic control which increase voltage every seconds. Because when I try to change the voltage on slide control, it affects the results I get.
My VI is attached. I would be very grateful if you could help me. Many thanks in advance.
09-07-2021 02:50 AM - edited 09-07-2021 02:51 AM
Hi erener,
@erener wrote:
I need to create an automatic control which increase voltage every seconds.
I recommend to take those "Training resources" at the top of the LabVIEW board to actually learn the LabVIEW basics:
I also (strongly) recommend to stay away from DAQAssistent and use plain DAQmx functions instead…