06-11-2015 02:35 PM
Hello , What is the Order of floating-point bytes in Modbus do labview ? I'm trying to do a supervisor for a meter kron , however to read the data , I need to change the configuration of floating point meter.
06-12-2015
12:00 PM
- last edited on
05-05-2025
09:11 AM
by
Content Cleaner
Hi betows,
This document shows how LabVIEW stores data in Memory. refer to the link below and see if it helps.
https://www.ni.com/docs/en-US/bundle/labview/page/how-labview-stores-data-in-memory.html
Best Regards!
07-01-2015
09:47 AM
- last edited on
05-05-2025
09:12 AM
by
Content Cleaner
Probably too late now but if anyone else comes along later and sees this, it depends on which API you're using. If you use IO servers its configurable here: https://www.ni.com/docs/en-US/bundle/labview-datalogging-and-supervisory-control-module/page/lvmve/d... (first word low?)
If you're using one of the modbus APIs it returns raw registers and you need to set the byte order based on your device. LabVIEW is big endian by default but that doesn't matter much.