Git Product home page Git Product logo

Comments (4)

dolphinzilla avatar dolphinzilla commented on July 29, 2024

PHD Log exhibits steps in the star SNR curve on the 1 degree dome moves

image

from firmware.

NameOfTheDragon avatar NameOfTheDragon commented on July 29, 2024

Proposal

  • The existing @GAR "Goto azimuth degrees" command remains unchanged for backward compatibility.
  • Introduce a new firmware command, @GSR,sssss "Goto step position". This allows the rotator to be moved to an exact whole step position. The firmware protocol was not designed to include floating point numbers so the proposal is to accept a step position and not an azimuth. The target whole step position must be computed by the driver or application plug-in.
  • There are 55,080 whole steps per revolution, so this gives a theoretical positioning resolution of 360/55080 = 0.00654 degrees.
  • Driver or application can compute the step position for a given azimuth as circumference / 360 * target azimuth
  • Driver or application can obtain circumference using the @RRR command, which returns the circumference in whole steps.
  • Dead zone still applies. Moves smaller than the dead zone will be ignored. Dead zone is settable using the @DWR command.

This will then require a new version of the ASCOM driver that uses the new command. Optionally, other drivers and plugins would also have to be updated.

Feasibility

Initial investigation suggests that this could be added to the firmware reasonably quickly and with low risk. The firmware would remain backward compatible with all existing drivers and plugins.

Recommendation

I recommend that this feature should be added to the firmware and a subsequent version of the ASCOM driver.

@nexdome Are you happy for me to go ahead and add this feature?

from firmware.

dolphinzilla avatar dolphinzilla commented on July 29, 2024

The experimental firmware version seems to work perfectly - I checked backwards compatibility with ASCOM driver 3.0.1 and ran it through its paces across the 0 point as well (left and right of zero azimuth)

from firmware.

NameOfTheDragon avatar NameOfTheDragon commented on July 29, 2024

from firmware.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.