-
Notifications
You must be signed in to change notification settings - Fork 127
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
Accurate Calibration #91
Comments
Ciao, hai risolto? |
Si, trovi la soluzione nel gruppo Remote. |
Si grazie #define AZIMUTH_CALIBRATION_FROM_ARRAY #define AZIMUTH_CALIBRATION_TO_ARRAY Ciao |
HAM IV |
I cannot understand how to perform the calibration using the parameters:
#define AZIMUTH_CALIBRATION_FROM_ARRAY {180,630}
#define AZIMUTH_CALIBRATION_TO_ARRAY {180,630}
I need these parameters because my rotor has no linear variation, so I would like to create more measurement points to make the AZ reading accurate.
With the debub I can read the "Analog" value and therefore I am able to attribute the right "Analog" value to each position.
In my case Analog is between 3 and 517 (3 = position -180 and 517 +180 with central North).
I could not find explanations regarding the values indicated, I only understood that I have to create multiple FROM_TO but it is not clear to me how to enter the parameters inside.
You can give me an example with:
Position AZ 90 ° = Analog 300
Position AZ 270 = Analog 175
Position AZ 180 = Analog 225
(for example)
The limit switches are perfect (CCW and CW) made via the terminal.
73 de IW8ELN Roberto
The text was updated successfully, but these errors were encountered: