Automatic Control Module triggers

Forum Home Forums Understanding the Software Automatic Control Module triggers

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #16969
    oley
    Participant

    Hi,

    I am checking the operation of the automatic control module and I do not understand its behavior.
    I have a database channel that has a power limit value.
    If there is no limit in the database, the channel has an undefined status.
    I wanted to generate events depending on the status of this channel.

    I had defined limits in the database:
    2025-09-07 11:29:00 to 2025-09-07 11:31:00
    2025-09-07 11:33:00 to 2025-09-07 11:35:00
    2025-09-07 11:35:00 to 2025-09-07 11:37:00
    2025-09-07 11:39:00 to 2025-09-07 11:41:00

    I defined two triggers in which I selected only the channel number and only the status in the trigger parameters. The trigger responding to status 1 fired only once, and the trigger responding to status 0 fired many times.

    Log:
    2025-09-07 11:26:58 Module ModAutoControl 6.1.1.1 started
    2025-09-07 11:26:58 Check ModAutoControl registration: Registration key is valid.
    2025-09-07 11:26:58 Module state loaded
    2025-09-07 11:27:04 Trigger state “PowerAdjustment\Limit [289103]”: Waiting
    2025-09-07 11:29:00 Trigger state “PowerAdjustment\Undef [289103]”: Waiting
    2025-09-07 11:29:00 No trigger events to send
    2025-09-07 11:29:00 Trigger state “PowerAdjustment\Limit [289103]”: Firing
    2025-09-07 11:29:00 Sending trigger events completed
    2025-09-07 11:31:00 Trigger state “PowerAdjustment\Undef [289103]”: Firing
    2025-09-07 11:31:00 Sending trigger events completed
    2025-09-07 11:33:00 Trigger state “PowerAdjustment\Undef [289103]”: Waiting
    2025-09-07 11:33:00 No trigger events to send
    2025-09-07 11:37:00 Trigger state “PowerAdjustment\Undef [289103]”: Firing
    2025-09-07 11:37:00 Sending trigger events completed
    2025-09-07 11:39:00 Trigger state “PowerAdjustment\Undef [289103]”: Waiting
    2025-09-07 11:39:00 No trigger events to send
    2025-09-07 11:41:00 Trigger state “PowerAdjustment\Undef [289103]”: Firing
    2025-09-07 11:41:00 Sending trigger events completed

    Screenshots: https://limewire.com/d/tybwK#MwvFbA19ul

    #16975
    oley
    Participant

    Hi,

    I made a correction: I created a calculated channel based on the status of the database channel. Triggers based on the values of this calculated channel fires correctly.

    #16981
    Mikhail
    Moderator

    Hi,

    > I created a calculated channel based on the status of the database channel
    Likely, this approach is more clear.
    If you need triggers based on the status, check the actual channel values and statuses.
    Note that events can be generated according to the channel properties without the module.

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.