Forum Home › Forums › Understanding the Software › Auto Control Module – How to send command only once, without repeat
Tagged: How to send command only once
- This topic has 7 replies, 3 voices, and was last updated 1 month, 2 weeks ago by
Mikhail.
-
AuthorPosts
-
October 9, 2025 at 4:31 pm #17136
CCKOH
ParticipantHi Mikhail,
For the Auto Control Module, I only want the SMS alert (Channel 201) to be sent once. How can I configure this on the ACM? I checked the Repeat count and set the value to 1, but it was unsuccessful. If you check the log, you’ll see that the command to channel 201 still repeats.Thank you.
October 9, 2025 at 4:42 pm #17137CCKOH
ParticipantHi Mikhail,
Attach with the image link1) https://ibb.co/ch4Zy0FH – ACM Log
2) https://ibb.co/0p09MWcr – ACM ConfigurationOctober 9, 2025 at 5:17 pm #17138
manjey73ParticipantIf I understood correctly, you reset the error (channel 110) and then it reappears naturally, so the module reacts to it again. After resetting, you need to lock it for a while or change the reset approach. It is not the error itself that should be reset, but the auxiliary channel.
October 10, 2025 at 12:38 pm #17146
MikhailModeratorHi,
According to the log file, the trigger “Tank Medium Level” returned to the normal state at 23:59:17 and then fires again.
Probably, you should check why the trigger returned to normalOctober 10, 2025 at 3:01 pm #17148CCKOH
ParticipantHi Manjey / Mikhail,
The main problems here is due to the sensor value fluctuate during the water pumping. The sensor reading change from Medium to High and back to Medium again. This sequence s repeating and cause the sms to keep sending.
I’m wish to configurate an auxiliary channel to count the tank trigger. If tank trigger more than certain value, the sms alert stop. I’m configure auxiliary channel as
Channel Type: Calculated/output
Input Formula: Val() + Cmd
Output Formula: SetData()
When i’m send command value = 1 to auxiliary channel, the channel value not updated to 1, but error show “Channel 136 not found among output channels”. How to configurate the channel so that it will add up the command value send to the auxiliary channel?October 11, 2025 at 5:50 am #17149CCKOH
ParticipantHi Manjey / Mikhail,
I’m able to solve the formula for auxiliary channel.
Channel Type: Calculated/output
Input Formula: Val()
Output Formula: SetVal(n, Val()+1)Thank you.
Regards,
CC KohOctober 11, 2025 at 9:41 am #17150
manjey73ParticipantCan you show a signal diagram and indicate on it where sending should work and where not?
October 13, 2025 at 9:51 am #17154
MikhailModeratorHi,
the sensor value fluctuate during the water pumping
I suggest setting up the channel limits with a deadband. Then configure a trigger that fires on channel status (not channel value).
-
AuthorPosts
- You must be logged in to reply to this topic.