Auto Control Module – How to send command only once, without repeat

Forum Home Forums Understanding the Software Auto Control Module – How to send command only once, without repeat

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #17136
    CCKOH
    Participant

    Hi 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.

    #17137
    CCKOH
    Participant

    Hi Mikhail,
    Attach with the image link

    1) https://ibb.co/ch4Zy0FH – ACM Log
    2) https://ibb.co/0p09MWcr – ACM Configuration

    #17138
    manjey73
    Participant

    If 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.

    #17146
    Mikhail
    Moderator

    Hi,
    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 normal

    #17148
    CCKOH
    Participant

    Hi 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?

    #17149
    CCKOH
    Participant

    Hi 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 Koh

    #17150
    manjey73
    Participant

    Can you show a signal diagram and indicate on it where sending should work and where not?

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