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

Occasionally bad replies #3

Open
alexrudd2 opened this issue Apr 10, 2023 · 2 comments
Open

Occasionally bad replies #3

alexrudd2 opened this issue Apr 10, 2023 · 2 comments

Comments

@alexrudd2
Copy link
Member

alexrudd2 commented Apr 10, 2023

Adams

return float(response[:-2]) # strip response command readback
ValueError: could not convert string to float: 'p\t\x02\x02+jS~450.00'

Blanc

return float(response[:-2]) # strip response command readback
ValueError: could not convert string to float: '200~\x02\x02\x02+jS~450.00'

Blanc

return float(response[:-2]) # strip response command readback
ValueError: could not convert string to float: 'ML\t\x02\x02\x1bjS~0.00'

This has been affecting the jacketed reactors, which use IKA overhead stirrers.

Adams is 1.4.006 and Blanc is 1.4.005

@alexrudd2
Copy link
Member Author

Power-cycling just the IKAs doesn't help. Rebooting the container doesn't help.

@alexrudd2
Copy link
Member Author

Hmm, the problem appears to be two controllers talking to the same device and getting garbled replies.

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