Sending Command Skipped

Forum Home Forums Understanding the Software Sending Command Skipped

Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #10054
    kcks66
    Participant

    Hi Mikhail,

    I am configuring auto control module as below:

    https://ibb.co/xzYBwNY

    I got message “sending command skipped” which I don’t understand what cause this:

    https://ibb.co/XWLxWYx

    However, the input channel is always 0, as below:

    https://ibb.co/YZncdcj

    Pls advice and thank you.

    #10055
    manjey73
    Participant

    As far as I remember, if you have a trigger at 0 and when you restart the server you have 0 there, then the command will be skipped. You need to do 1 in the channel, and then 0, that is, changes must occur. This is done in order not to send commands when restarting the server.

    #10061
    Mikhail
    Moderator

    Hi,

    @manjey73
    is right. To send a command, trigger requires a channel value change from 1 to 0, for example.

    #10063
    kcks66
    Participant

    Hi manjey73 & Mikhail,

    Thanks for the explanation. I am able to trigger now.

    However, is there possibility to detect the ‘ — ‘ when the device is offline? Then send out email alert to inform recipient for such faulty.

    https://ibb.co/m5w8xSF

    Thank you.

    #10064
    manjey73
    Participant

    I may be wrong, but in this case, the trigger should be set to the channel status and apply formulas that change the status.

    #10065
    Mikhail
    Moderator

    I agree with the above.

    #10066
    kcks66
    Participant

    Hi manjey73 & Mikhail,

    I set to the channel status but I have no idea what to do next for the formula.

    https://ibb.co/VtCJpXN

    Pls advice and thank you.

    #10067
    Mikhail
    Moderator

    Just type 0

    #10068
    kcks66
    Participant

    Hi Mikhail,

    It worked. Thank you.

    #10785
    kcks66
    Participant

    Hi Mikhail,

    I want to send out email alert when the device offline resume from ‘—‘ back to online with ‘number’.

    I tried to set channel status to 1, but it doesn’t work.
    Pls advice and thank you.

    #10787
    Mikhail
    Moderator

    Hi,
    Add a new channel of the calculated type that shows the device status.
    Use the formula for the new channel: Stat(101) > 0 ? 1 : 0 where 101 is the source channel number.

    #10892
    kcks66
    Participant

    Hi Mikhail,

    It is worked. Thank you.

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