Skip to content

Feature request: avoid sending redundant sequences to sequencing devices #125

@fadero

Description

@fadero

Tagging @nicost, who suggested this idea.

It would be nice if AcqEngJ did not re-upload the same sequence to the sequencing devices at every timepoint. Some of these sequencing devices communicate over serial (e.g. TriggerScope), which can slow down communication. For fast acquisitions (e.g. timelapses), it would be nice to not have to wait for the same sequence to be uploaded again.

One thought we had would be for the AcqEngJ to do a comparison of the string it's about to send with the string it last sent. If it's the same string, then don't send it, and assume that the sequencing device will loop. (the assumption of looping may not be correct for all sequencing devices)

The string comparison should be faster than a fresh sequence upload, especially over serial.

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