Skip to content

BartlomiejF/Brooks-Mass-Flow-Controller

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 

Repository files navigation

Brooks-Mass-Flow-Controller

For now this project has some basic commands to control mass flow controllers with Brooks Secondary Electronics and computer.

Example of usage:

Considering that the mass flow controller is connected to Secondary Electronics channel number 1 and basic options are properly chosen.

import classes
SecondaryElectronics=classes.MFCPanel('/dev/ttyUSB0')
controller=classes.MFC(panel=SecondaryElectronics, channel=1)
controller.OpenCloseValve()
controller.setSPRate(value=15000) 
controller.updatePVRate()
print(controller.PVRate)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages