An Example of how to interpret the Representation of Large Numbers in Modbus

แชร์
ฝัง
  • เผยแพร่เมื่อ 26 ส.ค. 2020
  • Modbus inherently does cannot represent numbers larger than 65535. So over the years vendors had to create ways around this through the use of multiple memory locations. In this video, I show you one such example and how to interpret the data.
    If you're interested in becoming proficient in the key Industrial Communication protocols used in Automation, then check out my Udemy courses at this link ... www.udemy.com/user/emileackba...
  • วิทยาศาสตร์และเทคโนโลยี

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

  • @NobleRooster
    @NobleRooster 2 ปีที่แล้ว +1

    Great video, helped me understand why I was seeing weird numbers on my client end!

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

    This video helped me to accomplish my first modbus project of reading energy meter data. I have also purchased your udemy course. Thank you.

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

      Wow, that's so great to hear Rahul. Congratulations on successfully completing your first Modbus project!

  • @Techwem
    @Techwem 2 ปีที่แล้ว +1

    Great Explanation.Keep it going...Thumbs Up

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

    In a RedLion HMI using Crimson 3.1 software we would use the R64 function to do this extended math on a 64bit floating point number. Great Video!

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

    Hi sir, Im trying to read some energy parameters from schneider EM6400NG+ meter through KepserverEx6. And its also showing some exponential value in quick client view. The quality is showing good for all parameters. Tag address corresponding to particular padam ethra given as per data sheet provided by schneider. When I tried with modscan, the meter gives the exact data when we changed the data type to swapped float. But in data sheet the address is provided for float-32. How can we resolve it sir.

  • @thetenderloins6564
    @thetenderloins6564 2 ปีที่แล้ว +1

    what would be a solution incase I had to write a 32 bit data?

  • @travellers9170
    @travellers9170 9 หลายเดือนก่อน +1

    Hello I have read data from circutor CvmC4 meter (which data types is float) but can read data which data type is long and int
    I'm using modscan

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

      Floating point is represented in a completely different way than integers in Modbus.

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

      how can i read int and log data type of modbus?
      @@EmileAckbarali

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

    Why u didn't multiply the "LSW" with 65536?

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

    Sir is this in rs485 in dojo? and floating numbers also?

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

      Sorry no, this was done separately based on additional student questions.

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

    Hello, how will you read this register? Register 39681?? does it contairs

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

      I am not sure I understand the question. Could you give more detail please.