Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue when using multiple alicats #144

Open
picarro-jmoreno opened this issue Nov 20, 2024 · 0 comments
Open

Issue when using multiple alicats #144

picarro-jmoreno opened this issue Nov 20, 2024 · 0 comments

Comments

@picarro-jmoreno
Copy link

picarro-jmoreno commented Nov 20, 2024

Hello,

I am trying to use the latests version (0.7.0) but when I try using my breakout box with multiple alicats.
Example:
self.mfcs = { "A": FlowController(address=com_port, unit='A'), "B": FlowController(address=com_port, unit='B'), "C": FlowController(address=com_port,unit='C'), }

I get an error : could not open port 'COM3': PermissionError(13, 'Access is denied.', None, 5)

When I go back to version 0.4.0 it works just fine, after making the proper adjustments for the arguments.

If I do it with just one MFC it works, any ideas on what I might be doing wrong?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant