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

Integrating GPS start with dispatcher #96

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

darrylmasson
Copy link

Once we have the V1495 FW to support GPS sync starts, we also need an update to the dispatcher to support this. The new logic for starting a run for supported detectors is as follows:

  • Is there a GPS sync signal expected between "now" and the next logic loop (min 1 sec)? If yes, send the start command, if no wait for the next cycle.
  • Once the start command has been issued, wait until the GPS signal has been logged and then pull it from the db, storing that in the rundoc as the start time (additionally in a new gps_start field with extra precision)

There's probably something I'm missing here, but I think this is a decent start and we'll need something to test with.

@valerioda valerioda self-requested a review November 7, 2022 09:41
@valerioda
Copy link
Member

The work on FW upgrade is still on going, Robin is working on it and we proceed as soon as possible.
Looking at dispatcher code changes, it looks ok for me.

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

Successfully merging this pull request may close these issues.

2 participants