We are trying to write some software that will operate several LED's and detectors in sequential mode.
The program that we are trying to write goes like
this:
1 switch on detector on red channel
2 20ms later, switch on red LED
3 measure data from detector for 2ms
4 save data to file
5 switch off red LED
6 repeat steps 1 to 5 but now using green LED
7 repeat steps 1 to 5 but now using blue LED
We have been trying with LabView 7 but haven't found the way to run such a sequential program.
We would need some example .vi program that could help us to see how to get our program done, or some suggestions of which commands/icons in LabView we
should use to do this.
Thanks a lot.