WA1500 - RS-232 Driver for Burleigh WA-1500 Wavemeter

Matlab driver to communicate with Burleigh WA-1500 wavemeter via RS-232. Send digital commands
445 descargas
Actualizado 15 abr 2015

Ver licencia

Description
The wa1500 toolbox allows communication to a Burleigh WA-1500
wavemeter via an RS-232 connection. Wavemeter communication can be
initialized and read out digitally. The analog output can be read and
converted to a wavelength in the software. The toolbox includes
functionality to send serial commands to the wavemeter.
The package documentation can be opened by typing

>> doc wa1500

into a matlab prompt.

Setup
The serial cable should be plugged into the 'COM1' port of the
machine. A different serial port can be used by modifying the
wa_initialize function. This allows matlab to communicate with the
instrument using the SERIAL and FPRINTF functions.

Reading the wavelength using the analog output results in a faster
read time. However, to do this directly into matlab requires the data
acquisition toolbox and a DAQ board.

WA1500 main functions.
wa_readWavelength - Get a single wavelength measurement
wa_findInstrument - get the wa1500 serial instrument
wa_close - Shut down communication to wavemeter
wa_command - send serial commands to wavemeter
wa_getInstrumentStatus - get current operating status of wavemeter
wa_initialize - Initializes communcication to WA-1500 wavemeter
wa_testCommunication - test communcication to WA-1500 wavemeter
wa_volts2nm - Convert analog out voltage to wavelength
wa_waitForSettle - wait for laser wavelength to settle
wa_getSetPoint - returns the current set point
wa_resetDeviation - Set the setpoint equal to current wavelength
wa_devResetQ - does the deviation need to be reset?
wa_getReading - get the text reading from wavemeter

Others.
INSTALL, LICENSE, README, Burleigh WA-1500 manual.

Citar como

Todd Karin (2024). WA1500 - RS-232 Driver for Burleigh WA-1500 Wavemeter (https://www.mathworks.com/matlabcentral/fileexchange/38273-wa1500-rs-232-driver-for-burleigh-wa-1500-wavemeter), MATLAB Central File Exchange. Recuperado .

Compatibilidad con la versión de MATLAB
Se creó con R2012a
Compatible con cualquier versión
Compatibilidad con las plataformas
Windows macOS Linux
Categorías
Más información sobre Instrument Control Toolbox Supported Hardware en Help Center y MATLAB Answers.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Versión Publicado Notas de la versión
1.3.0.0

changed description

1.2.0.0

Changed function formats

1.1.0.0

Fixed Typos

1.0.0.0