Arduino Master Slave RS485 MODBUS RTU Schneider electric EasyLogic PM2200 PM2300

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

КОМЕНТАРІ • 43

  • @omarinth
    @omarinth 7 місяців тому

    สอบถามหน่อย ครับ กรณีอ่านค่าเป็น INT64 เขียนคำสั่ง ยังไงครับ

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

    modbus จะมีรูปแบบการ เรียก Address สองแบบครับ modbus address และ plc address มันจะเหลื่อมกัน 1 ครับ

  • @sangarmutusamy9801
    @sangarmutusamy9801 4 роки тому +3

    hi bro, you have done a good job , appreciate that, but unfortunatelly its not benifit to others as you not sharing any info for others to try it. Great keep it up.

  • @buimanhha3741
    @buimanhha3741 7 місяців тому

    Thank you so much! It's very useful to me.

  • @mijailandresabantolopez7321
    @mijailandresabantolopez7321 4 роки тому +1

    Se puede tambien con Sentron pac 4200?

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

    พี่ครับผมขอโค๊ดหน่อยครับสนใจศึกษาครับ

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

    hello sir connection mod bus fail could not connected the result =node.ReadHoldingRegisters(REg,2);

  • @fredybellido5289
    @fredybellido5289 4 роки тому +1

    are you created library REG PM 2200???

  • @saadpatel8572
    @saadpatel8572 Рік тому

    Sir between Arduino and the energy meter the TTL what is its name and purpose.... Please inform sir!!

  • @KAMALZINZUVADIYA
    @KAMALZINZUVADIYA 2 роки тому

    i try this code i get error of ResponseTimedOut

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

    error to connect modbus register.
    can you help me to solve it?

  • @ยศสรัลแป้นเพ็ชร-ธ3ฑ

    มีโค้ดให้ลองใช้ไหมครับ

  • @hitesh604
    @hitesh604 4 роки тому +1

    Can you translate is in to english

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

    Can I get the code ?

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

    english translation please

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

    Hi, I need to read that data from a similar meter EM6436H from Schneider. Can you please share the code. I am not very good at RS485 Modbus communication.

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

      have you succesied

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

      #include "REG_PM2200.h"
      #include
      #include
      SoftwareSerial swSer(10,11);
      ModbusMaster node;
      float HexTofloat(uint32_t x)
      {
      return (*(float*)&x);
      }
      uint32_t FloatTohex(float x)
      {
      return (*(uint32_t*)&x);
      }
      float Read_Meter_float(char addr , uint16_t REG)
      {
      float i= 0 ;
      uint8_t j,result;
      uint16_t data[2];
      uint32_t value = 0 ;
      node.begin(addr, swSer);
      result = node.readHoldingRegisters (REG,2);
      delay(500);
      if (result == node.ku8MBSuccess)
      {
      for (j = 0; j

    • @andrejuantaftazani3615
      @andrejuantaftazani3615 2 роки тому

      @@adilnassir5791 what type of modbus library you are using ?

  • @sandeepsingh_eagle
    @sandeepsingh_eagle 4 роки тому +2

    Code

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

    Please send me the code....

  • @targetsathees1644
    @targetsathees1644 4 роки тому +1

    Please give me code

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

    I WANT ARDUINO CODE

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

    PLEASEEEEEEEEEEEEEEE I NEEEEED THE CODEEEEEEEEE, I WILL KISS YOU