You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: