How to Configure FX3U PLC as a Modbus Master and how to read write the data from slave

Поделиться
HTML-код
  • Опубликовано: 11 дек 2024
  • НаукаНаука

Комментарии • 33

  • @ajithvidanapathirana3259
    @ajithvidanapathirana3259 11 месяцев назад +1

    It is a very important and clearly explained video

  • @NAVALINDUSTRIA
    @NAVALINDUSTRIA 2 месяца назад

    Your video is great, greetings from Peru.

  • @nigelwilliams5131
    @nigelwilliams5131 2 года назад +1

    Thank you very informative

  • @roycun5013
    @roycun5013 2 года назад

    EXCELLENT TUTORIAL.

  • @fabiopinink2331
    @fabiopinink2331 4 месяца назад

    Good evening, have you already communicated via Modbus a Chinese PLC FX3U with a remote io with digital input and output? Using function 02 to read discrete inputs?

    • @adbautomation3631
      @adbautomation3631 3 месяца назад

      Already not done. But if i have remote io device details then only able to tell communication possible or not

  • @arslankhan3672
    @arslankhan3672 4 года назад +1

    Hi sir how i can connect temperature sensor with this plc using modebus.i want to learn analog programing for this plc.

  • @listrikinti3720
    @listrikinti3720 Год назад

    I have 2 pcs fx3u lolate.. So i wanna conect as master and slave.. Where is need modification program?

  • @news.1752
    @news.1752 Год назад

    sir same program can be use for fx1n plc ..?

  • @darktricks5970
    @darktricks5970 4 года назад

    Sir if slave wire break and slave not response to master then how to know in master i mean wech relay / flag for slave error?

  • @rutujabadve5070
    @rutujabadve5070 2 года назад

    Hi sir can u tell me how can I configured PLC as a master and peristaltic pump as a slave.As of now the data from STM32 is shown on the Modbus slave.plz sir tell me how can I configured??

  • @dokkodelibra
    @dokkodelibra 4 года назад

    I have problems with the SAMDRAW 5.0 Software, when I configure it as Modbus Slave, I cannot add the addresses in the elements, for example a numeric display, there is no accept the address. I can't generate "3x" for the sentence and it doesn't accept it,
    this part of the address must be generated in a combolist in the addressing section

    • @automationtraining385
      @automationtraining385  4 года назад

      Hmi is slave means it can not do any action. So only it is not generating

    • @dokkodelibra
      @dokkodelibra 4 года назад

      @@automationtraining385 If it is correct, that way it does not work, the HMI does not respond, I have also tried to do tests with MODSCAN as Master instead of the PLC trying to communicate with the HMI SLAVE and it does not work ,,, thank you very much for the support I appreciate

  • @RamadhanYusufJR
    @RamadhanYusufJR 2 года назад

    Hello sir, can this plc work as the modbus slave & master at the same time? Bcs I need the PLC to read other PLCs (as the master) then connect it to HMI (as the slave). And can it be done with the same RS485 port?

    • @automationtraining385
      @automationtraining385  2 года назад

      This plc has 2ports. Rs232 and Rs485 . rs485 use as a master to read other plc. rs232 port that is download port used for both download and communication to hmi.It will work

    • @RamadhanYusufJR
      @RamadhanYusufJR 2 года назад

      @@automationtraining385 thank you sir. So we need to set the register D8120 with protocol modbus slave and modbus master right? Do you have the program example regarding this? Thanks once again sir I need it for my study project

    • @automationtraining385
      @automationtraining385  2 года назад

      only set modbus master setting to read the slave plcs. for hmi communication no need to do setting in plc. See this video and program link attached in description of thus video

    • @RamadhanYusufJR
      @RamadhanYusufJR 2 года назад

      Ok thankyou sir. What is the serial setting for the rs232 sir?

    • @RamadhanYusufJR
      @RamadhanYusufJR 2 года назад

      I mean, can the RS232 port work as modbus slave sir? Because i want to connect it to HMI via modbus protocol

  • @xurshidsodiqov9323
    @xurshidsodiqov9323 4 года назад

    Brilliant!!!

  • @hendraarya9869
    @hendraarya9869 4 года назад

    I'm very interesting for learn it. can i get a program Ladder diagram for PLC ? Thank you

    • @automationtraining385
      @automationtraining385  4 года назад

      Program link is attached in description. Check it

    • @hendraarya9869
      @hendraarya9869 4 года назад

      @@automationtraining385 Thank you. Sorry, i want to ask again, how do i know the response from modbus communication has been successfull or not ? Thank's before

    • @automationtraining385
      @automationtraining385  4 года назад

      @@hendraarya9869 you will get slave data in master plc if you execute read code.

    • @hendraarya9869
      @hendraarya9869 4 года назад

      @@automationtraining385 Sir, do yo have tutorial or reference, communication PLC FX3U with Arduino ? Thank's before sir

    • @automationtraining385
      @automationtraining385  4 года назад

      @@hendraarya9869 no

  • @darktricks5970
    @darktricks5970 4 года назад

    Hello sir i have question

  • @dokkodelibra
    @dokkodelibra 4 года назад

    Hi, can you please make a quick video with this PLC connected as Master.... (FX3U Modbus RTU Master) with a Panel Samkoon (EA4.3a Modbus Slave) ? please

    • @automationtraining385
      @automationtraining385  4 года назад

      Please tell me clearly.
      You want to control the plc by hmi or control the hmi by plc
      In most of the cases hmi is master only. So we can control the plc( slave) through hmi.
      If hmi is slave then plc(master) is going to read and write the data of hmi.so for that you need only address ( internal address of hmi LB or LW). x3 x4 function you required in plc not in hmi.

    • @dokkodelibra
      @dokkodelibra 4 года назад

      @@automationtraining385 Beforehand thank you very much
      It would be the Master PLC controlling a slave HMI, this is what doesn't work for me