Hi - ok, so i'm not much of an expert with labview - in fact i'm quite new to everything - so i apologise if this is a stupid question with an obvious answer...
...i'm controlling 3 valves and a digital syringe with labview - i've been able to control them fine so far, but in order to be able to change the ports of the valves, and the volume in the syringe, i've put the whole sequence structure inside a while loop (wired to run continuously), and i'm using shift registers and case structures to check the values so that it'll only send data when the values are changed.
This is all well and good and, theoretically, it's working...but i have the weirdest delay. It's almost like it's only sending information ant some set interval?
for example, if i change the values of one of the valves, there is a delay (i think i measured about 15 seconds or so), but then if i change one and then change another about 5 seconds later (assuming the first hasn't changed yet), they'll change at the very same time (after about another 10 seconds)
(I apologise if i'm making this sound more complicated than i need to, but i'm just so desperate at this stage, cause i've only 3 weeks left to finish this program, and this is really dragging me down!!

)