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

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

КОМЕНТАРІ • 18

  • @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!

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

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

  • @Thetravellersvibes
    @Thetravellersvibes Рік тому +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  Рік тому

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

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

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

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

    Great Explanation.Keep it going...Thumbs Up

  • @thetenderloins6564
    @thetenderloins6564 2 роки тому +1

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

  • @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.

  • @JoeWaZoo1_Geeks_Rule
    @JoeWaZoo1_Geeks_Rule 4 роки тому +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!

  • @miguelnajera3979
    @miguelnajera3979 2 роки тому +1

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

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

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

  • @nayrbsworld3048
    @nayrbsworld3048 2 роки тому +1

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

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

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

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

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