Skip to content

Check phase syncing of BPMs' decimators #1019

@guilhermerc

Description

@guilhermerc

We recently exposed a feature for BPMs to generate synthetic data based on internal counters. These counters increment at their respective rate and can be synced (reset) across all BPMs by pulsing an external trigger. This can then be used for checking the phase syncing of BPMs' decimators.

Things left to decide:

  • Which physical trigger should we use? Lines 3 and 6 aren't being used, but we can use reuse another line too.
    Lets say we picked PT_n.
  • Which high-level event should we use? FAC group can better decide this.
    Lets say they picked HLE.

Configurations:

  • Route logical trigger 3 to physical trigger PT_n.
  • Set event HLE to pulse PT_n in all AFCs Timing.

After phase syncing BPMs' decimators, the following steps should be done

  1. Reset internal counters.
  2. Enable synthetic data generation.
    caput $(P)$(R)TestDataEn-Sel enable
  3. For each acquisition rate in {TbTAmp, FOFBAmp, FAcqAmp},
    acquire all BPMs [*];
    pick any antenna (counters are replicated in {A, B, C, D}) and check if data across all BPMs is equal.
    If data isn't equal, the phase syncing procedure for this acquisition rate should be redone.
  4. Disable synthetic data generation.
    caput $(P)$(R)TestDataEn-Sel disable

[*] There's a known bug for acquisitions higher than 2046 samples, so one should use < 2046 for this step.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions