Using fprintf and instrument control toolbox with serial connection
Mostrar comentarios más antiguos
Hi,
I'm trying to send commands to a monochromator (CM110/112) connected to a cpu (RS232). I've successfully connected to the instrument using serial() and also by using the instrument toolbox but I'm having trouble understanding how to send commands to it. The manual gives the following example:
<pre class="language-matlab">GOTO
This command moves the monochromator to a selected position.
To CM110/112: <16> D <High Byte> <Low Byte> [*The D denotes decimal value of the byte is being used)
From CM110/112: <Status Byte>
CM110/112 Action: If valid, move to position ( 256 * <High Byte> ) + <Low Byte> [units].
From CM110/112: <24> D
For example, the command to instruct the monochromator to GOTO the wavelength 250 nm could be sent as the three bytes <16> D <0> D <250> D (if the current units are in nm). Here, <16> D specifies the
Respuesta aceptada
Más respuestas (0)
Categorías
Más información sobre Instrument Control Toolbox en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!