이 제출물을 팔로우합니다
- 팔로우하는 게시물 피드에서 업데이트를 확인할 수 있습니다
- 정보 수신 기본 설정에 따라 이메일을 받을 수 있습니다
A range of both low- and high-level commands for controlling Jasco pumps, derived from that used in CO2gui, but only implemented using the native MATLAB serial tools.
serialObject = pumpobj(comPort) returns the serial object for Jasco pumps given a suitable COM port number (unsigned integer: 1-255).
pumpobjconnect(serialObject) initialises communication and pumpobjdisconnect(serialObject) disconnects
pumpobjcomm and the other preformed files are used to read and write flow rates, pressures etc.
IMPORTANT
As with Jasco BPR's, these devices use hardware flow control, and when they stop working for whatever reason (e.g. power failure) they will cause older versions of MATLAB (tested on R14) to hang. This can be avoided by using Realterm or the like, or by using newer releases (R2012b tested).
인용 양식
Geoffrey Akien (2026). Jasco Pumps RS232 communicatios (https://kr.mathworks.com/matlabcentral/fileexchange/41805-jasco-pumps-rs232-communicatios), MATLAB Central File Exchange. 검색 날짜: .
도움
도움 받은 파일: CO2gui - lab control and automation
