LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

MODBUS comm between cRIO and Emerson Micro Motion Coriolis Flow Meters

I see some very old posts on this topic, but no working code examples.  Just wondering if anyone has some code examples they'd share before I reinvent the wheel.  Thanks!

0 Kudos
Message 1 of 2
(173 Views)

I don't have an example, but it shouldn't be complicated. The meter has a number of relevant registers to read from and you just need to decide on the data you want, find the relevant register numbers in the documentation and read those.

 

I believe some of the values are floating point values, and in that case you would need to read multiple registers, possibly rearrange the bytes (Split Number and Join Numbers can help with that) and then typecast to a SGL or DBL (depending on how many registers the value is in) to get the value. I believe that should work on a cRIO with no issues.


___________________
Try to take over the world!
0 Kudos
Message 2 of 2
(103 Views)