8-channel analog output module 8DA current 4-20mA output isolation 485 interface MODBUS industrial control
8-channel analog output module 8DA current 4-20mA output isolation 485 interface MODBUS industrial control

8-channel analog output module 8DA current 4-20mA output isolation 485 interface MODBUS industrial control

Price:   $54.65

  • Model: ic0A4891
  • Shipping Weight: 0.2kg
  • 9999 Units in Stock

(0 reviews)
(complete orders today,deliverd around 26/04/2025)
  • Shipping time
    Shipping Worldwide.About 5-15 days.
  • means of transportation
    EMS,DHL,FEDEX,HK Post
  • Payment
    Paypal,T T,
  • Email us
    [email protected]
  • New Products
    60PCS Original Chip patch QFN28 A4988SETTR-T A 3D micro step motor driver chip package QFN-28 A4988S A4988
    $39.60
    2PCS STM32F051K6U6 STM32F051 New ic chip In stock
    $40.00
    15piece STC15W201S-35I-DIP16 microcontroller chip integrated circuit IC
    $40.00
    5PCS ADV7623BSTZ ADV7623 QFP chip NEW
    $40.00
    • Details
    • Reviews
    • Tags
    • FAQ
    Type:Logic ICs
    Condition:New

    Basic functions:Support standard MODBUS devices such as text, touch screen, PLC, etc.

    • Eight analog outputs (4-20mA, 0-5V, 0-10V) and eight 10 bit outputs with an accuracy of 0.1%.
    • 1-way standard 485 communication port, isolated communication (supporting modbus-RTU protocol free port communication protocol)

    Code Function Support Function Code:

    Function codeDefinitionOperations (binary)


    0x030x04Read register dataRead data from one or more registers

    0x06Write single path registerWrite a set of binary data into a single register
    0x10Write multiplexer registerWrite multiple sets of binary data into multiple registers

    **************************************************************************************************************

    MODBUS address:Default 1, configurable

    Baud Rate: Default 9600, configurable8 Bit data bits1 bit stop bitsNo check40001-40008 analog output**********************************************-Analog quantityInput and outputVC source code,(Delphi source code is also available with clear annotations):// Read the status of a single register
    //ip_Addr slave MODBUS address
    //data_Addr Data Storage Register Address
    UInt16 readBUF (byte ip_Addr, UInt16 data_Addr)
    {
    UInt16 crc; //check value
    Byte [] MSG = new byte [8]; // instruction array

    MSG [0] = ip_Addr; //slave address
    MSG [1] = 0x04; // Read a single register
    MSG [2] = byte (data_Addr > 8); high bit of // register address
    MSG [3]= (byte) data_Addr; low bit // register address
    MSG [4] = 0x00; high bit of data length to read
    MSG [5] = 0x01; the base length of the data to be read
    CRC = CRC16 (msg, 6);
    MSG [6] = byte (crc > 8); 8 digits higher in // check
    MSG [7] = (byte) crc; //check low 8 bits

    Comm.Write(msg); //Send Read Request Zheng

    Receive_A_Frame(); //Receive the Zhen reply signal

    // Add here: Judge the received data
    }

    ...More source code, please take a picture after Wangwang request.

    - configuration software

    Wiring diagram of two-wire sensor


    Wiring diagram of three-wire sensor
    Wiring diagram of four-wire sensor
    Provide free testing softwareTen sets of coils are mandatory on the right and 10 coils are read on the left.
    Ten sets of forced coils are on the right and 10 coils are read on the left (2)
    Forced single coilOn the right, 10 sets of registers are mandatory, and on the left, 10 are read.registervalue