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

drive/rpm3 #675

Open
dirkwhoffmann opened this issue May 5, 2021 · 1 comment
Open

drive/rpm3 #675

dirkwhoffmann opened this issue May 5, 2021 · 1 comment

Comments

@dirkwhoffmann
Copy link
Owner

From the README file:

This directory collects programs that measure the drives spindle motor speed in
RPM.

The result should be somewhere around 300rpm, +/- 1% (297-303)

All programs show on screen:

- the number of cycles measured for one revolution (~200000)
- calculated RPM (highest precision, not rounded)
- calculated RPM (rounded to two decimals)

[...]

rpm3.prg:
- Inspired by "1541 Speed Test" by Zibri (https://csdb.dk/release/?id=194046).
  Writes a test track on track 36, which contains one long SYNC and then 5
  regular bytes. Time for one revolution is measured by reading 6 bytes.
 

Bildschirmfoto 2021-05-05 um 16 31 12

Bildschirmfoto 2021-05-05 um 16 31 08

Note: The other two test show that the drive rotates at the right speed (slightly slower than VICE). Therefore, the bug affects the measuring method, not the measured parameter.

@dirkwhoffmann
Copy link
Owner Author

A quick look at track 36 reveals that the it is full of 1's. Seems like the test fails to write the 5 regular bytes.

Bildschirmfoto 2021-05-05 um 16 45 02

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

No branches or pull requests

1 participant