ROC800L LACT Meter Factor

tprice1965

Lifetime Supporting Member
Join Date
Jan 2022
Location
North Dakota
Posts
3
Hello all, I am attempting to message a meter factor value from a MicroLogix 1400 processor to a ROC800L. Any help would be greatly appreciated. The meter factor is used to bias the LACT flow to match the portable LACT proving device. In the past we utilized a Linco TA1000 device that we could manually input this number into. The replacement flow computer (ROC) makes this procedure a little more difficult. Thank you in advance.
 
What communication protocol are you using? (MODBUS, ETHERNET/IP)
Modbus, and when I hover over the Meter Factor field in ROCLINK 800, it has an address of TLP 25,0,15. I was told that this would require a double real tag from Logix 500...? (using a Micro 1100).

Thank you much for your help.
 
I doubt MicroLogix 1100 has a "double real" (I assume that means double-precision real i.e. 64-bit floating-point IEEE-754 cf. this link).

If the accuracy of a single-precision real (cf. this link) would be adequate, and the value is in the range ±3.4E+38, then you would still be able to transfer the double-precision value as four 16-bit INTs, or even just the three most-significant, 16-bit words via Modbus, and then you could transmogrify those words into a single-precision real.

If the double-precision value is an integer in the range ±2147483648, then you would be able to retrieve the full resolution into a long on the MicroLogix 1400.
 
I doubt MicroLogix 1100 has a "double real" (I assume that means double-precision real i.e. 64-bit floating-point IEEE-754 cf. this link).

If the accuracy of a single-precision real (cf. this link) would be adequate, and the value is in the range ±3.4E+38, then you would still be able to transfer the double-precision value as four 16-bit INTs, or even just the three most-significant, 16-bit words via Modbus, and then you could transmogrify those words into a single-precision real.

If the double-precision value is an integer in the range ±2147483648, then you would be able to retrieve the full resolution into a long on the MicroLogix 1400.
I have heard everything from double real to double DINT :) obviously no one I work with has a clue. Trying to figure out what type of tag the TLP 25,0,15 address in the ROC is, and what MODBUS address would I have to MSG from the 1100 to that ROC address.
 

Similar Topics

Guys, If you have worked on a LACT (Lease Automated Custody Transfer) and have a screenshot of the HMI display, would you please send me a copy...
Replies
4
Views
1,749
Hi, The hardware is: Click Plc model # CO-O1DD1-O HMI model # S3ML-R magnetic-inductive flow meter model # FMM100-1001. I will set the flow meter...
Replies
4
Views
130
Hello gentlemen, Im working on a small project on TIA Portal, about establishing a Modbus TCP connection between my ET200SP plc and a socomec...
Replies
12
Views
293
Hello folks! Never been here before but I have a question that's been bugging me for a while. I recently got a job at a chemical plant that's...
Replies
8
Views
330
Hi all. Would anyone happen to have the Modbus register datasheet for the Honeywell/EnergyICT EIMFlex Modular Meter v1.11 We've 40 of these that...
Replies
0
Views
64
Back
Top Bottom