WAtoMA Posted January 27, 2009 Report Share Posted January 27, 2009 Hello, I am a first time LabVIEW user. I need to construct a VI to interpret Analog pulses from an old Raman Spectrometer. I am using an NI DAQ model # BNC-2110. I am thinking of constructing a 3 window system. One for specified wavelength user input, another for laser alignment calibration, and one for the spectra display/results. Can anyone tell me where I should start? Quote Link to comment
Anders Björk Posted January 28, 2009 Report Share Posted January 28, 2009 QUOTE (WAtoMA @ Jan 27 2009, 01:53 AM) Hello,I am a first time LabVIEW user. I need to construct a VI to interpret Analog pulses from an old Raman Spectrometer. I am using an NI DAQ model # BNC-2110. I am thinking of constructing a 3 window system. One for specified wavelength user input, another for laser alignment calibration, and one for the spectra display/results. Can anyone tell me where I should start? Have you seen the tabcontrol i Labview, use a state machine for handling the different cases? Using that you dont need to have three separate windows. My suggestion is put the instrument read/control in parallell what you need to present. A starting point is getting the read of raw values to work. Quote Link to comment
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.