Skip to content

[BUG] Consecutive PDO writes are handled incorrectly #52

Description

@tnoe1

If I'm setting two values in a PDO, e.g.

device.setValue("Frame tv_sec", sec);
device.setValue("Frame tv_nsec", nsec);

the observed behavior is that if both values are updated, a change in the first value triggers its own pdo message and then a change in the subsequent value causes a second pdo message to be sent instead of sending both at the same time in a single message.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions