Hi!
Can someone please help me getting started with this project:
Using NI USB 6009.
Have three radio button selections which every button have own step-funcion to output port0. Step-funcion meaning that when put signal 0001 to port0 it is one step and if want for examble four step it meaning have to put 0001,0000,0001,0000,0001,0000,0001,0000 to port0 in stings. Between the steps must be somekind delay. And of cource there must be somekind counter which counts those steps. However those steps are like press the button. Hopely can understant what i meaning.
radio button 1 = 1 step -> output 1,0
radio button 2 = 3 steps -> output 1,0,1,0,1,0
radio button 3 = somethig else but -> output 0100, 0000,
I have succesfully got those radiobuttons, steps and counter run, but have to copy that output (using task) inside the every stucture
🙂It would be very helpful if give me the idea or just pieces which I have to use. Or link.
Thank You!