How to change the modbus register into R/W

Discussion in 'Realtime Communication' started by Nagy Ottó, May 5, 2014.

  1. Nagy Ottó

    Nagy Ottó Administrator Staff Member

    The AVReporter Realtime service can write analog and digital registers.
    The following example shows how to control and write this registers.

    1st step: Open the Realtime Device Manager

    2nd step: Select the template device in the treeview (double click on it)

    3rd step: Add a new register or change the register settings into R/W (Save modification!)
    Set-register-into-rw.png

    4th step: Create a gateway and a device from the template (if it is not exists yet).

    5th step: Update the project modification
    Update-project-modification.png

    6th step: Open the AVRWebpublisher in a browser and create or modify a dynamic dashboard for example like this:
    twidokep.png

    You can control the analog and digital registers with the following objects:
    Control-objects.png
    - Value box: analog value (write object value into the register) or digital value (0 => 0, other value => 1)
    - Slider: analog (write object value into the register) or digital value (0 => 0, other value => 1)
    - Switch: 0 / 1

    7th step: control the registers with the AVRWebpublisher dynamic dashboard.
    - change the value in the value box
    - move the slider to other position
    - click on the switch object to change ON/OFF state

Share This Page