Jasco Pumps RS232 communicatios

Commands to read and control Jasco pumps via RS232.
575 download
Aggiornato 16 nov 2016

Visualizza la licenza

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).

Cita come

Geoffrey Akien (2024). Jasco Pumps RS232 communicatios (https://www.mathworks.com/matlabcentral/fileexchange/41805-jasco-pumps-rs232-communicatios), MATLAB Central File Exchange. Recuperato .

Compatibilità della release di MATLAB
Creato con R14SP1
Compatibile con qualsiasi release
Compatibilità della piattaforma
Windows macOS Linux
Categorie
Scopri di più su Simscape Fluids in Help Center e MATLAB Answers
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!
Versione Pubblicato Note della release
1.21.0.0

Typo in pumpobjcomm error messages

1.2.0.0

Updated description

1.1.0.0

Updated description.

1.0.0.0