5500Nac Modbus Profile

Discussion in 'C-Bus Automation Controllers' started by Challowpark, Dec 14, 2020.

  1. Challowpark

    Challowpark

    Joined:
    Dec 13, 2020
    Messages:
    2
    Likes Received:
    0
    Good Day
    I have recently added a 5500nac to my setup , mostly this has been good .
    I would like very much to be able to turn on and off some Modbus relays that I have , they are yotta control A1869 Modbus TCP devices
    has anyone written a profile for something similar or ever just used the Lua script to control a Modbus TCP relay ?

    any help would be much appreciated
    all best
    will
     
    Challowpark, Dec 14, 2020
    #1
  2. Challowpark

    Peter_L

    Joined:
    Oct 26, 2004
    Messages:
    12
    Likes Received:
    0
    Location:
    Adelaide
    {
    "manufacturer": "Adam",
    "description": "4051 16-channel Isolated Digital Input Module",
    "mapping": [
    { "name": "CH00-DI Input Signal", "bus_datatype": "bool", "datatype": "bool", "type": "coil", address": 0},
    { "name": "CH01-DO Output", "bus_datatype": "bool", "datatype": "bool", "type": "coil", "writeable": true, "address": 3}
    ]​
    }

    where:
    -- bus_datatype = what object type it can be mapped to
    Bool, Unsigned integer(32bit), Signed integer(32bit), Floating point(32bit),​

    -- type = Modbus type
    coil (1 bit, Read/ Write), discrete input (1 bit, Read Only) Input Register (16 bits, Read Only), Holding Register (16 bits, Read / Write)
    -- address is the modbus register​
     
    Last edited: Dec 15, 2020
    Peter_L, Dec 15, 2020
    #2
  3. Challowpark

    Challowpark

    Joined:
    Dec 13, 2020
    Messages:
    2
    Likes Received:
    0
    thanks msn most helpful
     
    Challowpark, Dec 15, 2020
    #3
Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments (here). After that, you can post your question and our members will help you out.