-
Notifications
You must be signed in to change notification settings - Fork 1
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
Loadcell Config Dialog #8
Comments
The documentation is unclear about how the commands (and arguments) to the Loadcell should be formatted. Also there aren't any units for the arguments specified. |
The units should be N. Maybe we can add support for automatic conversion (N, kg, g, lb, oz, %Normbunny^^). |
Still too unspecific!!: But yes automatic conversion would be a handy front-end feature |
For more clarity a flow of calibrating the scale: Server:set\n //sets the calibration value to 1 so the cell reads raw data At the moment the delimiter is set to '\n' but can be pretty much any ASCII character. |
I would already call "cal" a command and the value "1234.9876" its argument. I dont know what type of command youre speaking of which would make the cells less flexible. But that's a question outside the scope of this comment thread.
Ok, so my python code will expect the default and when needed converts user input into ms.
Then those values would be an important information to be added into the wiki for the affected command. Just as everything else you told me in here so far would. :) |
Configures the loadcell over wifi.
The commands are avaialbe here: https://github.com/knoterich/force-logger/wiki/Load-Cell-Protocol
The text was updated successfully, but these errors were encountered: