LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Z scan

Hi , I'm fairly new to labview. I'm building a z scan spectrometer using a linear stage from thorlabs operating using kinesis software. I'm using a NI Daq 6000 to acquire a voltage reading from 3 detectors.I basically have the program written I just need to find a way of linking the 2 operations together (stage movement and data acquisition). I want the NI Daq to take a reading and save it and then for the stage to step , take reading and so on. Any advice would be greatly appreciated. I have attached screenshots of the block diagram I have so far. 

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

Hi JKee,

 

put all in one loop, then use DATAFLOW to sequence all steps.

Or even better: create a state machine. You would need states like "stage move", "DAQ" and "save data"…

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 2 of 2
(2,549 Views)