MODBUS RTU 4 into four modules Relay Module RS485 switch input and output PLC | Электронные компоненты и

Сохраните в закладки:

Цена:2 095,26RUB*

Количество:

Доставка в Эль-Монте, по России и СНГ


  • MODBUS RTU 4 into four modules Relay Module RS485 switch input and output PLC | Электронные компоненты и - Фото №1
  • MODBUS RTU 4 into four modules Relay Module RS485 switch input and output PLC | Электронные компоненты и - Фото №1
  • MODBUS RTU 4 into four modules Relay Module RS485 switch input and output PLC | Электронные компоненты и - Фото №1
  • MODBUS RTU 4 into four modules Relay Module RS485 switch input and output PLC | Электронные компоненты и - Фото №1
  • MODBUS RTU 4 into four modules Relay Module RS485 switch input and output PLC | Электронные компоненты и - Фото №1
  • История цены

    *История изменения цены! Указанная стоимость возможно, уже изменилось. Проверить текущую цену - >

    Месяц Минимальная цена Макс. стоимость Цена
    Aug-18-2025 2661.12 руб. 2714.73 руб. 2687.5 руб.
    Jul-18-2025 2158.96 руб. 2201.61 руб. 2179.5 руб.
    Jun-18-2025 2619.35 руб. 2671.99 руб. 2645 руб.
    May-18-2025 2598.14 руб. 2650.53 руб. 2624 руб.
    Apr-18-2025 2074.7 руб. 2115.37 руб. 2094.5 руб.
    Mar-18-2025 2556.18 руб. 2607.11 руб. 2581.5 руб.
    Feb-18-2025 2535.82 руб. 2586.54 руб. 2560.5 руб.
    Jan-18-2025 2514.60 руб. 2564.95 руб. 2539 руб.

    Новые товары

    Характеристики

    MODBUS RTU 4 into four modules Relay Module RS485 switch input and output PLC | Электронные компоненты и

    Описание товара

    4 opto-isolated inputs for dry contact input switch, not with a voltage.4 10A high current relays. Using RS485 interfaces, protocols used industrially popular MODBUS RTU protocol. It can be easily embedded on the RS485 bus.An RS485 bus can connect 32 modules,Software set address and other parameters.Address and other parameters are stored in EEPROM.Provides sample source code control.Standard industrial rail mounting.Anti aspiration design. No aspiration power. MODBUS standard provides test software. Wide power supply 9-24V supply.

    First, the wiring instructions

    GND -------- to NO1 ---- The first group normally open relay

    + 12V ------- 12V COM1 --- first set relay common

    485A ------- RS485 positive NC1 ---- The first group of relay normally closed

    485B ------- RS486 negative NO2 ---- second group relay normally open

    IN1 -------- first set of digital input COM2 ---- second set relay common

    IN2 -------- second set of digital inputs NC2 ---- second group of relay normally closed

    IN3 -------- third set of digital inputs NO3 ---- The third group relay normally open

    IN4 -------- Group 4 digital input COM3 ---- third set relay common

    NC --------- empty, do not use NC3 ------- third group relay normally closed

    NO4 ------- fourth group of normally open relay

    COM4 ------ fourth set relay common

    NC4 ------- fourth group relay normally closed

     

    One,Software Agreement

    9600 baud, A start bit, 8 data bits, one stop bit, check bit is invalid. Default mailing address 0x01. In line with MODBUS RTU protocol specification.

    Detailed instructions (with address 0x10 for example)

    1, reads the digital input.

    Send command format: Address (1 byte) + command (one byte) + register address (two bytes) + data field (two bytes) + CRC check code (two bytes).

    Data Returned Format: Address (1 byte) + command (one byte) + Returns the number (1 byte) + return data (one byte) + CRC check code (two bytes) Byte

    Send:0x01, 0x02, x00, 0x20, 0x00, 0x04, 0x78, 0x03

    Returns:0x01, 0x02, x01, 0x0F, 0xE1,0x8c

    ReturnReturn0x0F,This module only low 4, only care about the low four. From the first to the first4, respectively, digital input status INPUT1 to INPUT4 when there is digital input signal, the corresponding bit is 0 if the first channel switch input, there is no other way switch input, the value 0x0E.

     

    2,Control relay output.

    2.1 a control individual relay (assuming the module 0x01)

    Opened the first road 0x01,0x05,0x00,0x10,0xFF, 0x00,0x8D, 0xFF

    To open the second road 0x01,0x05,0x00,0x11,0xFF, 0x00,0xDC, 0x3F

    Open the third way 0x01,0x05,0x00,0x12,0xFF, 0x00,0x2C, 0x3F

    Open fourth road 0x01,0x05,0x00,0x13,0xFF, 0x00,0x7D, 0xFF,

    Off the first road 0x01,0x05,0x00,0x10,0x00,0x00,0xCC, 0x0F

    Off the second road 0x01,0x05,0x00,0x11,0x00,0x00,0x9D, 0xCF

    Off Third Road 0x01,0x05,0x00,0x12,0x00,0x00,0x6D, 0xCF

    Off fourth road 0x01,0x05,0x00,0x13,0x00,0x00,0x3C, 0x0F

     

    2.2 all in one operation relay

    Open all0x01,0x0F, 0x00,0x10,0x00,0x04,0x01,0x0F, 0xBF, 0x51

    Off all0x01,0x0F, 0x00,0x10,0x00,0x04,0x01,0x00,0xFF, 0x55

    Set to open a two-way, set thirty-four way off0x01,0x0F, 0x00,0x10,0x00,0x04,0x01,0x03,0xBF, 0x54

    Set a Road Off Road set thirty-four open 0x01,0x0F, 0x00,0x10,0x00,0x04,0x01,0x0C, 0xFF, 0x50

     

    3,Read relay output status

    SendInstruction formatFormula: Address (1 byte) + commands (one byte) + register address (two bytes) + data field (two bytes) + CRC check code (two bytes).

    Data Returned Format: Address (1 byte) + command (one byte) + Returns the number (1 byte) + return data (one byte) + CRC check code (two bytes) Byte

    Send:0x01,0x01, x00,0x10,0x00,0x04,0x3c, 0x0c

    Returns:0x01, 0x01, x01,0x00,0x51,0x88

    ReturnBack 0x00, status output relay, 0 is off, 1 is energized. This module only low 4, only care about the low four.

    4,Setting the module address

    WillDevice Address changed01: 0x00,0x06,0x00,0x01,0x00,0x01,0x18,0x1b

     

    This product is absolutely can connect PLC, we know PLC supports MODBUS RTU protocol, the following test software with MODBUS Modbus Poll test communications.

    Control Relay

    Read switch

     

     

     

     

     

     

    Provide C ++ code design reference, here is a program that provides an interface reference

    This interface provides the source code, powerful, able to modify the address of the device can operate various relays, as well as reading the digital inputs can read the relay is energized or closed. Also calculates the CRC value, and can display the data returned by the device, the software during installation can be directly used to test equipment that allows the installer after installation, immediately to test whether the device is installed properly, greatly facilitate device installation and maintenance.

    Physical map

    10686-3

     

    Invoice: a finished, without power, data photographed by mail sent.

     

         

     

     



    Трекер стоимости


    Отзывы покупателей

    Новые отзывы о товарах

    Александр 15 Мая 2022, 19:53 #

    Хочу купить аккумулятор на смартфон ... Читать отзыв полностью...

    Maciej 14 Января 2025, 15:54 #

    Извините, как зовут женщину на прикрепленной фотографии?... Читать отзыв полностью...

    Nik 19 Декабря 2021, 13:49 #

    Ключ пришёл быстро. Заказал для своего авто. Цена не высокая, для такого девайса. Долго искал в... Читать отзыв полностью...

    Екатерина 19 Декабря 2021, 06:58 #

    Давно хотела себе именно такие часы. В золотом корпусе с украшениями. Если сказать буквально в нескольких словах, то они просто... Читать отзыв полностью...

    VICA 30 Декабря 2024, 04:32 #

    Классные трусики... Читать отзыв полностью...

    Diana 19 Декабря 2021, 02:03 #

    Заказала этот крутой костюм эльфа для косплея и новогодней вечеринки ? С нетерпением ждала эту посылочку и вот наконец-то получила... Читать отзыв полностью...

    Екатерина 19 Декабря 2021, 06:13 #

    Заказала эти серьги из стерлингового серебра 925 пробы и никапельки не пожалела. Они просто великолепны, даже еще лучше в жизни,... Читать отзыв полностью...


    Отзывы о MODBUS RTU 4 into four modules Relay Module RS485 switch input and output PLC | Электронные компоненты и

    Данную страницу никто не комментировал. Вы можете стать первым.
    Введите символы или вычислите пример:
    captcha