03-21-2016 01:57 PM
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.
03-21-2016 02:38 PM
@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.