Skip to content
This repository was archived by the owner on Jul 8, 2022. It is now read-only.
This repository was archived by the owner on Jul 8, 2022. It is now read-only.

Cannot poll local dynamic command #538

@bourtemb

Description

@bourtemb

As reported in tango-controls/pytango#256 and on the Tango forum, there can be a problem to start the polling on dynamic commands.

This problem can occur when the command is added with add_command() method and when the device boolean parameter passed to add_command() is set to true, which means the command is added only for this device.
The problem does not occur if the device parameter is set to false (command added to the class commands list).

When the device parameter is set to false, it seems the polling on the dynamic commands is not automatically started if the polling period was defined from POGO. This is not the expected behaviour.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions