Rheodyne valve RS232 communications

版本 1.0.0.0 (17.1 KB) 作者: Geoffrey Akien
Commands for communicating with Rheodyne valves via RS232
463.0 次下载
更新时间 2013/5/21

查看许可证

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.

引用格式

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

MATLAB 版本兼容性
创建方式 R14SP1
兼容任何版本
平台兼容性
Windows macOS Linux
类别
Help CenterMATLAB Answers 中查找有关 Simscape Fluids 的更多信息

Community Treasure Hunt

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

Start Hunting!
版本 已发布 发行说明
1.0.0.0