How to Configure PLC as a Modbus Slave and how to read write the data from PLC through Modbus

แชร์
ฝัง
  • เผยแพร่เมื่อ 7 เม.ย. 2020
  • Buy link : www.amazon.in/dp/B0C4HQFQD6?r...
    In this video you come to know how to configure FX3U PLC as a Modbus slave and how to read/write the data from PLC through Modbus
    Settings
    Modbus Master - Modscan software
    data length - 8 bit
    parity - none
    stop - 1 bit
    baud rate - 9600
    protocol - modbus rtu
    Modbus Slave - FX3U PLC
    data length - 8 bit
    parity - none
    stop - 1 bit
    baud rate - 9600
    protocol - modbus slave
    slave id - 3
    move H4081 to D8120
    Mobile: 8015868596
    Mail id : adbtrainings@gmail.com
    PLC catalog & buy link
    www.indiamart.com/proddetail/...
    Modbus manual link
    drive.google.com/open?id=1ojf...
    Program link in above video
    drive.google.com/open?id=1Jmn...

ความคิดเห็น • 30

  • @apisitsangkeaw8107
    @apisitsangkeaw8107 3 ปีที่แล้ว

    Thank you so much.🥰

  • @roycun5013
    @roycun5013 ปีที่แล้ว

    Excellent tutorial..

  • @amarildotopan3142
    @amarildotopan3142 2 ปีที่แล้ว

    professor muito obrigado sua explicação foi excelente pra mim

  • @ruslan.zhumabai
    @ruslan.zhumabai 5 หลายเดือนก่อน

    Good explanation, thanks. Where did you find a manual about setting modbus rtu? Does it work on a board fx2n?

  • @rumpi81
    @rumpi81 3 ปีที่แล้ว +1

    hi, a question(i started to learn now this, so sorry if the question is stupid) if i have some modbus rtu power meter, and relay board and one wire(ds18b20) module and one simple modbus temperature module and i wanted to use these with the fx3u plc via modbus, than the plc should be configured as a master? some modules like temperature... can only provide data, but relay board has in and outputs also so i suppose in this case can only read and write, and in cases of power meter/temperature... can only read data, right? can i find somewhere such example which can explain suc config , and how is working, like fx3u+relay board+temperature sensor via modbus---read and write data sample plc program? thx!

  • @mazsudharaka2345
    @mazsudharaka2345 3 ปีที่แล้ว

    Could you instruct on how to us xinje as master Plc in modbus communication

  • @nikfirdaus3286
    @nikfirdaus3286 3 ปีที่แล้ว +2

    Sir can this program work with FX1n ?

  • @darktricks5970
    @darktricks5970 4 ปีที่แล้ว

    Sir make video on two low cast plcs modbus reding coils and data registers

  • @a96futurecreator96
    @a96futurecreator96 ปีที่แล้ว

    Why does this work? When the parity is "none", you should change the stop bit from 1 to 2, thats what I read from a documentation.

  • @oskardrzyzga452
    @oskardrzyzga452 3 ปีที่แล้ว

    Good morning. When you write the coil status, program on PC are really using 0x05 funcion? Becasue I see 0x01 function and you can write the coil status, but function 0x01 is only for read coil status? Coudl you explain it to me please?

    • @adbautomation3631
      @adbautomation3631  3 ปีที่แล้ว

      0x01 is used for read coil status. In modscan only this option available to write value. because it don't have option 0x05 ,0x06,0x16 and all.. so we are writing value like this" double click on bit or register which are read from 0x01 0x03 function and enter value and update"

  • @chickenz4604
    @chickenz4604 9 หลายเดือนก่อน

    VERY NICE SIR, what if i have 2 different sensor that support rs485. how to program it in software? cuz D8121 need to be set as slave id 1 or slave id 2

    • @adbautomation3631
      @adbautomation3631  9 หลายเดือนก่อน

      th-cam.com/video/KS88xK-VohA/w-d-xo.htmlsi=Rso6oGEPlAkJBGX7
      See video in this link
      Set plc as master and sensors as slave. Master don't have id

  • @hahaitisme.7052
    @hahaitisme.7052 8 หลายเดือนก่อน

    What is the modbus address for d 200 to d 220?

  • @gabrielpereira9799
    @gabrielpereira9799 ปีที่แล้ว

    Hey man, can I use the db9 to communicate to? Like both channels, one as master and one as slave?

    • @adbautomation3631
      @adbautomation3631  ปีที่แล้ว

      not possible. It is RS232 port. only for Program upload and download and hmi communication.Use Rs485 port for Master Slave configuration

  • @ErnestoVillarreal
    @ErnestoVillarreal 3 ปีที่แล้ว

    Do you have the address to read the Y coils? the 0x3300 is not working on my PLCs

    • @adbautomation3631
      @adbautomation3631  3 ปีที่แล้ว

      Y coils don't have address. Only internal coil M coils have address.so assign M coils to Y coils and read and write the status of Y coils.

    • @ErnestoVillarreal
      @ErnestoVillarreal 3 ปีที่แล้ว

      @@adbautomation3631 Sadly, that's the thing I'm doing. Thanks

  • @cdsplus1
    @cdsplus1 3 ปีที่แล้ว

    Hello, Can I use my PLC (chinese Fx2N-20MT) to make a simple scada system? How? Thanks

  • @darktricks5970
    @darktricks5970 3 ปีที่แล้ว

    Sir i want your help in low cost plc le3u modbus rtu can you help
    If slave not response are slave wire break then witch relay use for error ?

    • @adbautomation3631
      @adbautomation3631  3 ปีที่แล้ว +1

      Check Timeout flag M8129.

    • @darktricks5970
      @darktricks5970 3 ปีที่แล้ว

      @@adbautomation3631 sir how ues m8129
      I try m8129 but it always on

    • @darktricks5970
      @darktricks5970 3 ปีที่แล้ว

      @@adbautomation3631 sir how ues m8129
      I try m8129 but it always on

  • @mdsukhonsarker7747
    @mdsukhonsarker7747 2 ปีที่แล้ว

    Which cable are you using to program it?

  • @sanjeevchoudhary6148
    @sanjeevchoudhary6148 4 หลายเดือนก่อน

    what is modbus address and data type of D0.....ana special data registerD8000.......

  • @phamuc8960
    @phamuc8960 3 ปีที่แล้ว +1

    PLEASE ME PLEASE WAY TO Connect the RS485

    • @adbautomation3631
      @adbautomation3631  3 ปีที่แล้ว

      Connect A(RS485 +ve) to A and B(RS485 -ve) to B