Hi,
i have one While-loop (continouse acq. daq) and inside one case-loop (with 2 cases, true and false).
1. I always start with true-case. i need to set some value on a "set value" bar, and then calculate some output. it's working.
2. when i switch to false case, it should take the value of a "output", AND initialize the bar " set value" with this new number. but just for initalizing, after that i must have controll again over the "set value" bar.
3. from false to case the same thing -> taking the value of the output and initialzing the int bar.
p.s.: i need that for my dc-motor. in true case i set some frequency, and in false case i can set the power supply value. so, i need some switch from one to other case without starting from null frequency or power every time when i change the mode.
thanx in advance
vedran