Rheodyne valve RS232 communications

Commands for communicating with Rheodyne valves via RS232
463 Downloads
Updated 21 May 2013

View License

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.

Cite As

Geoffrey Akien (2024). Rheodyne valve RS232 communications (https://www.mathworks.com/matlabcentral/fileexchange/41809-rheodyne-valve-rs232-communications), MATLAB Central File Exchange. Retrieved .

MATLAB Release Compatibility
Created with R14SP1
Compatible with any release
Platform Compatibility
Windows macOS Linux
Categories
Find more on Simscape Fluids in Help Center and MATLAB Answers
Acknowledgements

Inspired by: CO2gui - lab control and automation

Community Treasure Hunt

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

Start Hunting!
Version Published Release Notes
1.0.0.0