LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

2 stage scan and write data to one file

I want to write a program that controll 2 delay stages and collect data from lock-in amplifier and writes everething to one file. 

I have some basic knowledge of labview but need some starting point. Maybe someone can give an example how everethig should be organized.

If you need addtitional information just ask.

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

@gagarin wrote:

I want to write a program that controll 2 delay stages and collect data from lock-in amplifier and writes everething to one file. 

I have some basic knowledge of labview but need some starting point. Maybe someone can give an example how everethig should be organized.

If you need addtitional information just ask.


 

Well like any programming language you might want to start with making a flow chart for your program.

 

It can be very general just break everything down into steps and get an idea what needs to be in a loop what does not.

 

Then from your vague description I would probably recommend a state machine architecture.

========================
=== Engineer Ambiguously ===
========================
0 Kudos
Message 2 of 2
(2,912 Views)