Forum Home › Forums › Understanding the Software › Automatic Control Module triggers
- This topic has 2 replies, 2 voices, and was last updated 10 hours, 40 minutes ago by
Mikhail.
-
AuthorPosts
-
September 7, 2025 at 10:06 am #16969
oley
ParticipantHi,
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:00I 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 completedScreenshots: https://limewire.com/d/tybwK#MwvFbA19ul
September 7, 2025 at 3:01 pm #16975oley
ParticipantHi,
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.
September 8, 2025 at 11:12 am #16981Mikhail
ModeratorHi,
> 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. -
AuthorPosts
- You must be logged in to reply to this topic.