Arduino Master Slave RS485 MODBUS RTU Schneider electric EasyLogic PM2200 PM2300

แชร์
ฝัง
  • เผยแพร่เมื่อ 11 เม.ย. 2018
  • Arduino ทำเป็น Master อ่าน Slave ด้วย RS485 MODBUS RTU จาก Schneider Electric EasyLogic PM2200 PM2230
    -----------------------
    รับทำโปรเจค ควบคุม คอนโทรล IoT Smart ในงานอุตสาหกรรม หรือในการเกษตร ทุกรูปแบบ
    ให้คำปรึกษา หรือสนใจในเทคโนโลยีเกี่ยวกับการเกษตร สามารถติดต่อได้ที่
    081-1915236 หนึ่ง
    ราคาถูกมากกก ใช้ง่าย ใช้ได้จริง
    ----------------------------
    รับทำโปรเจค อิเล็กทรอนิกส์ ไมโครคอนโทรลเลอร์
    รับสอน ให้คำปรึกษา ติว หรือ คุยกันได้ ทุกรูปแบบ
    งานนักศึกษา งานทั่วไป งานบริษัท
    มีหน้าร้าน เป็นบริษัท ออกใบกำกับภาษีได้
    โทร 081-1915236 หนึ่ง
    Line ID : prakit340
    / prakit340
    Email : prakit340@hotmail.com
    Fanpage :
    pages/Projec...
    --------------------------
    ArduinoProje...
    --------------------------
    / 343618259167898
    ---------------------
    บริษัท ไทยคอนโทรลโซลูชั่น จำกัด (ThaiControlSolution Co.,Ltd.)
    / thaicontrolsolution
  • วิทยาศาสตร์และเทคโนโลยี

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

  • @nosoloreal8486
    @nosoloreal8486 5 ปีที่แล้ว +1

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

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

    Se puede tambien con Sentron pac 4200?

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

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

  • @sangarmutusamy9801
    @sangarmutusamy9801 3 ปีที่แล้ว +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.

  • @salmana35
    @salmana35 5 ปีที่แล้ว +1

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

  • @rayhannafis5701
    @rayhannafis5701 6 ปีที่แล้ว +1

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

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

    are you created library REG PM 2200???

  • @user-zn7ub3kp4k
    @user-zn7ub3kp4k 7 หลายเดือนก่อน

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

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

    i try this code i get error of ResponseTimedOut

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

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

  • @hitesh604
    @hitesh604 4 ปีที่แล้ว +1

    Can you translate is in to english

  • @shubhamt619
    @shubhamt619 5 ปีที่แล้ว +1

    Please send me 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 3 ปีที่แล้ว

      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 ?

  • @antitukangjawagoblok
    @antitukangjawagoblok 4 ปีที่แล้ว +1

    Can I get the code ?

  • @sandeepsingh_eagle
    @sandeepsingh_eagle 4 ปีที่แล้ว +2

    Code

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

    I WANT ARDUINO CODE

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

    Please give me code

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

    PLEASEEEEEEEEEEEEEEE I NEEEEED THE CODEEEEEEEEE, I WILL KISS YOU

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

      🤣why so serious bro.