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

Prevent scale from turning off #13

Open
mnort9 opened this issue Jan 21, 2016 · 8 comments
Open

Prevent scale from turning off #13

mnort9 opened this issue Jan 21, 2016 · 8 comments

Comments

@mnort9
Copy link

mnort9 commented Jan 21, 2016

The DYMO M10 has an auto shutdown feature that is triggered after ~3 minutes of inactivity. The only actions that seem to keep the scale awake are changing the weight on the scale and switching the lb/kg mode.

Any hacks for keeping the scale awake? Or switching the mode via usb?

@erjiang
Copy link
Owner

erjiang commented Feb 11, 2016

Unfortunately I do not have a DYMO M10 or other scale with auto-shutdown, so I have no way of even trying out ideas. But I'll leave this issue here in case someone is interested in tackling it.

@crishoj
Copy link

crishoj commented Jul 21, 2016

Has any of you been able to prevent the M10 scale from shutting off automatically?

@mnort9
Copy link
Author

mnort9 commented Jul 22, 2016

No. I thought about hard wiring it to toggle the lbs/ounces setting periodically to keep it awake. But that's definitely a hack and won't be reliable...

@sanmai
Copy link
Contributor

sanmai commented Jul 22, 2016

I have exactly one but why you're bothered with the auto-shutdown?

@crishoj
Copy link

crishoj commented Jul 23, 2016

@sanmai, in our use case the scale is used to weigh books, sometimes frequently, and at other times with 5 minutes of idle time in between each book. Having to check the power status of the scale and turn it on is rather troublesome for the operator.

If no software solution exists, we might modify the scale to detect the power state, and trigger the power switch when the "off" state is detected.

@Geesu
Copy link

Geesu commented Jul 28, 2016

I'd also be curious if this is possible, I've tried to simply write random data to the scale via USB but this doesn't help sadly.

@Maxhodges
Copy link

@mnort9 pinging the units mode to keep-alive is not a bad idea. It's been done by others
https://stackoverflow.com/questions/36465337/pyusb-stop-dymo-scales-from-shutting-down-automatically

@zerohimself
Copy link

I just found this discussion while dealing with my brand new dymo m10 scale. I am going to insert a micro controller to pull the scales "display" button's line high or low two times every minute or so. This will have the effect of toggling from oz to g and back each time. That seems to be enough to keep the scale awake, and does not seem to affect the USB readings. I think this is a fairly stupid feature for a scale. I hate to go conspiracy theory on anything, but I have a suspicion that it's an inconvenience to persuade the user to buy a more expensive scale.

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

7 participants