Modbus: Determining I/O Mapping to Memory

Поділитися
Вставка
  • Опубліковано 9 січ 2025

КОМЕНТАРІ • 12

  • @torjemusic2830
    @torjemusic2830 5 років тому +1

    Thanks . God bless your father

  • @fatimaezzahrahammouch2736
    @fatimaezzahrahammouch2736 3 роки тому +1

    Thanks for this interesting video ... actually I have this problem, I need the documentation for addressing Modicon M580 PLC ... Could you help me find it

    • @EmileAckbarali
      @EmileAckbarali  3 роки тому

      Have you gone on Modicon's website and checked for the documentation? If you did and could not find it, the best thing to do would be to contact technical support to have them send you the documentation.

  • @dipti5457
    @dipti5457 3 роки тому +2

    Very very useful. Thank you very much

  • @brightside5626
    @brightside5626 5 років тому +1

    The things that I got now was waited for years

  • @qzorn4440
    @qzorn4440 4 роки тому

    automationDirect DL05 plc uses V-numbers which are octal values.. "V2000 octal = 1024 decimal" now to find the memory map modbus equivalent number? what i am trying to do is communicate with an older automationDirect EZ-220P text message display and the Click-PLC with Modbus rtu? need a test message. thanks..:) great video

  • @sandeepthorvat6395
    @sandeepthorvat6395 5 років тому

    sir how can modbus read address write in Schneider TM221 model can me help

  • @anestid7970
    @anestid7970 7 років тому

    What happens if 2 devices have the same adress? For example 31000 one and 31000 the other...

    • @EmileAckbarali
      @EmileAckbarali  7 років тому +1

      If two slave devices have the same address, when the master sends out a read command to slave 31000, both of the slave devices will attempt to answer and this will cause a collision on the RS485 network. The data on the line would be corrupted.

    • @kecapmanis4191
      @kecapmanis4191 6 років тому +1

      Emile Ackbarali I thought only the slave which has the correct unit Id will response, right? Or perhaps the correct slave Id?