I have two while loops running. One triggers an external relay board that has various resistors wired in. Its function is to apply different resistances to a power source at predetermined times. The second loop measures the voltage change on a graph and writes to a file. I have included in a sub vi in the second loop for a numerical input that will be filled in by the iteration of the first loop thus giving me the voltage and resistor number in the text file output.
The problem I'm having is when I try to connect the iteration of the relay loop to the numerical input of the voltmeter loop, the voltmeter loop will ignore that input until the last time it finishes its own loop.
Is there any way to introduce this input into a loop while it's running?
Sorry if this sounds confusing but I am very new to Labview and have learned a lot so far. I'm sure this is something simple that I am overlooking.