ProSoft Technology MVI56-AFC User Manual
Page 221
MVI56-AFC ♦ ControlLogix Platform
MVI56-AFC Sample Logic
Liquid and Gas Flow Computer
User Manual
ProSoft Technology, Inc.
Page 221 of 316
February 25, 2011
The logic will continuously analyze each meter enable status. After the logic
determines that a specific meter is disabled (AFC56.DisableStatus.Meterx = 1)
the command bit (AFC56.DisableMeter.Meterx) will be unlatched.
Note: DO NOT create a rung in logic to constantly disable the meter. The command bit should be
toggled only once in order to disable the meter.
12.3.3 Enable Meter
Each meter can be enabled through logic. Refer to the AFC56.EnableMeter data
structure. Toggle each AFC56.EnableMeter.Meterx controller tag in order to
command the meter to be enabled.
The logic will continuously analyze each meter enable status. After the logic
determines that a specific meter is enabled (AFC56.EnableStatus.Meterx = 1) the
command bit (AFC56.EnableMeter.Meterx) will be unlatched.
Note: DO NOT create a rung in logic to constantly enable the meter. The command bit should be
toggled only once in order to enable the meter.