Rheodyne valve RS232 communications
This is a set of commands for commmunicating with Rheodyne valves via RS232 using the native MATLAB interface. This is a slightly streamlined version of the commands in CO2gui, which you should use if you want a version that can use Realterm instead.
Works by storing a timer in a structure in the UserData which triggers a valve position change e.g. every 10 minutes (this is designed for continuous sampling).
serialObject = rheodyne232obj(comPort, userData) returns the serial object for Rheodyne serial-controlled valves. given a suitable COM port number (unsigned integer: 1-255). Information can be passed into the serial object through the optional userData argument.
serialObject = rheodyne232objnotimer(comPort) returns a version without a timer present, so any commands relating to this will error - this is useful for applications not requiring continuous sampling, where the footprint needs to be kept low.
rheodyne232objconnect and disconnect(serialObject) work as you'd expect them too.
rheodyne232objcomm waits for confirmation from the valve to finish the operation before continuing, but this can be quite slow and annoying, so rheodyne232objfastcomm does not wait.
Cita come
Geoffrey Akien (2024). Rheodyne valve RS232 communications (https://www.mathworks.com/matlabcentral/fileexchange/41809-rheodyne-valve-rs232-communications), MATLAB Central File Exchange. Recuperato .
Compatibilità della release di MATLAB
Compatibilità della piattaforma
Windows macOS LinuxCategorie
Tag
Riconoscimenti
Ispirato da: CO2gui - lab control and automation
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Scopri Live Editor
Crea script con codice, output e testo formattato in un unico documento eseguibile.
Versione | Pubblicato | Note della release | |
---|---|---|---|
1.0.0.0 |