Skip to content

Commit

Permalink
Use rates as defined by the PMC8 manual.
Browse files Browse the repository at this point in the history
  • Loading branch information
knro committed Dec 3, 2024
1 parent a216553 commit 1c92c97
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions drivers/telescope/pmc8driver.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -83,9 +83,9 @@ double PMC8_AXIS1_SCALE = PMC8_EXOS2_AXIS1_SCALE;
// The rate is communicated as "arcsecs per sidereal second" NOT per second so it should be 15.000
// not 15.041067
#define PMC8_RATE_SIDEREAL 15.000
#define PMC8_RATE_LUNAR 14.685
#define PMC8_RATE_SOLAR 15.000
#define PMC8_RATE_KING 15.037
#define PMC8_RATE_LUNAR 14.451
#define PMC8_RATE_SOLAR 14.959
#define PMC8_RATE_KING 14.996

PMC8_CONNECTION_TYPE pmc8_connection = PMC8_SERIAL_AUTO;
bool pmc8_debug = false;
Expand Down

0 comments on commit 1c92c97

Please sign in to comment.