LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

delay

 Hello! My purpose is to make confocal microscope. For this aim I need to moove my piezo slip (to scan object) and receive signals from photodiode. I scan my object with pieso slip using 2D for-loop in Labview. My DAQ assistant is also in this for-loops. So in one iteration cycle I move my slip and getting the signal from the photodiode (signal goes to 2D array). 

 My question is: how can I in one iteration at first move the slip, then remove the signal from the detector (for the slip be stopped when signal is received)? 

0 Kudos
Message 1 of 2
(1,962 Views)

It sounds like a "state machine" type of construct, using a case statement, transistioning to the desired case ("state") when each state is completed. Search for "state machine" in these forums.

Putnam
Certified LabVIEW Developer

Senior Test Engineer North Shore Technology, Inc.
Currently using LV 2012-LabVIEW 2018, RT8.5


LabVIEW Champion



0 Kudos
Message 2 of 2
(1,945 Views)