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

Columns ordered wrong in the readouts #6

Open
kukasyachka opened this issue Sep 24, 2020 · 0 comments
Open

Columns ordered wrong in the readouts #6

kukasyachka opened this issue Sep 24, 2020 · 0 comments

Comments

@kukasyachka
Copy link

When using Miriam Serial, we noticed that the physical order of the well columns does not correspond to the order in the UI. The read assay ('R') arduino command output in supposed to be in a format "A1,A2,A3...E12", but instead we received it in a different order: "A11,A12,A9,A10,...,A1,A2,..., E1, E2".

To overcome the problem I made a quick change in Control.cs to rearrange the received data before displaying it (see this commit). However, it seems like the correct place to fix this problem would be in the arduino code, ReadAssay() function.

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

No branches or pull requests

1 participant