Hey, I have a LabVIEW programme that reads a .txt file. This file has two columns: timestep and current. The current data is supposed to be sent to a power supply. So far, everything is loading too quickly. I want the current (t1) to be sent, then the current (t2) after 1 second, and so on. Essentially, I want each current value from the text file to be present for one second. How do I do this?
I have charge and discharge in a case structure so the current goes in a for loop to check if positive or negative and then inside the for loop I have 2 cases for charge and discharge. I tried the wait block but it didn't really work (or I placed it wrong). I am quite new to LabView so I would appreciate any help. Kind regards