Sending a heartbeat signal

Forum Home Forums Understanding the Software Using Formulas Sending a heartbeat signal

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #2785
    hybrid
    Participant

    Hi there,

    I’ve got an command set up for a modbus device. I can manually execute the command successfully.
    It is a heartbeat signal that must change from 0 to 1 every second for communication to work.

    How can I automate the command to constantly execute ( write 0/1 to modbus register).
    I do not want to have to initiate the heartbeat signal if possible, but always have it running in the background.

    #2789
    Mikhail
    Moderator

    Hi,

    You should create an input channel that changes every second, for example: DateTime.Now.Second % 2 and use Automatic Control Module with on change trigger to send a command.

    #2802
    hybrid
    Participant

    Thanks for reply. So is there no option to do this without purchasing the control module ?

    #2805
    Mikhail
    Moderator

    Create your own simple module.

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