Вы находитесь на странице: 1из 150

TM

PLC Programming Notes


Document: Document number goes here

Applies to: FUEL-FACS+ Facility Business System Standard Edition systems only

Authorized: FUEL-FACS+ Standard Edition Development Director

Coordinator: Director of Marketing Communications (written by Bob Curry)

Issued: dd-mmm-yyyy

Control Systems International, Inc.


8040 Nieman Road
Lenexa, Kansas 66214

Abstract
This document outlines the interaction between a FUEL-FACS+ Standard Edition (SE) system and PLCs used as
mechanical presets . This document is intended for CSI employees only.

Release Summary
dd-Mmm-yyyy MJK
Contents
Introduction......................................................................................................................................... 4
FUEL FACS+ S. E. for Truck Rack Installation with Manual Presets..............................................5
FUEL-FACS+ S.E. DDE Points Definition for Communication with Truck Rack Installation with
Manual Presets.............................................................................................................................. 6
Normal Completion Sequence (Sequence A)....................................................................................9
Abnormal Completion Sequence (Sequence B).............................................................................10
General PLC Programming Notes And Assumptions....................................................................11
PLC Logic Note And Definitions...................................................................................................... 12
Conditions to set the PLC FF OSR Preset X Begin Loading Bit....................................................13
Conditions to set the PLC Preset Enable Meter X Output.............................................................13
Conditions to set the Injector X Enable Mtr Y Inj Z Output............................................................13
Conditions to set the Preset Meter X Injector Failure Alarm Latch................................................13
Conditions to set the FUEL FACS+ S.E. DDE Preset Meter X Complete (PLC Buffer for FF DDE
Preset Complete Meter X) Bit................................................................................................. 14
Conditions to set Preset X Begin Loading Latch Bit Timer Bit.......................................................15
PLC Buffer for FF DDE Preset Meter Gross Meter X Register......................................................15
FF DDE Preset Meter Gross Meter X Register.............................................................................15
Preset Meter Gross Meter X Delta................................................................................................15
Conditions to Set the Preset Meter X “Flow” Bit............................................................................15
Conditions to Set the Detect “Unauthorized Flow” Preset Meter X Timer.....................................16
Conditions to Set the PLC “No Flow” Preset Meter X Timer........................................................16
Conditions to Latch the “Unauthorized Flow” Preset Meter X Bit..................................................16
Condition to Set the VRU Run Output........................................................................................... 16
VRU Operating Readback Input.................................................................................................... 16
Operation of the VRU Alarm Horn Delay Timer............................................................................16
Condition to Set the VRU Alarm Horn Output...............................................................................16
"Unauthorized Flow" Alarm Horn Output.......................................................................................17
Injector Failure Alarm Horn Output...............................................................................................17
FUEL FACS Comms Failure Alarm Horn Output...........................................................................17
Setup PLC for New Application bit................................................................................................ 17
Condition to Set the FF DDE Swing Arm Mtr X Right or FF DDE Swing Arm Mtr X Left Bits........17
FF DDE Meter X Blend %............................................................................................................. 17
RTD Temperature Measurement / RTD Module Set up Subroutine..............................................17
Table 2............................................................................................................................. 18
Average Temperature Calculation Subroutine (Temp. Sub.)........................................................18
Selectable Timed Interrupt (STI) Subroutine.................................................................................19
Injector Control Subroutine........................................................................................................... 20
Clear Application Subroutine......................................................................................................... 20
General Layout of the Main PLC Logic Program:..........................................................................20
General Layout of the Selectable Timed Interrupt (STI) Subroutine Ladder File 3........................23
General Layout of the Clear Previous Application Subroutine Ladder File 5.................................23
General Layout of the Injector Control Subroutine Ladder File 6..................................................24
General Layout of the Average Load Temperature Subroutine Ladder File 4...............................24
General Layout of the RTD Module Configuration Subroutine Ladder File 7................................25
PLC Programming Notes for FUEL FACS PLUS Standard Edition

PLC Configuration of Status Words for FUEL-FACS+ S. E............................................................26


Initial Setup of the PLC Program...................................................................................................... 29
Simulation Subroutine Uses............................................................................................................. 30
Subroutine 8 Simulate the Meter Pulse and Preset Meter Ready Inputs......................................30
Subroutine 9 Simulate FUEL FACS+ S.E. Inputs.........................................................................30
Subroutine 9 Simulate RTD Inputs................................................................................................ 30
PLC CPU Preparation........................................................................................................................ 32
Communication to FUEL FACS+ S.E...............................................................................................37
PLC Memory Map:............................................................................................................................. 46

Figures
Error! No table of figures entries found.

Tables
Error! No table of figures entries found.

/conversion/tmp/scratch/477939197.docx
Page 3 of 150
Introduction

The following is a general outline of the interaction of the FUEL FACS+ Standard Edition (S.E.)
for Truck Rack installation with manual presets and the Programmable Logic Controller (PLC).
This is not a detailed programming document, but a general overview. From this point on FUEL
FACS+ Standard Edition will be referenced as FUEL FACS+ S.E.

This assumes that the person using this will be familiar with the Rockwell software both the
installation and use of RSLinx and RSLogix.

This outline will begin with the general operations that are the basis for this document.
PLC Programming Notes for FUEL FACS PLUS Standard Edition

FUEL FACS+ S. E. for Truck Rack Installation


with Manual Presets
Following is the definition of the loading operation sequence, DDE points, and PLC interaction of
the FUEL FACS+ S.E. The assumed order of loading Mechanical Preset is as follows:

1. The driver arrives at a bay.

1. The driver makes all the proper connections to the trailer in preparation for loading
(ground, VRU, loading arm, etc.).

1. The driver will card in and select a dispatched order to load or enter a rack order to load.

1. The driver will start the load, select the compartment to load, select the mechanical preset
to use and begin loading.

1. When the driver completes filling this compartment, he may continue loading at this bay
or he may need to disconnect and move to another bay to complete his load. If he must
move to another bay, repeat steps 3 and 4 until he completes his load.

1. When the driver completes his loading, he will disconnect and leave the bay area.

/conversion/tmp/scratch/477939197.docx
Page 5 of 150
FUEL-FACS+ S.E. DDE Points Definition for
Communication with Truck Rack Installation with
Manual Presets
FUEL FACS+ S.E. has DDE points available for communication with the PLCs which are listed
in Table 1. These DDE points will be configured for each preset and meter in the system. Table 1
shows DDE point name, the location of the DDE point in the FUEL FACS+ S.E. configuration
screens or tabs (windows), if FUEL FACS+ S.E. will Read or Write the DDE point, the data type,
and the expected data range. These points are all pre-configured and are not available for change.
Table 1 contains only DDE points used by FUEL FACS+ S.E. For the FUEL FACS+ S.E. each
manual preset will have only one meter. Each meter may have up to three injectors.

DDE Points FUEL FACS+ Read Write Data Type Range of Data Word Range in
S.E. the PLC
Configuration
Location

Injector Enable Injector Detail Edit X Binary Set (1) Reset (0) B3:13 Through
B3:18

Meter Enable Meter Detail Edit X Binary Set (1) Reset (0) B3:09 Through
B3:10

Meter Gross Meter Detail Edit X Integer 0- Maximum load F11:00 Through
value quantity F11:31
(Double
precision
signed

32 bits)

Meter Blend % Meter Detail Edit X Integer Floating point N10:36 Through
value N10:67
(Double
precision Scaled by
signed
10
32 bits)
Whether this value
is truncated or not
depends on the
PLC point’s, Data
Type and the DDE
server.
PLC Programming Notes for FUEL FACS PLUS Standard Edition

DDE Points FUEL FACS+ Read Write Data Type Range of Data Word Range in
S.E. the PLC
Configuration
Location

Meter Meter Detail Edit X Integer Floating point N10:03 Through


Temperature value N10:34
(Double
precision Scaled by
signed
10
32 bits)
Whether this value
times 10 is truncated or not
depends on the
PLC point’s, Data
Type and the DDE
server

This is a WFA
temperature for the
quantity loaded.

Preset Complete Preset details Tab X X Binary Reset (0) if load is B9:00 Through
not completed and B9:01
Set (1) if load is
complete

Preset Quantity Preset Details Tab X Integer 0- Maximum load F11:33 Through
value quantity F11:64
(Double
precision
signed

32 bits)

Preset Start Preset details Tab X Binary Set (1) Reset (0) B9:11 Through
B9:12

Preset Right Preset Details Tab X Binary Set (1) Reset (0) B9:02 Through
Swing Arm B9:07

Preset Left Preset Details Tab X Binary Set (1) Reset (0) B9:02 Through
Swing Arm B9:07

There are two other DDE points that are assigned. These are points that are used to determine the
health of the communication link between the PLC and FUEL FACS+ S.E. One is the FF DDE
Health from the FF Server. This is an integer value sent to the PLC. It is a counter value sent at a
determined (set in FUEL FACS+ S.E.) internal so the PLC can determine the health of the
communication link. The other is the FF DDE PLC Health Bit (FF Read). This bit is used by
FUEL FACS+ S.E. to determine the health of communications with the PLC.

/conversion/tmp/scratch/477939197.docx
Page 7 of 150
This document will only deal with the points currently used with the mechanical presets.

The mechanical operational sequence begins with the driver card-in and the selection of the
mechanical preset device for loading. The valves and pumps are controlled by the PLC logic and
outside the scope of this document.

Once the mechanical preset has been selected, FUEL FACS+ S.E. will download the following
DDE points:

1. Meter Blend (0-1000)

1. Meter Enable (Set (1))

1. Injector Enable (Set (1) (If the recipe requires the additive)

1. Preset Quantity (how much to load)

1. Preset Start (Set (1))

1. Meter Blend % (if required by recipe, not used by current version)

FUEL FACS+ S.E. will immediately begin polling the DDE points Preset Complete and Meter
Gross Quantity. This polling will continue for the duration of the loading. These DDE points are
shown below:

 Preset Complete (Reset (0) if load is not completed and Set (1) if load is complete)

 Meter Gross Quantity

The PLC should delay three (3) seconds after receiving the Preset Start (Set) before commencing
loading. This three (3) second delay is needed to ensure that the PLC has all the above variables
(Items 1 through 6) in its memory. These loading variables must be in place to ensure the PLC
properly calculates and controls the mechanical preset loading.

Once the loading has begun, there are two sequences the PLC may use to complete loading. These
sequences will be referenced as Sequence A, normal completion and Sequence B, abnormal
completion.

After the three (3) second delay, loading will commence, FUEL FACS® + S.E. will continue
monitoring Preset Complete and Meter Gross Quantity every second (more or less depending on
network traffic). FUEL FACS+ S.E. monitors the Preset Complete point to determine if the PLC
has detected a load complete condition. Should FUEL FACS+ S.E. detect the Preset Complete
DDE point Set (1), this begins the Sequence A, normal completion sequence.

FUEL FACS+ S.E. monitors the Meter Gross Quantity to determine if a delta exists between the
current scan poll and the last time it polled these variables. If the Meter Gross delta equals zero
(0) for more than the time defined for the preset's NO FLOW timeout period in FUEL FACS+
S.E., a preset No Flow condition exists and Sequence B, abnormal completion begins.

The sequences are detailed below.


PLC Programming Notes for FUEL FACS PLUS Standard Edition

Normal Completion Sequence (Sequence A)


When Meter Gross Quantity is detected to be greater than or equal to the Preset Quantity or PLC
detects a fault condition with any of the given site/bay/preset permissives, it will set the Preset
Complete bit. This is the beginning of the normal load completion Sequence A.

When the FUEL FACS+ S.E. detects the Preset Complete bit is set, it will clear the following
DDE points:

 Meter Enable

 Injector Enable (If the recipe requires the additive)

 Preset Start

Once the FUEL FACS+ S.E. has cleared the bits above, it will then read the following DDE
points:

 Meter Gross Quantity

 Preset Quantity

 Meter Temperature

When the FUEL FACS+ S.E. has read the above Quantity, it will then clear the Preset Complete
point.

The PLC (upon detecting the Preset Complete transition from 1 to 0) clears the following to
prevent the FUEL FACS+ S.E. or the PLC from reading the old value on the start of a new load.

 Meter Gross Quantity

 Preset Quantity

 Meter Temperature

 Meter Blend %

At this time the system is ready to process the next load.

Please note: If preexisting faults exist with the logic in the PLC (site permissives, VRU not
running, etc.), then sequence A is invoked immediately, appearing to FUEL FACS+ S.E. as if it
had completed the load immediately and loaded nothing.

/conversion/tmp/scratch/477939197.docx
Page 9 of 150
Abnormal Completion Sequence (Sequence B)
(FUEL FACS+ S.E. detects no flow or driver initiates shutdown. Same as Sequence A except for
the first FUEL FACS+ S.E. step)

FUEL FACS+ S.E. monitors the Meter Gross delta. If it is equal to zero (0), for greater than the
No Flow timeout period, (as determined by FUEL FACS+ S.E.) or a driver initiates a STOP
LOAD command from the DET, then FUEL FACS+ S.E. initiates the abnormal completion
sequence for the preset/meter in PLC.

This sequence begins when FUEL FACS+ S.E. clears the Preset Start.

The PLC is monitoring the Preset Start. If the Preset Start is cleared before the Preset Complete is
set, then the PLC will check to ensure no loading is taking place (pulses are not still being
counted). If no loading is taking place, then set the Preset Complete to 1.

FUEL FACS+ S.E. then waits for the PLC to set the Preset Complete to 1. This indicates the PLC
has detected the Preset Start clearing and completed or stopped the loading on the mechanical
preset.

FUEL FACS+ S.E. then clears the following DDE points:

 Meter Enable

 Injector Enable (If the recipe requires the additive)

Once FUEL FACS+ S.E. has cleared the bits above, it will then read the following DDE points:

 Meter Gross Quantity

 Preset Quantity

 Meter Temperature

When FUEL FACS+ S.E. has read the above Quantity, it will then clear the Preset Complete
point.

The PLC (upon detecting the Preset Complete transition from 1 to 0) clears the following points to
prevent FUEL FACS+ S.E. or the PLC from reading the old value on the start of a new load.

 Meter Gross Quantity

 Preset Quantity

 Meter Temperature

 Meter Blend %

At this time the system is ready to process the next load.


PLC Programming Notes for FUEL FACS PLUS Standard Edition

General PLC Programming Notes And


Assumptions
The following are the general assumptions used in the development of the PLC Code for FUEL
FACS+ S.E. These assumptions will be in the description of the action of the PLC program.

The final section will give the I/O descriptions and types, along with the memory map of the PLC
program.

For FUEL FACS+ S.E., the preset will have only one meter. The meter and preset numbers will
be the same (i.e. preset 1 will have meter 1 and preset 32 will have meter 32).

Each meter will be assigned three injectors. These injectors will be numbered and these numbers
will be assigned to a set meter (i.e. meter 1 will have injectors 1, 2, and 3 assigned to it, meter 2
will have injectors 4, 5, and 6 … meter 32 will have injectors 94, 95, and 96 assigned to it). These
assignments will not be changed.

Injector pacing will not be part of the PLC program. The PLC will set Injector X Enable Mtr Y
Inj Z output for the proper Injector. The Injector will then control the pacing of additive injection.

This PLC program assumes a K-Factor (pulses per unit of measure) for all meters to be 1 and the
Meter Factor to be 1. No provision for the calculation of the net quantity has been made.

The system’s design is for a meter delivery rate of 600 GPM. The system is designed for one
pulse per gallon. At this rate (10 gallons per second), the error in delivery caused by the PLC scan
would be + 1 gallon for every 100 ms of PLC scan time. The error caused by the one pulse per
gallon would be +/- 1 gallon.

The PLC will not control the pumps or valves to the preset. The preset will dispense only one
product and will not blend products in-line. Any blending will be on truck blending control by
FUEL FACS+ S.E. and accomplished by moving the truck to the presets with the products to be
blended.

The PLC will monitor a counter value from FUEL FACS+ S.E. This counter value will be used to
determine the state of the communication between the PLC and FUEL FACS+ S.E. If the PLC
detects the counter stopping, it will set an alarm bit. The PLC will allow the loading in progress to
complete normally. The loss of communication will inhibit the starting of new loads. When the
communication is reestablished, FUEL FACS+ S.E. will read the FF DDE Preset Complete Mtr X
bits and collect the proper data. The PLC will then complete the load. The main assumption for
loss of communication with FUEL FACS+ S.E. is that it will be lost in both directions. If the PLC
does not have communication with FUEL FACS+ S.E., then FUEL FACS+ S.E. does not have
communication with the PLC. FUEL FACS+ S.E will notify the operator of the loss of
communication. The loss of communication may also be an alarm horn output on the PLC.

/conversion/tmp/scratch/477939197.docx
Page 11 of 150
PLC Logic Note And Definitions

Input Marshaling
The real world inputs and inputs from FUEL FACS+ S.E. will be marshaled to internal bits. The
marshaling of inputs is done for the following reasons:

Logic maybe written before the actual input assignments are completed.

Logic may be written with a standard set of assumptions for input states (Real world input
conditions may be adjusted for in one place in the program rather than through- out the program.)

The state is maintained throughout the logic scan so all logic is serviced with the same state. Not
a problem for real world inputs of the SLC 505, but is a consideration for FUEL FACS+ S.E. and
other PLCs.

Allows the marshaled inputs to be logically grouped so matrices Boolean statement may be used
easily without placing undo constraints on the assignment of field inputs.

It allows for the easier disabling of the inputs by disabling the move commands for testing of the
logic.

It allows for the easier removal of unused input points by removing the Move statement containing
the addresses from the logic.

Output Marshaling
The real world outputs and outputs to FUEL FACS+ S.E. will be marshaled to internal coils or
bits. The marshaling of the outputs is done for the following reasons:

Logic maybe written before the actual output assignments are completed.

The state is maintained throughout the logic scan so all logic is serviced with the same state. Not a
problem for real world outputs of the SLC 505, but is a consideration for FUEL FACS+ S.E. and
other PLCs.

Allows the outputs to be logically grouped so matrices Boolean statement may be used easily
without placing undo constraints on the assignment of field outputs.

It allows for the easier disabling of the outputs by disabling the move commands for testing of the
logic.

It allows for the easier removal of unused output points by removing the Move statement
containing the addresses from the logic.

Conditions to set the PLC Preset Start Meter X Timer


The PLC Preset Meter Start Meter X Timer Done bit will set three (3) seconds after the PLC
Buffer for FF DDE Preset Meter Start Meter X has been set. This delay is there to allow for the
complete transfer of information from the FUEL FACS+ S.E. The PLC Preset Meter Start Meter
X Timer Done bit will be used in the place of PLC Buffer for FF DDE Preset Meter Start Meter X
in the program in order to allow for this delay.
PLC Programming Notes for FUEL FACS PLUS Standard Edition

Conditions to set the PLC FF OSR Preset X Begin Loading Bit


The PLC FF OSR Preset Begin Loading X Bit is used to determine the FUEL FACS+ S.E.
beginning of a load. This bit is only high for one scan. This is used to determine if the PLC
Buffer for FF DDE Preset Complete Meter X should be set at the beginning of a load. It is set
when it detects that the PLC Preset Meter Start Meter X and PLC Buffer for FF DDE Preset Meter
Enable Meter X are first set simultaneously.

Conditions to set the PLC Preset Enable Meter X Output


The PLC Preset Enable Meter X Output bit is used to start and stop the preset loading. The PLC
Preset Enable Meter X Output will be set to allow the preset to load. The PLC Preset Enable Meter
X Output will set when the following conditions are true:

1. The PLC Buffer for Preset Ready Meter X is set.

1. The PLC Buffer for FF DDE Preset Meter Enable Meter X is set.

1. The PLC Delay of Preset Start Meter X is set.

1. The PLC Buffer for FF DDE Preset Quantity Meter X is greater than zero.

1. The PLC “No Flow” Timer Meter X has not been set.

1. The PLC Buffer for FF DDE Preset Quantity Meter X is less than the PLC Buffer for FF
DDE Preset Meter X Gross.

1. The PLC Buffer for FF DDE Preset Complete Meter X is not set.

1. The Preset Meter 1 Injector Failure Alarm Latch is not set.

It’s reset when any of the conditions above are false.

Conditions to set the Injector X Enable Mtr Y Inj Z Output


The PLC will set the Injector X Enable Mtr Y Inj Z output when the PLC Buffer for Injector X
Enable Mtr Y Inj Z is set. The conditions to set the PLC Buffer for Injector X Enable Mtr Y Inj Z
are as follows:

1. The proper PLC Preset Enable Meter X output is set for the injector.

1. The Proper PLC Buffer for FF DDE Injector X Enable Mtr Y Inj Z is set.

1. The PLC Buffer for Injector X Alarm Mtr Y Inj Z alarm is not set.

It’s reset when any of the conditions above are false.

Conditions to set the Preset Meter X Injector Failure Alarm Latch


The PLC will set and latch the Preset Meter X Injector Failure Alarm Latch when the following
conditions are true:

1. The proper PLC Preset Enable Meter X output is set for the injector.

1. And any of the Following conditions are true:

/conversion/tmp/scratch/477939197.docx
Page 13 of 150
 The PLC Buffer for FF DDE Injector X Enable Meter Y Inj 1 is set and PLC
Buffer for Injector X Alarm Mtr Y Inj 1 is set.

 PLC Buffer for FF DDE Injector X Enable Meter Y Inj 2 is set and PLC Buffer
for Injector X Alarm Mtr Y Inj 2 is set.

 PLC Buffer for FF DDE Injector X Enable Meter Y Inj 3 is set and PLC Buffer
for Injector X Alarm Mtr Y Inj 3 is set.

This latch will be cleared when the PLC Buffer for FF DDE Preset Complete Meter X is cleared
and the PLC Preset Meter Start Meter X bit and the PLC Buffer for FF DDE Preset Meter Enable
Mtr X are not set.

Conditions to set the FUEL FACS+ S.E. DDE Preset Meter X Complete
(PLC Buffer for FF DDE Preset Complete Meter X) Bit
The PLC Buffer for FF DDE Preset Complete Meter X bit is set at the end of a preset loading.
This bit is set to notify FUEL FACS+ S.E. that the load is complete and FUEL FACS+ S.E.
should gather the data. This bit will only be set when a preset is in a loading configuration or at
the beginning on a load. The following conditions will set the PLC Buffer for FF DDE Preset
Complete Meter X:

1. If the PLC Buffer for FF DDE Preset Meter X Gross is equal to or greater than PLC
Buffer for FF DDE Preset Quantity Meter X. The PLC will then remove the PLC Preset
Enable Meter X output, any PLC Injector X Enable Inj output(s) for the preset and wait
until the PLC detects no flow for X seconds, then set the PLC Buffer for FF DDE Preset
Complete Meter X bit.

1. The PLC detects the loss of the Preset Ready Input. The PLC will then remove the PLC
Preset Enable Meter X output, any PLC Injector X Enable Inj output(s) for the preset and
wait until the PLC detect no flow for X seconds, then set the PLC Buffer for FF DDE
Preset Complete Meter X bit.

1. The PLC detects the clearing of the PLC Preset Meter Start Meter X bit (FUEL FACS+
S.E. has detected the operator has press stop or detected a “no flow” condition). The PLC
will then remove the PLC Preset Enable Meter X output, any PLC Injector X Enable Inj
output(s) for the preset and wait until the PLC detects no flow for X seconds, then set the
PLC Buffer for FF DDE Preset Complete Meter X bit.

1. The PLC detects an Injector Alarm for the preset. The PLC will then remove the PLC
Preset Enable Meter X output, any PLC Injector X Enable Inj output(s) for the preset and
wait until the PLC detects no flow for X seconds, then set the PLC Buffer for FF DDE
Preset Complete Meter X bit.

1. The PLC detects “no flow” condition for the meter for y seconds. The PLC will then
remove the PLC Preset Enable Meter X output, any PLC Injector X Enable Inj output(s)
for the preset then set the PLC Buffer for FF DDE Preset Complete Meter X bit.

1. The PLC detects the one shot event PLC FF OSR Preset Begin Loading X Bit setting and
the Preset Ready Mtr X is not set. This condition is tested before the PLC Buffer for FF
DDE Preset Complete Meter X bit.

1. The PLC detects the one shot event PLC FF OSR Preset Begin Loading X Bit setting and
the PLC Buffer for FF DDE Preset Quantity Meter X is zero (0). This condition is tested
before the PLC Buffer for FF DDE Preset Complete Meter X bit
PLC Programming Notes for FUEL FACS PLUS Standard Edition

Conditions to set Preset X Begin Loading Latch Bit Timer Bit


This bit is set to allow the PLC “no flow” Preset Meter X timer to monitor the flow condition. It
is also used to determine loading conditions. This bit will latch when the following conditions are
met:

1. The PLC Preset Meter Start Meter X bit and the PLC Buffer for FF DDE Preset Meter
Enable Mtr X are set for the beginning of the load.

The Latch is cleared when the PLC Buffer for FF DDE Preset Complete Meter X bit is cleared

PLC Buffer for FF DDE Preset Meter Gross Meter X Register


The PLC will keep a running total of the meter pulses (1 pulse equals a unit of measure). This
running total will be stored in the PLC Buffer for FF DDE Preset Meter Gross Meter X Register.
The pulses will be always be counted. This register will be cleared when the PLC Buffer for FF
DDE Preset Complete Meter X is cleared and the PLC Preset Meter Start Meter X bit and the PLC
Buffer for FF DDE Preset Meter Enable Mtr X are not set. It will also be cleared by the setting of
the PLC FF OSR Preset Begin Loading X Bit. This counting is always active to allow
determination of “unauthorized flow”.

FF DDE Preset Meter Gross Meter X Register


The PLC will move the PLC Buffer for FF DDE Preset Meter Gross Meter X Register value into
the FF DDE Preset Meter Gross Meter X Register. This move will always be executed after the
determination of the Delta. This is the value that FUEL FACS+ S.E. will use as the delivered
quantity. The move at this position sets the value to the current total and is to keep a record of the
last scan’s total for the next scan. This register will be cleared when the PLC Buffer for FF DDE
Preset Complete Meter X is cleared and the PLC Preset Meter Start Meter X bit and the PLC
Buffer for FF DDE Preset Meter Enable Mtr X are not set. It will also be cleared by the setting of
the PLC FF OSR Preset Begin Loading X Bit. This is the value used in conjunction with the FF
DDE Preset Meter Gross Meter X register to determine flow. This movement is always active to
allow determination of “unauthorized flow”.

Preset Meter Gross Meter X Delta

The PLC will compare the PLC FF DDE Preset Meter Gross Meter X Register to the
PLC Buffer for FF DDE Preset Meter Gross Meter X Register. If these registers are not
equal, then a count has occurred in the PLC FF DDE Preset Meter Gross Meter X
Register, and this is considered flow. This comparison is always preformed to allow
determination of “unauthorized flow”.

Conditions to Set the Preset Meter X “Flow” Bit


The PLC will monitor the Preset Meter Gross Meter X Delta condition. If a Preset Meter Gross Meter X Delta
exists (PLC FF DDE Preset Meter Gross Meter X Register and the PLC Buffer for FF DDE Preset Meter Gross
Meter X Register are not equal), then there is flow. The PLC will set the Preset Meter X “Flow” set. If there is no
Preset Meter Gross Meter X Delta (PLC FF DDE Preset Meter Gross Meter X Register and the PLC Buffer for FF
DDE Preset Meter Gross Meter X Register are equal), then there is “no flow” and the bit is cleared. This bit is used
in determining both “flow” and “unauthorized flow”.

/conversion/tmp/scratch/477939197.docx
Page 15 of 150
Conditions to Set the Detect “Unauthorized Flow” Preset Meter X
Timer
The PLC will monitor the PLC Preset Enable Meter X Output bit. If this bit is cleared then the
PLC will wait three (3) seconds and set the Detect “Unauthorized Flow” Preset Meter X Timer
Done Bit. The delay is to allow the “flow” of product through the preset meter to stop. This done
bit is used in determining “unauthorized flow”. This bit is cleared when the PLC Preset Enable
Meter X Output bit is set.

Conditions to Set the PLC “No Flow” Preset Meter X Timer


The PLC will monitor the PLC Preset Meter X “Flow” bit. If this bit does not set for seven (7)
seconds, then a “No Flow” condition exists and the PLC “No Flow” Preset Meter X Timer Done
bit will set. The PLC “No Flow” Preset Meter X Timer Done bit will clear when the Preset Meter
X “Flow” bit sets. The PLC “No Flow” Preset Meter X Timer is only active during loading or
when an “Unauthorized Flow” bit is latched.

Conditions to Latch the “Unauthorized Flow” Preset Meter X Bit


The PLC will monitor the Preset Meter X “Flow” bit. If this bit sets and the Detect “Unauthorized
Flow” Preset Meter X Timer Done Bit sets, then the “Unauthorized Flow” Preset Meter X Bit will
latch. This bit will unlatch when the “No Flow” Preset Meter X Timer Done bit sets.

Condition to Set the VRU Run Output


The PLC VRU output will be set whenever any PLC Buffer for FF DDE Preset Meter Enable Mtr
X bit is set. This bit will clear when none of these bits are set.

This is an optional point. It is not required for FUEL FACS+ S.E. operation. It is furnished for
the Customers convenience.

VRU Operating Readback Input


The VRU Operating Readback input is for the readback from the VRU to indicate that it is
operating. This is used in determining if there is a VRU Failure.

This is an optional point. It is not required for FUEL FACS+ S.E. operation. It is furnished for
the Customers convenience.

Operation of the VRU Alarm Horn Delay Timer


When the PLC detect the VRU Run Output set, it starts a delay timer. This timer will set a VRU
Alarm Horn Done bit XXX seconds after the VRU Run Output has set.

This is an optional point. It is not required for FUEL FACS+ S.E. operation. It is furnished for
the Customers convenience.

Condition to Set the VRU Alarm Horn Output


The VRU Alarm Horn output will be set whenever the VRU Alarm Horn Done bit has set and the
PLC VRU Operating Readback input is not set. This bit will clear when the VRU Alarm Horn
Done bit clears.

This is an optional point. It is not required for FUEL FACS+ S.E. operation. It is furnished for
the Customers convenience.
PLC Programming Notes for FUEL FACS PLUS Standard Edition

"Unauthorized Flow" Alarm Horn Output


The “Unauthorized Flow” Alarm Horn Output will be set whenever any “Unauthorized Flow”
Preset Meter X Bit is set. This bit will clear when none of these bits are set.

This is an optional point. It is not required for FUEL FACS+ S.E. operation. It is furnished for
the Customers convenience.

Injector Failure Alarm Horn Output


The Injector Alarm Horn Output will be set whenever any PLC Injector Alarm Inj X Bit is set.
This bit will clear when none of these bits are set.

This is an optional point. It is not required for FUEL FACS+ S.E. operation. It is furnished for
the Customers convenience.

FUEL FACS Comms Failure Alarm Horn Output


The FUEL FACS Comms Alarm Horn Output will be set whenever the PLC detects a
communication failure with FUEL FACS+ S.E. This bit will clear when communication is
restored.

This is an optional point. It is not required for FUEL FACS+ S.E. operation. It is furnished for
the Customers convenience.

Setup PLC for New Application bit


The PLC for New Application bit is set by the developer to allow the clearing of bits that may not
be served in the new application. It will also allow the developer to clear all buffers during
testing. This bit is set with the processor in the program mode. When the processor is set to the
run mode, the first scan bit will set and with the PLC for New Application bit set, the Clear
Application Subroutine is called and the buffer areas will be cleared.

The PLC for New Application bit will be unlatched at the end of the Clear Application Subroutine
scan.

Condition to Set the FF DDE Swing Arm Mtr X Right or FF DDE Swing
Arm Mtr X Left Bits
The PLC will monitor the condition of the Swing Arm Mtr X Input. If the input is set, the FF
DDE Swing Arm Mtr X Left is set. If the Swing Arm Mtr X Input is clear, then the FF DDE
Swing Arm Mtr X Right is set. FF DDE Swing Arm Mtr X Right is the default position (no input
wired).

FF DDE Meter X Blend %


This is a value sent to the PLC to form a calculation of the product recipe. It allows the PLC to
load blended products. This will not be used in the current version of FUEL FACS+ S.E. For this
version the Meter X Blend % is assumed to be 100%.

RTD Temperature Measurement / RTD Module Set up Subroutine


The RTD Module set up subroutine will only execute on the first scan. The Subroutine is Ladder
file 7 and is called ANASETUP.

/conversion/tmp/scratch/477939197.docx
Page 17 of 150
The PLC will use RTDs as the method to determine the product temperature. The following
assumptions have been made for the system:

1. The RTDs used will be the type 3916 Platinum 100 Ω RTD.

1. The value readback of the RTD will be the temperature value multiplied by ten (X 10).
i.e. a temperature of 60.5 º F will be 605.

1. Failure mode for a broken RTD is assumed to be the full down scale reading (–3280).

1. The selected scale is º F.

1. A 60 HZ filter will be used. A channel’s scan time is 55 ms per channel enabled.

1. All channels will be enabled on all installed RTD input modules. It will take a minimum
scan time of 220 ms for all channels to report temperature values.

1. The excitation for the RTD will be 2.0 mA

1. The RTD modules will be set to default scaling.

1. The bit setup of the Configuration word (decimal value of 3460) is as shown in the
following table (Table 2):

Table 2
Uses Unused Scaling Excitation Channel Filter Temperature Broken Data Format Input Type
Selection Current Enable Frequency Unit Input Selection Selection
Selection Selection Selection
Selection

Bits 15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0

Settings 0 0 0 0 1 1 0 1 1 0 0 0 0 1 0 0

10. All RTD channel configuration words will be moved to the proper channel configuration
output words on the PLC first scan.

1. RTD modules will only be installed in rack slots 5, 6, 7, 8, 9, 10 11, and 12.

10. The system will not be set up for auto configuration.

Average Temperature Calculation Subroutine (Temp. Sub.)


The temperature sent to FUEL FACS+ S.E. (FF DDE RTD Average Temperature (X 10) Mtr X)
will be an average temperature of the load. It is calculated in the Temp. Sub Subroutine.

The average temperature will be calculated by the TEM. SUB ladder file 4. This subroutine will
execute when the PLC Preset Enable Meter X Output bit is set. The average temperature is
calculated when the following conditions are met:

1. The PLC Preset Enable Meter X Output bit is set.


PLC Programming Notes for FUEL FACS PLUS Standard Edition

1. There is no alarm for the RTD channel, no broken input status bit, or no out of range bits
set.

If the above conditions are not met, then the system will not allow the calculations to take place.
The program will set the value of 600 (60.0˚) into the FF DDE RTD Average Temperature (X 10)
Mtr X register.

If items 1 and 2 above are met, then calculation of the average will be a running total stored in
PLC Buffer for RTD Mtr X Average Temperature Cal. Register. This total will be kept while the
calculation rung is enabled.

The PLC will also keep a total of the number of sums in the running total in the PLC Buffer for
RTD Mtr X Average Temperature Cal. Counter register. The average will be calculated by
dividing the running total PLC Buffer for RTD Mtr X Average register Temperature Cal by the
number of sums PLC Buffer for RTD Mtr X Average register Temperature CAL. Counter register.
The results are stored in FF DDE RTD Average Temperature (X 10) Mtr X register.

When the PLC Buffer for FF DDE Preset Complete Meter X is set but the FF DDE Preset
Complete Meter X is cleared, the following registers will be cleared:

1. The PLC Buffer for RTD Mtr X Average Temperature Cal.

1. PLC Buffer for RTD Mtr X Average Temperature CAL., Counter.

1. FF DDE RTD Average Temperature (X 10) Mtr X

When the PLC Preset Meter Start Meter X bit and the PLC Buffer for FF DDE Preset Meter
Enable Mtr X are not set it will also be cleared by the setting of the PLC FF OSR Preset Begin
Loading X Bit.

If the channel for the RTD is in alarm, then the Temperature average is not calculated but 60 (600)
is sent to FUEL FACS+ S.E.

Selectable Timed Interrupt (STI) Subroutine


The counting of the meter pulse will be done in a Selectable Timed Interrupt (labeled STI SUB
subroutine is ladder file 3). This STI SUB subroutine will be executed every 10 ms during the
logic scan.

The first rung in the STI will clear the B3 buffer word containing the first meter pulse bits PLC
Buffer for Pulse In Mtr X bits (meters 1 through 16). It will then perform an Immediate I/O
Update on the input module. Program will then move the input conditions into the PLC Buffer for
Pulse In Mtr X bits (the B3 word for meters 1 through 16).

The program will then test the conditions for the following:

 Clearing the meter 1 PLC FF DDE Preset Meter Gross Meter 1 Register

 Clearing the FF DDE Preset Meter Gross Meter 1 Register

 PLC Preset Enable Meter X Output bit should be set or cleared

 The requirement for injectors

The program will store any pulse detected in PLC FF DDE Preset Meter Gross Meter 1 Register
and compare the PLC FF DDE Preset Meter Gross Meter 1 Register with FF DDE Preset Meter
Gross Meter 1 Register to determine the delta, and meter flow conditions of meter 1.

/conversion/tmp/scratch/477939197.docx
Page 19 of 150
The program will then move the value in the PLC FF DDE Preset Meter Gross Meter 1 Register
into FF DDE Preset Meter Gross Meter 1 Register. The FF DDE Preset Meter Gross Meter 1
Register will serve as the last scan value for the program,

The program will repeat the above for meters 2 through 16.

The next section of the STI will repeat the above for the meters 17 through 32.

Injector Control Subroutine


This is the INJECTORS subroutine ladder file 6 that will control, monitor and set alarm conditions
of the Injectors. It will be called only when any of the following conditions exist:

 Any PLC Buffer for FF DDE Injector X Enable Mtr Y Inj Z is set.

 Any PLC Buffer for Injector X Enable Mtr Y Inj Z is set.

 Any Preset Meter X Injector Failure Alarm Latch is set.

This is done to reduce logic scan time when no injectors are required.

Clear Application Subroutine


This CLEAR SUB subroutine ladder file 5 is used to clear the PLC for a New Application. To
execute the subroutine the developer sets the New Application bit and then power cycles the PLC
to set the first scan in the PLC. This subroutine allows the clearing of bits that may not be served
in the new application. It will also allow the developer to clear all buffers during testing. This bit
is set with the processor in the program mode. When the processor is set to the run mode, the first
scan bit will set and with the PLC for New Application bit set, the Clear Application Subroutine is
called and the buffer areas will be cleared.

The PLC for New Application bit will be unlatched at the end of the Clear Application Subroutine
scan.

General Layout of the Main PLC Logic Program:


Areas:

1. Jump to the Clear Previous Application Subroutine ladder file 5 when the First Scan bit is set
and the Setup PLC for New Application bit are set.

1. Jump to the RTD Module set up subroutine will only execute on the first scan. The
Subroutine is Ladder file 7 and is called ANASETUP.

1. Marshal the main program inputs into the input buffer files.

1. Move Preset Ready Mtr (1 through 16) I:3 into B3:2 and Move Preset Ready Mtr (17
through 32) I:3.1 into B3:3 (May be removed if module is not used.)

2. Move Miscellaneous Inputs I:4 Into B3:4 (May be Removed if module is not used).

3. Move RTD Mtr (1 through 4) I:5.0, I:5.1, I:5.2, I:5.3 into N7:0 through N7:3 and Status
word for RTD Mtr (1 Through 4) I:5.4 through I:5.7 into N7:64 through N7:67 (May be
removed if module is not used.)

4. Move RTD Mtr (5 through 8) I:6.0, I:6.1, I:6.2, I:6.3 into N7:4 through N7:7 and Status
word for RTD Mtr (5 Through 8) I:6.4 through I:6.7 into N7:68 through N7:71 (May be
removed if module is not used.)
PLC Programming Notes for FUEL FACS PLUS Standard Edition

5. Move RTD Mtr (9 through 12) I:7.0, I:7.1, I:7.2, I:7.3 into N7:8 through N7:11 and
Status word for RTD Mtr (9 Through 12) I:7.4 through I:7.7 into N7:72 through N7:75
(May be removed if module is not used.)

6. Move RTD Mtr (13 through 16) I:8.0, I:8.1, I:8.2, I:8.3 into N7:12 through N7:15 and
Status word for RTD Mtr 13 through 16) I:8.4 through I:8.7 into N7:76 through N7:79
(May be removed if module is not used.)

7. Move RTD Mtr (17 Through 20) (21 through 24) I:9.0, I:9.1, I:9.2, I:9.3 into N7:16
through N7:19 and Status word for RTD Mtr (17 Through 20) I:9.4 through I:9.7 into
N7:80 through N7:83 (May be removed if module is not used.)

8. Move RTD Mtr (21 through 24) I:10.0, I:10.1, I:10.2, I:10.3 into N7:20 through N7:23
and Status word for RTD Mtr (21 through 24) I:10.4 through I:10.7 into N7:84 through
N7:87 (May be removed if module is not used.)

9. Move RTD Mtr (25 through 28) I:11.0, I:11.1, I:11.2, I:11.3 into N7:24 through N7:27
and Status word for RTD Mtr (25 through 28) I:11.4 through I:11.7 into N7:88 through
N7:91 (May be removed if module is not used.)

10. Move RTD Mtr (29 through 32) I:12.0, I:12.1, I:12.2, I:12.3 into N7:28 through N7:31
and Status word for RTD Mtr (29 through 32) I:12.4 through I:12.7 into N7:92 through
N7:95 (May be removed if module is not used.)

11. Move Swing Arm Mtr (1 through 16) I:13 into B3:5 and Move Swing Arm Mtr (17
through 32) I:13.1 into B3:6 (May be removed if module is not used.)

12. Move Injector Alarm Injector (1 through 16) I:14 into B3:7 (May be removed if module
is not used.)

13. Move Injector Alarm Injector (17 through 32) I:14.1 into B3:8 (May be removed if
module is not used.)

14. Move Injector Alarm Injector (33 through 48) I:15 into B3:9 (May be removed if module
is not used.)

15. Move Injector Alarm Injector (49 through 64) I:15.1 into B3:10(May be removed if
module is not used.)

16. Move Injector Alarm Injector (65 through 80) I:16 into B3:11 (May be removed if
module is not used.)

17. Move Injector Alarm Injector (81 through 96) I:16.1 into B3:12 (May be removed if
module is not used.)

4. Marshal the FUEL FACS+ S.E. DDE points into the DDE buffer files.

1. Copy FF DDE Preset Meter Enable Mtr (1 through 32) B9:9 and B9:10 into B3:25 and
B3:26.

2. Copy FF DDE Preset Start Mtr (1 through 32) B9:11 and B9:12 into B3:27 and B3:28.

3. Copy FF DDE Injector Enable Inj (1 through 96) Mtr X Inj Y B9:13 through B9:18 into
B3:29 through B3: 34

4. Copy FF DDE Preset Meter Blend % Mtr (1 through 32) N10:25 through N10:57 into
N7:96 through N7:127.

/conversion/tmp/scratch/477939197.docx
Page 21 of 150
5. Copy FF DDE Preset Quantity Mtr (1 through 32) F11:33 through F8:64 into F8:32
through F8:63.

5. Logic for the preset meter 1 load permissives.

6. Determine the proper state for the PLC Buffer for FF DDE Preset Complete Mtr 1 and FF
DDE Preset Complete Mtr 1.

7. Determined if the following registers require reset:

 PLC FF DDE Preset Meter Gross Meter 1

 FF DDE Preset Meter Gross Meter 1

 PLC FF DDE Preset PLC Buffer for RTD Mtr 1 Average Temperature CAL.

 Counter Meter X Quantity, FF DDE Preset Meter 1 Quantity

 PLC Buffer for RTD Mtr 1 Average Temperature Cal.

 FF DDE RTD Average Temperature (X 10) Mtr 1

8. Determine the proper states for the PLC Buffer for Preset Enable Mtr 1

9. Repeat steps 5 through 8 for Meters 2 through 32.

10. Jump to Injector control subroutine if required.

11. Jump to Average Temperature subroutine if required.

12. Copy PLC Buffer for Preset Ready Mtr (1 through 32) B3:2 and B3:3 into B9:6 and B9:7 .

13. Logic for the FF DDE Swing Arm Meter (1 through 32) B9:1 through B9:5.

14. Logic for PLC Buffer for Run VRU B3:21/00.

15. Logic for PLC Buffer for VRU Alarm Horn B3:21/01.

16. Logic for PLC Buffer for “Unauthorized Flow” Alarm Horn B3:21/02.

17. Logic for PLC Buffer for Injector Failure Alarm Horn B3:21/03.

18. Logic for PLC Buffer for FUEL FACS Comms Failure Alarm Horn B3:21/04.

19. Marshal the main program output buffer file words into output words.

1. Move PLC Buffer for Miscellaneous Outputs (1 through 16) B3:21 into O:25 (Remove if
module is not used.)

2. Move B3:13 PLC Buffer for Injector Enable Inj (1 through 16) into O:17 Injector Enable
Inj (1 through 16) (Remove if module is not used.)

3. Move B3:14 PLC Buffer for Injector Enable Inj (17 through 32) into O:18 Injector
Enable Inj (17 through 32) (Remove if module is not used.)

4. Move B3:15 PLC Buffer for Injector Enable (33 through 48) into O:19 Injector Enable
Inj (33 through 48) (Remove if module is not used.)
PLC Programming Notes for FUEL FACS PLUS Standard Edition

5. Move B3:19 PLC Buffer for FF DDE Preset Enable Mtr (1 through 16) into O:23 Preset
Enable MTR (1 through 16) (Remove if module is not used.)

6. Move B3:16 PLC Buffer for Injector Enable Inj (49 through 64) into O:20 Injector
Enable Inj (49 through 64) (Remove if module is not used.)

7. Move B3:17 PLC Buffer for Injector Enable Inj (17 through 32) into O:21 Injector
Enable Inj (17 through 32) (Remove if module is not used.)

8. Move B3:18 PLC Buffer for Injector Enable (33 through 48) into O:22 Injector Enable
Inj (33 through 48) (Remove if module is not used.)

9. Move B3:20 PLC Buffer for FF DDE Preset Enable Mtr (17 through 32) into O:24 Preset
Enable MTR (17 through 32) (Remove if module is not used.)

General Layout of the Selectable Timed Interrupt (STI) Subroutine


Ladder File 3
1. Clearing of the STI program input Buffer File PLC Buffer for Pulse in Meter (1 through
16) B3:0.

1. Immediate I/O update on I:1 Pulse In Meter (1 through 16) STI program inputs.

1. Move the Pulse In Meter (1 through 16) I:1 into B3:0.

1. Count pulses (add to PLC FF DDE Preset Meter Gross Meter 1).

1. Test for PLC Buffer for FF DDE Preset Meter Gross Meter 1 equal to or greater than FF
DDE Preset Quantity Meter 1.

1. Calculate PLC Preset Meter Gross Delta Meter 1. PLC Buffer for FF DDE Preset Meter
Gross Meter 1 equal FF DDE Preset Meter Gross Meter 1.

1. Test for “Flow”, “No Flow” and “Unauthorized Flow”.

1. Move PLC Buffer for FF DDE Preset Meter Gross Meter 1into FF DDE Preset Meter
Gross Meter 1.

1. Repeat Steps 4 through 8 for presets 2 through 16.

1. Clearing of the STI program input Buffer File PLC Buffer for Pulse in Meter (17 through
32) B3:1.

1. Immediate I/O update on I:2 Pulse In Meter (17 through 32) STI program inputs.

1. Move the Pulse In Meter (17 through 32) I:2 into B3:1.

1. Repeat Steps 4 through 8 for presets 17 through 32.

General Layout of the Clear Previous Application Subroutine Ladder


File 5
When the First Scan bit is set and the Setup PLC for New Application bit are set, the sub routine
will clear the following program area:

 PLC Buffer Files and Fuel Facs DDE areas B3:0 through B3:51

/conversion/tmp/scratch/477939197.docx
Page 23 of 150
 N7:0 through N7:127

 B9:0 through B9:18

 N10:0 through N10:67

 F11:0 through F11:64

 F8:0 through F8:159

 Clear I:4.0

 Clear I:3.0 through I:3.0

 Clear I:5.0 through I:5.7

 Clear I:6.0 through I:6.7

 Clear I:7.0 through I:7.7

 Clear I:8.0 through I:8.7

 Clear I:9.0 through I:9.7

 Clear I:10.0 through I:10.7

 Clear I:11.0 through I:11.7

 Clear I:12.0 through I:12.7

 Clear I:13.0 and I:13.1

 Clear I:14.0 and I:14.1

 Clear I:15.0 and I:15.1

 Unlatch PLC for New Application bit.

General Layout of the Injector Control Subroutine Ladder File 6


1. Logic for Preset Meter 1 injector permissive.

1. Logic for the Preset Meter 1 Injector Failure Alarms.

1. Determine the proper states for the PLC Buffer for Injector Enable Inj 1, 2, and 3.

1. Repeats steps 1 through 3 for meters 2 through 32.

General Layout of the Average Load Temperature Subroutine Ladder


File 4
Logic for calculation of Preset Meter X Average Load Temperature.

1. Determine if Meter 1 RTD has an alarm

1. If Meter 1 RTD has an alarm move 600 into the FUEL FACS RTD Average Temperature
(X10) Meter 1.
PLC Programming Notes for FUEL FACS PLUS Standard Edition

1. Allow Average load Temperature RTD Meter 1 Timer to run if the Alarm bit is not set
and the Preset Meter 1 is enabled.

1. Increment counter and calculate the average load temperature RTD meter 1 and store in
FUEL FACS RTD Average Temperature (X10) Meter 1, when the Average load
Temperature RTD Meter 1 Timer done bit is set.

1. Repeat steps 1 through 4 for RTD meters 2 through 32.

General Layout of the RTD Module Configuration Subroutine Ladder


File 7
1. Clear the output words O:5.0, O:5.1, O:5.2, O:5.3, O:6.0, O:6.1, O:6.2, O:6.3, O:7.0, O:7.1,
O:7.2, O:7.3, O:8.0, O:8.1, O:8.2, O:8.3, O:9.0, O:9.1, O:9.2, O:9.3, O:10.0, O:10.1, O:10.2,
O:10.3, O:11.0, O:11.1, O:11.2, O:11.3, and O:12.0, O:12.1, O:12.2, O:12.3.

1. Load the Configuration word into N32 through N7:63.

1. Move PLC Configuration for RTD Mtr (1 through 4) O:5.0, O:5.1, O:5.2, O:5.3 into N7:32
through N7:35. (May be removed if module is not used.)

1. Move PLC Configuration for RTD Mtr (5 through 8) O:6.0, O:6.1, O:6.2, O:6.3 into N7:36
through N7:39. (May be removed if module is not used.)

1. Move PLC Configuration for RTD Mtr (9 through 12) O:7.0, O:7.1, O:7.2, O:7.3 into N7:40
through N7:43. (May be removed if module is not used.)

1. Move PLC Configuration for RTD Mtr (13 through 16) O:8.0, O:8.1, O:8.2, O:8.3 into N7:44
through N7:47. (May be removed if module is not used.)

1. Move PLC Configuration for RTD Mtr (17 Through 20) (21 through 24) O:9.0, O:9.1, O:9.2,
O:9.3 into N7:48 through N7:51. (May be removed if module is not used.)

1. Move PLC Configuration for RTD Mtr (21 through 24) O:10.0, O:10.1, O:10.2, O:10.3 into
N7:52 through N7:55. (May be removed if module is not used.)

1. Move PLC Configuration for RTD Mtr (25 through 28) O:11.0, O:11.1, O:11.2, O:11.3 into
N7:56 through N7:59 (May be removed if module is not used.)

1. Move PLC Configuration for RTD Mtr (29 through 32 O:12.0, O:12.1, O:12.2, O:12.3 into
N7:60 through N7:63. (May be removed if module is not used.)

/conversion/tmp/scratch/477939197.docx
Page 25 of 150
PLC Configuration of Status Words for FUEL-
FACS+ S. E.
The PLC status words will be setup when the system is original configured. There will be two (2)
section. One is the standard STI section and I/O section that will not change and the I/O section
that will changed based on the I/O module installed.

The STI Section will consist of the Status words and bit S:30, S:31 and S:2/1. The Status words
for the I/O modules that will not change are for slots 0 CPU always installed and 26 through 31
(these slots will never have any I/O modules installed in them. Table 3 shows the setting for these
words and bits.

Table 3
STI and Constant I/O Status Word Setup

Status Word Description Settings


Address

S:30 Setpoint (X10 ms) (STI) 1

S:31 File Number (STI) 3

S:2/1 Enable (STI) 1

S:11/00 I/O Slot Enable 0 (CPU) 1

S:27/00 I/O Slot Interrupt Enable Slot 0 (CPU) 1

S:12/10 I/O Slot Enable 26 0

S:28/10 I/O Slot Interrupt Enable Slot 26 0

S:12/11 I/O Slot Enable 27 0

S:28/11 I/O Slot Interrupt Enable Slot 27 0

S:12/12 I/O Slot Enable 28 0

S:28/12 I/O Slot Interrupt Enable Slot 28 0

S:12/13 I/O Slot Enable 29 0

S:28/13 I/O Slot Interrupt Enable Slot 29 0

S:12/14 I/O Slot Enable 30 0

S:28/14 I/O Slot Interrupt Enable Slot 30 0

S:12/15 I/O Slot Enable 31 0

S:28/15 I/O Slot Interrupt Enable Slot 31 0

The PLC will configured base on the installed I/O modules. The configuration is setup by the
status words.
PLC Programming Notes for FUEL FACS PLUS Standard Edition

Table 4

I/O Status Word Setup

Slot Description I/O Slot I/O Slot Module P/N


Enable Interrupt
Address Status Enable
word set to Status
1 if module word set
is present to 1 if
and set to module is
0 if not present
and set to
0 if not

0 CPU-32 K Memory OS501 S:11/00 S:27/00 1747-l552

1 Pulse In Meter 1 Through 16 S:11/01 S:27/01 1746-ITB16

2 Pulse In Meter 17 Through 32 S:11/02 S:27/02 1746-ITB16

3 Preset Ready Meter 1 Through 32 S:11/03 S:27/03 1746-IB32

4 Miscellaneous Inputs S:11/04 S:27/04 1746-ITB16

5 RTD Meter 1 Through 4 S:11/05 S:27/05 1746-NR4

6 RTD Meter 5 Through 8 S:11/06 S:27/06 1746-NR4

7 RTD Meter 9 Through 12 S:11/07 S:27/07 1746-NR4

8 RTD Meter 13 Through 16 S:11/08 S:27/08 1746-NR4

9 RTD Meter 17 Through 20 S:11/09 S:27/09 1746-NR4

10 RTD Meter 21 Through 24 S:11/10 S:27/10 1746-NR4

11 RTD Meter 25 Through 28 S:11/11 S:27/11 1746-NR4

12 RTD Meter 29 Through 32 S:11/12 S:27/12 1746-NR4

13 Swing Arm Meter 1 Through 32 S:11/13 S:27/13 1746-IB32

14 Injector 1 Through 32 Alarm Meter 1 S:11/14 S:27/14 1746-IB32


Through 11

15 Injector 33 Through 64 Alarm Meter S:11/15 S:27/15 1746-IB32


11 Through 22

16 Injector 65 Through 96 Alarm Meter S:12/00 S:28/00 1746-IB32


22 Through 32

17 Injector 1 Through16 Enable Meter 1 S:12/01 S:28/01 1746-0W16


Through 6

/conversion/tmp/scratch/477939197.docx
Page 27 of 150
Table 4

I/O Status Word Setup

Slot Description I/O Slot I/O Slot Module P/N


Enable Interrupt
Address Status Enable
word set to Status
1 if module word set
is present to 1 if
and set to module is
0 if not present
and set to
0 if not

18 Injector 17 Through 32 Enable Meter S:12/02 S:28/02 1746-0W16


6 Through 11

19 Injector 33Through 48 Enable Meter S:12/03 S:28/03 1746-0W16


11 Through 16

20 Injector 49 Through 64 Enable Meter S:12/04 S:28/04 1746-0W16


17 Through 22

21 Injector 65Through 80 Enable Meter S:12/05 S:28/05 1746-0W16


22 Through 27

22 Injector 81 Through 96 Enable Meter S:12/06 S:28/06 1746-0W16


27 Through 32

23 Preset Enable Meter 1 Through 16 S:12/07 S:28/07 1746-0W16

24 Preset Enable Meter 17 Through 32 S:12/08 S:28/08 1746-0W16

25 Miscellaneous Outputs VRU Start S:12/09 S:28/09 1746-0W16


and Miscellaneous Horns

Failure to set these Status words and bits correctly will cause a malfunction of the PLC. These
values must be set correctly before the PLC is placed in run mode.
PLC Programming Notes for FUEL FACS PLUS Standard Edition

Initial Setup of the PLC Program


To set the PLC program for a new site you should do the following:

1. Bring the Basic program up offline.

1. Do a Save as to store the program as the site-specific program.

1. Modify the saved program’s Status words to enabled the installed I/O modules and
disable the I/O modules that are not installed. Please note the PLC will fault if proper
rack configuration is not present.

1. Set the Setup PLC for New Application bit (B3:47/0.)

1. Connect the Programmer to the SLC500 505 and put the key switch in program.

1. Download the site-specific program and go online.

1. Move the key switch into run and insure the PLC runs and does not fault.

1. Move the key switch into program.

1. Upload the program form the PLC (this should save the site-specific program.

1. Move the key switch to run and then to remote. The PLC is now ready for test.

/conversion/tmp/scratch/477939197.docx
Page 29 of 150
Simulation Subroutine Uses
The PLC has three Simulation subroutines. These are Lad 8 PLC SIMULA, LAD9 FFSIMULAT,
and LAD 10 SIM RTD. These subroutines are used to simulate the real world condition.
Subroutine 8 (Lad 8 PLC SIMULA) simulates the pulse inputs and the Preset Ready field inputs.
Subroutine 9 (LAD9 FFSIMULAT) simulates the inputs from FUEL FACS+ S.E. Subroutine 10
(LAD 10 SIM RTD) simulates the RTD inputs to the PLC.

Subroutine 8 Simulate the Meter Pulse and Preset Meter Ready Inputs
Subroutine 8 is accessed by setting the B3:47/04 (Allow the access to the PLC Simulation of Pulse
inputs of Subroutine 8) bit. When this bit is set the PLC will execute the subroutine for the PLC
meter pulse inputs simulation.

This Subroutine will generate simulated meter pulse inputs for all enabled preset meter. It will
also generate a Preset Meter Ready input for all FUEL FACS enabled meter.

This subroutine should only be used will the input modules for the meter pulses and meter ready
are not installed.

Subroutine 9 Simulate FUEL FACS+ S.E. Inputs


Subroutine 9 is accessed by setting the B3:47/05 (Allow the access to the FF Simulation of the
Subroutine 9) bit. When this bit is set the PLC will execute the subroutine for the FUEL FACS+
S.E. inputs simulation.

This subroutine will move the PLC Buffer FUEL FACS DDE Preset Meter Enable Meter 1
through 32 bits into the FUEL FACS DDE Preset Meter Start Meters 1 Through 32 bits.

Setting the proper PLC for FUEL FACS DDE Preset Meter Enable Meter X bit simulates
transactions. Setting this bit will set the FUEL FACS DDE Preset Meter Start bit for the meter bit
and load a preset of 2500 for the meter. The load will begin three (3) second after the start bit sets.
The subroutine will clear the transaction ten (10) seconds after the complete bit sets.

The subroutine includes special function bits. These are as follows:

1. The Setting this bit Will set the FUEL FACS DDE Enable Bits for Meters 1 through 32
bit (B3:47/10.) Toggle this bit on then off will start transactions on all meter.

1. The Setting this bit Will clear the FUEL FACS DDE Enable Bits for Meters 1 through 32
bit (B3:47/11.)

1. The Setting this bit Will clear the FUEL FACS DDE Enable Bits for Meters 1 through 32
bit (B3:47/12.) Toggle this bit on then off will clear the complete bit for all the
transactions.

1. Setting the Set the Transactions to Run sequentially (B3:47/13) bit will allow a
transaction to run every 240 second. The transactions will move through the meters
sequentially.

This subroutine should only be used for testing when FUEL FACS server is not available.

Subroutine 9 Simulate RTD Inputs


Subroutine 10 is accessed by setting the Allow the access to the RTD Simulation of the Subroutine
10 bit (B3:47/06).
PLC Programming Notes for FUEL FACS PLUS Standard Edition

This subroutine will set the Channel Enable on all RTD channels so the PLC will execute the
Temperature averaging calculation when the RTD modules are not installed. It will also generate
count up and count down values from 600 to 800 values for RTD values.

This subroutine should only be used when the RTD modules are not installed.

/conversion/tmp/scratch/477939197.docx
Page 31 of 150
PLC CPU Preparation
To setup the SLC-5/05 CPU for uses you must do the following steps:

1. Plug battery into J5 red wire to the edge of the board.

1. Ensure what the jumper on J4 is in the top position top (the two (2) pins furthest from the
edge of the board (bottom).)

1. Ensure the power is disconnected from the rack and plug the CPU into slot 0) of the first
rack.

1. Turn the key to the program mode.

1. Connect the power to the rack.

1. Ensure that RSLinx has both the DF-1 and Ethernet drivers installed, configured, and
running (see Figure 1.)

Figure 1

7. Ensure that RSLogix is setup for DF-1 communication (see Figure 2.)
PLC Programming Notes for FUEL FACS PLUS Standard Edition

Figure 2

8. Ensure that the Program to be loaded has the proper communication configuration (see
figures 3,4, and 5.)

Figure 3

/conversion/tmp/scratch/477939197.docx
Page 33 of 150
Figure 4

Figure 5

9. Connect serially to the CPU and download the base program.

10. Place the Programmer online.

11. Ensure the base program has loaded the IP address as 204.120.169.231 (See Figure 6.).
PLC Programming Notes for FUEL FACS PLUS Standard Edition

Figure 6

12. Set the I/O status words are set for the proper installed modules(see Figure 7.) (Failure to
set the proper I/O status will cause the CPU to fault.)

Figure 7

13. Turn the key to the run and then back to remote.

14. Ensure that the Programmer display remote run.

/conversion/tmp/scratch/477939197.docx
Page 35 of 150
15. Ensure that the Program has loaded the proper communication configuration (see figures
3,4, and 5.)

16. Set the communication to the Ethernet mode (see Figure 8.)

Figure 8

17. Disconnect the serial communication and establish the Ethernet mode.
PLC Programming Notes for FUEL FACS PLUS Standard Edition

Communication to FUEL FACS+ S.E.


The PLC will communicate to FUEL FACS+ S.E. using DDE. The FUEL FACS+

S.E. server will have Rockwell software RSLinx installed on it. This software will have the
software key installed. This is not the RSLinx Lite version. The RSLinx Lite version will not
support DDE.

This assumes the RSLinx is already installed on the FUEL FACS+ S.E. server and the key has
been installed (the DDE driver will not operate with RSLinx Lite.)

The Rockwell RSLinx will be set up to communicate to the PLC through the Ethernet connection.
The following is the setup steps for the Ethernet communication through RSLinx:

1. Start RSLinx and choose the configure driver (see Figure 9.)

2. Select the driver Ethernet to PLC-5/SLC-5820-E and Add New

3. AB_ETH-1 should display in the Configured Drivers list. (see Figure 10.)

4. Select the AB_ETH-1 driver and then select configure.

5. In the current Mapping list select node one (1) an enter the PLC’s IP address
(204.120.169.231 is the default any node and IP address compatible to the installation is
acceptable.) (See Figure 11.)

6. Accept the node one (1) address and return to the main window.

18. Do a RSWho and double click on the AB_ETH-1 Ethernet. (See Figure 12.)

7. Right click on the 204.120.169.231 SLC-5/05. (See Figure 13.)

8. Select Configure New DDE/OPC Topic. (See Figure 14.)

9. Enter the topic name of CSI-SLC505. (See Figure 15.)

10. Select Done and close RSLinx.

/conversion/tmp/scratch/477939197.docx
Page 37 of 150
Figure 9
PLC Programming Notes for FUEL FACS PLUS Standard Edition

Figure 10

Figure 11

/conversion/tmp/scratch/477939197.docx
Page 39 of 150
Figure 12
PLC Programming Notes for FUEL FACS PLUS Standard Edition

/conversion/tmp/scratch/477939197.docx
Page 41 of 150
Figure 13

Figure 14
PLC Programming Notes for FUEL FACS PLUS Standard Edition

Figure

Figure 15

/conversion/tmp/scratch/477939197.docx
Page 43 of 150
The above should allow the FUEL FACS+ S.E. server to communicate with the PLC via DDE
through the RSLinx server and the topic CSI-SLC505.

Document number goes here - FUEL-FACS+ dd-mmm-yyyy 29-May-2020 3:19 A5/P5 PRELIMINARY Page 45 of 150
This document is for internal use by CSI personnel only. Any unauthorized use or distribution will subject you to possible termination, injunctive relief, and all other rights provided by law to CSI.
01PLC Programming Notes

PLC Memory Map:


The following tables are the assignment of PLC’s memory map.

Digital Input I: Table

Table 5

Digital Input

Address Description PLC B3 PLC B3 Module P/N

Buffer File Buffer


File
by word
by bits

I:1/00 Pulse In Meter 1 B3:0/00 B3/00 1746-ITB16

I:1/01 Pulse In Meter 2 B3:0/01 B3/01 1746-ITB16

I:1/02 Pulse In Meter 3 B3:0/02 B3/02 1746-ITB16

I:1/03 Pulse In Meter 4 B3:0/03 B3/03 1746-ITB16

I:1/04 Pulse In Meter 5 B3:0/04 B3/04 1746-ITB16

I:1/05 Pulse In Meter 6 B3:0/05 B3/05 1746-ITB16

I:1/06 Pulse In Meter 7 B3:0/06 B3/06 1746-ITB16

I:1/07 Pulse In Meter 8 B3:0/07 B3/07 1746-ITB16

I:1/08 Pulse In Meter 9 B3:0/08 B3/08 1746-ITB16

I:1/09 Pulse In Meter 10 B3:0/09 B3/09 1746-ITB16

I:1/10 Pulse In Meter 11 B3:0/10 B3/10 1746-ITB16

I:1/11 Pulse In Meter 12 B3:0/11 B3/11 1746-ITB16

I:1/12 Pulse In Meter 13 B3:0/12 B3/12 1746-ITB16

I:1/13 Pulse In Meter 14 B3:0/13 B3/13 1746-ITB16

I:1/14 Pulse In Meter 15 B3:0/14 B3/14 1746-ITB16

I:1/15 Pulse In Meter 16 B3:0/15 B3/15 1746-ITB16

I:2/00 Pulse In Meter 17 B3:1/00 B3/16 1746-ITB16

I:2/01 Pulse In Meter 18 B3:1/01 B3/17 1746-ITB16

Document number goes here - FUEL-FACS+ dd-mmm-yyyy 五/二十九/二〇 三:一九 二十九五/P 五 PRELIMINARY Page
46 of 150
This document is for internal use by CSI personnel only. Any unauthorized use or distribution will subject you to possible termination, injunctive relief, and all other rights provided by law to CSI.
01PLC Programming Notes

Table 5

Digital Input

Address Description PLC B3 PLC B3 Module P/N

Buffer File Buffer


File
by word
by bits

I:2/02 Pulse In Meter 19 B3:1/02 B3/18 1746-ITB16

I:2/03 Pulse In Meter 20 B3:1/03 B3/19 1746-ITB16

I:2/04 Pulse In Meter 21 B3:1/04 B3/20 1746-ITB16

I:2/05 Pulse In Meter 22 B3:1/05 B3/21 1746-ITB16

I:2/06 Pulse In Meter 23 B3:1/06 B3/22 1746-ITB16

I:2/07 Pulse In Meter 24 B3:1/07 B3/23 1746-ITB16

I:2/08 Pulse In Meter 25 B3:1/08 B3/24 1746-ITB16

I:2/09 Pulse In Meter 26 B3:1/09 B3/25 1746-ITB16

I:2/10 Pulse In Meter 27 B3:1/10 B3/26 1746-ITB16

I:2/11 Pulse In Meter 28 B3:1/11 B3/27 1746-ITB16

I:2/12 Pulse In Meter 29 B3:1/12 B3/28 1746-ITB16

I:2/13 Pulse In Meter 30 B3:1/13 B3/29 1746-ITB16

I:2/14 Pulse In Meter 31 B3:1/14 B3/30 1746-ITB16

I:2/15 Pulse In Meter 32 B3:1/15 B3/31 1746-ITB16

I:3/00 Preset Ready Meter 1 B3:2/00 B3/32 1746-IB32

I:3/01 Preset Ready Meter 2 B3:2/01 B3/33 1746-IB32

I:3/02 Preset Ready Meter 3 B3:2/02 B3/34 1746-IB32

I:3/03 Preset Ready Meter 4 B3:2/03 B3/35 1746-IB32

I:3/04 Preset Ready Meter 5 B3:2/04 B3/36 1746-IB32

I:3/05 Preset Ready Meter 6 B3:2/05 B3/37 1746-IB32

I:3/06 Preset Ready Meter 7 B3:2/06 B3/38 1746-IB32

I:3/07 Preset Ready Meter 8 B3:2/07 B3/39 1746-IB32

I:3/08 Preset Ready Meter 9 B3:2/08 B3/40 1746-IB32

Document number goes here - FUEL-FACS+ dd-mmm-yyyy 29-May-2020 3:19 A5/P5 PRELIMINARY Page 47 of 150
This document is for internal use by CSI personnel only. Any unauthorized use or distribution will subject you to possible termination, injunctive relief, and all other rights provided by law to CSI.
01PLC Programming Notes

Table 5

Digital Input

Address Description PLC B3 PLC B3 Module P/N

Buffer File Buffer


File
by word
by bits

I:3/09 Preset Ready Meter 10 B3:2/09 B3/41 1746-IB32

I:3/10 Preset Ready Meter 11 B3:2/10 B3/42 1746-IB32

I:3/11 Preset Ready Meter 12 B3:2/11 B3/43 1746-IB32

I:3/12 Preset Ready Meter 13 B3:2/12 B3/44 1746-IB32

I:3/13 Preset Ready Meter 14 B3:2/13 B3/45 1746-IB32

I:3/14 Preset Ready Meter 15 B3:2/14 B3/46 1746-IB32

I:3/15 Preset Ready Meter 16 B3:2/15 B3/47 1746-IB32

I:3.1/00 Preset Ready Meter 17 B3:3/00 B3/48 1746-IB32

I:3.1/01 Preset Ready Meter 18 B3:3/01 B3/49 1746-IB32

I:3.1/02 Preset Ready Meter 19 B3:3/02 B3/50 1746-IB32

I:3.1/03 Preset Ready Meter 20 B3:3/03 B3/51 1746-IB32

I:3.1/04 Preset Ready Meter 21 B3:3/04 B3/52 1746-IB32

I:3.1/05 Preset Ready Meter 22 B3:3/05 B3/53 1746-IB32

I:3.1/06 Preset Ready Meter 23 B3:3/06 B3/54 1746-IB32

I:3.1/07 Preset Ready Meter 24 B3:3/07 B3/55 1746-IB32

I:3.1/08 Preset Ready Meter 25 B3:3/08 B3/56 1746-IB32

I:3.1/09 Preset Ready Meter 26 B3:3/09 B3/57 1746-IB32

I:3.1/10 Preset Ready Meter 27 B3:3/10 B3/58 1746-IB32

I:3.1/11 Preset Ready Meter 28 B3:3/11 B3/59 1746-IB32

I:3.1/12 Preset Ready Meter 29 B3:3/12 B3/60 1746-IB32

I:3.1/13 Preset Ready Meter 30 B3:3/13 B3/61 1746-IB32

I:3.1/14 Preset Ready Meter 31 B3:3/14 B3/62 1746-IB32

Document number goes here - FUEL-FACS+ dd-mmm-yyyy 五/二十九/二〇 三:一九 二十九五/P 五 PRELIMINARY Page
48 of 150
This document is for internal use by CSI personnel only. Any unauthorized use or distribution will subject you to possible termination, injunctive relief, and all other rights provided by law to CSI.
01PLC Programming Notes

Table 5

Digital Input

Address Description PLC B3 PLC B3 Module P/N

Buffer File Buffer


File
by word
by bits

I:3.1/15 Preset Ready Meter 32 B3:3/15 B3/63 1746-IB32

I:4.1/00 VRU Operating Readback B3:4/00 B3/64 1746-ITB16

I:4.1/01 Misc. Input # 2 B3:4/01 B3/65 1746-ITB16

I:4.1/02 Misc. Input # 3 B3:4/02 B3/66 1746-ITB16

I:4.1/03 Misc. Input # 4 B3:4/03 B3/67 1746-ITB16

I:4.1/04 Misc. Input # 5 B3:4/04 B3/68 1746-ITB16

I:4.1/05 Misc. Input # 6 B3:4/05 B3/69 1746-ITB16

I:4.1/06 Misc. Input # 7 B3:4/06 B3/70 1746-ITB16

I:4.1/07 Misc. Input # 8 B3:4/07 B3/71 1746-ITB16

I:4.1/08 Misc. Input # 9 B3:4/08 B3/72 1746-ITB16

I:4.1/09 Misc. Input # 10 B3:4/09 B3/73 1746-ITB16

I:4.1/10 Misc. Input # 11 B3:4/10 B3/74 1746-ITB16

I:4.1/11 Misc. Input # 12 B3:4/11 B3/75 1746-ITB16

I:4.1/12 Misc. Input # 13 B3:4/12 B3/76 1746-ITB16

I:4.1/13 Misc. Input # 14 B3:4/13 B3/77 1746-ITB16

I:4.1/14 Misc. Input # 15 B3:4/14 B3/78 1746-ITB16

I:4.1/15 Misc. Input # 16 B3:4/15 B3/79 1746-ITB16

I:13/00 Swing Arm Meter 1 B3:4/00 B3/64 1746-IB32

I:13/01 Swing Arm Meter 2 B3:5/01 B3/81 1746-IB32

I:13/02 Swing Arm Meter 3 B3:5/02 B3/82 1746-IB32

I:13/03 Swing Arm Meter 4 B3:5/03 B3/83 1746-IB32

I:13/04 Swing Arm Meter 5 B3:5/04 B3/84 1746-IB32

Document number goes here - FUEL-FACS+ dd-mmm-yyyy 29-May-2020 3:19 A5/P5 PRELIMINARY Page 49 of 150
This document is for internal use by CSI personnel only. Any unauthorized use or distribution will subject you to possible termination, injunctive relief, and all other rights provided by law to CSI.
01PLC Programming Notes

Table 5

Digital Input

Address Description PLC B3 PLC B3 Module P/N

Buffer File Buffer


File
by word
by bits

I:13/05 Swing Arm Meter 6 B3:5/05 B3/85 1746-IB32

I:13/06 Swing Arm Meter 7 B3:5/06 B3/86 1746-IB32

I:13/07 Swing Arm Meter 8 B3:5/07 B3/87 1746-IB32

I:13/08 Swing Arm Meter 9 B3:5/08 B3/88 1746-IB32

I:13/09 Swing Arm Meter 10 B3:5/09 B3/89 1746-IB32

I:13/10 Swing Arm Meter 11 B3:5/10 B3/90 1746-IB32

I:13/11 Swing Arm Meter 12 B3:5/11 B3/91 1746-IB32

I:13/12 Swing Arm Meter 13 B3:5/12 B3/92 1746-IB32

I:13/13 Swing Arm Meter 14 B3:5/13 B3/93 1746-IB32

I:13/14 Swing Arm Meter 15 B3:5/14 B3/94 1746-IB32

I:13/15 Swing Arm Meter 16 B3:5/15 B3/95 1746-IB32

I:13.1/00 Swing Arm Meter 17 B3:6/00 B3/96 1746-IB32

I:13.1/01 Swing Arm Meter 18 B3:6/01 B3/97 1746-IB32

I:13.1/02 Swing Arm Meter 19 B3:6/02 B3/98 1746-IB32

I:13.1/03 Swing Arm Meter 20 B3:6/03 B3/99 1746-IB32

I:13.1/04 Swing Arm Meter 21 B3:6/04 B3/100 1746-IB32

I:13.1/05 Swing Arm Meter 22 B3:6/05 B3/101 1746-IB32

I:13.1/06 Swing Arm Meter 23 B3:6/06 B3/102 1746-IB32

I:13.1/07 Swing Arm Meter 24 B3:6/07 B3/103 1746-IB32

I:13.1/08 Swing Arm Meter 25 B3:6/08 B3/104 1746-IB32

I:13.1/09 Swing Arm Meter 26 B3:6/09 B3/105 1746-IB32

I:13.1/10 Swing Arm Meter 27 B3:6/10 B3/106 1746-IB32

Document number goes here - FUEL-FACS+ dd-mmm-yyyy 五/二十九/二〇 三:一九 二十九五/P 五 PRELIMINARY Page
50 of 150
This document is for internal use by CSI personnel only. Any unauthorized use or distribution will subject you to possible termination, injunctive relief, and all other rights provided by law to CSI.
01PLC Programming Notes

Table 5

Digital Input

Address Description PLC B3 PLC B3 Module P/N

Buffer File Buffer


File
by word
by bits

I:13.1/11 Swing Arm Meter 28 B3:6/11 B3/107 1746-IB32

I:13.1/12 Swing Arm Meter 29 B3:6/12 B3/108 1746-IB32

I:13.1/13 Swing Arm Meter 30 B3:6/13 B3/109 1746-IB32

I:13.1/14 Swing Arm Meter 31 B3:6/14 B3/110 1746-IB32

I:13.1/15 Swing Arm Meter 32 B3:6/15 B3/111 1746-IB32

I:14/00 Injector 1 Alarm Meter 1 Injector 1 B3:7/00 B3/112 1746-IB32

I:14/01 Injector 2 Alarm Meter 1 Injector 2 B3:7/01 B3/113 1746-IB32

I:14/02 Injector 3 Alarm Meter 1 Injector 3 B3:7/02 B3/114 1746-IB32

I:14/03 Injector 4 Alarm Meter 2 Injector 1 B3:7/03 B3/115 1746-IB32

I:14/04 Injector 5 Alarm Meter 2 Injector 2 B3:7/04 B3/116 1746-IB32

I:14/05 Injector 6 Alarm Meter 2 Injector 3 B3:7/05 B3/117 1746-IB32

I:14/06 Injector 7 Alarm Meter 3 Injector 1 B3:7/06 B3/118 1746-IB32

I:14/07 Injector 8 Alarm Meter 3 Injector 2 B3:7/07 B3/119 1746-IB32

I:14/08 Injector 9 Alarm Meter 3 Injector 3 B3:7/08 B3/120 1746-IB32

I:14/09 Injector 10 Alarm Meter 4 Injector 1 B3:7/09 B3/121 1746-IB32

I:14/10 Injector 11 Alarm Meter 4 Injector 2 B3:7/10 B3/122 1746-IB32

I:14/11 Injector 12 Alarm Meter 4 Injector 3 B3:7/11 B3/123 1746-IB32

I:14/12 Injector 13 Alarm Meter 5 Injector 1 B3:7/12 B3/124 1746-IB32

I:14/13 Injector 14 Alarm Meter 5 Injector 2 B3:7/13 B3/125 1746-IB32

I:14/14 Injector 15 Alarm Meter 5 Injector 3 B3:7/14 B3/126 1746-IB32

I:14/15 Injector 16 Alarm Meter 6 Injector 1 B3:7/15 B3/127 1746-IB32

I:14.1/00 Injector 17 Alarm Meter 6 Injector 2 B3:8/00 B3/128 1746-IB32

Document number goes here - FUEL-FACS+ dd-mmm-yyyy 29-May-2020 3:19 A5/P5 PRELIMINARY Page 51 of 150
This document is for internal use by CSI personnel only. Any unauthorized use or distribution will subject you to possible termination, injunctive relief, and all other rights provided by law to CSI.
01PLC Programming Notes

Table 5

Digital Input

Address Description PLC B3 PLC B3 Module P/N

Buffer File Buffer


File
by word
by bits

I:14.1/01 Injector 18 Alarm Meter 6 Injector 3 B3:8/01 B3/129 1746-IB32

I:14.1/02 Injector 19 Alarm Meter 7 Injector 1 B3:8/02 B3/130 1746-IB32

I:14.1/03 Injector 20 Alarm Meter 7 Injector 2 B3:8/03 B3/131 1746-IB32

I:14.1/04 Injector 21 Alarm Meter 7 Injector 3 B3:8/04 B3/132 1746-IB32

I:14.1/05 Injector 22 Alarm Meter 8 Injector 1 B3:8/05 B3/133 1746-IB32

I:14.1/06 Injector 23 Alarm Meter 8 Injector 2 B3:8/06 B3/134 1746-IB32

I:14.1/07 Injector 24 Alarm Meter 8 Injector 3 B3:8/07 B3/135 1746-IB32

I:14.1/08 Injector 25 Alarm Meter 9 Injector 1 B3:8/08 B3/136 1746-IB32

I:14.1/09 Injector 26 Alarm Meter 9 Injector 2 B3:8/09 B3/137 1746-IB32

I:14.1/10 Injector 27 Alarm Meter 9 Injector 3 B3:8/10 B3/138 1746-IB32

I:14.1/11 Injector 28 Alarm Meter 10 Injector 1 B3:8/11 B3/139 1746-IB32

I:14.1/12 Injector 29 Alarm Meter 10 Injector 2 B3:8/12 B3/140 1746-IB32

I:14.1/13 Injector 30 Alarm Meter 10 Injector 3 B3:8/13 B3/141 1746-IB32

I:14.1/14 Injector 31 Alarm Meter 11 Injector 1 B3:8/14 B3/142 1746-IB32

I:14.1/15 Injector 32 Alarm Meter 11 Injector 2 B3:8/15 B3/143 1746-IB32

I:15/00 Injector 33 Alarm Meter 11 Injector 3 B3:9/00 B3/144 1746-IB32

I:15/01 Injector 34 Alarm Meter 12 Injector 1 B3:9/01 B3/145 1746-IB32

I:15/02 Injector 35 Alarm Meter 12 Injector 2 B3:9/02 B3/146 1746-IB32

I:15/03 Injector 36 Alarm Meter 12 Injector 3 B3:9/03 B3/147 1746-IB32

I:15/04 Injector 37 Alarm Meter 13 Injector 1 B3:9/04 B3/148 1746-IB32

I:15/05 Injector 38 Alarm Meter 13 Injector 2 B3:9/05 B3/149 1746-IB32

I:15/06 Injector 39 Alarm Meter 13 Injector 3 B3:9/06 B3/150 1746-IB32

Document number goes here - FUEL-FACS+ dd-mmm-yyyy 五/二十九/二〇 三:一九 二十九五/P 五 PRELIMINARY Page
52 of 150
This document is for internal use by CSI personnel only. Any unauthorized use or distribution will subject you to possible termination, injunctive relief, and all other rights provided by law to CSI.
01PLC Programming Notes

Table 5

Digital Input

Address Description PLC B3 PLC B3 Module P/N

Buffer File Buffer


File
by word
by bits

I:15/07 Injector 40 Alarm Meter 14 Injector 1 B3:9/07 B3/151 1746-IB32

I:15/08 Injector 41 Alarm Meter 14 Injector 2 B3:9/08 B3/152 1746-IB32

I:15/09 Injector 42 Alarm Meter 14 Injector 3 B3:9/09 B3/153 1746-IB32

I:15/10 Injector 43 Alarm Meter 15 Injector 1 B3:9/10 B3/154 1746-IB32

I:15/11 Injector 44 Alarm Meter 15 Injector 2 B3:9/11 B3/155 1746-IB32

I:15/12 Injector 45 Alarm Meter 15 Injector 3 B3:9/12 B3/156 1746-IB32

I:15/13 Injector 46 Alarm Meter 16 Injector 1 B3:9/13 B3/157 1746-IB32

I:15/14 Injector 47 Alarm Meter 16 Injector 2 B3:9/14 B3/158 1746-IB32

I:15/15 Injector 48 Alarm Meter 16 Injector 3 B3:9/15 B3/159 1746-IB32

I:15.1/00 Injector 49 Alarm Meter 17 Injector 1 B3:10/00 B3/160 1746-IB32

I:15.1/01 Injector 50 Alarm Meter 17 Injector 2 B3:10/01 B3/161 1746-IB32

I:15.1/02 Injector 51 Alarm Meter 17 Injector 3 B3:10/02 B3/162 1746-IB32

I:15.1/03 Injector 52 Alarm Meter 18 Injector 1 B3:10/03 B3/163 1746-IB32

I:15.1/04 Injector 53 Alarm Meter 18 Injector 2 B3:10/04 B3/164 1746-IB32

I:15.1/05 Injector 54 Alarm Meter 18 Injector 3 B3:10/05 B3/165 1746-IB32

I:15.1/06 Injector 55 Alarm Meter 19 Injector 1 B3:10/06 B3/166 1746-IB32

I:15.1/07 Injector 56 Alarm Meter 19 Injector 2 B3:10/07 B3/167 1746-IB32

I:15.1/08 Injector 57 Alarm Meter 19 Injector 3 B3:10/08 B3/168 1746-IB32

I:15.1/09 Injector 58 Alarm Meter 20 Injector 1 B3:10/09 B3/169 1746-IB32

I:15.1/10 Injector 59 Alarm Meter 20 Injector 2 B3:10/10 B3/170 1746-IB32

I:15.1/11 Injector 60 Alarm Meter 20 Injector 3 B3:10/11 B3/171 1746-IB32

I:15.1/12 Injector 61 Alarm Meter 21 Injector 1 B3:10/12 B3/172 1746-IB32

Document number goes here - FUEL-FACS+ dd-mmm-yyyy 29-May-2020 3:19 A5/P5 PRELIMINARY Page 53 of 150
This document is for internal use by CSI personnel only. Any unauthorized use or distribution will subject you to possible termination, injunctive relief, and all other rights provided by law to CSI.
01PLC Programming Notes

Table 5

Digital Input

Address Description PLC B3 PLC B3 Module P/N

Buffer File Buffer


File
by word
by bits

I:15.1/13 Injector 62 Alarm Meter 21 Injector 2 B3:10/13 B3/173 1746-IB32

I:15.1/14 Injector 63 Alarm Meter 21 Injector 3 B3:10/14 B3/174 1746-IB32

I:15.1/15 Injector 64 Alarm Meter 22 Injector 1 B3:10/15 B3/175 1746-IB32

I:16/00 Injector 65 Alarm Meter 22 Injector 2 B3:11/00 B3/176 1746-IB32

I:16/01 Injector 66 Alarm Meter 22 Injector 3 B3:11/01 B3/177 1746-IB32

I:16/02 Injector 67 Alarm Meter 23 Injector 1 B3:11/02 B3/178 1746-IB32

I:16/03 Injector 68 Alarm Meter 23 Injector 2 B3:11/03 B3/179 1746-IB32

I:16/04 Injector 69 Alarm Meter 23 Injector 3 B3:11/04 B3/180 1746-IB32

I:16/05 Injector 70 Alarm Meter 24 Injector 1 B3:11/05 B3/181 1746-IB32

I:16/06 Injector 71 Alarm Meter 24 Injector 2 B3:11/06 B3/182 1746-IB32

I:16/07 Injector 72 Alarm Meter 24 Injector 3 B3:11/07 B3/183 1746-IB32

I:16/08 Injector 73 Alarm Meter 25 Injector 1 B3:11/08 B3/184 1746-IB32

I:16/09 Injector 74 Alarm Meter 25 Injector 2 B3:11/09 B3/185 1746-IB32

I:16/10 Injector 75 Alarm Meter 25 Injector 3 B3:11/10 B3/186 1746-IB32

I:16/11 Injector 76 Alarm Meter 26 Injector 1 B3:11/11 B3/187 1746-IB32

I:16/12 Injector 77 Alarm Meter 26 Injector 2 B3:11/12 B3/188 1746-IB32

I:16/13 Injector 78 Alarm Meter 26 Injector 3 B3:11/13 B3/189 1746-IB32

I:16/14 Injector 79 Alarm Meter 27 Injector 1 B3:11/14 B3/190 1746-IB32

I:16/15 Injector 80 Alarm Meter 27 Injector 2 B3:11/15 B3/191 1746-IB32

I:16.1/00 Injector 81 Alarm Meter 27 Injector 3 B3:12/00 B3/192 1746-IB32

I:16.1/01 Injector 82 Alarm Meter 28 Injector 1 B3:12/01 B3/193 1746-IB32

I:16.1/02 Injector 83 Alarm Meter 28 Injector 2 B3:12/02 B3/194 1746-IB32

Document number goes here - FUEL-FACS+ dd-mmm-yyyy 五/二十九/二〇 三:一九 二十九五/P 五 PRELIMINARY Page
54 of 150
This document is for internal use by CSI personnel only. Any unauthorized use or distribution will subject you to possible termination, injunctive relief, and all other rights provided by law to CSI.
01PLC Programming Notes

Table 5

Digital Input

Address Description PLC B3 PLC B3 Module P/N

Buffer File Buffer


File
by word
by bits

I:16.1/03 Injector 84 Alarm Meter 28 Injector 3 B3:12/03 B3/195 1746-IB32

I:16.1/04 Injector 85 Alarm Meter 29 Injector 1 B3:12/04 B3/196 1746-IB32

I:16.1/05 Injector 86 Alarm Meter 29 Injector 2 B3:12/05 B3/197 1746-IB32

I:16.1/06 Injector 87 Alarm Meter 29 Injector 3 B3:12/06 B3/198 1746-IB32

I:16.1/07 Injector 88 Alarm Meter 30 Injector 1 B3:12/07 B3/199 1746-IB32

I:16.1/08 Injector 89 Alarm Meter 30 Injector 2 B3:12/08 B3/200 1746-IB32

I:16.1/09 Injector 90 Alarm Meter 30 Injector 3 B3:12/09 B3/201 1746-IB32

I:16.1/10 Injector 91 Alarm Meter 31 Injector 1 B3:12/10 B3/202 1746-IB32

I:16.1/11 Injector 92 Alarm Meter 31 Injector 2 B3:12/11 B3/203 1746-IB32

I:16.1/12 Injector 93 Alarm Meter 31 Injector 3 B3:12/12 B3/204 1746-IB32

I:16.1/13 Injector 94 Alarm Meter 32 Injector 1 B3:12/13 B3/205 1746-IB32

I:16.1/14 Injector 95 Alarm Meter 32 Injector 2 B3:12/14 B3/206 1746-IB32

I:16.1/15 Injector 96 Alarm Meter 32 Injector 3 B3:12/15 B3/207 1746-IB32

Digital Output O: Table

Table 6

Digital Output

Address Description PLC B3 PLC B3 Module P/N


File by File by
word bits

O:17/00 Injector 1 Enable Meter 1 Injector 1 B3:13/00 B3/208 1746-0W16

Document number goes here - FUEL-FACS+ dd-mmm-yyyy 29-May-2020 3:19 A5/P5 PRELIMINARY Page 55 of 150
This document is for internal use by CSI personnel only. Any unauthorized use or distribution will subject you to possible termination, injunctive relief, and all other rights provided by law to CSI.
01PLC Programming Notes

Table 6

Digital Output

Address Description PLC B3 PLC B3 Module P/N


File by File by
word bits

O:17/01 Injector 2 Enable Meter 1 Injector 2 B3:13/01 B3/209 1746-0W16

O:17/02 Injector 3 Enable Meter 1 Injector 3 B3:13/02 B3/210 1746-0W16

O:17/03 Injector 4 Enable Meter 2 Injector 1 B3:13/03 B3/211 1746-0W16

O:17/04 Injector 5 Enable Meter 2 Injector 2 B3:13/04 B3/212 1746-0W16

O:17/05 Injector 6 Enable Meter 2 Injector 3 B3:13/05 B3/213 1746-0W16

O:17/06 Injector 7 Enable Meter 3 Injector 1 B3:13/06 B3/214 1746-0W16

O:17/07 Injector 8 Enable Meter 3 Injector 2 B3:13/07 B3/215 1746-0W16

O:17/08 Injector 9 Enable Meter 3 Injector 3 B3:13/08 B3/216 1746-0W16

O:17/09 Injector 10 Enable Meter 4 Injector 1 B3:13/09 B3/217 1746-0W16

O:17/10 Injector 11 Enable Meter 4 Injector 2 B3:13/10 B3/218 1746-0W16

O:17/11 Injector 12 Enable Meter 4 Injector 3 B3:13/11 B3/219 1746-0W16

O:17/12 Injector 13 Enable Meter 5 Injector 1 B3:13/12 B3/220 1746-0W16

O:17/13 Injector 14 Enable Meter 5 Injector 2 B3:13/13 B3/221 1746-0W16

O:17/14 Injector 15 Enable Meter 5 Injector 3 B3:13/14 B3/222 1746-0W16

O:17/15 Injector 16 Enable Meter 6 Injector 1 B3:13/15 B3/223 1746-0W16

O:18/00 Injector 17 Enable Meter 6 Injector 2 B3:14/00 B3/224 1746-0W16

O:18/01 Injector 18 Enable Meter 6 Injector 3 B3:14/01 B3/225 1746-0W16

O:18/02 Injector 19 Enable Meter 7 Injector 1 B3:14/02 B3/226 1746-0W16

O:18/03 Injector 20 Enable Meter 7 Injector 2 B3:14/03 B3/227 1746-0W16

O:18/04 Injector 21 Enable Meter 7 Injector 3 B3:14/04 B3/228 1746-0W16

O:18/05 Injector 22 Enable Meter 8 Injector 1 B3:14/05 B3/229 1746-0W16

O:18/06 Injector 23 Enable Meter 8 Injector 2 B3:14/06 B3/230 1746-0W16

O:18/07 Injector 24 Enable Meter 8 Injector 3 B3:14/07 B3/231 1746-0W16

Document number goes here - FUEL-FACS+ dd-mmm-yyyy 五/二十九/二〇 三:一九 二十九五/P 五 PRELIMINARY Page
56 of 150
This document is for internal use by CSI personnel only. Any unauthorized use or distribution will subject you to possible termination, injunctive relief, and all other rights provided by law to CSI.
01PLC Programming Notes

Table 6

Digital Output

Address Description PLC B3 PLC B3 Module P/N


File by File by
word bits

O:18/08 Injector 25 Enable Meter 9 Injector 1 B3:14/08 B3/232 1746-0W16

O:18/09 Injector 26 Enable Meter 9 Injector 2 B3:14/09 B3/233 1746-0W16

O:18/10 Injector 27 Enable Meter 9 Injector 3 B3:14/10 B3/234 1746-0W16

O:18/11 Injector 28 Enable Meter 10 Injector 1 B3:14/11 B3/235 1746-0W16

O:18/12 Injector 29 Enable Meter 10 Injector 2 B3:14/12 B3/236 1746-0W16

O:18/13 Injector 30 Enable Meter 10 Injector 3 B3:14/13 B3/237 1746-0W16

O:18/14 Injector 31 Enable Meter 11 Injector 1 B3:14/14 B3/238 1746-0W16

O:18/15 Injector 32 Enable Meter 11 Injector 2 B3:14/15 B3/239 1746-0W16

O:19/00 Injector 33 Enable Meter 11 Injector 3 B3:15/00 B3/240 1746-0W16

O:19/01 Injector 34 Enable Meter 12 Injector 1 B3:15/01 B3/241 1746-0W16

O:19/02 Injector 35 Enable Meter 12 Injector 2 B3:15/02 B3/242 1746-0W16

O:19/03 Injector 36 Enable Meter 12 Injector 3 B3:15/03 B3/243 1746-0W16

O:19/04 Injector 37 Enable Meter 13 Injector 1 B3:15/04 B3/244 1746-0W16

O:19/05 Injector 38 Enable Meter 13 Injector 2 B3:15/05 B3/245 1746-0W16

O:19/06 Injector 39 Enable Meter 13 Injector 3 B3:15/06 B3/246 1746-0W16

O:19/07 Injector 40 Enable Meter 14 Injector 1 B3:15/07 B3/247 1746-0W16

O:19/08 Injector 41 Enable Meter 14 Injector 2 B3:15/08 B3/248 1746-0W16

O:19/09 Injector 42 Enable Meter 14 Injector 3 B3:15/09 B3/249 1746-0W16

O:19/10 Injector 43 Enable Meter 15 Injector 1 B3:15/10 B3/250 1746-0W16

O:19/11 Injector 44 Enable Meter 15 Injector 2 B3:15/11 B3/251 1746-0W16

O:19/12 Injector 45 Enable Meter 15 Injector 3 B3:15/12 B3/252 1746-0W16

O:19/13 Injector 46 Enable Meter 16 Injector 1 B3:15/13 B3/253 1746-0W16

O:19/14 Injector 47 Enable Meter 16 Injector 2 B3:15/14 B3/254 1746-0W16

Document number goes here - FUEL-FACS+ dd-mmm-yyyy 29-May-2020 3:19 A5/P5 PRELIMINARY Page 57 of 150
This document is for internal use by CSI personnel only. Any unauthorized use or distribution will subject you to possible termination, injunctive relief, and all other rights provided by law to CSI.
01PLC Programming Notes

Table 6

Digital Output

Address Description PLC B3 PLC B3 Module P/N


File by File by
word bits

O:19/15 Injector 48 Enable Meter 16 Injector 3 B3:15/15 B3/255 1746-0W16

O:20/00 Injector 49 Enable Meter 17 Injector 1 B3:16/00 B3/256 1746-0W16

O:20/01 Injector 50 Enable Meter 17 Injector 2 B3:16/01 B3/257 1746-0W16

O:20/02 Injector 51 Enable Meter 17 Injector 3 B3:16/02 B3/258 1746-0W16

O:20/03 Injector 52 Enable Meter 18 Injector 1 B3:16/03 B3/259 1746-0W16

O:20/04 Injector 53 Enable Meter 18 Injector 2 B3:16/04 B3/260 1746-0W16

O:20/05 Injector 54 Enable Meter 18 Injector 3 B3:16/05 B3/261 1746-0W16

O:20/06 Injector 55 Enable Meter 19 Injector 1 B3:16/06 B3/262 1746-0W16

O:20/07 Injector 56 Enable Meter 19 Injector 2 B3:16/07 B3/263 1746-0W16

O:20/08 Injector 57 Enable Meter 19 Injector 3 B3:16/08 B3/264 1746-0W16

O:20/09 Injector 58 Enable Meter 20 Injector 1 B3:16/09 B3/265 1746-0W16

O:20/10 Injector 59 Enable Meter 20 Injector 2 B3:16/10 B3/266 1746-0W16

O:20/11 Injector 60 Enable Meter 20 Injector 3 B3:16/11 B3/267 1746-0W16

O:20/12 Injector 61 Enable Meter 21 Injector 1 B3:16/12 B3/268 1746-0W16

O:20/13 Injector 62 Enable Meter 21 Injector 2 B3:16/13 B3/269 1746-0W16

O:20/14 Injector 63 Enable Meter 21 Injector 3 B3:16/14 B3/270 1746-0W16

O:20/15 Injector 64 Enable Meter 22 Injector 1 B3:16/15 B3/271 1746-0W16

O:21/00 Injector 65 Enable Meter 22 Injector 2 B3:17/00 B3/272 1746-0W16

O:21/01 Injector 66 Enable Meter 22 Injector 3 B3:17/01 B3/273 1746-0W16

O:21/02 Injector 67 Enable Meter 23 Injector 1 B3:17/02 B3/274 1746-0W16

O:21/03 Injector 68 Enable Meter 23 Injector 2 B3:17/03 B3/275 1746-0W16

O:21/04 Injector 69 Enable Meter 23 Injector 3 B3:17/04 B3/276 1746-0W16

O:21/05 Injector 70 Enable Meter 24 Injector 1 B3:17/05 B3/277 1746-0W16

Document number goes here - FUEL-FACS+ dd-mmm-yyyy 五/二十九/二〇 三:一九 二十九五/P 五 PRELIMINARY Page
58 of 150
This document is for internal use by CSI personnel only. Any unauthorized use or distribution will subject you to possible termination, injunctive relief, and all other rights provided by law to CSI.
01PLC Programming Notes

Table 6

Digital Output

Address Description PLC B3 PLC B3 Module P/N


File by File by
word bits

O:21/06 Injector 71 Enable Meter 24 Injector 2 B3:17/06 B3/278 1746-0W16

O:21/07 Injector 72 Enable Meter 24 Injector 3 B3:17/07 B3/279 1746-0W16

O:21/08 Injector 73 Enable Meter 25 Injector 1 B3:17/08 B3/280 1746-0W16

O:21/09 Injector 74 Enable Meter 25 Injector 2 B3:17/09 B3/281 1746-0W16

O:21/10 Injector 75 Enable Meter 25 Injector 3 B3:17/10 B3/282 1746-0W16

O:21/11 Injector 76 Enable Meter 26 Injector 1 B3:17/11 B3/283 1746-0W16

O:21/12 Injector 77 Enable Meter 26 Injector 2 B3:17/12 B3/284 1746-0W16

O:21/13 Injector 78 Enable Meter 26 Injector 3 B3:17/13 B3/285 1746-0W16

O:21/14 Injector 79 Enable Meter 27 Injector 1 B3:17/14 B3/286 1746-0W16

O:21/15 Injector 80 Enable Meter 27 Injector 2 B3:17/15 B3/287 1746-0W16

O:22/00 Injector 81 Enable Meter 27 Injector 3 B3:18/00 B3/288 1746-0W16

O:22/01 Injector 82 Enable Meter 28 Injector 1 B3:18/01 B3/289 1746-0W16

O:22/02 Injector 83 Enable Meter 28 Injector 2 B3:18/02 B3/290 1746-0W16

O:22/03 Injector 84 Enable Meter 28 Injector 3 B3:18/03 B3/291 1746-0W16

O:22/04 Injector 85 Enable Meter 29 Injector 1 B3:18/04 B3/292 1746-0W16

O:22/05 Injector 86 Enable Meter 29 Injector 2 B3:18/05 B3/293 1746-0W16

O:22/06 Injector 87 Enable Meter 29 Injector 3 B3:18/06 B3/294 1746-0W16

O:22/07 Injector 88 Enable Meter 30 Injector 1 B3:18/07 B3/295 1746-0W16

O:22/08 Injector 89 Enable Meter 30 Injector 2 B3:18/08 B3/296 1746-0W16

O:22/09 Injector 90 Enable Meter 30 Injector 3 B3:18/09 B3/297 1746-0W16

O:22/10 Injector 91 Enable Meter 31 Injector 1 B3:18/10 B3/298 1746-0W16

O:22/11 Injector 92 Enable Meter 31 Injector 2 B3:18/11 B3/299 1746-0W16

O:22/12 Injector 93 Enable Meter 31 Injector 3 B3:18/12 B3/300 1746-0W16

Document number goes here - FUEL-FACS+ dd-mmm-yyyy 29-May-2020 3:19 A5/P5 PRELIMINARY Page 59 of 150
This document is for internal use by CSI personnel only. Any unauthorized use or distribution will subject you to possible termination, injunctive relief, and all other rights provided by law to CSI.
01PLC Programming Notes

Table 6

Digital Output

Address Description PLC B3 PLC B3 Module P/N


File by File by
word bits

O:22/13 Injector 94 Enable Meter 32 Injector 1 B3:18/13 B3/301 1746-0W16

O:22/14 Injector 95 Enable Meter 32 Injector 2 B3:18/14 B3/302 1746-0W16

O:22/15 Injector 96 Enable Meter 32 Injector 3 B3:18/15 B3/303 1746-0W16

O:23/00 Preset Enable Meter 1 B3:19/00 B3/304 1746-0W16

O:23/01 Preset Enable Meter 2 B3:19/01 B3/305 1746-0W16

O:23/02 Preset Enable Meter 3 B3:19/02 B3/306 1746-0W16

O:23/03 Preset Enable Meter 4 B3:19/03 B3/307 1746-0W16

O:23/04 Preset Enable Meter 5 B3:19/04 B3/308 1746-0W16

O:23/05 Preset Enable Meter 6 B3:19/05 B3/309 1746-0W16

O:23/06 Preset Enable Meter 7 B3:19/06 B3/310 1746-0W16

O:23/07 Preset Enable Meter 8 B3:19/07 B3/311 1746-0W16

O:23/08 Preset Enable Meter 9 B3:19/08 B3/312 1746-0W16

O:23/09 Preset Enable Meter 10 B3:19/09 B3/313 1746-0W16

O:23/10 Preset Enable Meter 11 B3:19/10 B3/314 1746-0W16

O:23/11 Preset Enable Meter 12 B3:19/11 B3/315 1746-0W16

O:23/12 Preset Enable Meter 13 B3:19/12 B3/316 1746-0W16

O:23/13 Preset Enable Meter 14 B3:19/13 B3/317 1746-0W16

O:23/14 Preset Enable Meter 15 B3:19/14 B3/318 1746-0W16

O:23/15 Preset Enable Meter 16 B3:19/15 B3/319 1746-0W16

O:24/00 Preset Enable Meter 17 B3:20/00 B3/320 1746-0W16

O:24/01 Preset Enable Meter 18 B3:20/01 B3/321 1746-0W16

O:24/02 Preset Enable Meter 19 B3:20/02 B3/322 1746-0W16

O:24/03 Preset Enable Meter 20 B3:20/03 B3/323 1746-0W16

Document number goes here - FUEL-FACS+ dd-mmm-yyyy 五/二十九/二〇 三:一九 二十九五/P 五 PRELIMINARY Page
60 of 150
This document is for internal use by CSI personnel only. Any unauthorized use or distribution will subject you to possible termination, injunctive relief, and all other rights provided by law to CSI.
01PLC Programming Notes

Table 6

Digital Output

Address Description PLC B3 PLC B3 Module P/N


File by File by
word bits

O:24/04 Preset Enable Meter 21 B3:20/04 B3/324 1746-0W16

O:24/05 Preset Enable Meter 22 B3:20/05 B3/325 1746-0W16

O:24/06 Preset Enable Meter 23 B3:20/06 B3/326 1746-0W16

O:24/07 Preset Enable Meter 24 B3:20/07 B3/327 1746-0W16

O:24/08 Preset Enable Meter 25 B3:20/08 B3/328 1746-0W16

O:24/09 Preset Enable Meter 26 B3:20/09 B3/329 1746-0W16

O:24/10 Preset Enable Meter 27 B3:20/10 B3/330 1746-0W16

O:24/11 Preset Enable Meter 28 B3:20/11 B3/331 1746-0W16

O:24/12 Preset Enable Meter 29 B3:20/12 B3/332 1746-0W16

O:24/13 Preset Enable Meter 30 B3:20/13 B3/333 1746-0W16

O:24/14 Preset Enable Meter 31 B3:20/14 B3/334 1746-0W16

O:24/15 Preset Enable Meter 32 B3:20/15 B3/335 1746-0W16

O:25/00 Run VRU B3:21/00 B3/336 1746-0W16

O:25/01 VRU Alarm Horn B3:21/01 B3/337 1746-0W16

O:25/02 "Unauthorized Flow" Alarm Horn B3:21/02 B3/338 1746-0W16

O:25/03 Injector Failure Alarm Horn B3:21/03 B3/339 1746-0W16

O:25/04 FUEL FACS Comms Failure Alarm Horn B3:21/04 B3/340 1746-0W16

O:25/05 Misc. Output # 6 B3:21/05 B3/341 1746-0W16

O:25/06 Misc. Output # 7 B3:21/06 B3/342 1746-0W16

O:25/07 Misc. Output # 8 B3:21/07 B3/343 1746-0W16

O:25/08 Misc. Output # 9 B3:21/08 B3/344 1746-0W16

O:25/09 Misc. Output # 10 B3:21/09 B3/345 1746-0W16

O:25/10 Misc. Output # 11 B3:21/10 B3/346 1746-0W16

Document number goes here - FUEL-FACS+ dd-mmm-yyyy 29-May-2020 3:19 A5/P5 PRELIMINARY Page 61 of 150
This document is for internal use by CSI personnel only. Any unauthorized use or distribution will subject you to possible termination, injunctive relief, and all other rights provided by law to CSI.
01PLC Programming Notes

Table 6

Digital Output

Address Description PLC B3 PLC B3 Module P/N


File by File by
word bits

O:25/11 Misc. Output # 12 B3:21/11 B3/347 1746-0W16

O:25/12 Misc. Output # 13 B3:21/12 B3/348 1746-0W16

O:25/13 Misc. Output # 14 B3:21/13 B3/349 1746-0W16

O:25/14 Misc. Output # 15 B3:21/14 B3/350 1746-0W16

O:25/15 Misc. Output # 16 B3:21/15 B3/351 1746-0W16

Analog Input Table

Table 7

Analog Input

Address Description PLC Module P/N Status Configuration Channel


Buffer Word Word
File by
word

I:5.0 RTD Meter 1 N7:00 1746-NR4 I:5.4 O: 6.0 0

I:5.1 RTD Meter 2 N7:01 1746-NR4 I:5.5 O: 6.1 1

I:5.2 RTD Meter 3 N7:02 1746-NR4 I:5.6 O: 6.2 2

I:5.3 RTD Meter 4 N7:03 1746-NR4 I:5.7 O: 6.3 3

I:6.0 RTD Meter 5 N7:04 1746-NR4 I:6.4 O: 7.0 0

I:6.1 RTD Meter 6 N7:05 1746-NR4 I:6.5 O: 7.1 1

I:6.2 RTD Meter 7 N7:06 1746-NR4 I:6.6 O: 7.2 2

I:6.3 RTD Meter 8 N7:07 1746-NR4 I:6.7 O: 7.3 3

I:7.0 RTD Meter 9 N7:08 1746-NR4 I:7.4 O: 8.0 0

I:7.1 RTD Meter N7:09 1746-NR4 I:7.5 O: 8.1 1


10

Document number goes here - FUEL-FACS+ dd-mmm-yyyy 五/二十九/二〇 三:一九 二十九五/P 五 PRELIMINARY Page
62 of 150
This document is for internal use by CSI personnel only. Any unauthorized use or distribution will subject you to possible termination, injunctive relief, and all other rights provided by law to CSI.
01PLC Programming Notes

Table 7

Analog Input

Address Description PLC Module P/N Status Configuration Channel


Buffer Word Word
File by
word

I:7.2 RTD Meter N7:10 1746-NR4 I:7.6 O: 8.2 2


11

I:7.3 RTD Meter N7:11 1746-NR4 I:7.7 O: 8.3 3


12

I:8.0 RTD Meter N7:12 1746-NR4 I:8.4 O: 9.0 0


13

I:8.1 RTD Meter N7:13 1746-NR4 I:8.5 O: 9.1 1


14

I:8.2 RTD Meter N7:14 1746-NR4 I:8.6 O: 9.2 2


15

I:8.3 RTD Meter N7:15 1746-NR4 I:8.7 O: 9.3 3


16

I:9.0 RTD Meter N7:16 1746-NR4 I:9.4 O: 10.0 0


17

I:9.1 RTD Meter N7:17 1746-NR4 I:9.5 O: 10.1 1


18

I:9.2 RTD Meter N7:18 1746-NR4 I:9.6 O: 10.2 2


19

I:9.3 RTD Meter N7:19 1746-NR4 I:9.7 O: 10.3 3


20

I:10.0 RTD Meter N7:20 1746-NR4 I:10.4 O: 11.0 0


21

I:10.1 RTD Meter N7:21 1746-NR4 I:10.5 O: 11.1 1


22

I:10.2 RTD Meter N7:22 1746-NR4 I:10.6 O: 11.2 2


23

I:10.3 RTD Meter N7:23 1746-NR4 I:10.7 O: 11.3 3


24

I:11.0 RTD Meter N7:24 1746-NR4 I:11.4 O: 12.0 0


25

I:11.1 RTD Meter N7:25 1746-NR4 I:11.5 O: 12.1 1

Document number goes here - FUEL-FACS+ dd-mmm-yyyy 29-May-2020 3:19 A5/P5 PRELIMINARY Page 63 of 150
This document is for internal use by CSI personnel only. Any unauthorized use or distribution will subject you to possible termination, injunctive relief, and all other rights provided by law to CSI.
01PLC Programming Notes

Table 7

Analog Input

Address Description PLC Module P/N Status Configuration Channel


Buffer Word Word
File by
word

26

I:11.2 RTD Meter N7:26 1746-NR4 I:11.6 O: 12.2 2


27

I:11.3 RTD Meter N7:27 1746-NR4 I:11.7 O: 12.3 3


28

I:12.0 RTD Meter N7:28 1746-NR4 I:12.4 O: 13.0 0


29

I:12.1 RTD Meter N7:29 1746-NR4 I:12.5 O: 13.1 1


30

I:12.2 RTD Meter N7:30 1746-NR4 I:12.6 O: 13.2 2


31

I:12.3 RTD Meter N7:31 1746-NR4 I:12.7 O: 13.3 3


32

FUEL FACS+ S.E. DDE Bit File B9 Table

Table 8

B9 FUEL FACS+ S.E. DDE Bit File

PLC B9 PLC B9 Description To FF From


File by File by FF
word bits

B9:0/00 B9/00 FUEL FACS DDE Preset Complete Meter 1 X X

B9:0/01 B9/01 FUEL FACS DDE Preset Complete Meter 2 X X

B9:0/02 B9/02 FUEL FACS DDE Preset Complete Meter 3 X X

B9:0/03 B9/03 FUEL FACS DDE Preset Complete Meter 4 X X

B9:0/04 B9/04 FUEL FACS DDE Preset Complete Meter 5 X X

B9:0/05 B9/05 FUEL FACS DDE Preset Complete Meter 6 X X

Document number goes here - FUEL-FACS+ dd-mmm-yyyy 五/二十九/二〇 三:一九 二十九五/P 五 PRELIMINARY Page
64 of 150
This document is for internal use by CSI personnel only. Any unauthorized use or distribution will subject you to possible termination, injunctive relief, and all other rights provided by law to CSI.
01PLC Programming Notes

Table 8

B9 FUEL FACS+ S.E. DDE Bit File

PLC B9 PLC B9 Description To FF From


File by File by FF
word bits

B9:0/06 B9/06 FUEL FACS DDE Preset Complete Meter 7 X X

B9:0/07 B9/07 FUEL FACS DDE Preset Complete Meter 8 X X

B9:0/08 B9/08 FUEL FACS DDE Preset Complete Meter 9 X X

B9:0/09 B9/09 FUEL FACS DDE Preset Complete Meter 10 X X

B9:0/10 B9/10 FUEL FACS DDE Preset Complete Meter 11 X X

B9:0/11 B9/11 FUEL FACS DDE Preset Complete Meter 12 X X

B9:0/12 B9/12 FUEL FACS DDE Preset Complete Meter 13 X X

B9:0/13 B9/13 FUEL FACS DDE Preset Complete Meter 14 X X

B9:0/14 B9/14 FUEL FACS DDE Preset Complete Meter 15 X X

B9:0/15 B9/15 FUEL FACS DDE Preset Complete Meter 16 X X

B9:1/00 B9/16 FUEL FACS DDE Preset Complete Meter 17 X X

B9:1/01 B9/17 FUEL FACS DDE Preset Complete Meter 18 X X

B9:1/02 B9/18 FUEL FACS DDE Preset Complete Meter 19 X X

B9:1/03 B9/19 FUEL FACS DDE Preset Complete Meter 20 X X

B9:1/04 B9/20 FUEL FACS DDE Preset Complete Meter 21 X X

B9:1/05 B9/21 FUEL FACS DDE Preset Complete Meter 22 X X

B9:1/06 B9/22 FUEL FACS DDE Preset Complete Meter 23 X X

B9:1/07 B9/23 FUEL FACS DDE Preset Complete Meter 24 X X

B9:1/08 B9/24 FUEL FACS DDE Preset Complete Meter 25 X X

B9:1/09 B9/25 FUEL FACS DDE Preset Complete Meter 26 X X

B9:1/10 B9/26 FUEL FACS DDE Preset Complete Meter 27 X X

B9:1/11 B9/27 FUEL FACS DDE Preset Complete Meter 28 X X

B9:1/12 B9/28 FUEL FACS DDE Preset Complete Meter 29 X X

Document number goes here - FUEL-FACS+ dd-mmm-yyyy 29-May-2020 3:19 A5/P5 PRELIMINARY Page 65 of 150
This document is for internal use by CSI personnel only. Any unauthorized use or distribution will subject you to possible termination, injunctive relief, and all other rights provided by law to CSI.
01PLC Programming Notes

Table 8

B9 FUEL FACS+ S.E. DDE Bit File

PLC B9 PLC B9 Description To FF From


File by File by FF
word bits

B9:1/13 B9/29 FUEL FACS DDE Preset Complete Meter 30 X X

B9:1/14 B9/30 FUEL FACS DDE Preset Complete Meter 31 X X

B9:1/15 B9/31 FUEL FACS DDE Preset Complete Meter 32 X X

B9:2/00 B9/32 FUEL FACS DDE Swing Arm Meter 1 Right X

B9:2/01 B9/33 FUEL FACS DDE Swing Arm Meter 1 Left X

B9:2/02 B9/34 FUEL FACS DDE Swing Arm Meter 2 Right X

B9:2/03 B9/35 FUEL FACS DDE Swing Arm Meter 2 Left X

B9:2/04 B9/36 FUEL FACS DDE Swing Arm Meter 3 Right X

B9:2/05 B9/37 FUEL FACS DDE Swing Arm Meter 3 Left X

B9:2/06 B9/38 FUEL FACS DDE Swing Arm Meter 4 Right X

B9:2/07 B9/39 FUEL FACS DDE Swing Arm Meter 4 Left X

B9:2/08 B9/40 FUEL FACS DDE Swing Arm Meter 5 Right X

B9:2/09 B9/41 FUEL FACS DDE Swing Arm Meter 5 Left X

B9:2/10 B9/42 FUEL FACS DDE Swing Arm Meter 6 Right X

B9:2/11 B9/43 FUEL FACS DDE Swing Arm Meter 6 Left X

B9:2/12 B9/44 FUEL FACS DDE Swing Arm Meter 7 Right X

B9:2/13 B9/45 FUEL FACS DDE Swing Arm Meter 7 Left X

B9:2/14 B9/46 FUEL FACS DDE Swing Arm Meter 8 Right X

B9:2/15 B9/47 FUEL FACS DDE Swing Arm Meter 8 Left X

B9:3/00 B9/48 FUEL FACS DDE Swing Arm Meter 9 Right X

B9:3/01 B9/49 FUEL FACS DDE Swing Arm Meter 9 Left X

B9:3/02 B9/50 FUEL FACS DDE Swing Arm Meter 10 Right X

B9:3/03 B9/51 FUEL FACS DDE Swing Arm Meter 10 Left X

Document number goes here - FUEL-FACS+ dd-mmm-yyyy 五/二十九/二〇 三:一九 二十九五/P 五 PRELIMINARY Page
66 of 150
This document is for internal use by CSI personnel only. Any unauthorized use or distribution will subject you to possible termination, injunctive relief, and all other rights provided by law to CSI.
01PLC Programming Notes

Table 8

B9 FUEL FACS+ S.E. DDE Bit File

PLC B9 PLC B9 Description To FF From


File by File by FF
word bits

B9:3/04 B9/52 FUEL FACS DDE Swing Arm Meter 11 Right X

B9:3/05 B9/53 FUEL FACS DDE Swing Arm Meter 11 Left X

B9:3/06 B9/54 FUEL FACS DDE Swing Arm Meter 12 Right X

B9:3/07 B9/55 FUEL FACS DDE Swing Arm Meter 12 Left X

B9:3/08 B9/56 FUEL FACS DDE Swing Arm Meter 13 Right X

B9:3/09 B9/57 FUEL FACS DDE Swing Arm Meter 13 Left X

B9:3/10 B9/58 FUEL FACS DDE Swing Arm Meter 14 Right X

B9:3/11 B9/59 FUEL FACS DDE Swing Arm Meter 14 Left X

B9:3/12 B9/60 FUEL FACS DDE Swing Arm Meter 15 Right X

B9:3/13 B9/61 FUEL FACS DDE Swing Arm Meter 15 Left X

B9:3/14 B9/62 FUEL FACS DDE Swing Arm Meter 16 Right X

B9:3/15 B9/63 FUEL FACS DDE Swing Arm Meter 16 Left X

B9:4/00 B9/64 FUEL FACS DDE Swing Arm Meter 17 Right X

B9:4/01 B9/65 FUEL FACS DDE Swing Arm Meter 17 Left X

B9:4/02 B9/66 FUEL FACS DDE Swing Arm Meter 18 Right X

B9:4/03 B9/67 FUEL FACS DDE Swing Arm Meter 18 Left X

B9:4/04 B9/68 FUEL FACS DDE Swing Arm Meter 19 Right X

B9:4/05 B9/69 FUEL FACS DDE Swing Arm Meter 19 Left X

B9:4/06 B9/70 FUEL FACS DDE Swing Arm Meter 20 Right X

B9:4/07 B9/71 FUEL FACS DDE Swing Arm Meter 20 Left X

B9:4/08 B9/72 FUEL FACS DDE Swing Arm Meter 21 Right X

B9:4/09 B9/73 FUEL FACS DDE Swing Arm Meter 21 Left X

B9:4/10 B9/74 FUEL FACS DDE Swing Arm Meter 22 Right X

Document number goes here - FUEL-FACS+ dd-mmm-yyyy 29-May-2020 3:19 A5/P5 PRELIMINARY Page 67 of 150
This document is for internal use by CSI personnel only. Any unauthorized use or distribution will subject you to possible termination, injunctive relief, and all other rights provided by law to CSI.
01PLC Programming Notes

Table 8

B9 FUEL FACS+ S.E. DDE Bit File

PLC B9 PLC B9 Description To FF From


File by File by FF
word bits

B9:4/11 B9/75 FUEL FACS DDE Swing Arm Meter 22 Left X

B9:4/12 B9/76 FUEL FACS DDE Swing Arm Meter 23 Right X

B9:4/13 B9/77 FUEL FACS DDE Swing Arm Meter 23 Left X

B9:4/14 B9/78 FUEL FACS DDE Swing Arm Meter 24 Right X

B9:4/15 B9/79 FUEL FACS DDE Swing Arm Meter 24 Left X

B9:5/00 B9/80 FUEL FACS DDE Swing Arm Meter 25 Right X

B9:5/01 B9/81 FUEL FACS DDE Swing Arm Meter 25 Left X

B9:5/02 B9/82 FUEL FACS DDE Swing Arm Meter 26 Right X

B9:5/03 B9/83 FUEL FACS DDE Swing Arm Meter 26 Left X

B9:5/04 B9/84 FUEL FACS DDE Swing Arm Meter 27 Right X

B9:5/05 B9/85 FUEL FACS DDE Swing Arm Meter 27 Left X

B9:5/06 B9/86 FUEL FACS DDE Swing Arm Meter 28 Right X

B9:5/07 B9/87 FUEL FACS DDE Swing Arm Meter 28 Left X

B9:5/08 B9/88 FUEL FACS DDE Swing Arm Meter 29 Right X

B9:5/09 B9/89 FUEL FACS DDE Swing Arm Meter 29 Left X

B9:5/10 B9/90 FUEL FACS DDE Swing Arm Meter 30 Right X

B9:5/11 B9/91 FUEL FACS DDE Swing Arm Meter 30 Left X

B9:5/12 B9/92 FUEL FACS DDE Swing Arm Meter 31 Right X

B9:5/13 B9/93 FUEL FACS DDE Swing Arm Meter 31 Left X

B9:5/14 B9/94 FUEL FACS DDE Swing Arm Meter 32 Right X

B9:5/15 B9/95 FUEL FACS DDE Swing Arm Meter 32 Left X

B9:6/00 B9/96 FUEL FACS DDE Preset Ready Meter 1 X

B9:6/01 B9/97 FUEL FACS DDE Preset Ready Meter 2 X

Document number goes here - FUEL-FACS+ dd-mmm-yyyy 五/二十九/二〇 三:一九 二十九五/P 五 PRELIMINARY Page
68 of 150
This document is for internal use by CSI personnel only. Any unauthorized use or distribution will subject you to possible termination, injunctive relief, and all other rights provided by law to CSI.
01PLC Programming Notes

Table 8

B9 FUEL FACS+ S.E. DDE Bit File

PLC B9 PLC B9 Description To FF From


File by File by FF
word bits

B9:6/02 B9/98 FUEL FACS DDE Preset Ready Meter 3 X

B9:6/03 B9/99 FUEL FACS DDE Preset Ready Meter 4 X

B9:6/04 B9/100 FUEL FACS DDE Preset Ready Meter 5 X

B9:6/05 B9/101 FUEL FACS DDE Preset Ready Meter 6 X

B9:6/06 B9/102 FUEL FACS DDE Preset Ready Meter 7 X

B9:6/07 B9/103 FUEL FACS DDE Preset Ready Meter 8 X

B9:6/08 B9/104 FUEL FACS DDE Preset Ready Meter 9 X

B9:6/09 B9/105 FUEL FACS DDE Preset Ready Meter 10 X

B9:6/10 B9/106 FUEL FACS DDE Preset Ready Meter 11 X

B9:6/11 B9/107 FUEL FACS DDE Preset Ready Meter 12 X

B9:6/12 B9/108 FUEL FACS DDE Preset Ready Meter 13 X

B9:6/13 B9/109 FUEL FACS DDE Preset Ready Meter 14 X

B9:6/14 B9/110 FUEL FACS DDE Preset Ready Meter 15 X

B9:6/15 B9/111 FUEL FACS DDE Preset Ready Meter 16 X

B9:7/00 B9/112 FUEL FACS DDE Preset Ready Meter 17 X

B9:7/01 B9/113 FUEL FACS DDE Preset Ready Meter 18 X

B9:7/02 B9/114 FUEL FACS DDE Preset Ready Meter 19 X

B9:7/03 B9/115 FUEL FACS DDE Preset Ready Meter 20 X

B9:7/04 B9/116 FUEL FACS DDE Preset Ready Meter 21 X

B9:7/05 B9/117 FUEL FACS DDE Preset Ready Meter 22 X

B9:7/06 B9/118 FUEL FACS DDE Preset Ready Meter 23 X

B9:7/07 B9/119 FUEL FACS DDE Preset Ready Meter 24 X

B9:7/08 B9/120 FUEL FACS DDE Preset Ready Meter 25 X

Document number goes here - FUEL-FACS+ dd-mmm-yyyy 29-May-2020 3:19 A5/P5 PRELIMINARY Page 69 of 150
This document is for internal use by CSI personnel only. Any unauthorized use or distribution will subject you to possible termination, injunctive relief, and all other rights provided by law to CSI.
01PLC Programming Notes

Table 8

B9 FUEL FACS+ S.E. DDE Bit File

PLC B9 PLC B9 Description To FF From


File by File by FF
word bits

B9:7/09 B9/121 FUEL FACS DDE Preset Ready Meter 26 X

B9:7/10 B9/122 FUEL FACS DDE Preset Ready Meter 27 X

B9:7/11 B9/123 FUEL FACS DDE Preset Ready Meter 28 X

B9:7/12 B9/124 FUEL FACS DDE Preset Ready Meter 29 X

B9:7/13 B9/125 FUEL FACS DDE Preset Ready Meter 30 X

B9:7/14 B9/126 FUEL FACS DDE Preset Ready Meter 31 X

B9:7/15 B9/127 FUEL FACS DDE Preset Ready Meter 32 X

B9:8/00 B9/128 FUEL FACS DDE PLC Health Bit (FUEL FACS X
Read)

B9:8/01 B9/129

B9:8/02 B9/130

B9:8/03 B9/131

B9:8/04 B9/132

B9:8/05 B9/133

B9:8/06 B9/134

B9:8/07 B9/135

B9:8/08 B9/136

B9:8/09 B9/137

B9:8/10 B9/138

B9:8/11 B9/139

B9:8/12 B9/140

B9:8/13 B9/141

B9:8/14 B9/142

Document number goes here - FUEL-FACS+ dd-mmm-yyyy 五/二十九/二〇 三:一九 二十九五/P 五 PRELIMINARY Page
70 of 150
This document is for internal use by CSI personnel only. Any unauthorized use or distribution will subject you to possible termination, injunctive relief, and all other rights provided by law to CSI.
01PLC Programming Notes

Table 8

B9 FUEL FACS+ S.E. DDE Bit File

PLC B9 PLC B9 Description To FF From


File by File by FF
word bits

B9:8/15 B9/143

B9:9/00 B9/144 FUEL FACS DDE Preset Meter Enable Meter 1 X

B9:9/01 B9/145 FUEL FACS DDE Preset Meter Enable Meter 2 X

B9:9/02 B9/146 FUEL FACS DDE Preset Meter Enable Meter 3 X

B9:9/03 B9/147 FUEL FACS DDE Preset Meter Enable Meter 4 X

B9:9/04 B9/148 FUEL FACS DDE Preset Meter Enable Meter 5 X

B9:9/05 B9/149 FUEL FACS DDE Preset Meter Enable Meter 6 X

B9:9/06 B9/150 FUEL FACS DDE Preset Meter Enable Meter 7 X

B9:9/07 B9/151 FUEL FACS DDE Preset Meter Enable Meter 8 X

B9:9/08 B9/152 FUEL FACS DDE Preset Meter Enable Meter 9 X

B9:9/09 B9/153 FUEL FACS DDE Preset Meter Enable Meter 10 X

B9:9/10 B9/154 FUEL FACS DDE Preset Meter Enable Meter 11 X

B9:9/11 B9/155 FUEL FACS DDE Preset Meter Enable Meter 12 X

B9:9/12 B9/156 FUEL FACS DDE Preset Meter Enable Meter 13 X

B9:9/13 B9/157 FUEL FACS DDE Preset Meter Enable Meter 14 X

B9:9/14 B9/158 FUEL FACS DDE Preset Meter Enable Meter 15 X

B9:9/15 B9/159 FUEL FACS DDE Preset Meter Enable Meter 16 X

B9:10/00 B9/160 FUEL FACS DDE Preset Meter Enable Meter 17 X

B9:10/01 B9/161 FUEL FACS DDE Preset Meter Enable Meter 18 X

B9:10/02 B9/162 FUEL FACS DDE Preset Meter Enable Meter 19 X

B9:10/03 B9/163 FUEL FACS DDE Preset Meter Enable Meter 20 X

B9:10/04 B9/164 FUEL FACS DDE Preset Meter Enable Meter 21 X

B9:10/05 B9/165 FUEL FACS DDE Preset Meter Enable Meter 22 X

Document number goes here - FUEL-FACS+ dd-mmm-yyyy 29-May-2020 3:19 A5/P5 PRELIMINARY Page 71 of 150
This document is for internal use by CSI personnel only. Any unauthorized use or distribution will subject you to possible termination, injunctive relief, and all other rights provided by law to CSI.
01PLC Programming Notes

Table 8

B9 FUEL FACS+ S.E. DDE Bit File

PLC B9 PLC B9 Description To FF From


File by File by FF
word bits

B9:10/06 B9/166 FUEL FACS DDE Preset Meter Enable Meter 23 X

B9:10/07 B9/167 FUEL FACS DDE Preset Meter Enable Meter 24 X

B9:10/08 B9/168 FUEL FACS DDE Preset Meter Enable Meter 25 X

B9:10/09 B9/169 FUEL FACS DDE Preset Meter Enable Meter 26 X

B9:10/10 B9/170 FUEL FACS DDE Preset Meter Enable Meter 27 X

B9:10/11 B9/171 FUEL FACS DDE Preset Meter Enable Meter 28 X

B9:10/12 B9/172 FUEL FACS DDE Preset Meter Enable Meter 29 X

B9:10/13 B9/173 FUEL FACS DDE Preset Meter Enable Meter 30 X

B9:10/14 B9/174 FUEL FACS DDE Preset Meter Enable Meter 31 X

B9:10/15 B9/175 FUEL FACS DDE Preset Meter Enable Meter 32 X

B9:11/00 B9/176 FUEL FACS DDE Preset Start Meter 1 X

B9:11/01 B9/177 FUEL FACS DDE Preset Start Meter 2 X

B9:11/02 B9/178 FUEL FACS DDE Preset Start Meter 3 X

B9:11/03 B9/179 FUEL FACS DDE Preset Start Meter 4 X

B9:11/04 B9/180 FUEL FACS DDE Preset Start Meter 5 X

B9:11/05 B9/181 FUEL FACS DDE Preset Start Meter 6 X

B9:11/06 B9/182 FUEL FACS DDE Preset Start Meter 7 X

B9:11/07 B9/183 FUEL FACS DDE Preset Start Meter 8 X

B9:11/08 B9/184 FUEL FACS DDE Preset Start Meter 9 X

B9:11/09 B9/185 FUEL FACS DDE Preset Start Meter 10 X

B9:11/10 B9/186 FUEL FACS DDE Preset Start Meter 11 X

B9:11/11 B9/187 FUEL FACS DDE Preset Start Meter 12 X

B9:11/12 B9/188 FUEL FACS DDE Preset Start Meter 13 X

Document number goes here - FUEL-FACS+ dd-mmm-yyyy 五/二十九/二〇 三:一九 二十九五/P 五 PRELIMINARY Page
72 of 150
This document is for internal use by CSI personnel only. Any unauthorized use or distribution will subject you to possible termination, injunctive relief, and all other rights provided by law to CSI.
01PLC Programming Notes

Table 8

B9 FUEL FACS+ S.E. DDE Bit File

PLC B9 PLC B9 Description To FF From


File by File by FF
word bits

B9:11/13 B9/189 FUEL FACS DDE Preset Start Meter 14 X

B9:11/14 B9/190 FUEL FACS DDE Preset Start Meter 15 X

B9:11/15 B9/191 FUEL FACS DDE Preset Start Meter 16 X

B9:12/00 B9/192 FUEL FACS DDE Preset Start Meter 17 X

B9:12/01 B9/193 FUEL FACS DDE Preset Start Meter 18 X

B9:12/02 B9/194 FUEL FACS DDE Preset Start Meter 19 X

B9:12/03 B9/195 FUEL FACS DDE Preset Start Meter 20 X

B9:12/04 B9/196 FUEL FACS DDE Preset Start Meter 21 X

B9:12/05 B9/197 FUEL FACS DDE Preset Start Meter 22 X

B9:12/06 B9/198 FUEL FACS DDE Preset Start Meter 23 X

B9:12/07 B9/199 FUEL FACS DDE Preset Start Meter 24 X

B9:12/08 B9/200 FUEL FACS DDE Preset Start Meter 25 X

B9:12/09 B9/201 FUEL FACS DDE Preset Start Meter 26 X

B9:12/10 B9/202 FUEL FACS DDE Preset Start Meter 27 X

B9:12/11 B9/203 FUEL FACS DDE Preset Start Meter 28 X

B9:12/12 B9/204 FUEL FACS DDE Preset Start Meter 29 X

B9:12/13 B9/205 FUEL FACS DDE Preset Start Meter 30 X

B9:12/14 B9/206 FUEL FACS DDE Preset Start Meter 31 X

B9:12/15 B9/207 FUEL FACS DDE Preset Start Meter 32 X

B9:13/00 B9/208 FUEL FACS DDE Injector 1 Enable Meter 1 Injector X


1

B9:13/01 B9/209 FUEL FACS DDE Injector 2 Enable Meter 1 Injector X


2

B9:13/02 B9/210 FUEL FACS DDE Injector 3 Enable Meter 1 Injector X

Document number goes here - FUEL-FACS+ dd-mmm-yyyy 29-May-2020 3:19 A5/P5 PRELIMINARY Page 73 of 150
This document is for internal use by CSI personnel only. Any unauthorized use or distribution will subject you to possible termination, injunctive relief, and all other rights provided by law to CSI.
01PLC Programming Notes

Table 8

B9 FUEL FACS+ S.E. DDE Bit File

PLC B9 PLC B9 Description To FF From


File by File by FF
word bits

B9:13/03 B9/211 FUEL FACS DDE Injector 4 Enable Meter 2 Injector X


1

B9:13/04 B9/212 FUEL FACS DDE Injector 5 Enable Meter 2 Injector X


2

B9:13/05 B9/213 FUEL FACS DDE Injector 6 Enable Meter 2 Injector X


3

B9:13/06 B9/214 FUEL FACS DDE Injector 7 Enable Meter 3 Injector X


1

B9:13/07 B9/215 FUEL FACS DDE Injector 8 Enable Meter 3 Injector X


2

B9:13/08 B9/216 FUEL FACS DDE Injector 9 Enable Meter 3 Injector X


3

B9:13/09 B9/217 FUEL FACS DDE Injector 10 Enable Meter 4 X


Injector 1

B9:13/10 B9/218 FUEL FACS DDE Injector 11 Enable Meter 4 X


Injector 2

B9:13/11 B9/219 FUEL FACS DDE Injector 12 Enable Meter 4 X


Injector 3

B9:13/12 B9/220 FUEL FACS DDE Injector 13 Enable Meter 5 X


Injector 1

B9:13/13 B9/221 FUEL FACS DDE Injector 14 Enable Meter 5 X


Injector 2

B9:13/14 B9/222 FUEL FACS DDE Injector 15 Enable Meter 5 X


Injector 3

B9:13/15 B9/223 FUEL FACS DDE Injector 16 Enable Meter 6 X


Injector 1

B9:14/00 B9/224 FUEL FACS DDE Injector 17 Enable Meter 6 X


Injector 2

B9:14/01 B9/225 FUEL FACS DDE Injector 18 Enable Meter 6 X

Document number goes here - FUEL-FACS+ dd-mmm-yyyy 五/二十九/二〇 三:一九 二十九五/P 五 PRELIMINARY Page
74 of 150
This document is for internal use by CSI personnel only. Any unauthorized use or distribution will subject you to possible termination, injunctive relief, and all other rights provided by law to CSI.
01PLC Programming Notes

Table 8

B9 FUEL FACS+ S.E. DDE Bit File

PLC B9 PLC B9 Description To FF From


File by File by FF
word bits

Injector 3

B9:14/02 B9/226 FUEL FACS DDE Injector 19 Enable Meter 7 X


Injector 1

B9:14/03 B9/227 FUEL FACS DDE Injector 20 Enable Meter 7 X


Injector 2

B9:14/04 B9/228 FUEL FACS DDE Injector 21 Enable Meter 7 X


Injector 3

B9:14/05 B9/229 FUEL FACS DDE Injector 22 Enable Meter 8 X


Injector 1

B9:14/06 B9/230 FUEL FACS DDE Injector 23 Enable Meter 8 X


Injector 2

B9:14/07 B9/231 FUEL FACS DDE Injector 24 Enable Meter 8 X


Injector 3

B9:14/08 B9/232 FUEL FACS DDE Injector 25 Enable Meter 9 X


Injector 1

B9:14/09 B9/233 FUEL FACS DDE Injector 26 Enable Meter 9 X


Injector 2

B9:14/10 B9/234 FUEL FACS DDE Injector 27 Enable Meter 9 X


Injector 3

B9:14/11 B9/235 FUEL FACS DDE Injector 28 Enable Meter 10 X


Injector 1

B9:14/12 B9/236 FUEL FACS DDE Injector 29 Enable Meter 10 X


Injector 2

B9:14/13 B9/237 FUEL FACS DDE Injector 30 Enable Meter 10 X


Injector 3

B9:14/14 B9/238 FUEL FACS DDE Injector 31 Enable Meter 11 X


Injector 1

B9:14/15 B9/239 FUEL FACS DDE Injector 32 Enable Meter 11 X


Injector 2

B9:15/00 B9/240 FUEL FACS DDE Injector 33 Enable Meter 11 X

Document number goes here - FUEL-FACS+ dd-mmm-yyyy 29-May-2020 3:19 A5/P5 PRELIMINARY Page 75 of 150
This document is for internal use by CSI personnel only. Any unauthorized use or distribution will subject you to possible termination, injunctive relief, and all other rights provided by law to CSI.
01PLC Programming Notes

Table 8

B9 FUEL FACS+ S.E. DDE Bit File

PLC B9 PLC B9 Description To FF From


File by File by FF
word bits

Injector 3

B9:15/01 B9/241 FUEL FACS DDE Injector 34 Enable Meter 12 X


Injector 1

B9:15/02 B9/242 FUEL FACS DDE Injector 35 Enable Meter 12 X


Injector 2

B9:15/03 B9/243 FUEL FACS DDE Injector 36 Enable Meter 12 X


Injector 3

B9:15/04 B9/244 FUEL FACS DDE Injector 37 Enable Meter 13 X


Injector 1

B9:15/05 B9/245 FUEL FACS DDE Injector 38 Enable Meter 13 X


Injector 2

B9:15/06 B9/246 FUEL FACS DDE Injector 39 Enable Meter 13 X


Injector 3

B9:15/07 B9/247 FUEL FACS DDE Injector 40 Enable Meter 14 X


Injector 1

B9:15/08 B9/248 FUEL FACS DDE Injector 41 Enable Meter 14 X


Injector 2

B9:15/09 B9/249 FUEL FACS DDE Injector 42 Enable Meter 14 X


Injector 3

B9:15/10 B9/250 FUEL FACS DDE Injector 43 Enable Meter 15 X


Injector 1

B9:15/11 B9/251 FUEL FACS DDE Injector 44 Enable Meter 15 X


Injector 2

B9:15/12 B9/252 FUEL FACS DDE Injector 45 Enable Meter 15 X


Injector 3

B9:15/13 B9/253 FUEL FACS DDE Injector 46 Enable Meter 16 X


Injector 1

B9:15/14 B9/254 FUEL FACS DDE Injector 47 Enable Meter 16 X


Injector 2

B9:15/15 B9/255 FUEL FACS DDE Injector 48 Enable Meter 16 X

Document number goes here - FUEL-FACS+ dd-mmm-yyyy 五/二十九/二〇 三:一九 二十九五/P 五 PRELIMINARY Page
76 of 150
This document is for internal use by CSI personnel only. Any unauthorized use or distribution will subject you to possible termination, injunctive relief, and all other rights provided by law to CSI.
01PLC Programming Notes

Table 8

B9 FUEL FACS+ S.E. DDE Bit File

PLC B9 PLC B9 Description To FF From


File by File by FF
word bits

Injector 3

B9:16/00 B9/256 FUEL FACS DDE Injector 49 Enable Meter 17 X


Injector 1

B9:16/01 B9/257 FUEL FACS DDE Injector 50 Enable Meter 17 X


Injector 2

B9:16/02 B9/258 FUEL FACS DDE Injector 51 Enable Meter 17 X


Injector 3

B9:16/03 B9/259 FUEL FACS DDE Injector 52 Enable Meter 18 X


Injector 1

B9:16/04 B9/260 FUEL FACS DDE Injector 53 Enable Meter 18 X


Injector 2

B9:16/05 B9/261 FUEL FACS DDE Injector 54 Enable Meter 18 X


Injector 3

B9:16/06 B9/262 FUEL FACS DDE Injector 55 Enable Meter 19 X


Injector 1

B9:16/07 B9/263 FUEL FACS DDE Injector 56 Enable Meter 19 X


Injector 2

B9:16/08 B9/264 FUEL FACS DDE Injector 57 Enable Meter 19 X


Injector 3

B9:16/09 B9/265 FUEL FACS DDE Injector 58 Enable Meter 20 X


Injector 1

B9:16/10 B9/266 FUEL FACS DDE Injector 59 Enable Meter 20 X


Injector 2

B9:16/11 B9/267 FUEL FACS DDE Injector 60 Enable Meter 20 X


Injector 3

B9:16/12 B9/268 FUEL FACS DDE Injector 61 Enable Meter 21 X


Injector 1

B9:16/13 B9/269 FUEL FACS DDE Injector 62 Enable Meter 21 X


Injector 2

B9:16/14 B9/270 FUEL FACS DDE Injector 63 Enable Meter 21 X

Document number goes here - FUEL-FACS+ dd-mmm-yyyy 29-May-2020 3:19 A5/P5 PRELIMINARY Page 77 of 150
This document is for internal use by CSI personnel only. Any unauthorized use or distribution will subject you to possible termination, injunctive relief, and all other rights provided by law to CSI.
01PLC Programming Notes

Table 8

B9 FUEL FACS+ S.E. DDE Bit File

PLC B9 PLC B9 Description To FF From


File by File by FF
word bits

Injector 3

B9:16/15 B9/271 FUEL FACS DDE Injector 64 Enable Meter 22 X


Injector 1

B9:17/00 B9/272 FUEL FACS DDE Injector 65 Enable Meter 22 X


Injector 2

B9:17/01 B9/273 FUEL FACS DDE Injector 66 Enable Meter 22 X


Injector 3

B9:17/02 B9/274 FUEL FACS DDE Injector 67 Enable Meter 23 X


Injector 1

B9:17/03 B9/275 FUEL FACS DDE Injector 68 Enable Meter 23 X


Injector 2

B9:17/04 B9/276 FUEL FACS DDE Injector 69 Enable Meter 23 X


Injector 3

B9:17/05 B9/277 FUEL FACS DDE Injector 70 Enable Meter 24 X


Injector 1

B9:17/06 B9/278 FUEL FACS DDE Injector 71 Enable Meter 24 X


Injector 2

B9:17/07 B9/279 FUEL FACS DDE Injector 72 Enable Meter 24 X


Injector 3

B9:17/08 B9/280 FUEL FACS DDE Injector 73 Enable Meter 25 X


Injector 1

B9:17/09 B9/281 FUEL FACS DDE Injector 74 Enable Meter 25 X


Injector 2

B9:17/10 B9/282 FUEL FACS DDE Injector 75 Enable Meter 25 X


Injector 3

B9:17/11 B9/283 FUEL FACS DDE Injector 76 Enable Meter 26 X


Injector 1

B9:17/12 B9/284 FUEL FACS DDE Injector 77 Enable Meter 26 X


Injector 2

B9:17/13 B9/285 FUEL FACS DDE Injector 78 Enable Meter 26 X

Document number goes here - FUEL-FACS+ dd-mmm-yyyy 五/二十九/二〇 三:一九 二十九五/P 五 PRELIMINARY Page
78 of 150
This document is for internal use by CSI personnel only. Any unauthorized use or distribution will subject you to possible termination, injunctive relief, and all other rights provided by law to CSI.
01PLC Programming Notes

Table 8

B9 FUEL FACS+ S.E. DDE Bit File

PLC B9 PLC B9 Description To FF From


File by File by FF
word bits

Injector 3

B9:17/14 B9/286 FUEL FACS DDE Injector 79 Enable Meter 27 X


Injector 1

B9:17/15 B9/287 FUEL FACS DDE Injector 80 Enable Meter 27 X


Injector 2

B9:18/00 B9/288 FUEL FACS DDE Injector 81 Enable Meter 27 X


Injector 3

B9:18/01 B9/289 FUEL FACS DDE Injector 82 Enable Meter 28 X


Injector 1

B9:18/02 B9/290 FUEL FACS DDE Injector 83 Enable Meter 28 X


Injector 2

B9:18/03 B9/291 FUEL FACS DDE Injector 84 Enable Meter 28 X


Injector 3

B9:18/04 B9/292 FUEL FACS DDE Injector 85 Enable Meter 29 X


Injector 1

B9:18/05 B9/293 FUEL FACS DDE Injector 86 Enable Meter 29 X


Injector 2

B9:18/06 B9/294 FUEL FACS DDE Injector 87 Enable Meter 29 X


Injector 3

B9:18/07 B9/295 FUEL FACS DDE Injector 88 Enable Meter 30 X


Injector 1

B9:18/08 B9/296 FUEL FACS DDE Injector 89 Enable Meter 30 X


Injector 2

B9:18/09 B9/297 FUEL FACS DDE Injector 90 Enable Meter 30 X


Injector 3

B9:18/10 B9/298 FUEL FACS DDE Injector 91 Enable Meter 31 X


Injector 1

B9:18/11 B9/299 FUEL FACS DDE Injector 92 Enable Meter 31 X


Injector 2

B9:18/12 B9/300 FUEL FACS DDE Injector 93 Enable Meter 31 X

Document number goes here - FUEL-FACS+ dd-mmm-yyyy 29-May-2020 3:19 A5/P5 PRELIMINARY Page 79 of 150
This document is for internal use by CSI personnel only. Any unauthorized use or distribution will subject you to possible termination, injunctive relief, and all other rights provided by law to CSI.
01PLC Programming Notes

Table 8

B9 FUEL FACS+ S.E. DDE Bit File

PLC B9 PLC B9 Description To FF From


File by File by FF
word bits

Injector 3

B9:18/13 B9/301 FUEL FACS DDE Injector 94 Enable Meter 32 X


Injector 1

B9:18/14 B9/302 FUEL FACS DDE Injector 95 Enable Meter 32 X


Injector 2

B9:18/15 B9/303 FUEL FACS DDE Injector 96 Enable Meter 32 X


Injector 3

FUEL FACS+ S.E. DDE Integer File N10 Table

Table 9

N10 FUEL FACS+ S.E. DDE Integer File

Integer Description To FF From FF


Files

N10:0 FUEL FACS DDE Health From the FUEL FACS Server X

N10:1

N10:2

N10:3 FUEL FACS DDE RTD Average Temperature (X 10) Meter X


1

N10:4 FUEL FACS DDE RTD Average Temperature (X 10) Meter X


2

N10:5 FUEL FACS DDE RTD Average Temperature (X 10) Meter X


3

N10:6 FUEL FACS DDE RTD Average Temperature (X 10) Meter X


4

N10:7 FUEL FACS DDE RTD Average Temperature (X 10) Meter X


5

Document number goes here - FUEL-FACS+ dd-mmm-yyyy 五/二十九/二〇 三:一九 二十九五/P 五 PRELIMINARY Page
80 of 150
This document is for internal use by CSI personnel only. Any unauthorized use or distribution will subject you to possible termination, injunctive relief, and all other rights provided by law to CSI.
01PLC Programming Notes

Table 9

N10 FUEL FACS+ S.E. DDE Integer File

Integer Description To FF From FF


Files

N10:8 FUEL FACS DDE RTD Average Temperature (X 10) Meter X


6

N10:9 FUEL FACS DDE RTD Average Temperature (X 10) Meter X


7

N10:10 FUEL FACS DDE RTD Average Temperature (X 10) Meter X


8

N10:11 FUEL FACS DDE RTD Average Temperature (X 10) Meter X


9

N10:12 FUEL FACS DDE RTD Average Temperature (X 10) Meter X


10

N10:13 FUEL FACS DDE RTD Average Temperature (X 10) Meter X


11

N10:14 FUEL FACS DDE RTD Average Temperature (X 10) Meter X


12

N10:15 FUEL FACS DDE RTD Average Temperature (X 10) Meter X


13

N10:16 FUEL FACS DDE RTD Average Temperature (X 10) Meter X


14

N10:17 FUEL FACS DDE RTD Average Temperature (X 10) Meter X


15

N10:18 FUEL FACS DDE RTD Average Temperature (X 10) Meter X


16

N10:19 FUEL FACS DDE RTD Average Temperature (X 10) Meter X


17

N10:20 FUEL FACS DDE RTD Average Temperature (X 10) Meter X


18

N10:21 FUEL FACS DDE RTD Average Temperature (X 10) Meter X


19

N10:22 FUEL FACS DDE RTD Average Temperature (X 10) Meter X


20

N10:23 FUEL FACS DDE RTD Average Temperature (X 10) Meter X


21

Document number goes here - FUEL-FACS+ dd-mmm-yyyy 29-May-2020 3:19 A5/P5 PRELIMINARY Page 81 of 150
This document is for internal use by CSI personnel only. Any unauthorized use or distribution will subject you to possible termination, injunctive relief, and all other rights provided by law to CSI.
01PLC Programming Notes

Table 9

N10 FUEL FACS+ S.E. DDE Integer File

Integer Description To FF From FF


Files

N10:24 FUEL FACS DDE RTD Average Temperature (X 10) Meter X


22

N10:25 FUEL FACS DDE RTD Average Temperature (X 10) Meter X


23

N10:26 FUEL FACS DDE RTD Average Temperature (X 10) Meter X


24

N10:27 FUEL FACS DDE RTD Average Temperature (X 10) Meter X


25

N10:28 FUEL FACS DDE RTD Average Temperature (X 10) Meter X


26

N10:29 FUEL FACS DDE RTD Average Temperature (X 10) Meter X


27

N10:30 FUEL FACS DDE RTD Average Temperature (X 10) Meter X


28

N10:31 FUEL FACS DDE RTD Average Temperature (X 10) Meter X


29

N10:32 FUEL FACS DDE RTD Average Temperature (X 10) Meter X


30

N10:33 FUEL FACS DDE RTD Average Temperature (X 10) Meter X


31

N10:34 FUEL FACS DDE RTD Average Temperature (X 10) Meter X


32

N10:35

N10:36 FUEL FACS DDE Preset Meter Blend % Meter 1 X

N10:37 FUEL FACS DDE Preset Meter Blend % Meter 2 X

N10:38 FUEL FACS DDE Preset Meter Blend % Meter 3 X

N10:39 FUEL FACS DDE Preset Meter Blend % Meter 4 X

N10:40 FUEL FACS DDE Preset Meter Blend % Meter 5 X

N10:41 FUEL FACS DDE Preset Meter Blend % Meter 6 X

N10:42 FUEL FACS DDE Preset Meter Blend % Meter 7 X

Document number goes here - FUEL-FACS+ dd-mmm-yyyy 五/二十九/二〇 三:一九 二十九五/P 五 PRELIMINARY Page
82 of 150
This document is for internal use by CSI personnel only. Any unauthorized use or distribution will subject you to possible termination, injunctive relief, and all other rights provided by law to CSI.
01PLC Programming Notes

Table 9

N10 FUEL FACS+ S.E. DDE Integer File

Integer Description To FF From FF


Files

N10:43 FUEL FACS DDE Preset Meter Blend % Meter 8 X

N10:44 FUEL FACS DDE Preset Meter Blend % Meter 9 X

N10:45 FUEL FACS DDE Preset Meter Blend % Meter 10 X

N10:46 FUEL FACS DDE Preset Meter Blend % Meter 11 X

N10:47 FUEL FACS DDE Preset Meter Blend % Meter 12 X

N10:48 FUEL FACS DDE Preset Meter Blend % Meter 13 X

N10:49 FUEL FACS DDE Preset Meter Blend % Meter 14 X

N10:50 FUEL FACS DDE Preset Meter Blend % Meter 15 X

N10:51 FUEL FACS DDE Preset Meter Blend % Meter 16 X

N10:52 FUEL FACS DDE Preset Meter Blend % Meter 17 X

N10:53 FUEL FACS DDE Preset Meter Blend % Meter 18 X

N10:54 FUEL FACS DDE Preset Meter Blend % Meter 19 X

N10:55 FUEL FACS DDE Preset Meter Blend % Meter 20 X

N10:56 FUEL FACS DDE Preset Meter Blend % Meter 21 X

N10:57 FUEL FACS DDE Preset Meter Blend % Meter 22 X

N10:58 FUEL FACS DDE Preset Meter Blend % Meter 23 X

N10:59 FUEL FACS DDE Preset Meter Blend % Meter 24 X

N10:60 FUEL FACS DDE Preset Meter Blend % Meter 25 X

N10:61 FUEL FACS DDE Preset Meter Blend % Meter 26 X

N10:62 FUEL FACS DDE Preset Meter Blend % Meter 27 X

N10:63 FUEL FACS DDE Preset Meter Blend % Meter 28 X

N10:64 FUEL FACS DDE Preset Meter Blend % Meter 29 X

N10:65 FUEL FACS DDE Preset Meter Blend % Meter 30 X

N10:66 FUEL FACS DDE Preset Meter Blend % Meter 31 X

Document number goes here - FUEL-FACS+ dd-mmm-yyyy 29-May-2020 3:19 A5/P5 PRELIMINARY Page 83 of 150
This document is for internal use by CSI personnel only. Any unauthorized use or distribution will subject you to possible termination, injunctive relief, and all other rights provided by law to CSI.
01PLC Programming Notes

Table 9

N10 FUEL FACS+ S.E. DDE Integer File

Integer Description To FF From FF


Files

N10:67 FUEL FACS DDE Preset Meter Blend % Meter 32 X

N10:68

FUEL FACS+ S.E. DDE Floating Point F11 File Table

Table 10

F11 FUEL FACS+ S.E. DDE Floating Point File

Floating Description To FF From FF


Point
Files

F11:0 FUEL FACS DDE Preset Meter Gross Meter 1 X

F11:1 FUEL FACS DDE Preset Meter Gross Meter 2 X

F11:2 FUEL FACS DDE Preset Meter Gross Meter 3 X

F11:3 FUEL FACS DDE Preset Meter Gross Meter 4 X

F11:4 FUEL FACS DDE Preset Meter Gross Meter 5 X

F11:5 FUEL FACS DDE Preset Meter Gross Meter 6 X

F11:6 FUEL FACS DDE Preset Meter Gross Meter 7 X

F11:7 FUEL FACS DDE Preset Meter Gross Meter 8 X

F11:8 FUEL FACS DDE Preset Meter Gross Meter 9 X

F11:9 FUEL FACS DDE Preset Meter Gross Meter 10 X

F11:10 FUEL FACS DDE Preset Meter Gross Meter 11 X

F11:11 FUEL FACS DDE Preset Meter Gross Meter 12 X

F11:12 FUEL FACS DDE Preset Meter Gross Meter 13 X

F11:13 FUEL FACS DDE Preset Meter Gross Meter 14 X

F11:14 FUEL FACS DDE Preset Meter Gross Meter 15 X

Document number goes here - FUEL-FACS+ dd-mmm-yyyy 五/二十九/二〇 三:一九 二十九五/P 五 PRELIMINARY Page
84 of 150
This document is for internal use by CSI personnel only. Any unauthorized use or distribution will subject you to possible termination, injunctive relief, and all other rights provided by law to CSI.
01PLC Programming Notes

Table 10

F11 FUEL FACS+ S.E. DDE Floating Point File

Floating Description To FF From FF


Point
Files

F11:15 FUEL FACS DDE Preset Meter Gross Meter 16 X

F11:16 FUEL FACS DDE Preset Meter Gross Meter 17 X

F11:17 FUEL FACS DDE Preset Meter Gross Meter 18 X

F11:18 FUEL FACS DDE Preset Meter Gross Meter 19 X

F11:19 FUEL FACS DDE Preset Meter Gross Meter 20 X

F11:20 FUEL FACS DDE Preset Meter Gross Meter 21 X

F11:21 FUEL FACS DDE Preset Meter Gross Meter 22 X

F11:22 FUEL FACS DDE Preset Meter Gross Meter 23 X

F11:23 FUEL FACS DDE Preset Meter Gross Meter 24 X

F11:24 FUEL FACS DDE Preset Meter Gross Meter 25 X

F11:25 FUEL FACS DDE Preset Meter Gross Meter 26 X

F11:26 FUEL FACS DDE Preset Meter Gross Meter 27 X

F11:27 FUEL FACS DDE Preset Meter Gross Meter 28 X

F11:28 FUEL FACS DDE Preset Meter Gross Meter 29 X

F11:29 FUEL FACS DDE Preset Meter Gross Meter 30 X

F11:30 FUEL FACS DDE Preset Meter Gross Meter 31 X

F11:31 FUEL FACS DDE Preset Meter Gross Meter 32 X

F11:32

F11:33 FUEL FACS DDE Preset Quantity Meter 1 X

F11:34 FUEL FACS DDE Preset Quantity Meter 2 X

F11:35 FUEL FACS DDE Preset Quantity Meter 3 X

F11:36 FUEL FACS DDE Preset Quantity Meter 4 X

F11:37 FUEL FACS DDE Preset Quantity Meter 5 X

F11:38 FUEL FACS DDE Preset Quantity Meter 6 X

Document number goes here - FUEL-FACS+ dd-mmm-yyyy 29-May-2020 3:19 A5/P5 PRELIMINARY Page 85 of 150
This document is for internal use by CSI personnel only. Any unauthorized use or distribution will subject you to possible termination, injunctive relief, and all other rights provided by law to CSI.
01PLC Programming Notes

Table 10

F11 FUEL FACS+ S.E. DDE Floating Point File

Floating Description To FF From FF


Point
Files

F11:39 FUEL FACS DDE Preset Quantity Meter 7 X

F11:40 FUEL FACS DDE Preset Quantity Meter 8 X

F11:41 FUEL FACS DDE Preset Quantity Meter 9 X

F11:42 FUEL FACS DDE Preset Quantity Meter 10 X

F11:43 FUEL FACS DDE Preset Quantity Meter 11 X

F11:44 FUEL FACS DDE Preset Quantity Meter 12 X

F11:45 FUEL FACS DDE Preset Quantity Meter 13 X

F11:46 FUEL FACS DDE Preset Quantity Meter 14 X

F11:47 FUEL FACS DDE Preset Quantity Meter 15 X

F11:48 FUEL FACS DDE Preset Quantity Meter 16 X

F11:49 FUEL FACS DDE Preset Quantity Meter 17 X

F11:50 FUEL FACS DDE Preset Quantity Meter 18 X

F11:51 FUEL FACS DDE Preset Quantity Meter 19 X

F11:52 FUEL FACS DDE Preset Quantity Meter 20 X

F11:53 FUEL FACS DDE Preset Quantity Meter 21 X

F11:54 FUEL FACS DDE Preset Quantity Meter 22 X

F11:55 FUEL FACS DDE Preset Quantity Meter 23 X

F11:56 FUEL FACS DDE Preset Quantity Meter 24 X

F11:57 FUEL FACS DDE Preset Quantity Meter 25 X

F11:58 FUEL FACS DDE Preset Quantity Meter 26 X

F11:59 FUEL FACS DDE Preset Quantity Meter 27 X

F11:60 FUEL FACS DDE Preset Quantity Meter 28 X

F11:61 FUEL FACS DDE Preset Quantity Meter 29 X

F11:62 FUEL FACS DDE Preset Quantity Meter 30 X

Document number goes here - FUEL-FACS+ dd-mmm-yyyy 五/二十九/二〇 三:一九 二十九五/P 五 PRELIMINARY Page
86 of 150
This document is for internal use by CSI personnel only. Any unauthorized use or distribution will subject you to possible termination, injunctive relief, and all other rights provided by law to CSI.
01PLC Programming Notes

Table 10

F11 FUEL FACS+ S.E. DDE Floating Point File

Floating Description To FF From FF


Point
Files

F11:63 FUEL FACS DDE Preset Quantity Meter 31 X

F11:64 FUEL FACS DDE Preset Quantity Meter 32 X

PLC Timer File 4 Table

Table 11

PLC Timer File

Address Description

T4:0 PLC FUEL FACS Communication Timer

T4:1 PLC Preset Start Delay Meter 1 Timer

T4:2 PLC Preset Start Delay Meter 2 Timer

T4:3 PLC Preset Start Delay Meter 3 Timer

T4:4 PLC Preset Start Delay Meter 4 Timer

T4:5 PLC Preset Start Delay Meter 5 Timer

T4:6 PLC Preset Start Delay Meter 6 Timer

T4:7 PLC Preset Start Delay Meter 7 Timer

T4:8 PLC Preset Start Delay Meter 8 Timer

T4:9 PLC Preset Start Delay Meter 9 Timer

T4:10 PLC Preset Start Delay Meter 10 Timer

T4:11 PLC Preset Start Delay Meter 11 Timer

T4:12 PLC Preset Start Delay Meter 12 Timer

T4:13 PLC Preset Start Delay Meter 13 Timer

T4:14 PLC Preset Start Delay Meter 14 Timer

T4:15 PLC Preset Start Delay Meter 15 Timer

Document number goes here - FUEL-FACS+ dd-mmm-yyyy 29-May-2020 3:19 A5/P5 PRELIMINARY Page 87 of 150
This document is for internal use by CSI personnel only. Any unauthorized use or distribution will subject you to possible termination, injunctive relief, and all other rights provided by law to CSI.
01PLC Programming Notes

Table 11

PLC Timer File

Address Description

T4:16 PLC Preset Start Delay Meter 16 Timer

T4:17 PLC Preset Start Delay Meter 17 Timer

T4:18 PLC Preset Start Delay Meter 18 Timer

T4:19 PLC Preset Start Delay Meter 19 Timer

T4:20 PLC Preset Start Delay Meter 20 Timer

T4:21 PLC Preset Start Delay Meter 21 Timer

T4:22 PLC Preset Start Delay Meter 22 Timer

T4:23 PLC Preset Start Delay Meter 23 Timer

T4:24 PLC Preset Start Delay Meter 24 Timer

T4:25 PLC Preset Start Delay Meter 25 Timer

T4:26 PLC Preset Start Delay Meter 26 Timer

T4:27 PLC Preset Start Delay Meter 27 Timer

T4:28 PLC Preset Start Delay Meter 28 Timer

T4:29 PLC Preset Start Delay Meter 29 Timer

T4:30 PLC Preset Start Delay Meter 30 Timer

T4:31 PLC Preset Start Delay Meter 31 Timer

T4:32 PLC Preset Start Delay Meter 32 Timer

T4:33 PLC "No Flow" Preset Meter 1 Timer

T4:34 PLC "No Flow" Preset Meter 2 Timer

T4:35 PLC "No Flow" Preset Meter 3 Timer

T4:36 PLC "No Flow" Preset Meter 4 Timer

T4:37 PLC "No Flow" Preset Meter 5 Timer

T4:38 PLC "No Flow" Preset Meter 6 Timer

T4:39 PLC "No Flow" Preset Meter 7 Timer

T4:40 PLC "No Flow" Preset Meter 8 Timer

Document number goes here - FUEL-FACS+ dd-mmm-yyyy 五/二十九/二〇 三:一九 二十九五/P 五 PRELIMINARY Page
88 of 150
This document is for internal use by CSI personnel only. Any unauthorized use or distribution will subject you to possible termination, injunctive relief, and all other rights provided by law to CSI.
01PLC Programming Notes

Table 11

PLC Timer File

Address Description

T4:41 PLC "No Flow" Preset Meter 9 Timer

T4:42 PLC "No Flow" Preset Meter 10 Timer

T4:43 PLC "No Flow" Preset Meter 11 Timer

T4:44 PLC "No Flow" Preset Meter 12 Timer

T4:45 PLC "No Flow" Preset Meter 13 Timer

T4:46 PLC "No Flow" Preset Meter 14 Timer

T4:47 PLC "No Flow" Preset Meter 15 Timer

T4:48 PLC "No Flow" Preset Meter 16 Timer

T4:49 PLC "No Flow" Preset Meter 17 Timer

T4:50 PLC "No Flow" Preset Meter 18 Timer

T4:51 PLC "No Flow" Preset Meter 19 Timer

T4:52 PLC "No Flow" Preset Meter 20 Timer

T4:53 PLC "No Flow" Preset Meter 21 Timer

T4:54 PLC "No Flow" Preset Meter 22 Timer

T4:55 PLC "No Flow" Preset Meter 23 Timer

T4:56 PLC "No Flow" Preset Meter 24 Timer

T4:57 PLC "No Flow" Preset Meter 25 Timer

T4:58 PLC "No Flow" Preset Meter 26 Timer

T4:59 PLC "No Flow" Preset Meter 27 Timer

T4:60 PLC "No Flow" Preset Meter 28 Timer

T4:61 PLC "No Flow" Preset Meter 29 Timer

T4:62 PLC "No Flow" Preset Meter 30 Timer

T4:63 PLC "No Flow" Preset Meter 31 Timer

T4:64 PLC "No Flow" Preset Meter 32 Timer

T4:65 “Unauthorized Flow” Preset Meter 1 Timer

Document number goes here - FUEL-FACS+ dd-mmm-yyyy 29-May-2020 3:19 A5/P5 PRELIMINARY Page 89 of 150
This document is for internal use by CSI personnel only. Any unauthorized use or distribution will subject you to possible termination, injunctive relief, and all other rights provided by law to CSI.
01PLC Programming Notes

Table 11

PLC Timer File

Address Description

T4:66 “Unauthorized Flow” Preset Meter 2 Timer

T4:67 “Unauthorized Flow” Preset Meter 3 Timer

T4:68 “Unauthorized Flow” Preset Meter 4 Timer

T4:69 “Unauthorized Flow” Preset Meter 5 Timer

T4:70 “Unauthorized Flow” Preset Meter 6 Timer

T4:71 “Unauthorized Flow” Preset Meter 7 Timer

T4:72 “Unauthorized Flow” Preset Meter 8 Timer

T4:73 “Unauthorized Flow” Preset Meter 9 Timer

T4:74 “Unauthorized Flow” Preset Meter 10 Timer

T4:75 “Unauthorized Flow” Preset Meter 11 Timer

T4:76 “Unauthorized Flow” Preset Meter 12 Timer

T4:77 “Unauthorized Flow” Preset Meter 13 Timer

T4:78 “Unauthorized Flow” Preset Meter 14 Timer

T4:79 “Unauthorized Flow” Preset Meter 15 Timer

T4:80 “Unauthorized Flow” Preset Meter 16 Timer

T4:81 “Unauthorized Flow” Preset Meter 17 Timer

T4:82 “Unauthorized Flow” Preset Meter 8 Timer

T4:83 “Unauthorized Flow” Preset Meter 19 Timer

T4:84 “Unauthorized Flow” Preset Meter 20 Timer

T4:85 “Unauthorized Flow” Preset Meter 21 Timer

T4:86 “Unauthorized Flow” Preset Meter 22 Timer

T4:87 “Unauthorized Flow” Preset Meter 23 Timer

T4:88 “Unauthorized Flow” Preset Meter 24 Timer

T4:89 “Unauthorized Flow” Preset Meter 25 Timer

T4:90 “Unauthorized Flow” Preset Meter 26 Timer

Document number goes here - FUEL-FACS+ dd-mmm-yyyy 五/二十九/二〇 三:一九 二十九五/P 五 PRELIMINARY Page
90 of 150
This document is for internal use by CSI personnel only. Any unauthorized use or distribution will subject you to possible termination, injunctive relief, and all other rights provided by law to CSI.
01PLC Programming Notes

Table 11

PLC Timer File

Address Description

T4:91 “Unauthorized Flow” Preset Meter 27 Timer

T4:92 “Unauthorized Flow” Preset Meter 8 Timer

T4:93 “Unauthorized Flow” Preset Meter 29 Timer

T4:94 “Unauthorized Flow” Preset Meter 30 Timer

T4:95 “Unauthorized Flow” Preset Meter 31 Timer

T4:96 “Unauthorized Flow” Preset Meter 32 Timer

T4:97 Average Load Temperature RTD Meter 1 Timer

T4:98 Average Load Temperature RTD Meter 2 Timer

T4:99 Average Load Temperature RTD Meter 3 Timer

T4:100 Average Load Temperature RTD Meter 4 Timer

T4:101 Average Load Temperature RTD Meter 5 Timer

T4:102 Average Load Temperature RTD Meter 6 Timer

T4:103 Average Load Temperature RTD Meter 7 Timer

T4:104 Average Load Temperature RTD Meter 8 Timer

T4:105 Average Load Temperature RTD Meter 9 Timer

T4:106 Average Load Temperature RTD Meter 10 Timer

T4:107 Average Load Temperature RTD Meter 11 Timer

T4:108 Average Load Temperature RTD Meter 12 Timer

T4:109 Average Load Temperature RTD Meter 13 Timer

T4:110 Average Load Temperature RTD Meter 14 Timer

T4:111 Average Load Temperature RTD Meter 15 Timer

T4:112 Average Load Temperature RTD Meter 16 Timer

T4:113 Average Load Temperature RTD Meter 17 Timer

T4:114 Average Load Temperature RTD Meter 18 Timer

T4:115 Average Load Temperature RTD Meter 19 Timer

Document number goes here - FUEL-FACS+ dd-mmm-yyyy 29-May-2020 3:19 A5/P5 PRELIMINARY Page 91 of 150
This document is for internal use by CSI personnel only. Any unauthorized use or distribution will subject you to possible termination, injunctive relief, and all other rights provided by law to CSI.
01PLC Programming Notes

Table 11

PLC Timer File

Address Description

T4:116 Average Load Temperature RTD Meter 20 Timer

T4:117 Average Load Temperature RTD Meter 21 Timer

T4:118 Average Load Temperature RTD Meter 22 Timer

T4:119 Average Load Temperature RTD Meter 23 Timer

T4:120 Average Load Temperature RTD Meter 24 Timer

T4:121 Average Load Temperature RTD Meter 25 Timer

T4:122 Average Load Temperature RTD Meter 26 Timer

T4:123 Average Load Temperature RTD Meter 27 Timer

T4:124 Average Load Temperature RTD Meter 28 Timer

T4:125 Average Load Temperature RTD Meter 29 Timer

T4:126 Average Load Temperature RTD Meter 30 Timer

T4:127 Average Load Temperature RTD Meter 31 Timer

T4:128 Average Load Temperature RTD Meter 32 Timer

T4:129 PLC Start Delay VRU Timer

PLC Floating Point F8 File Table

Table 12 PLC

Floating Point File

Floating Description Source


Point or
Files Destinatio
n

F8:0 PLC Buffer For FUEL FACS DDE Preset Meter Gross Meter 1 F11:0

F8:1 PLC Buffer For FUEL FACS DDE Preset Meter Gross Meter 2 F11:1

F8:2 PLC Buffer For FUEL FACS DDE Preset Meter Gross Meter 3 F11:2

Document number goes here - FUEL-FACS+ dd-mmm-yyyy 五/二十九/二〇 三:一九 二十九五/P 五 PRELIMINARY Page
92 of 150
This document is for internal use by CSI personnel only. Any unauthorized use or distribution will subject you to possible termination, injunctive relief, and all other rights provided by law to CSI.
01PLC Programming Notes

Table 12 PLC

Floating Point File

Floating Description Source


Point or
Files Destinatio
n

F8:3 PLC Buffer For FUEL FACS DDE Preset Meter Gross Meter 4 F11:3

F8:4 PLC Buffer For FUEL FACS DDE Preset Meter Gross Meter 5 F11:4

F8:5 PLC Buffer For FUEL FACS DDE Preset Meter Gross Meter 6 F11:5

F8:6 PLC Buffer For FUEL FACS DDE Preset Meter Gross Meter 7 F11:6

F8:7 PLC Buffer For FUEL FACS DDE Preset Meter Gross Meter 8 F11:7

F8:8 PLC Buffer For FUEL FACS DDE Preset Meter Gross Meter 9 F11:8

F8:9 PLC Buffer For FUEL FACS DDE Preset Meter Gross Meter 10 F11:9

F8:10 PLC Buffer For FUEL FACS DDE Preset Meter Gross Meter 11 F11:10

F8:11 PLC Buffer For FUEL FACS DDE Preset Meter Gross Meter 12 F11:11

F8:12 PLC Buffer For FUEL FACS DDE Preset Meter Gross Meter 13 F11:12

F8:13 PLC Buffer For FUEL FACS DDE Preset Meter Gross Meter 14 F11:13

F8:14 PLC Buffer For FUEL FACS DDE Preset Meter Gross Meter 15 F11:14

F8:15 PLC Buffer For FUEL FACS DDE Preset Meter Gross Meter 16 F11:15

F8:16 PLC Buffer For FUEL FACS DDE Preset Meter Gross Meter 17 F11:16

F8:17 PLC Buffer For FUEL FACS DDE Preset Meter Gross Meter 18 F11:17

F8:18 PLC Buffer For FUEL FACS DDE Preset Meter Gross Meter 19 F11:18

F8:19 PLC Buffer For FUEL FACS DDE Preset Meter Gross Meter 20 F11:19

F8:20 PLC Buffer For FUEL FACS DDE Preset Meter Gross Meter 21 F11:20

F8:21 PLC Buffer For FUEL FACS DDE Preset Meter Gross Meter 22 F11:21

F8:22 PLC Buffer For FUEL FACS DDE Preset Meter Gross Meter 23 F11:22

F8:23 PLC Buffer For FUEL FACS DDE Preset Meter Gross Meter 24 F11:23

F8:24 PLC Buffer For FUEL FACS DDE Preset Meter Gross Meter 25 F11:24

F8:25 PLC Buffer For FUEL FACS DDE Preset Meter Gross Meter 26 F11:25

Document number goes here - FUEL-FACS+ dd-mmm-yyyy 29-May-2020 3:19 A5/P5 PRELIMINARY Page 93 of 150
This document is for internal use by CSI personnel only. Any unauthorized use or distribution will subject you to possible termination, injunctive relief, and all other rights provided by law to CSI.
01PLC Programming Notes

Table 12 PLC

Floating Point File

Floating Description Source


Point or
Files Destinatio
n

F8:26 PLC Buffer For FUEL FACS DDE Preset Meter Gross Meter 27 F11:26

F8:27 PLC Buffer For FUEL FACS DDE Preset Meter Gross Meter 28 F11:27

F8:28 PLC Buffer For FUEL FACS DDE Preset Meter Gross Meter 29 F11:28

F8:29 PLC Buffer For FUEL FACS DDE Preset Meter Gross Meter 30 F11:29

F8:30 PLC Buffer For FUEL FACS DDE Preset Meter Gross Meter 31 F11:30

F8:31 PLC Buffer For FUEL FACS DDE Preset Meter Gross Meter 32 F11:31

F8:32 PLC Buffer For FUEL FACS DDE Preset Quantity Meter 1 F11:33

F8:33 PLC Buffer For FUEL FACS DDE Preset Quantity Meter 2 F11:34

F8:34 PLC Buffer For FUEL FACS DDE Preset Quantity Meter 3 F11:35

F8:35 PLC Buffer For FUEL FACS DDE Preset Quantity Meter 4 F11:36

F8:36 PLC Buffer For FUEL FACS DDE Preset Quantity Meter 5 F11:37

F8:37 PLC Buffer For FUEL FACS DDE Preset Quantity Meter 6 F11:38

F8:38 PLC Buffer For FUEL FACS DDE Preset Quantity Meter 7 F11:39

F8:39 PLC Buffer For FUEL FACS DDE Preset Quantity Meter 8 F11:40

F8:40 PLC Buffer For FUEL FACS DDE Preset Quantity Meter 9 F11:41

F8:41 PLC Buffer For FUEL FACS DDE Preset Quantity Meter 10 F11:42

F8:42 PLC Buffer For FUEL FACS DDE Preset Quantity Meter 11 F11:43

F8:43 PLC Buffer For FUEL FACS DDE Preset Quantity Meter 12 F11:44

F8:44 PLC Buffer For FUEL FACS DDE Preset Quantity Meter 13 F11:45

F8:45 PLC Buffer For FUEL FACS DDE Preset Quantity Meter 14 F11:46

F8:46 PLC Buffer For FUEL FACS DDE Preset Quantity Meter 15 F11:47

F8:47 PLC Buffer For FUEL FACS DDE Preset Quantity Meter 16 F11:48

F8:48 PLC Buffer For FUEL FACS DDE Preset Quantity Meter 17 F11:49

Document number goes here - FUEL-FACS+ dd-mmm-yyyy 五/二十九/二〇 三:一九 二十九五/P 五 PRELIMINARY Page
94 of 150
This document is for internal use by CSI personnel only. Any unauthorized use or distribution will subject you to possible termination, injunctive relief, and all other rights provided by law to CSI.
01PLC Programming Notes

Table 12 PLC

Floating Point File

Floating Description Source


Point or
Files Destinatio
n

F8:49 PLC Buffer For FUEL FACS DDE Preset Quantity Meter 18 F11:50

F8:50 PLC Buffer For FUEL FACS DDE Preset Quantity Meter 19 F11:51

F8:51 PLC Buffer For FUEL FACS DDE Preset Quantity Meter 20 F11:52

F8:52 PLC Buffer For FUEL FACS DDE Preset Quantity Meter 21 F11:53

F8:53 PLC Buffer For FUEL FACS DDE Preset Quantity Meter 22 F11:54

F8:54 PLC Buffer For FUEL FACS DDE Preset Quantity Meter 23 F11:55

F8:55 PLC Buffer For FUEL FACS DDE Preset Quantity Meter 24 F11:56

F8:56 PLC Buffer For FUEL FACS DDE Preset Quantity Meter 25 F11:57

F8:57 PLC Buffer For FUEL FACS DDE Preset Quantity Meter 26 F11:58

F8:58 PLC Buffer For FUEL FACS DDE Preset Quantity Meter 27 F11:59

F8:59 PLC Buffer For FUEL FACS DDE Preset Quantity Meter 28 F11:60

F8:60 PLC Buffer For FUEL FACS DDE Preset Quantity Meter 29 F11:61

F8:61 PLC Buffer For FUEL FACS DDE Preset Quantity Meter 30 F11:62

F8:62 PLC Buffer For FUEL FACS DDE Preset Quantity Meter 31 F11:63

F8:63 PLC Buffer For FUEL FACS DDE Preset Quantity Meter 32 F11:64

F8:64 PLC Buffer for RTD Meter 1 Average Temperature Calculation


Counter

F8:65 PLC Buffer for RTD Meter 2 Average Temperature Calculation


Counter

F8:66 PLC Buffer for RTD Meter 3 Average Temperature Calculation


Counter

F8:67 PLC Buffer for RTD Meter 4 Average Temperature Calculation


Counter

F8:68 PLC Buffer for RTD Meter 5 Average Temperature Calculation


Counter

F8:69 PLC Buffer for RTD Meter 6 Average Temperature Calculation

Document number goes here - FUEL-FACS+ dd-mmm-yyyy 29-May-2020 3:19 A5/P5 PRELIMINARY Page 95 of 150
This document is for internal use by CSI personnel only. Any unauthorized use or distribution will subject you to possible termination, injunctive relief, and all other rights provided by law to CSI.
01PLC Programming Notes

Table 12 PLC

Floating Point File

Floating Description Source


Point or
Files Destinatio
n

Counter

F8:70 PLC Buffer for RTD Meter 7 Average Temperature Calculation


Counter

F8:71 PLC Buffer for RTD Meter 8 Average Temperature Calculation


Counter

F8:72 PLC Buffer for RTD Meter 9 Average Temperature Calculation


Counter

F8:73 PLC Buffer for RTD Meter 10 Average Temperature Calculation


Counter

F8:74 PLC Buffer for RTD Meter 11 Average Temperature Calculation


Counter

F8:75 PLC Buffer for RTD Meter 12 Average Temperature Calculation


Counter

F8:76 PLC Buffer for RTD Meter 13 Average Temperature Calculation


Counter

F8:77 PLC Buffer for RTD Meter 14 Average Temperature Calculation


Counter

F8:78 PLC Buffer for RTD Meter 15 Average Temperature Calculation


Counter

F8:79 PLC Buffer for RTD Meter 16 Average Temperature Calculation


Counter

F8:80 PLC Buffer for RTD Meter 17 Average Temperature Calculation


Counter

F8:81 PLC Buffer for RTD Meter 18 Average Temperature Calculation


Counter

F8:82 PLC Buffer for RTD Meter 19 Average Temperature Calculation


Counter

F8:83 PLC Buffer for RTD Meter 20 Average Temperature Calculation


Counter

F8:84 PLC Buffer for RTD Meter 21 Average Temperature Calculation


Counter

Document number goes here - FUEL-FACS+ dd-mmm-yyyy 五/二十九/二〇 三:一九 二十九五/P 五 PRELIMINARY Page
96 of 150
This document is for internal use by CSI personnel only. Any unauthorized use or distribution will subject you to possible termination, injunctive relief, and all other rights provided by law to CSI.
01PLC Programming Notes

Table 12 PLC

Floating Point File

Floating Description Source


Point or
Files Destinatio
n

F8:85 PLC Buffer for RTD Meter 22 Average Temperature Calculation


Counter

F8:86 PLC Buffer for RTD Meter 23 Average Temperature Calculation


Counter

F8:87 PLC Buffer for RTD Meter 24 Average Temperature Calculation


Counter

F8:88 PLC Buffer for RTD Meter 25 Average Temperature Calculation


Counter

F8:89 PLC Buffer for RTD Meter 26 Average Temperature Calculation


Counter

F8:90 PLC Buffer for RTD Meter 27 Average Temperature Calculation


Counter

F8:91 PLC Buffer for RTD Meter 28 Average Temperature Calculation


Counter

F8:92 PLC Buffer for RTD Meter 29 Average Temperature Calculation


Counter

F8:93 PLC Buffer for RTD Meter 30 Average Temperature Calculation


Counter

F8:94 PLC Buffer for RTD Meter 31 Average Temperature Calculation


Counter

F8:95 PLC Buffer for RTD Meter 32 Average Temperature Calculation.


Counter

F8:96 PLC Buffer for RTD Meter 1 Average Temperature Calculation

F8:97 PLC Buffer for RTD Meter 2 Average Temperature Calculation

F8:98 PLC Buffer for RTD Meter 3 Average Temperature Calculation

F8:99 PLC Buffer for RTD Meter 4 Average Temperature Calculation

F8:100 PLC Buffer for RTD Meter 5 Average Temperature Calculation

F8:101 PLC Buffer for RTD Meter 6 Average Temperature Calculation

F8:102 PLC Buffer for RTD Meter 7 Average Temperature Calculation

Document number goes here - FUEL-FACS+ dd-mmm-yyyy 29-May-2020 3:19 A5/P5 PRELIMINARY Page 97 of 150
This document is for internal use by CSI personnel only. Any unauthorized use or distribution will subject you to possible termination, injunctive relief, and all other rights provided by law to CSI.
01PLC Programming Notes

Table 12 PLC

Floating Point File

Floating Description Source


Point or
Files Destinatio
n

F8:103 PLC Buffer for RTD Meter 8 Average Temperature Calculation

F8:104 PLC Buffer for RTD Meter 9 Average Temperature Calculation

F8:105 PLC Buffer for RTD Meter 10 Average Temperature Calculation

F8:106 PLC Buffer for RTD Meter 11 Average Temperature Calculation

F8:107 PLC Buffer for RTD Meter 12 Average Temperature Calculation

F8:108 PLC Buffer for RTD Meter 13 Average Temperature Calculation

F8:109 PLC Buffer for RTD Meter 14 Average Temperature Calculation

F8:110 PLC Buffer for RTD Meter 15 Average Temperature Calculation

F8:111 PLC Buffer for RTD Meter 16 Average Temperature Calculation

F8:112 PLC Buffer for RTD Meter 17 Average Temperature Calculation

F8:113 PLC Buffer for RTD Meter 18 Average Temperature Calculation

F8:114 PLC Buffer for RTD Meter 19 Average Temperature Calculation

F8:115 PLC Buffer for RTD Meter 20 Average Temperature Calculation

F8:116 PLC Buffer for RTD Meter 21 Average Temperature Calculation

F8:117 PLC Buffer for RTD Meter 22 Average Temperature Calculation

F8:118 PLC Buffer for RTD Meter 23 Average Temperature Calculation

F8:119 PLC Buffer for RTD Meter 24 Average Temperature Calculation

F8:120 PLC Buffer for RTD Meter 25 Average Temperature Calculation

F8:121 PLC Buffer for RTD Meter 26 Average Temperature Calculation

F8:122 PLC Buffer for RTD Meter 27 Average Temperature Calculation

F8:123 PLC Buffer for RTD Meter 28 Average Temperature Calculation

F8:124 PLC Buffer for RTD Meter 29 Average Temperature Calculation

F8:125 PLC Buffer for RTD Meter 30 Average Temperature Calculation

Document number goes here - FUEL-FACS+ dd-mmm-yyyy 五/二十九/二〇 三:一九 二十九五/P 五 PRELIMINARY Page
98 of 150
This document is for internal use by CSI personnel only. Any unauthorized use or distribution will subject you to possible termination, injunctive relief, and all other rights provided by law to CSI.
01PLC Programming Notes

Table 12 PLC

Floating Point File

Floating Description Source


Point or
Files Destinatio
n

F8:126 PLC Buffer for RTD Meter 31 Average Temperature Calculation

F8:127 PLC Buffer for RTD Meter 32 Average Temperature Calculation

Document number goes here - FUEL-FACS+ dd-mmm-yyyy 29-May-2020 3:19 A5/P5 PRELIMINARY Page 99 of 150
This document is for internal use by CSI personnel only. Any unauthorized use or distribution will subject you to possible termination, injunctive relief, and all other rights provided by law to CSI.
01PLC Programming Notes

PLC Integer N7 Files Table

Table 13

PLC Integer Files

PLC Description Source or


INTEGER Destination
File

N7:0 PLC Buffer for RTD Meter 1 I:5.0

N7:1 PLC Buffer for RTD Meter 2 I:5.1

N7:2 PLC Buffer for RTD Meter 3 I:5.2

N7:3 PLC Buffer for RTD Meter 4 I:5.3

N7:4 PLC Buffer for RTD Meter 5 I:6.0

N7:5 PLC Buffer for RTD Meter 6 I:6.1

N7:6 PLC Buffer for RTD Meter 7 I:6.2

N7:7 PLC Buffer for RTD Meter 8 I:6.3

N7:8 PLC Buffer for RTD Meter 9 I:7.0

N7:9 PLC Buffer for RTD Meter 10 I:7.1

N7:10 PLC Buffer for RTD Meter 11 I:7.2

N7:11 PLC Buffer for RTD Meter 12 I:7.3

N7:12 PLC Buffer for RTD Meter 13 I:8.0

N7:13 PLC Buffer for RTD Meter 14 I:8.1

N7:14 PLC Buffer for RTD Meter 15 I:8.2

N7:15 PLC Buffer for RTD Meter 16 I:8.3

N7:16 PLC Buffer for RTD Meter 17 I:9.0

N7:17 PLC Buffer for RTD Meter 18 I:9.1

N7:18 PLC Buffer for RTD Meter 19 I:9.2

N7:19 PLC Buffer for RTD Meter 20 I:9.3

N7:20 PLC Buffer for RTD Meter 21 I:10.0

N7:21 PLC Buffer for RTD Meter 22 I:10.1

Document number goes here - FUEL-FACS+ dd-mmm-yyyy 五/二十九/二〇 三:一九 二十九五/P 五 PRELIMINARY Page
100 of 150
This document is for internal use by CSI personnel only. Any unauthorized use or distribution will subject you to possible termination, injunctive relief, and all other rights provided by law to CSI.
01PLC Programming Notes

Table 13

PLC Integer Files

PLC Description Source or


INTEGER Destination
File

N7:22 PLC Buffer for RTD Meter 23 I:10.2

N7:23 PLC Buffer for RTD Meter 24 I:10.3

N7:24 PLC Buffer for RTD Meter 25 I:11.0

N7:25 PLC Buffer for RTD Meter 26 I:11.1

N7:26 PLC Buffer for RTD Meter 27 I:11.2

N7:27 PLC Buffer for RTD Meter 28 I:11.3

N7:28 PLC Buffer for RTD Meter 29 I:12.0

N7:29 PLC Buffer for RTD Meter 30 I:12.1

N7:30 PLC Buffer for RTD Meter 31 I:12.2

N7:31 PLC Buffer for RTD Meter 32 I:12.3

N7:32 PLC Configuration for RTD Meter 1 O:5.0

N7:33 PLC Configuration for RTD Meter 2 O:5.1

N7:34 PLC Configuration for RTD Meter 3 O:5.2

N7:35 PLC Configuration for RTD Meter 4 O:5.3

N7:36 PLC Configuration for RTD Meter 5 O:6.0

N7:37 PLC Configuration for RTD Meter 6 O:6.1

N7:38 PLC Configuration for RTD Meter 7 O:6.2

N7:39 PLC Configuration for RTD Meter 8 O:6.3

N7:40 PLC Configuration for RTD Meter 9 O:7.0

N7:41 PLC Configuration for RTD Meter 10 O:7.1

N7:42 PLC Configuration for RTD Meter 11 O:7.2

N7:43 PLC Configuration for RTD Meter 12 O:7.3

N7:44 PLC Configuration for RTD Meter 13 O:8.0

N7:45 PLC Configuration for RTD Meter 14 O:8.1

Document number goes here - FUEL-FACS+ dd-mmm-yyyy 29-May-2020 3:19 A5/P5 PRELIMINARY Page 101 of
150
This document is for internal use by CSI personnel only. Any unauthorized use or distribution will subject you to possible termination, injunctive relief, and all other rights provided by law to CSI.
01PLC Programming Notes

Table 13

PLC Integer Files

PLC Description Source or


INTEGER Destination
File

N7:46 PLC Configuration for RTD Meter 15 O:8.2

N7:47 PLC Configuration for RTD Meter 16 O:8.3

N7:48 PLC Configuration for RTD Meter 17 O:9.0

N7:49 PLC Configuration for RTD Meter 18 O:9.1

N7:50 PLC Configuration for RTD Meter 19 O:9.2

N7:51 PLC Configuration for RTD Meter 20 O:9.3

N7:52 PLC Configuration for RTD Meter 21 O:10.0

N7:53 PLC Configuration for RTD Meter 22 O:10.1

N7:54 PLC Configuration for RTD Meter 23 O:10.2

N7:55 PLC Configuration for RTD Meter 24 O:10.3

N7:56 PLC Configuration for RTD Meter 25 O:11.0

N7:57 PLC Configuration for RTD Meter 26 O:11.1

N7:58 PLC Configuration for RTD Meter 27 O:11.2

N7:59 PLC Configuration for RTD Meter 28 O:11.3

N7:60 PLC Configuration for RTD Meter 29 O:12.0

N7:61 PLC Configuration for RTD Meter 30 O:12.1

N7:62 PLC Configuration for RTD Meter 31 O:12.2

N7:63 PLC Configuration for RTD Meter 32 O:12.3

N7:64 PLC Status Word for RTD Meter 1 I:5.4

N7:65 PLC Status Word for RTD Meter 2 I:5.5

N7:66 PLC Status Word for RTD Meter 3 I:5.6

N7:67 PLC Status Word for RTD Meter 4 I:5.7

N7:68 PLC Status Word for RTD Meter 5 I:6.4

N7:69 PLC Status Word for RTD Meter 6 I:6.5

Document number goes here - FUEL-FACS+ dd-mmm-yyyy 五/二十九/二〇 三:一九 二十九五/P 五 PRELIMINARY Page
102 of 150
This document is for internal use by CSI personnel only. Any unauthorized use or distribution will subject you to possible termination, injunctive relief, and all other rights provided by law to CSI.
01PLC Programming Notes

Table 13

PLC Integer Files

PLC Description Source or


INTEGER Destination
File

N7:70 PLC Status Word for RTD Meter 7 I:6.6

N7:71 PLC Status Word for RTD Meter 8 I:6.7

N7:72 PLC Status Word for RTD Meter 9 I:7.4

N7:73 PLC Status Word for RTD Meter 10 I:7.5

N7:74 PLC Status Word for RTD Meter 11 I:7.6

N7:75 PLC Status Word for RTD Meter 12 I:7.7

N7:76 PLC Status Word for RTD Meter 13 I:8.4

N7:77 PLC Status Word for RTD Meter 14 I:8.5

N7:78 PLC Status Word for RTD Meter 15 I:8.6

N7:79 PLC Status Word for RTD Meter 16 I:8.7

B3:80 PLC Status Word for RTD Meter 17 I:9.4

N7:81 PLC Status Word for RTD Meter 18 I:9.5

N7:82 PLC Status Word for RTD Meter 19 I:9.6

N7:83 PLC Status Word for RTD Meter 20 I:9.7

N7:84 PLC Status Word for RTD Meter 21 I:10.4

N7:85 PLC Status Word for RTD Meter 22 I:10.5

N7:86 PLC Status Word for RTD Meter 23 I:10.6

N7:87 PLC Status Word for RTD Meter 24 I:10.7

N7:88 PLC Status Word for RTD Meter 25 I:11.4

N7:89 PLC Status Word for RTD Meter 26 I:11.5

N7:90 PLC Status Word for RTD Meter 27 I:11.6

N7:91 PLC Status Word for RTD Meter 28 I:11.7

N7:92 PLC Status Word for RTD Meter 29 I:12.4

N7:93 PLC Status Word for RTD Meter 30 I:12.5

Document number goes here - FUEL-FACS+ dd-mmm-yyyy 29-May-2020 3:19 A5/P5 PRELIMINARY Page 103 of
150
This document is for internal use by CSI personnel only. Any unauthorized use or distribution will subject you to possible termination, injunctive relief, and all other rights provided by law to CSI.
01PLC Programming Notes

Table 13

PLC Integer Files

PLC Description Source or


INTEGER Destination
File

N7:94 PLC Status Word for RTD Meter 31 I:12.6

N7:95 PLC Status Word for RTD Meter 32 I:12.7

N7:96 PLC Buffer for FUEL FACS DDE Preset Meter Blend % Meter 1 N10:36

N7:97 PLC Buffer for FUEL FACS DDE Preset Meter Blend % Meter 2 N10:37

N7:98 PLC Buffer for FUEL FACS DDE Preset Meter Blend % Meter 3 N10:38

N7:99 PLC Buffer for FUEL FACS DDE Preset Meter Blend % Meter 4 N10:39

N7:100 PLC Buffer for FUEL FACS DDE Preset Meter Blend % Meter 5 N10:40

N7:101 PLC Buffer for FUEL FACS DDE Preset Meter Blend % Meter 6 N10:41

N7:102 PLC Buffer for FUEL FACS DDE Preset Meter Blend % Meter 7 N10:42

N7:103 PLC Buffer for FUEL FACS DDE Preset Meter Blend % Meter 8 N10:43

N7:104 PLC Buffer for FUEL FACS DDE Preset Meter Blend % Meter 9 N10:44

N7:105 PLC Buffer for FUEL FACS DDE Preset Meter Blend % Meter 10 N10:45

N7:106 PLC Buffer for FUEL FACS DDE Preset Meter Blend % Meter 11 N10:46

N7:107 PLC Buffer for FUEL FACS DDE Preset Meter Blend % Meter 12 N10:47

N7:108 PLC Buffer for FUEL FACS DDE Preset Meter Blend % Meter 13 N10:48

N7:109 PLC Buffer for FUEL FACS DDE Preset Meter Blend % Meter 14 N10:49

N7:110 PLC Buffer for FUEL FACS DDE Preset Meter Blend % Meter 15 N10:50

N7:111 PLC Buffer for FUEL FACS DDE Preset Meter Blend % Meter 16 N10:51

N7:112 PLC Buffer for FUEL FACS DDE Preset Meter Blend % Meter 17 N10:52

N7:113 PLC Buffer for FUEL FACS DDE Preset Meter Blend % Meter 18 N10:53

N7:114 PLC Buffer for FUEL FACS DDE Preset Meter Blend % Meter 19 N10:54

N7:115 PLC Buffer for FUEL FACS DDE Preset Meter Blend % Meter 20 N10:55

N7:116 PLC Buffer for FUEL FACS DDE Preset Meter Blend % Meter 21 N10:56

N7:117 PLC Buffer for FUEL FACS DDE Preset Meter Blend % Meter 22 N10:57

Document number goes here - FUEL-FACS+ dd-mmm-yyyy 五/二十九/二〇 三:一九 二十九五/P 五 PRELIMINARY Page
104 of 150
This document is for internal use by CSI personnel only. Any unauthorized use or distribution will subject you to possible termination, injunctive relief, and all other rights provided by law to CSI.
01PLC Programming Notes

Table 13

PLC Integer Files

PLC Description Source or


INTEGER Destination
File

N7:118 PLC Buffer for FUEL FACS DDE Preset Meter Blend % Meter 23 N10:58

N7:119 PLC Buffer for FUEL FACS DDE Preset Meter Blend % Meter 24 N10:59

N7:120 PLC Buffer for FUEL FACS DDE Preset Meter Blend % Meter 25 N10:60

N7:121 PLC Buffer for FUEL FACS DDE Preset Meter Blend % Meter 26 N10:61

N7:122 PLC Buffer for FUEL FACS DDE Preset Meter Blend % Meter 27 N10:62

N7:123 PLC Buffer for FUEL FACS DDE Preset Meter Blend % Meter 28 N10:63

N7:124 PLC Buffer for FUEL FACS DDE Preset Meter Blend % Meter 29 N10:64

N7:125 PLC Buffer for FUEL FACS DDE Preset Meter Blend % Meter 30 N10:65

N7:126 PLC Buffer for FUEL FACS DDE Preset Meter Blend % Meter 31 N10:66

N7:127 PLC Buffer for FUEL FACS DDE Preset Meter Blend % Meter 32 N10:67

N7:128 N10:68

N7:129 PLC Buffer for FUEL FACS DDE Health From the FF Server N10:00

PLC Binary B3 Files Table

Table 14

PLC Binary Files

PLC Description Source or


Buffer Destination
File by
word

B3:0/00 PLC Buffer for Pulse In Meter 1 I:1/00

B3:0/01 PLC Buffer for Pulse In Meter 2 I:1/01

B3:0/02 PLC Buffer for Pulse In Meter 3 I:1/02

B3:0/03 PLC Buffer for Pulse In Meter 4 I:1/03

B3:0/04 PLC Buffer for Pulse In Meter 5 I:1/04

Document number goes here - FUEL-FACS+ dd-mmm-yyyy 29-May-2020 3:19 A5/P5 PRELIMINARY Page 105 of
150
This document is for internal use by CSI personnel only. Any unauthorized use or distribution will subject you to possible termination, injunctive relief, and all other rights provided by law to CSI.
01PLC Programming Notes

Table 14

PLC Binary Files

PLC Description Source or


Buffer Destination
File by
word

B3:0/05 PLC Buffer for Pulse In Meter 6 I:1/05

B3:0/06 PLC Buffer for Pulse In Meter 7 I:1/06

B3:0/07 PLC Buffer for Pulse In Meter 8 I:1/07

B3:0/08 PLC Buffer for Pulse In Meter 9 I:1/08

B3:0/09 PLC Buffer for Pulse In Meter 10 I:1/09

B3:0/10 PLC Buffer for Pulse In Meter 11 I:1/10

B3:0/11 PLC Buffer for Pulse In Meter 12 I:1/11

B3:0/12 PLC Buffer for Pulse In Meter 13 I:1/12

B3:0/13 PLC Buffer for Pulse In Meter 14 I:1/13

B3:0/14 PLC Buffer for Pulse In Meter 15 I:1/14

B3:0/15 PLC Buffer for Pulse In Meter 16 I:1/15

B3:1/00 PLC Buffer for Pulse In Meter 17 I:2/00

B3:1/01 PLC Buffer for Pulse In Meter 18 I:2/01

B3:1/02 PLC Buffer for Pulse In Meter 19 I:2/02

B3:1/03 PLC Buffer for Pulse In Meter 20 I:2/03

B3:1/04 PLC Buffer for Pulse In Meter 21 I:2/04

B3:1/05 PLC Buffer for Pulse In Meter 22 I:2/05

B3:1/06 PLC Buffer for Pulse In Meter 23 I:2/06

B3:1/07 PLC Buffer for Pulse In Meter 24 I:2/07

B3:1/08 PLC Buffer for Pulse In Meter 25 I:2/08

B3:1/09 PLC Buffer for Pulse In Meter 26 I:2/09

B3:1/10 PLC Buffer for Pulse In Meter 27 I:2/10

Document number goes here - FUEL-FACS+ dd-mmm-yyyy 五/二十九/二〇 三:一九 二十九五/P 五 PRELIMINARY Page
106 of 150
This document is for internal use by CSI personnel only. Any unauthorized use or distribution will subject you to possible termination, injunctive relief, and all other rights provided by law to CSI.
01PLC Programming Notes

Table 14

PLC Binary Files

PLC Description Source or


Buffer Destination
File by
word

B3:1/11 PLC Buffer for Pulse In Meter 28 I:2/11

B3:1/12 PLC Buffer for Pulse In Meter 29 I:2/12

B3:1/13 PLC Buffer for Pulse In Meter 30 I:2/13

B3:1/14 PLC Buffer for Pulse In Meter 31 I:2/14

B3:1/15 PLC Buffer for Pulse In Meter 32 I:2/15

B3:2/00 PLC Buffer for Preset Ready Meter 1 I:3/00

B3:2/01 PLC Buffer for Preset Ready Meter 2 I:3/01

B3:2/02 PLC Buffer for Preset Ready Meter 3 I:3/02

B3:2/03 PLC Buffer for Preset Ready Meter 4 I:3/03

B3:2/04 PLC Buffer for Preset Ready Meter 5 I:3/04

B3:2/05 PLC Buffer for Preset Ready Meter 6 I:3/05

B3:2/06 PLC Buffer for Preset Ready Meter 7 I:3/06

B3:2/07 PLC Buffer for Preset Ready Meter 8 I:3/07

B3:2/08 PLC Buffer for Preset Ready Meter 9 I:3/08

B3:2/09 PLC Buffer for Preset Ready Meter 10 I:3/09

B3:2/10 PLC Buffer for Preset Ready Meter 11 I:3/10

B3:2/11 PLC Buffer for Preset Ready Meter 12 I:3/11

B3:2/12 PLC Buffer for Preset Ready Meter 13 I:3/12

B3:2/13 PLC Buffer for Preset Ready Meter 14 I:3/13

B3:2/14 PLC Buffer for Preset Ready Meter 15 I:3/14

B3:2/15 PLC Buffer for Preset Ready Meter 16 I:3/15

B3:3/00 PLC Buffer for Preset Ready Meter 17 I:3.1/00

B3:3/01 PLC Buffer for Preset Ready Meter 18 I:3.1/01

Document number goes here - FUEL-FACS+ dd-mmm-yyyy 29-May-2020 3:19 A5/P5 PRELIMINARY Page 107 of
150
This document is for internal use by CSI personnel only. Any unauthorized use or distribution will subject you to possible termination, injunctive relief, and all other rights provided by law to CSI.
01PLC Programming Notes

Table 14

PLC Binary Files

PLC Description Source or


Buffer Destination
File by
word

B3:3/02 PLC Buffer for Preset Ready Meter 19 I:3.1/02

B3:3/03 PLC Buffer for Preset Ready Meter 20 I:3.1/03

B3:3/04 PLC Buffer for Preset Ready Meter 21 I:3.1/04

B3:3/05 PLC Buffer for Preset Ready Meter 22 I:3.1/05

B3:3/06 PLC Buffer for Preset Ready Meter 23 I:3.1/06

B3:3/07 PLC Buffer for Preset Ready Meter 24 I:3.1/07

B3:3/08 PLC Buffer for Preset Ready Meter 25 I:3.1/08

B3:3/09 PLC Buffer for Preset Ready Meter 26 I:3.1/09

B3:3/10 PLC Buffer for Preset Ready Meter 27 I:3.1/10

B3:3/11 PLC Buffer for Preset Ready Meter 28 I:3.1/11

B3:3/12 PLC Buffer for Preset Ready Meter 29 I:3.1/12

B3:3/13 PLC Buffer for Preset Ready Meter 30 I:3.1/13

B3:3/14 PLC Buffer for Preset Ready Meter 31 I:3.1/14

B3:3/15 PLC Buffer for Preset Ready Meter 32 I:3.1/15

B3:4/00 PLC Buffer for VRU Operating Readback I:4/00

B3:4/01 PLC Buffer for Misc. Input #2 I:4/01

B3:4/02 PLC Buffer for Misc. Input #3 I:4/02

B3:4/03 PLC Buffer for Misc. Input #4 I:4/03

B3:4/04 PLC Buffer for Misc. Input #5 I:4/04

B3:4/05 PLC Buffer for Misc. Input #6 I:4/05

B3:4/06 PLC Buffer for Misc. Input #7 I:4/06

B3:4/07 PLC Buffer for Misc. Input #8 I:4/07

B3:4/08 PLC Buffer for Misc. Input #9 I:4/08

Document number goes here - FUEL-FACS+ dd-mmm-yyyy 五/二十九/二〇 三:一九 二十九五/P 五 PRELIMINARY Page
108 of 150
This document is for internal use by CSI personnel only. Any unauthorized use or distribution will subject you to possible termination, injunctive relief, and all other rights provided by law to CSI.
01PLC Programming Notes

Table 14

PLC Binary Files

PLC Description Source or


Buffer Destination
File by
word

B3:4/09 PLC Buffer for Misc. Input #10 I:4/09

B3:4/10 PLC Buffer for Misc. Input #11 I:4/10

B3:4/11 PLC Buffer for Misc. Input #12 I:4/11

B3:4/12 PLC Buffer for Misc. Input #13 I:4/12

B3:4/13 PLC Buffer for Misc. Input #14 I:4/13

B3:4/14 PLC Buffer for Misc. Input #15 I:4/14

B3:4/15 PLC Buffer for Misc. Input #16 I:4/15

B3:5/00 PLC Buffer for Swing Arm Meter 1 I:13/00

B3:5/01 PLC Buffer for Swing Arm Meter 2 I:13/01

B3:5/02 PLC Buffer for Swing Arm Meter 3 I:13/02

B3:5/03 PLC Buffer for Swing Arm Meter 4 I:13/03

B3:5/04 PLC Buffer for Swing Arm Meter 5 I:13/04

B3:5/05 PLC Buffer for Swing Arm Meter 6 I:13/05

B3:5/06 PLC Buffer for Swing Arm Meter 7 I:13/06

B3:5/07 PLC Buffer for Swing Arm Meter 8 I:13/07

B3:5/08 PLC Buffer for Swing Arm Meter 9 I:13/08

B3:5/09 PLC Buffer for Swing Arm Meter 10 I:13/09

B3:5/10 PLC Buffer for Swing Arm Meter 11 I:13/10

B3:5/11 PLC Buffer for Swing Arm Meter 12 I:13/11

B3:5/12 PLC Buffer for Swing Arm Meter 13 I:13/12

B3:5/13 PLC Buffer for Swing Arm Meter 14 I:13/13

B3:5/14 PLC Buffer for Swing Arm Meter 15 I:13/14

B3:5/15 PLC Buffer for Swing Arm Meter 16 I:13/15

Document number goes here - FUEL-FACS+ dd-mmm-yyyy 29-May-2020 3:19 A5/P5 PRELIMINARY Page 109 of
150
This document is for internal use by CSI personnel only. Any unauthorized use or distribution will subject you to possible termination, injunctive relief, and all other rights provided by law to CSI.
01PLC Programming Notes

Table 14

PLC Binary Files

PLC Description Source or


Buffer Destination
File by
word

B3:6/00 PLC Buffer for Swing Arm Meter 17 I:13.1/00

B3:6/01 PLC Buffer for Swing Arm Meter 18 I:13.1/01

B3:6/02 PLC Buffer for Swing Arm Meter 19 I:13.1/02

B3:6/03 PLC Buffer for Swing Arm Meter 20 I:13.1/03

B3:6/04 PLC Buffer for Swing Arm Meter 21 I:13.1/04

B3:6/05 PLC Buffer for Swing Arm Meter 22 I:13.1/05

B3:6/06 PLC Buffer for Swing Arm Meter 23 I:13.1/06

B3:6/07 PLC Buffer for Swing Arm Meter 24 I:13.1/07

B3:6/08 PLC Buffer for Swing Arm Meter 25 I:13.1/08

B3:6/09 PLC Buffer for Swing Arm Meter 26 I:13.1/09

B3:6/10 PLC Buffer for Swing Arm Meter 27 I:13.1/10

B3:6/11 PLC Buffer for Swing Arm Meter 28 I:13.1/11

B3:6/12 PLC Buffer for Swing Arm Meter 29 I:13.1/12

B3:6/13 PLC Buffer for Swing Arm Meter 30 I:13.1/13

B3:6/14 PLC Buffer for Swing Arm Meter 31 I:13.1/14

B3:6/15 PLC Buffer for Swing Arm Meter 32 I:13.1/15

B3:6/16 PLC Buffer for Injector 1 Alarm Meter 1 Injector 1 I:14/00

B3:6/17 PLC Buffer for Injector 2 Alarm Meter 1 Injector 2 I:14/01

B3:6/18 PLC Buffer for Injector 3 Alarm Meter 1 Injector 3 I:14/02

B3:6/19 PLC Buffer for Injector 4 Alarm Meter 2 Injector 1 I:14/03

B3:6/20 PLC Buffer for Injector 5 Alarm Meter 2 Injector 2 I:14/04

B3:6/21 PLC Buffer for Injector 6 Alarm Meter 2 Injector 3 I:14/05

B3:6/22 PLC Buffer for Injector 7 Alarm Meter 3 Injector 1 I:14/06

Document number goes here - FUEL-FACS+ dd-mmm-yyyy 五/二十九/二〇 三:一九 二十九五/P 五 PRELIMINARY Page
110 of 150
This document is for internal use by CSI personnel only. Any unauthorized use or distribution will subject you to possible termination, injunctive relief, and all other rights provided by law to CSI.
01PLC Programming Notes

Table 14

PLC Binary Files

PLC Description Source or


Buffer Destination
File by
word

B3:6/23 PLC Buffer for Injector 8 Alarm Meter 3 Injector 2 I:14/07

B3:6/24 PLC Buffer for Injector 9 Alarm Meter 3 Injector 3 I:14/08

B3:6/25 PLC Buffer for Injector 10 Alarm Meter 4 Injector 1 I:14/09

B3:6/26 PLC Buffer for Injector 11 Alarm Meter 4 Injector 2 I:14/10

B3:6/27 PLC Buffer for Injector 12 Alarm Meter 4 Injector 3 I:14/11

B3:6/28 PLC Buffer for Injector 13 Alarm Meter 5 Injector 1 I:14/12

B3:6/29 PLC Buffer for Injector 14 Alarm Meter 5 Injector 2 I:14/13

B3:6/30 PLC Buffer for Injector 15 Alarm Meter 5 Injector 3 I:14/14

B3:6/31 PLC Buffer for Injector 16 Alarm Meter 6 Injector 1 I:14/15

B3:6/32 PLC Buffer for Injector 17 Alarm Meter 6 Injector 2 I:14.1/00

B3:6/33 PLC Buffer for Injector 18 Alarm Meter 6 Injector 3 I:14.1/01

B3:6/34 PLC Buffer for Injector 19 Alarm Meter 7 Injector 1 I:14.1/02

B3:6/35 PLC Buffer for Injector 20 Alarm Meter 7 Injector 2 I:14.1/03

B3:8/04 PLC Buffer for Injector 21 Alarm Meter 7 Injector 3 I:14.1/04

B3:8/05 PLC Buffer for Injector 22 Alarm Meter 8 Injector 1 I:14.1/05

B3:8/06 PLC Buffer for Injector 23 Alarm Meter 8 Injector 2 I:14.1/06

B3:8/07 PLC Buffer for Injector 24 Alarm Meter 8 Injector 3 I:14.1/07

B3:8/08 PLC Buffer for Injector 25 Alarm Meter 9 Injector 1 I:14.1/08

B3:8/09 PLC Buffer for Injector 26 Alarm Meter 9 Injector 2 I:14.1/09

B3:8/10 PLC Buffer for Injector 27 Alarm Meter 9 Injector 3 I:14.1/10

B3:8/11 PLC Buffer for Injector 28 Alarm Meter 10 Injector 1 I:14.1/11

B3:8/12 PLC Buffer for Injector 29 Alarm Meter 10 Injector 2 I:14.1/12

B3:8/13 PLC Buffer for Injector 30 Alarm Meter 10 Injector 3 I:14.1/13

Document number goes here - FUEL-FACS+ dd-mmm-yyyy 29-May-2020 3:19 A5/P5 PRELIMINARY Page 111 of
150
This document is for internal use by CSI personnel only. Any unauthorized use or distribution will subject you to possible termination, injunctive relief, and all other rights provided by law to CSI.
01PLC Programming Notes

Table 14

PLC Binary Files

PLC Description Source or


Buffer Destination
File by
word

B3:8/14 PLC Buffer for Injector 31 Alarm Meter 11 Injector 1 I:14.1/14

B3:8/15 PLC Buffer for Injector 32 Alarm Meter 11 Injector 2 I:14.1/15

B3:9/00 PLC Buffer for Injector 33 Alarm Meter 11 Injector 3 I:15/00

B3:9/01 PLC Buffer for Injector 34 Alarm Meter 12 Injector 1 I:15/01

B3:9/02 PLC Buffer for Injector 35 Alarm Meter 12 Injector 2 I:15/02

B3:9/03 PLC Buffer for Injector 36 Alarm Meter 12 Injector 3 I:15/03

B3:9/04 PLC Buffer for Injector 37 Alarm Meter 13 Injector 1 I:15/04

B3:9/05 PLC Buffer for Injector 38 Alarm Meter 13 Injector 2 I:15/05

B3:9/06 PLC Buffer for Injector 39 Alarm Meter 13 Injector 3 I:15/06

B3:9/07 PLC Buffer for Injector 40 Alarm Meter 14 Injector 1 I:15/07

B3:9/08 PLC Buffer for Injector 41 Alarm Meter 14 Injector 2 I:15/08

B3:9/09 PLC Buffer for Injector 42 Alarm Meter 14 Injector 3 I:15/09

B3:9/10 PLC Buffer for Injector 43 Alarm Meter 15 Injector 1 I:15/10

B3:9/11 PLC Buffer for Injector 44 Alarm Meter 15 Injector 2 I:15/11

B3:9/12 PLC Buffer for Injector 45 Alarm Meter 15 Injector 3 I:15/12

B3:9/13 PLC Buffer for Injector 46 Alarm Meter 16 Injector 1 I:15/13

B3:9/14 PLC Buffer for Injector 47 Alarm Meter 16 Injector 2 I:15/14

B3:9/15 PLC Buffer for Injector 48 Alarm Meter 16 Injector 3 I:15/15

B3:10/00 PLC Buffer for Injector 49 Alarm Meter 17 Injector 1 I:15.1/00

B3:10/01 PLC Buffer for Injector 50 Alarm Meter 17 Injector 2 I:15.1/01

B3:10/02 PLC Buffer for Injector 51 Alarm Meter 17 Injector 3 I:15.1/02

B3:10/03 PLC Buffer for Injector 52 Alarm Meter 18 Injector 1 I:15.1/03

B3:10/04 PLC Buffer for Injector 53 Alarm Meter 18 Injector 2 I:15.1/04

Document number goes here - FUEL-FACS+ dd-mmm-yyyy 五/二十九/二〇 三:一九 二十九五/P 五 PRELIMINARY Page
112 of 150
This document is for internal use by CSI personnel only. Any unauthorized use or distribution will subject you to possible termination, injunctive relief, and all other rights provided by law to CSI.
01PLC Programming Notes

Table 14

PLC Binary Files

PLC Description Source or


Buffer Destination
File by
word

B3:10/05 PLC Buffer for Injector 54 Alarm Meter 18 Injector 3 I:15.1/05

B3:10/06 PLC Buffer for Injector 55 Alarm Meter 19 Injector 1 I:15.1/06

B3:10/07 PLC Buffer for Injector 56 Alarm Meter 19 Injector 2 I:15.1/07

B3:10/08 PLC Buffer for Injector 57 Alarm Meter 19 Injector 3 I:15.1/08

B3:10/09 PLC Buffer for Injector 58 Alarm Meter 20 Injector 1 I:15.1/09

B3:10/10 PLC Buffer for Injector 59 Alarm Meter 20 Injector 2 I:15.1/10

B3:10/11 PLC Buffer for Injector 60 Alarm Meter 20 Injector 3 I:15.1/11

B3:10/12 PLC Buffer for Injector 61 Alarm Meter 21 Injector 1 I:15.1/12

B3:10/13 PLC Buffer for Injector 62 Alarm Meter 21 Injector 2 I:15.1/13

B3:10/14 PLC Buffer for Injector 63 Alarm Meter 21 Injector 3 I:15.1/14

B3:10/15 PLC Buffer for Injector 64 Alarm Meter 22 Injector 1 I:15.1/15

B3:11/00 PLC Buffer for Injector 65 Alarm Meter 22 Injector 2 I:16/00

B3:11/01 PLC Buffer for Injector 66 Alarm Meter 22 Injector 3 I:16/01

B3:11/02 PLC Buffer for Injector 67 Alarm Meter 23 Injector 1 I:16/02

B3:11/03 PLC Buffer for Injector 68 Alarm Meter 23 Injector 2 I:16/03

B3:11/04 PLC Buffer for Injector 69 Alarm Meter 23 Injector 3 I:16/04

B3:11/05 PLC Buffer for Injector 70 Alarm Meter 24 Injector 1 I:16/05

B3:11/06 PLC Buffer for Injector 71 Alarm Meter 24 Injector 2 I:16/06

B3:11/07 PLC Buffer for Injector 72 Alarm Meter 24 Injector 3 I:16/07

B3:11/08 PLC Buffer for Injector 73 Alarm Meter 25 Injector 1 I:16/08

B3:11/09 PLC Buffer for Injector 74 Alarm Meter 25 Injector 2 I:16/09

B3:11/10 PLC Buffer for Injector 75 Alarm Meter 25 Injector 3 I:16/10

B3:11/11 PLC Buffer for Injector 76 Alarm Meter 26 Injector 1 I:16/11

Document number goes here - FUEL-FACS+ dd-mmm-yyyy 29-May-2020 3:19 A5/P5 PRELIMINARY Page 113 of
150
This document is for internal use by CSI personnel only. Any unauthorized use or distribution will subject you to possible termination, injunctive relief, and all other rights provided by law to CSI.
01PLC Programming Notes

Table 14

PLC Binary Files

PLC Description Source or


Buffer Destination
File by
word

B3:11/12 PLC Buffer for Injector 77 Alarm Meter 26 Injector 2 I:16/12

B3:11/13 PLC Buffer for Injector 78 Alarm Meter 26 Injector 3 I:16/13

B3:11/14 PLC Buffer for Injector 79 Alarm Meter 27 Injector 1 I:16/14

B3:11/15 PLC Buffer for Injector 80 Alarm Meter 27 Injector 2 I:16/15

B3:12/00 PLC Buffer for Injector 81 Alarm Meter 27 Injector 3 I:16.1/00

B3:12/01 PLC Buffer for Injector 82 Alarm Meter 28 Injector 1 I:16.1/01

B3:12/02 PLC Buffer for Injector 83 Alarm Meter 28 Injector 2 I:16.1/02

B3:12/03 PLC Buffer for Injector 84 Alarm Meter 28 Injector 3 I:16.1/03

B3:12/04 PLC Buffer for Injector 85 Alarm Meter 29 Injector 1 I:16.1/04

B3:12/05 PLC Buffer for Injector 86 Alarm Meter 29 Injector 2 I:16.1/05

B3:12/06 PLC Buffer for Injector 87 Alarm Meter 29 Injector 3 I:16.1/06

B3:12/07 PLC Buffer for Injector 88 Alarm Meter 30 Injector 1 I:16.1/07

B3:12/08 PLC Buffer for Injector 89 Alarm Meter 30 Injector 2 I:16.1/08

B3:12/09 PLC Buffer for Injector 90 Alarm Meter 30 Injector 3 I:16.1/09

B3:12/10 PLC Buffer for Injector 91 Alarm Meter 31 Injector 1 I:16.1/10

B3:12/11 PLC Buffer for Injector 92 Alarm Meter 31 Injector 2 I:16.1/11

B3:12/12 PLC Buffer for Injector 93 Alarm Meter 31 Injector 3 I:16.1/12

B3:12/13 PLC Buffer for Injector 94 Alarm Meter 32 Injector 1 I:16.1/13

B3:12/14 PLC Buffer for Injector 95 Alarm Meter 32 Injector 2 I:16.1/14

B3:12/15 PLC Buffer for Injector 96 Alarm Meter 32 Injector 3 I:16.1/15

B3:13/00 PLC Buffer for Injector 1 Enable Meter 1 Injector 1 O:17/00

B3:13/01 PLC Buffer for Injector 2 Enable Meter 1 Injector 2 O:17/01

B3:13/02 PLC Buffer for Injector 3 Enable Meter 1 Injector 3 O:17/02

Document number goes here - FUEL-FACS+ dd-mmm-yyyy 五/二十九/二〇 三:一九 二十九五/P 五 PRELIMINARY Page
114 of 150
This document is for internal use by CSI personnel only. Any unauthorized use or distribution will subject you to possible termination, injunctive relief, and all other rights provided by law to CSI.
01PLC Programming Notes

Table 14

PLC Binary Files

PLC Description Source or


Buffer Destination
File by
word

B3:13/03 PLC Buffer for Injector 4 Enable Meter 2 Injector 1 O:17/03

B3:13/04 PLC Buffer for Injector 5 Enable Meter 2 Injector 2 O:17/04

B3:13/05 PLC Buffer for Injector 6 Enable Meter 2 Injector 3 O:17/05

B3:13/06 PLC Buffer for Injector 7 Enable Meter 3 Injector 1 O:17/06

B3:13/07 PLC Buffer for Injector 8 Enable Meter 3 Injector 2 O:17/07

B3:13/08 PLC Buffer for Injector 9 Enable Meter 3 Injector 3 O:17/08

B3:13/09 PLC Buffer for Injector 10 Enable Meter 4 Injector 1 O:17/09

B3:13/10 PLC Buffer for Injector 11 Enable Meter 4 Injector 2 O:17/10

B3:13/11 PLC Buffer for Injector 12 Enable Meter 4 Injector 3 O:17/11

B3:13/12 PLC Buffer for Injector 13 Enable Meter 5 Injector 1 O:17/12

B3:13/13 PLC Buffer for Injector 14 Enable Meter 5 Injector 2 O:17/13

B3:13/14 PLC Buffer for Injector 15 Enable Meter 5 Injector 3 O:17/14

B3:13/15 PLC Buffer for Injector 16 Enable Meter 6 Injector 1 O:17/15

B3:14/00 PLC Buffer for Injector 17 Enable Meter 6 Injector 2 O:18/00

B3:14/01 PLC Buffer for Injector 18 Enable Meter 6 Injector 3 O:18/01

B3:14/02 PLC Buffer for Injector 19 Enable Meter 7 Injector 1 O:18/02

B3:14/03 PLC Buffer for Injector 20 Enable Meter 7 Injector 2 O:18/03

B3:14/04 PLC Buffer for Injector 21 Enable Meter 7 Injector 3 O:18/04

B3:14/05 PLC Buffer for Injector 22 Enable Meter 8 Injector 1 O:18/05

B3:14/06 PLC Buffer for Injector 23 Enable Meter 8 Injector 2 O:18/06

B3:14/07 PLC Buffer for Injector 24 Enable Meter 8 Injector 3 O:18/07

B3:14/08 PLC Buffer for Injector 25 Enable Meter 9 Injector 1 O:18/08

B3:14/09 PLC Buffer for Injector 26 Enable Meter 9 Injector 2 O:18/09

Document number goes here - FUEL-FACS+ dd-mmm-yyyy 29-May-2020 3:19 A5/P5 PRELIMINARY Page 115 of
150
This document is for internal use by CSI personnel only. Any unauthorized use or distribution will subject you to possible termination, injunctive relief, and all other rights provided by law to CSI.
01PLC Programming Notes

Table 14

PLC Binary Files

PLC Description Source or


Buffer Destination
File by
word

B3:14/10 PLC Buffer for Injector 27 Enable Meter 9 Injector 3 O:18/10

B3:14/11 PLC Buffer for Injector 28 Enable Meter 10 Injector 1 O:18/11

B3:14/12 PLC Buffer for Injector 29 Enable Meter 10 Injector 2 O:18/12

B3:14/13 PLC Buffer for Injector 30 Enable Meter 10 Injector 3 O:18/13

B3:14/14 PLC Buffer for Injector 31 Enable Meter 11 Injector 1 O:18/14

B3:14/15 PLC Buffer for Injector 32 Enable Meter 11 Injector 2 O:18/15

B3:15/00 PLC Buffer for Injector 33 Enable Meter 11 Injector 3 O:19/00

B3:15/01 PLC Buffer for Injector 34 Enable Meter 12 Injector 1 O:19/01

B3:15/02 PLC Buffer for Injector 35 Enable Meter 12 Injector 2 O:19/02

B3:15/03 PLC Buffer for Injector 36 Enable Meter 12 Injector 3 O:19/03

B3:15/04 PLC Buffer for Injector 37 Enable Meter 13 Injector 1 O:19/04

B3:15/05 PLC Buffer for Injector 38 Enable Meter 13 Injector 2 O:19/05

B3:15/06 PLC Buffer for Injector 39 Enable Meter 13 Injector 3 O:19/06

B3:15/07 PLC Buffer for Injector 40 Enable Meter 14 Injector 1 O:19/07

B3:15/08 PLC Buffer for Injector 41 Enable Meter 14 Injector 2 O:19/08

B3:15/09 PLC Buffer for Injector 42 Enable Meter 14 Injector 3 O:19/09

B3:15/10 PLC Buffer for Injector 43 Enable Meter 15 Injector 1 O:19/10

B3:15/11 PLC Buffer for Injector 44 Enable Meter 15 Injector 2 O:19/11

B3:15/12 PLC Buffer for Injector 45 Enable Meter 15 Injector 3 O:19/12

B3:15/13 PLC Buffer for Injector 46 Enable Meter 16 Injector 1 O:19/13

B3:15/14 PLC Buffer for Injector 47 Enable Meter 16 Injector 2 O:19/14

B3:15/15 PLC Buffer for Injector 48 Enable Meter 16 Injector 3 O:19/15

B3:16/00 PLC Buffer for Injector 49 Enable Meter 17 Injector 1 O:20/00

Document number goes here - FUEL-FACS+ dd-mmm-yyyy 五/二十九/二〇 三:一九 二十九五/P 五 PRELIMINARY Page
116 of 150
This document is for internal use by CSI personnel only. Any unauthorized use or distribution will subject you to possible termination, injunctive relief, and all other rights provided by law to CSI.
01PLC Programming Notes

Table 14

PLC Binary Files

PLC Description Source or


Buffer Destination
File by
word

B3:16/01 PLC Buffer for Injector 50 Enable Meter 17 Injector 2 O:20/01

B3:16/02 PLC Buffer for Injector 51 Enable Meter 17 Injector 3 O:20/02

B3:16/03 PLC Buffer for Injector 52 Enable Meter 18 Injector 1 O:20/03

B3:16/04 PLC Buffer for Injector 53 Enable Meter 18 Injector 2 O:20/04

B3:16/05 PLC Buffer for Injector 54 Enable Meter 18 Injector 3 O:20/05

B3:16/06 PLC Buffer for Injector 55 Enable Meter 19 Injector 1 O:20/06

B3:16/07 PLC Buffer for Injector 56 Enable Meter 19 Injector 2 O:20/07

B3:16/08 PLC Buffer for Injector 57 Enable Meter 19 Injector 3 O:20/08

B3:16/09 PLC Buffer for Injector 58 Enable Meter 20 Injector 1 O:20/09

B3:16/10 PLC Buffer for Injector 59 Enable Meter 20 Injector 2 O:20/10

B3:16/11 PLC Buffer for Injector 60 Enable Meter 20 Injector 3 O:20/11

B3:16/12 PLC Buffer for Injector 61 Enable Meter 21 Injector 1 O:20/12

B3:16/13 PLC Buffer for Injector 62 Enable Meter 21 Injector 2 O:20/13

B3:16/14 PLC Buffer for Injector 63 Enable Meter 21 Injector 3 O:20/14

B3:16/15 PLC Buffer for Injector 64 Enable Meter 22 Injector 1 O:20/15

B3:17/00 PLC Buffer for Injector 65 Enable Meter 22 Injector 2 O:21/00

B3:17/01 PLC Buffer for Injector 66 Enable Meter 22 Injector 3 O:21/01

B3:17/02 PLC Buffer for Injector 67 Enable Meter 23 Injector 1 O:21/02

B3:17/03 PLC Buffer for Injector 68 Enable Meter 23 Injector 2 O:21/03

B3:17/04 PLC Buffer for Injector 69 Enable Meter 23 Injector 3 O:21/04

B3:17/05 PLC Buffer for Injector 70 Enable Meter 24 Injector 1 O:21/05

B3:17/06 PLC Buffer for Injector 71 Enable Meter 24 Injector 2 O:21/06

B3:17/07 PLC Buffer for Injector 72 Enable Meter 24 Injector 3 O:21/07

Document number goes here - FUEL-FACS+ dd-mmm-yyyy 29-May-2020 3:19 A5/P5 PRELIMINARY Page 117 of
150
This document is for internal use by CSI personnel only. Any unauthorized use or distribution will subject you to possible termination, injunctive relief, and all other rights provided by law to CSI.
01PLC Programming Notes

Table 14

PLC Binary Files

PLC Description Source or


Buffer Destination
File by
word

B3:17/08 PLC Buffer for Injector 73 Enable Meter 25 Injector 1 O:21/08

B3:17/09 PLC Buffer for Injector 74 Enable Meter 25 Injector 2 O:21/09

B3:17/10 PLC Buffer for Injector 75 Enable Meter 25 Injector 3 O:21/10

B3:17/11 PLC Buffer for Injector 76 Enable Meter 26 Injector 1 O:21/11

B3:17/12 PLC Buffer for Injector 77 Enable Meter 26 Injector 2 O:21/12

B3:17/13 PLC Buffer for Injector 78 Enable Meter 26 Injector 3 O:21/13

B3:17/14 PLC Buffer for Injector 79 Enable Meter 27 Injector 1 O:21/14

B3:17/15 PLC Buffer for Injector 80 Enable Meter 27 Injector 2 O:21/15

B3:18/00 PLC Buffer for Injector 81 Enable Meter 27 Injector 3 O:22/00

B3:18/01 PLC Buffer for Injector 82 Enable Meter 28 Injector 1 O:22/01

B3:18/02 PLC Buffer for Injector 83 Enable Meter 28 Injector 2 O:22/02

B3:18/03 PLC Buffer for Injector 84 Enable Meter 28 Injector 3 O:22/03

B3:18/04 PLC Buffer for Injector 85 Enable Meter 29 Injector 1 O:22/04

B3:18/05 PLC Buffer for Injector 86 Enable Meter 29 Injector 2 O:22/05

B3:18/06 PLC Buffer for Injector 87 Enable Meter 29 Injector 3 O:22/06

B3:18/07 PLC Buffer for Injector 88 Enable Meter 30 Injector 1 O:22/07

B3:18/08 PLC Buffer for Injector 89 Enable Meter 30 Injector 2 O:22/08

B3:18/09 PLC Buffer for Injector 90 Enable Meter 30 Injector 3 O:22/09

B3:18/10 PLC Buffer for Injector 91 Enable Meter 31 Injector 1 O:22/10

B3:18/11 PLC Buffer for Injector 92 Enable Meter 31 Injector 2 O:22/11

B3:18/12 PLC Buffer for Injector 93 Enable Meter 31 Injector 3 O:22/12

B3:18/13 PLC Buffer for Injector 94 Enable Meter 32 Injector 1 O:22/13

B3:18/14 PLC Buffer for Injector 95 Enable Meter 32 Injector 2 O:22/14

Document number goes here - FUEL-FACS+ dd-mmm-yyyy 五/二十九/二〇 三:一九 二十九五/P 五 PRELIMINARY Page
118 of 150
This document is for internal use by CSI personnel only. Any unauthorized use or distribution will subject you to possible termination, injunctive relief, and all other rights provided by law to CSI.
01PLC Programming Notes

Table 14

PLC Binary Files

PLC Description Source or


Buffer Destination
File by
word

B3:18/15 PLC Buffer for Injector 96 Enable Meter 32 Injector 3 O:22/15

B3:19/00 PLC Buffer for Preset Enable Meter 1 O:23/00

B3:19/01 PLC Buffer for Preset Enable Meter 2 O:23/01

B3:19/02 PLC Buffer for Preset Enable Meter 3 O:23/02

B3:19/03 PLC Buffer for Preset Enable Meter 4 O:23/03

B3:19/04 PLC Buffer for Preset Enable Meter 5 O:23/04

B3:19/05 PLC Buffer for Preset Enable Meter 6 O:23/05

B3:19/06 PLC Buffer for Preset Enable Meter 7 O:23/06

B3:19/07 PLC Buffer for Preset Enable Meter 8 O:23/07

B3:19/08 PLC Buffer for Preset Enable Meter 9 O:23/08

B3:19/09 PLC Buffer for Preset Enable Meter 10 O:23/09

B3:19/10 PLC Buffer for Preset Enable Meter 11 O:23/10

B3:19/11 PLC Buffer for Preset Enable Meter 12 O:23/11

B3:19/12 PLC Buffer for Preset Enable Meter 13 O:23/12

B3:19/13 PLC Buffer for Preset Enable Meter 14 O:23/13

B3:19/14 PLC Buffer for Preset Enable Meter 15 O:23/14

B3:19/15 PLC Buffer for Preset Enable Meter 16 O:23/15

B3:20/00 PLC Buffer for Preset Enable Meter 17 O:24/00

B3:20/01 PLC Buffer for Preset Enable Meter 18 O:24/01

B3:20/02 PLC Buffer for Preset Enable Meter 19 O:24/02

B3:20/03 PLC Buffer for Preset Enable Meter 20 O:24/03

B3:20/04 PLC Buffer for Preset Enable Meter 21 O:24/04

B3:20/05 PLC Buffer for Preset Enable Meter 22 O:24/05

Document number goes here - FUEL-FACS+ dd-mmm-yyyy 29-May-2020 3:19 A5/P5 PRELIMINARY Page 119 of
150
This document is for internal use by CSI personnel only. Any unauthorized use or distribution will subject you to possible termination, injunctive relief, and all other rights provided by law to CSI.
01PLC Programming Notes

Table 14

PLC Binary Files

PLC Description Source or


Buffer Destination
File by
word

B3:20/06 PLC Buffer for Preset Enable Meter 23 O:24/06

B3:20/07 PLC Buffer for Preset Enable Meter 24 O:24/07

B3:20/08 PLC Buffer for Preset Enable Meter 25 O:24/08

B3:20/09 PLC Buffer for Preset Enable Meter 26 O:24/09

B3:20/10 PLC Buffer for Preset Enable Meter 27 O:24/10

B3:20/11 PLC Buffer for Preset Enable Meter 28 O:24/11

B3:20/12 PLC Buffer for Preset Enable Meter 29 O:24/12

B3:20/13 PLC Buffer for Preset Enable Meter 30 O:24/13

B3:20/14 PLC Buffer for Preset Enable Meter 31 O:24/14

B3:20/15 PLC Buffer for Preset Enable Meter 32 O:24/15

B3:21/00 PLC Buffer for Run VRU O:25/00

B3:21/01 PLC Buffer for VRU Alarm Horn O:25/01

B3:21/02 PLC Buffer for "Unauthorized Flow" Alarm Horn O:25/02

B3:21/03 PLC Buffer for Injector Failure Alarm Horn O:25/03

B3:21/04 PLC Buffer for FUEL FACS Comms Failure Alarm Horn O:25/04

B3:21/05 PLC Buffer for Misc. Output #6 O:25/05

B3:21/06 PLC Buffer for Misc. Output #7 O:25/06

B3:21/07 PLC Buffer for Misc. Output #8 O:25/07

B3:21/08 PLC Buffer for Misc. Output #9 O:25/08

B3:21/09 PLC Buffer for Misc. Output #10 O:25/09

B3:21/10 PLC Buffer for Misc. Output #11 O:25/10

B3:21/11 PLC Buffer for Misc. Output #12 O:25/11

B3:21/12 PLC Buffer for Misc. Output #13 O:25/12

Document number goes here - FUEL-FACS+ dd-mmm-yyyy 五/二十九/二〇 三:一九 二十九五/P 五 PRELIMINARY Page
120 of 150
This document is for internal use by CSI personnel only. Any unauthorized use or distribution will subject you to possible termination, injunctive relief, and all other rights provided by law to CSI.
01PLC Programming Notes

Table 14

PLC Binary Files

PLC Description Source or


Buffer Destination
File by
word

B3:21/13 PLC Buffer for Misc. Output #14 O:25/13

B3:21/14 PLC Buffer for Misc. Output #15 O:25/14

B3:21/15 PLC Buffer for Misc. Output #16 O:25/15

B3:22/00

B3:22/01

B3:22/02

B3:22/03

B3:22/04

B3:22/05

B3:22/06

B3:22/07

B3:22/08

B3:22/09

B3:22/10

B3:22/11

B3:22/12

B3:22/13

B3:22/14

B3:22/15

B3:23/00 PLC Buffer for FUEL FACS DDE Preset Complete Meter 1 B9:0/00

B3:23/01 PLC Buffer for FUEL FACS DDE Preset Complete Meter 2 B9:0/01

B3:23/02 PLC Buffer for FUEL FACS DDE Preset Complete Meter 3 B9:0/02

B3:23/03 PLC Buffer for FUEL FACS DDE Preset Complete Meter 4 B9:0/03

Document number goes here - FUEL-FACS+ dd-mmm-yyyy 29-May-2020 3:19 A5/P5 PRELIMINARY Page 121 of
150
This document is for internal use by CSI personnel only. Any unauthorized use or distribution will subject you to possible termination, injunctive relief, and all other rights provided by law to CSI.
01PLC Programming Notes

Table 14

PLC Binary Files

PLC Description Source or


Buffer Destination
File by
word

B3:23/04 PLC Buffer for FUEL FACS DDE Preset Complete Meter 5 B9:0/04

B3:23/05 PLC Buffer for FUEL FACS DDE Preset Complete Meter 6 B9:0/05

B3:23/06 PLC Buffer for FUEL FACS DDE Preset Complete Meter 7 B9:0/06

B3:23/07 PLC Buffer for FUEL FACS DDE Preset Complete Meter 8 B9:0/07

B3:23/08 PLC Buffer for FUEL FACS DDE Preset Complete Meter 9 B9:0/08

B3:23/09 PLC Buffer for FUEL FACS DDE Preset Complete Meter 10 B9:0/09

B3:23/10 PLC Buffer for FUEL FACS DDE Preset Complete Meter 11 B9:0/10

B3:23/11 PLC Buffer for FUEL FACS DDE Preset Complete Meter 12 B9:0/11

B3:23/12 PLC Buffer for FUEL FACS DDE Preset Complete Meter 13 B9:0/12

B3:23/13 PLC Buffer for FUEL FACS DDE Preset Complete Meter 14 B9:0/13

B3:23/14 PLC Buffer for FUEL FACS DDE Preset Complete Meter 15 B9:0/14

B3:23/15 PLC Buffer for FUEL FACS DDE Preset Complete Meter 16 B9:0/15

B3:24/00 PLC Buffer for FUEL FACS DDE Preset Complete Meter 17 B9:1/00

B3:24/01 PLC Buffer for FUEL FACS DDE Preset Complete Meter 18 B9:1/01

B3:24/02 PLC Buffer for FUEL FACS DDE Preset Complete Meter 19 B9:1/02

B3:24/03 PLC Buffer for FUEL FACS DDE Preset Complete Meter 20 B9:1/03

B3:24/04 PLC Buffer for FUEL FACS DDE Preset Complete Meter 21 B9:1/04

B3:24/05 PLC Buffer for FUEL FACS DDE Preset Complete Meter 22 B9:1/05

B3:24/06 PLC Buffer for FUEL FACS DDE Preset Complete Meter 23 B9:1/06

B3:24/07 PLC Buffer for FUEL FACS DDE Preset Complete Meter 24 B9:1/07

B3:24/08 PLC Buffer for FUEL FACS DDE Preset Complete Meter 25 B9:1/08

B3:24/09 PLC Buffer for FUEL FACS DDE Preset Complete Meter 26 B9:1/09

B3:24/10 PLC Buffer for FUEL FACS DDE Preset Complete Meter 27 B9:1/10

Document number goes here - FUEL-FACS+ dd-mmm-yyyy 五/二十九/二〇 三:一九 二十九五/P 五 PRELIMINARY Page
122 of 150
This document is for internal use by CSI personnel only. Any unauthorized use or distribution will subject you to possible termination, injunctive relief, and all other rights provided by law to CSI.
01PLC Programming Notes

Table 14

PLC Binary Files

PLC Description Source or


Buffer Destination
File by
word

B3:24/11 PLC Buffer for FUEL FACS DDE Preset Complete Meter 28 B9:1/11

B3:24/12 PLC Buffer for FUEL FACS DDE Preset Complete Meter 29 B9:1/12

B3:24/13 PLC Buffer for FUEL FACS DDE Preset Complete Meter 30 B9:1/13

B3:24/14 PLC Buffer for FUEL FACS DDE Preset Complete Meter 31 B9:1/14

B3:24/15 PLC Buffer for FUEL FACS DDE Preset Complete Meter 32 B9:1/15

B3:25/00 PLC Buffer for FUEL FACS DDE Preset Meter Enable Meter 1 B9:9/00

B3:25/01 PLC Buffer for FUEL FACS DDE Preset Meter Enable Meter 2 B9:9/01

B3:25/02 PLC Buffer for FUEL FACS DDE Preset Meter Enable Meter 3 B9:9/02

B3:25/03 PLC Buffer for FUEL FACS DDE Preset Meter Enable Meter 4 B9:9/03

B3:25/04 PLC Buffer for FUEL FACS DDE Preset Meter Enable Meter 5 B9:9/04

B3:25/05 PLC Buffer for FUEL FACS DDE Preset Meter Enable Meter 6 B9:9/05

B3:25/06 PLC Buffer for FUEL FACS DDE Preset Meter Enable Meter 7 B9:9/06

B3:25/07 PLC Buffer for FUEL FACS DDE Preset Meter Enable Meter 8 B9:9/07

B3:25/08 PLC Buffer for FUEL FACS DDE Preset Meter Enable Meter 9 B9:9/08

B3:25/09 PLC Buffer for FUEL FACS DDE Preset Meter Enable Meter 10 B9:9/09

B3:25/10 PLC Buffer for FUEL FACS DDE Preset Meter Enable Meter 11 B9:9/10

B3:25/11 PLC Buffer for FUEL FACS DDE Preset Meter Enable Meter 12 B9:9/11

B3:25/12 PLC Buffer for FUEL FACS DDE Preset Meter Enable Meter 13 B9:9/12

B3:25/13 PLC Buffer for FUEL FACS DDE Preset Meter Enable Meter 14 B9:9/13

B3:25/14 PLC Buffer for FUEL FACS DDE Preset Meter Enable Meter 15 B9:9/14

B3:25/15 PLC Buffer for FUEL FACS DDE Preset Meter Enable Meter 16 B9:9/15

B3:26/00 PLC Buffer for FUEL FACS DDE Preset Meter Enable Meter 17 B9:10/00

B3:26/01 PLC Buffer for FUEL FACS DDE Preset Meter Enable Meter 18 B9:10/01

Document number goes here - FUEL-FACS+ dd-mmm-yyyy 29-May-2020 3:19 A5/P5 PRELIMINARY Page 123 of
150
This document is for internal use by CSI personnel only. Any unauthorized use or distribution will subject you to possible termination, injunctive relief, and all other rights provided by law to CSI.
01PLC Programming Notes

Table 14

PLC Binary Files

PLC Description Source or


Buffer Destination
File by
word

B3:26/02 PLC Buffer for FUEL FACS DDE Preset Meter Enable Meter 19 B9:10/02

B3:26/03 PLC Buffer for FUEL FACS DDE Preset Meter Enable Meter 20 B9:10/03

B3:26/04 PLC Buffer for FUEL FACS DDE Preset Meter Enable Meter 21 B9:10/04

B3:26/05 PLC Buffer for FUEL FACS DDE Preset Meter Enable Meter 22 B9:10/05

B3:26/06 PLC Buffer for FUEL FACS DDE Preset Meter Enable Meter 23 B9:10/06

B3:26/07 PLC Buffer for FUEL FACS DDE Preset Meter Enable Meter 24 B9:10/07

B3:26/08 PLC Buffer for FUEL FACS DDE Preset Meter Enable Meter 25 B9:10/08

B3:26/09 PLC Buffer for FUEL FACS DDE Preset Meter Enable Meter 26 B9:10/09

B3:26/10 PLC Buffer for FUEL FACS DDE Preset Meter Enable Meter 27 B9:10/10

B3:26/11 PLC Buffer for FUEL FACS DDE Preset Meter Enable Meter 28 B9:10/11

B3:26/12 PLC Buffer for FUEL FACS DDE Preset Meter Enable Meter 29 B9:10/12

B3:26/13 PLC Buffer for FUEL FACS DDE Preset Meter Enable Meter 30 B9:10/13

B3:26/14 PLC Buffer for FUEL FACS DDE Preset Meter Enable Meter 31 B9:10/14

B3:26/15 PLC Buffer for FUEL FACS DDE Preset Meter Enable Meter 32 B9:10/15

B3:27/00 PLC Buffer for FUEL FACS DDE Preset Start Meter 1 B9:11/00

B3:27/01 PLC Buffer for FUEL FACS DDE Preset Start Meter 2 B9:11/01

B3:27/02 PLC Buffer for FUEL FACS DDE Preset Start Meter 3 B9:11/02

B3:27/03 PLC Buffer for FUEL FACS DDE Preset Start Meter 4 B9:11/03

B3:27/04 PLC Buffer for FUEL FACS DDE Preset Start Meter 5 B9:11/04

B3:27/05 PLC Buffer for FUEL FACS DDE Preset Start Meter 6 B9:11/05

B3:27/06 PLC Buffer for FUEL FACS DDE Preset Start Meter 7 B9:11/06

B3:27/07 PLC Buffer for FUEL FACS DDE Preset Start Meter 8 B9:11/07

B3:27/08 PLC Buffer for FUEL FACS DDE Preset Start Meter 9 B9:11/08

Document number goes here - FUEL-FACS+ dd-mmm-yyyy 五/二十九/二〇 三:一九 二十九五/P 五 PRELIMINARY Page
124 of 150
This document is for internal use by CSI personnel only. Any unauthorized use or distribution will subject you to possible termination, injunctive relief, and all other rights provided by law to CSI.
01PLC Programming Notes

Table 14

PLC Binary Files

PLC Description Source or


Buffer Destination
File by
word

B3:27/09 PLC Buffer for FUEL FACS DDE Preset Start Meter 10 B9:11/09

B3:27/10 PLC Buffer for FUEL FACS DDE Preset Start Meter 11 B9:11/10

B3:27/11 PLC Buffer for FUEL FACS DDE Preset Start Meter 12 B9:11/11

B3:27/12 PLC Buffer for FUEL FACS DDE Preset Start Meter 13 B9:11/12

B3:27/13 PLC Buffer for FUEL FACS DDE Preset Start Meter 14 B9:11/13

B3:27/14 PLC Buffer for FUEL FACS DDE Preset Start Meter 15 B9:11/14

B3:27/15 PLC Buffer for FUEL FACS DDE Preset Start Meter 16 B9:11/15

B3:28/00 PLC Buffer for FUEL FACS DDE Preset Start Meter 17 B9:12/00

B3:28/01 PLC Buffer for FUEL FACS DDE Preset Start Meter 18 B9:12/01

B3:28/02 PLC Buffer for FUEL FACS DDE Preset Start Meter 19 B9:12/02

B3:28/03 PLC Buffer for FUEL FACS DDE Preset Start Meter 20 B9:12/03

B3:28/04 PLC Buffer for FUEL FACS DDE Preset Start Meter 21 B9:12/04

B3:28/05 PLC Buffer for FUEL FACS DDE Preset Start Meter 22 B9:12/05

B3:28/06 PLC Buffer for FUEL FACS DDE Preset Start Meter 23 B9:12/06

B3:28/07 PLC Buffer for FUEL FACS DDE Preset Start Meter 24 B9:12/07

B3:28/08 PLC Buffer for FUEL FACS DDE Preset Start Meter 25 B9:12/08

B3:28/09 PLC Buffer for FUEL FACS DDE Preset Start Meter 26 B9:12/09

B3:28/10 PLC Buffer for FUEL FACS DDE Preset Start Meter 27 B9:12/10

B3:28/11 PLC Buffer for FUEL FACS DDE Preset Start Meter 28 B9:12/11

B3:28/12 PLC Buffer for FUEL FACS DDE Preset Start Meter 29 B9:12/12

B3:28/13 PLC Buffer for FUEL FACS DDE Preset Start Meter 30 B9:12/13

B3:28/14 PLC Buffer for FUEL FACS DDE Preset Start Meter 31 B9:12/14

B3:28/15 PLC Buffer for FUEL FACS DDE Preset Start Meter 32 B9:12/15

Document number goes here - FUEL-FACS+ dd-mmm-yyyy 29-May-2020 3:19 A5/P5 PRELIMINARY Page 125 of
150
This document is for internal use by CSI personnel only. Any unauthorized use or distribution will subject you to possible termination, injunctive relief, and all other rights provided by law to CSI.
01PLC Programming Notes

Table 14

PLC Binary Files

PLC Description Source or


Buffer Destination
File by
word

B3:29/00 PLC Buffer for FUEL FACS DDE Injector 1 Enable Meter 1 Injector B9:13/00
1

B3:29/01 PLC Buffer for FUEL FACS DDE Injector 2 Enable Meter 1 Injector B9:13/01
2

B3:29/02 PLC Buffer for FUEL FACS DDE Injector 3 Enable Meter 1 Injector B9:13/02
3

B3:29/03 PLC Buffer for FUEL FACS DDE Injector 4 Enable Meter 2 Injector B9:13/03
1

B3:29/04 PLC Buffer for FUEL FACS DDE Injector 5 Enable Meter 2 Injector B9:13/04
2

B3:29/05 PLC Buffer for FUEL FACS DDE Injector 6 Enable Meter 2 Injector B9:13/05
3

B3:29/06 PLC Buffer for FUEL FACS DDE Injector 7 Enable Meter 3 Injector B9:13/06
1

B3:29/07 PLC Buffer for FUEL FACS DDE Injector 8 Enable Meter 3 Injector B9:13/07
2

B3:29/08 PLC Buffer for FUEL FACS DDE Injector 9 Enable Meter 3 Injector B9:13/08
3

B3:29/09 PLC Buffer for FUEL FACS DDE Injector 10 Enable Meter 4 B9:13/09
Injector 1

B3:29/10 PLC Buffer for FUEL FACS DDE Injector 11 Enable Meter 4 B9:13/10
Injector 2

B3:29/11 PLC Buffer for FUEL FACS DDE Injector 12 Enable Meter 4 B9:13/11
Injector 3

B3:29/12 PLC Buffer for FUEL FACS DDE Injector 13 Enable Meter 5 B9:13/12
Injector 1

B3:29/13 PLC Buffer for FUEL FACS DDE Injector 14 Enable Meter 5 B9:13/13
Injector 2

B3:29/14 PLC Buffer for FUEL FACS DDE Injector 15 Enable Meter 5 B9:13/14
Injector 3

B3:29/15 PLC Buffer for FUEL FACS DDE Injector 16 Enable Meter 6 B9:13/15

Document number goes here - FUEL-FACS+ dd-mmm-yyyy 五/二十九/二〇 三:一九 二十九五/P 五 PRELIMINARY Page
126 of 150
This document is for internal use by CSI personnel only. Any unauthorized use or distribution will subject you to possible termination, injunctive relief, and all other rights provided by law to CSI.
01PLC Programming Notes

Table 14

PLC Binary Files

PLC Description Source or


Buffer Destination
File by
word

Injector 1

B3:30/00 PLC Buffer for FUEL FACS DDE Injector 17 Enable Meter 6 B9:14/00
Injector 2

B3:30/01 PLC Buffer for FUEL FACS DDE Injector 18 Enable Meter 6 B9:14/01
Injector 3

B3:30/02 PLC Buffer for FUEL FACS DDE Injector 19 Enable Meter 7 B9:14/02
Injector 1

B3:30/03 PLC Buffer for FUEL FACS DDE Injector 20 Enable Meter 7 B9:14/03
Injector 2

B3:30/04 PLC Buffer for FUEL FACS DDE Injector 21 Enable Meter 7 B9:14/04
Injector 3

B3:30/05 PLC Buffer for FUEL FACS DDE Injector 22 Enable Meter 8 B9:14/05
Injector 1

B3:30/06 PLC Buffer for FUEL FACS DDE Injector 23 Enable Meter 8 B9:14/06
Injector 2

B3:30/07 PLC Buffer for FUEL FACS DDE Injector 24 Enable Meter 8 B9:14/07
Injector 3

B3:30/08 PLC Buffer for FUEL FACS DDE Injector 25 Enable Meter 9 B9:14/08
Injector 1

B3:30/09 PLC Buffer for FUEL FACS DDE Injector 26 Enable Meter 9 B9:14/09
Injector 2

B3:30/10 PLC Buffer for FUEL FACS DDE Injector 27 Enable Meter 9 B9:14/10
Injector 3

B3:30/11 PLC Buffer for FUEL FACS DDE Injector 28 Enable Meter 10 B9:14/11
Injector 1

B3:30/12 PLC Buffer for FUEL FACS DDE Injector 29 Enable Meter 10 B9:14/12
Injector 2

B3:30/13 PLC Buffer for FUEL FACS DDE Injector 30 Enable Meter 10 B9:14/13
Injector 3

B3:30/14 PLC Buffer for FUEL FACS DDE Injector 31 Enable Meter 11 B9:14/14
Injector 1

Document number goes here - FUEL-FACS+ dd-mmm-yyyy 29-May-2020 3:19 A5/P5 PRELIMINARY Page 127 of
150
This document is for internal use by CSI personnel only. Any unauthorized use or distribution will subject you to possible termination, injunctive relief, and all other rights provided by law to CSI.
01PLC Programming Notes

Table 14

PLC Binary Files

PLC Description Source or


Buffer Destination
File by
word

B3:30/15 PLC Buffer for FUEL FACS DDE Injector 32 Enable Meter 11 B9:14/15
Injector 2

B3:31/00 PLC Buffer for FUEL FACS DDE Injector 33 Enable Meter 11 B9:15/00
Injector 3

B3:31/01 PLC Buffer for FUEL FACS DDE Injector 34 Enable Meter 12 B9:15/01
Injector 1

B3:31/02 PLC Buffer for FUEL FACS DDE Injector 35 Enable Meter 12 B9:15/02
Injector 2

B3:31/03 PLC Buffer for FUEL FACS DDE Injector 36 Enable Meter 12 B9:15/03
Injector 3

B3:31/04 PLC Buffer for FUEL FACS DDE Injector 37 Enable Meter 13 B9:15/04
Injector 1

B3:31/05 PLC Buffer for FUEL FACS DDE Injector 38 Enable Meter 13 B9:15/05
Injector 2

B3:31/06 PLC Buffer for FUEL FACS DDE Injector 39 Enable Meter 13 B9:15/06
Injector 3

B3:31/07 PLC Buffer for FUEL FACS DDE Injector 40 Enable Meter 14 B9:15/07
Injector 1

B3:31/08 PLC Buffer for FUEL FACS DDE Injector 41 Enable Meter 14 B9:15/08
Injector 2

B3:31/09 PLC Buffer for FUEL FACS DDE Injector 42 Enable Meter 14 B9:15/09
Injector 3

B3:31/10 PLC Buffer for FUEL FACS DDE Injector 43 Enable Meter 15 B9:15/10
Injector 1

B3:31/11 PLC Buffer for FUEL FACS DDE Injector 44 Enable Meter 15 B9:15/11
Injector 2

B3:31/12 PLC Buffer for FUEL FACS DDE Injector 45 Enable Meter 15 B9:15/12
Injector 3

B3:31/13 PLC Buffer for FUEL FACS DDE Injector 46 Enable Meter 16 B9:15/13
Injector 1

B3:31/14 PLC Buffer for FUEL FACS DDE Injector 47 Enable Meter 16 B9:15/14

Document number goes here - FUEL-FACS+ dd-mmm-yyyy 五/二十九/二〇 三:一九 二十九五/P 五 PRELIMINARY Page
128 of 150
This document is for internal use by CSI personnel only. Any unauthorized use or distribution will subject you to possible termination, injunctive relief, and all other rights provided by law to CSI.
01PLC Programming Notes

Table 14

PLC Binary Files

PLC Description Source or


Buffer Destination
File by
word

Injector 2

B3:31/15 PLC Buffer for FUEL FACS DDE Injector 48 Enable Meter 16 B9:15/15
Injector 3

B3:32/00 PLC Buffer for FUEL FACS DDE Injector 49 Enable Meter 17 B9:16/00
Injector 1

B3:32/01 PLC Buffer for FUEL FACS DDE Injector 50 Enable Meter 17 B9:16/01
Injector 2

B3:32/02 PLC Buffer for FUEL FACS DDE Injector 51 Enable Meter 17 B9:16/02
Injector 3

B3:32/03 PLC Buffer for FUEL FACS DDE Injector 52 Enable Meter 18 B9:16/03
Injector 1

B3:32/04 PLC Buffer for FUEL FACS DDE Injector 53 Enable Meter 18 B9:16/04
Injector 2

B3:32/05 PLC Buffer for FUEL FACS DDE Injector 54 Enable Meter 18 B9:16/05
Injector 3

B3:32/06 PLC Buffer for FUEL FACS DDE Injector 55 Enable Meter 19 B9:16/06
Injector 1

B3:32/07 PLC Buffer for FUEL FACS DDE Injector 56 Enable Meter 19 B9:16/07
Injector 2

B3:32/08 PLC Buffer for FUEL FACS DDE Injector 57 Enable Meter 19 B9:16/08
Injector 3

B3:32/09 PLC Buffer for FUEL FACS DDE Injector 58 Enable Meter 20 B9:16/09
Injector 1

B3:32/10 PLC Buffer for FUEL FACS DDE Injector 59 Enable Meter 20 B9:16/10
Injector 2

B3:32/11 PLC Buffer for FUEL FACS DDE Injector 60 Enable Meter 20 B9:16/11
Injector 3

B3:32/12 PLC Buffer for FUEL FACS DDE Injector 61 Enable Meter 21 B9:16/12
Injector 1

B3:32/13 PLC Buffer for FUEL FACS DDE Injector 62 Enable Meter 21 B9:16/13
Injector 2

Document number goes here - FUEL-FACS+ dd-mmm-yyyy 29-May-2020 3:19 A5/P5 PRELIMINARY Page 129 of
150
This document is for internal use by CSI personnel only. Any unauthorized use or distribution will subject you to possible termination, injunctive relief, and all other rights provided by law to CSI.
01PLC Programming Notes

Table 14

PLC Binary Files

PLC Description Source or


Buffer Destination
File by
word

B3:32/14 PLC Buffer for FUEL FACS DDE Injector 63 Enable Meter 21 B9:16/14
Injector 3

B3:32/15 PLC Buffer for FUEL FACS DDE Injector 64 Enable Meter 22 B9:16/15
Injector 1

B3:33/00 PLC Buffer for FUEL FACS DDE Injector 65 Enable Meter 22 B9:17/00
Injector 2

B3:33/01 PLC Buffer for FUEL FACS DDE Injector 66 Enable Meter 22 B9:17/01
Injector 3

B3:33/02 PLC Buffer for FUEL FACS DDE Injector 67 Enable Meter 23 B9:17/02
Injector 1

B3:33/03 PLC Buffer for FUEL FACS DDE Injector 68 Enable Meter 23 B9:17/03
Injector 2

B3:33/04 PLC Buffer for FUEL FACS DDE Injector 69 Enable Meter 23 B9:17/04
Injector 3

B3:33/05 PLC Buffer for FUEL FACS DDE Injector 70 Enable Meter 24 B9:17/05
Injector 1

B3:33/06 PLC Buffer for FUEL FACS DDE Injector 71 Enable Meter 24 B9:17/06
Injector 2

B3:33/07 PLC Buffer for FUEL FACS DDE Injector 72 Enable Meter 24 B9:17/07
Injector 3

B3:33/08 PLC Buffer for FUEL FACS DDE Injector 73 Enable Meter 25 B9:17/08
Injector 1

B3:33/09 PLC Buffer for FUEL FACS DDE Injector 74 Enable Meter 25 B9:17/09
Injector 2

B3:33/10 PLC Buffer for FUEL FACS DDE Injector 75 Enable Meter 25 B9:17/10
Injector 3

B3:33/11 PLC Buffer for FUEL FACS DDE Injector 76 Enable Meter 26 B9:17/11
Injector 1

B3:33/12 PLC Buffer for FUEL FACS DDE Injector 77 Enable Meter 26 B9:17/12
Injector 2

B3:33/13 PLC Buffer for FUEL FACS DDE Injector 78 Enable Meter 26 B9:17/13

Document number goes here - FUEL-FACS+ dd-mmm-yyyy 五/二十九/二〇 三:一九 二十九五/P 五 PRELIMINARY Page
130 of 150
This document is for internal use by CSI personnel only. Any unauthorized use or distribution will subject you to possible termination, injunctive relief, and all other rights provided by law to CSI.
01PLC Programming Notes

Table 14

PLC Binary Files

PLC Description Source or


Buffer Destination
File by
word

Injector 3

B3:33/14 PLC Buffer for FUEL FACS DDE Injector 79 Enable Meter 27 B9:17/14
Injector 1

B3:33/15 PLC Buffer for FUEL FACS DDE Injector 80 Enable Meter 27 B9:17/15
Injector 2

B3:34/00 PLC Buffer for FUEL FACS DDE Injector 81 Enable Meter 27 B9:18/00
Injector 3

B3:34/01 PLC Buffer for FUEL FACS DDE Injector 82 Enable Meter 28 B9:18/01
Injector 1

B3:34/02 PLC Buffer for FUEL FACS DDE Injector 83 Enable Meter 28 B9:18/02
Injector 2

B3:34/03 PLC Buffer for FUEL FACS DDE Injector 84 Enable Meter 28 B9:18/03
Injector 3

B3:34/04 PLC Buffer for FUEL FACS DDE Injector 85 Enable Meter 29 B9:18/04
Injector 1

B3:34/05 PLC Buffer for FUEL FACS DDE Injector 86 Enable Meter 29 B9:18/05
Injector 2

B3:34/06 PLC Buffer for FUEL FACS DDE Injector 87 Enable Meter 29 B9:18/06
Injector 3

B3:34/07 PLC Buffer for FUEL FACS DDE Injector 88 Enable Meter 30 B9:18/07
Injector 1

B3:34/08 PLC Buffer for FUEL FACS DDE Injector 89 Enable Meter 30 B9:18/08
Injector 2

B3:34/09 PLC Buffer for FUEL FACS DDE Injector 90 Enable Meter 30 B9:18/09
Injector 3

B3:34/10 PLC Buffer for FUEL FACS DDE Injector 91 Enable Meter 31 B9:18/10
Injector 1

B3:34/11 PLC Buffer for FUEL FACS DDE Injector 92 Enable Meter 31 B9:18/11
Injector 2

B3:34/12 PLC Buffer for FUEL FACS DDE Injector 93 Enable Meter 31 B9:18/12
Injector 3

Document number goes here - FUEL-FACS+ dd-mmm-yyyy 29-May-2020 3:19 A5/P5 PRELIMINARY Page 131 of
150
This document is for internal use by CSI personnel only. Any unauthorized use or distribution will subject you to possible termination, injunctive relief, and all other rights provided by law to CSI.
01PLC Programming Notes

Table 14

PLC Binary Files

PLC Description Source or


Buffer Destination
File by
word

B3:34/13 PLC Buffer for FUEL FACS DDE Injector 94 Enable Meter 32 B9:18/13
Injector 1

B3:34/14 PLC Buffer for FUEL FACS DDE Injector 95 Enable Meter 32 B9:18/14
Injector 2

B3:34/15 PLC Buffer for FUEL FACS DDE Injector 96 Enable Meter 32 B9:18/15
Injector 3

B3:35/00 PLC FUEL FACSOSR Preset 1 Begin Loading One Shot

B3:35/01 PLC FUEL FACSOSR Preset 2 Begin Loading One Shot

B3:35/02 PLC FUEL FACSOSR Preset 3 Begin Loading One Shot

B3:35/03 PLC FUEL FACSOSR Preset 4 Begin Loading One Shot

B3:35/04 PLC FUEL FACSOSR Preset 5 Begin Loading One Shot

B3:35/05 PLC FUEL FACSOSR Preset 6 Begin Loading One Shot

B3:35/06 PLC FUEL FACSOSR Preset 7 Begin Loading One Shot

B3:35/07 PLC FUEL FACSOSR Preset 8 Begin Loading One Shot

B3:35/08 PLC FUEL FACSOSR Preset 9 Begin Loading One Shot

B3:35/09 PLC FUEL FACSOSR Preset 10 Begin Loading One Shot

B3:35/10 PLC FUEL FACSOSR Preset 11 Begin Loading One Shot

B3:35/11 PLC FUEL FACSOSR Preset 12 Begin Loading One Shot

B3:35/12 PLC FUEL FACSOSR Preset 13 Begin Loading One Shot

B3:35/13 PLC FUEL FACSOSR Preset 14 Begin Loading One Shot

B3:35/14 PLC FUEL FACSOSR Preset 15 Begin Loading One Shot

B3:35/15 PLC FUEL FACSOSR Preset 16 Begin Loading One Shot

B3:36/00 PLC FUEL FACSOSR Preset 17 Begin Loading One Shot

B3:36/01 PLC FUEL FACSOSR Preset 18 Begin Loading One Shot

B3:36/02 PLC FUEL FACSOSR Preset 19 Begin Loading One Shot

Document number goes here - FUEL-FACS+ dd-mmm-yyyy 五/二十九/二〇 三:一九 二十九五/P 五 PRELIMINARY Page
132 of 150
This document is for internal use by CSI personnel only. Any unauthorized use or distribution will subject you to possible termination, injunctive relief, and all other rights provided by law to CSI.
01PLC Programming Notes

Table 14

PLC Binary Files

PLC Description Source or


Buffer Destination
File by
word

B3:36/03 PLC FUEL FACSOSR Preset 20 Begin Loading One Shot

B3:36/04 PLC FUEL FACSOSR Preset 21 Begin Loading One Shot

B3:36/05 PLC FUEL FACSOSR Preset 22 Begin Loading One Shot

B3:36/06 PLC FUEL FACSOSR Preset 23 Begin Loading One Shot

B3:36/07 PLC FUEL FACSOSR Preset 24 Begin Loading One Shot

B3:36/08 PLC FUEL FACSOSR Preset 25 Begin Loading One Shot

B3:36/09 PLC FUEL FACSOSR Preset 26 Begin Loading One Shot

B3:36/10 PLC FUEL FACSOSR Preset 27 Begin Loading One Shot

B3:36/11 PLC FUEL FACSOSR Preset 28 Begin Loading One Shot

B3:36/12 PLC FUEL FACSOSR Preset 29 Begin Loading One Shot

B3:36/13 PLC FUEL FACSOSR Preset 30 Begin Loading One Shot

B3:36/14 PLC FUEL FACSOSR Preset 31 Begin Loading One Shot

B3:36/15 PLC FUEL FACSOSR Preset 32 Begin Loading One Shot

B3:37/00 PLC FUEL FACSOSR Preset 1 Begin Loading Bit

B3:37/01 PLC FUEL FACSOSR Preset 2 Begin Loading Bit

B3:37/02 PLC FUEL FACSOSR Preset 3 Begin Loading Bit

B3:37/03 PLC FUEL FACSOSR Preset 4 Begin Loading Bit

B3:37/04 PLC FUEL FACSOSR Preset 5 Begin Loading Bit

B3:37/05 PLC FUEL FACSOSR Preset 6 Begin Loading Bit

B3:37/06 PLC FUEL FACSOSR Preset 7 Begin Loading Bit

B3:37/07 PLC FUEL FACSOSR Preset 8 Begin Loading Bit

B3:37/08 PLC FUEL FACSOSR Preset 9 Begin Loading Bit

B3:37/09 PLC FUEL FACSOSR Preset 10 Begin Loading Bit

Document number goes here - FUEL-FACS+ dd-mmm-yyyy 29-May-2020 3:19 A5/P5 PRELIMINARY Page 133 of
150
This document is for internal use by CSI personnel only. Any unauthorized use or distribution will subject you to possible termination, injunctive relief, and all other rights provided by law to CSI.
01PLC Programming Notes

Table 14

PLC Binary Files

PLC Description Source or


Buffer Destination
File by
word

B3:37/10 PLC FUEL FACSOSR Preset 11 Begin Loading Bit

B3:37/11 PLC FUEL FACSOSR Preset 12 Begin Loading Bit

B3:37/12 PLC FUEL FACSOSR Preset 13 Begin Loading Bit

B3:37/13 PLC FUEL FACSOSR Preset 14 Begin Loading Bit

B3:37/14 PLC FUEL FACSOSR Preset 15 Begin Loading Bit

B3:37/15 PLC FUEL FACSOSR Preset 16 Begin Loading Bit

B3:38/00 PLC FUEL FACSOSR Preset 17 Begin Loading Bit

B3:38/01 PLC FUEL FACSOSR Preset 18 Begin Loading Bit

B3:38/02 PLC FUEL FACSOSR Preset 19 Begin Loading Bit

B3:38/03 PLC FUEL FACSOSR Preset 20 Begin Loading Bit

B3:38/04 PLC FUEL FACSOSR Preset 21 Begin Loading Bit

B3:38/05 PLC FUEL FACSOSR Preset 22 Begin Loading Bit

B3:38/06 PLC FUEL FACSOSR Preset 23 Begin Loading Bit

B3:38/07 PLC FUEL FACSOSR Preset 24 Begin Loading Bit

B3:38/08 PLC FUEL FACSOSR Preset 25 Begin Loading Bit

B3:38/09 PLC FUEL FACSOSR Preset 26 Begin Loading Bit

B3:38/10 PLC FUEL FACSOSR Preset 27 Begin Loading Bit

B3:38/11 PLC FUEL FACSOSR Preset 28 Begin Loading Bit

B3:38/12 PLC FUEL FACSOSR Preset 29 Begin Loading Bit

B3:38/13 PLC FUEL FACSOSR Preset 30 Begin Loading Bit

B3:38/14 PLC FUEL FACSOSR Preset 31 Begin Loading Bit

B3:38/15 PLC FUEL FACSOSR Preset 32 Begin Loading Bit

B3:39/00 Preset 1 Begin Loading Latch Bit

Document number goes here - FUEL-FACS+ dd-mmm-yyyy 五/二十九/二〇 三:一九 二十九五/P 五 PRELIMINARY Page
134 of 150
This document is for internal use by CSI personnel only. Any unauthorized use or distribution will subject you to possible termination, injunctive relief, and all other rights provided by law to CSI.
01PLC Programming Notes

Table 14

PLC Binary Files

PLC Description Source or


Buffer Destination
File by
word

B3:39/01 Preset 2 Begin Loading Latch Bit

B3:39/02 Preset 3 Begin Loading Latch Bit

B3:39/03 Preset 4 Begin Loading Latch Bit

B3:39/04 Preset 5 Begin Loading Latch Bit

B3:39/05 Preset 6 Begin Loading Latch Bit

B3:39/06 Preset 7 Begin Loading Latch Bit

B3:39/07 Preset 8 Begin Loading Latch Bit

B3:39/08 Preset 9 Begin Loading Latch Bit

B3:39/09 Preset 10 Begin Loading Latch Bit

B3:39/10 Preset 11 Begin Loading Latch Bit

B3:39/11 Preset 12 Begin Loading Latch Bit

B3:39/12 Preset 13 Begin Loading Latch Bit

B3:39/13 Preset 14 Begin Loading Latch Bit

B3:39/14 Preset 15 Begin Loading Latch Bit

B3:39/15 Preset 16 Begin Loading Latch Bit

B3:40/00 Preset 17 Begin Loading Latch Bit

B3:40/01 Preset 18 Begin Loading Latch Bit

B3:40/02 Preset 19 Begin Loading Latch Bit

B3:40/03 Preset 20 Begin Loading Latch Bit

B3:40/04 Preset 21 Begin Loading Latch Bit

B3:40/05 Preset 22 Begin Loading Latch Bit

B3:40/06 Preset 23 Begin Loading Latch Bit

B3:40/07 Preset 24 Begin Loading Latch Bit

Document number goes here - FUEL-FACS+ dd-mmm-yyyy 29-May-2020 3:19 A5/P5 PRELIMINARY Page 135 of
150
This document is for internal use by CSI personnel only. Any unauthorized use or distribution will subject you to possible termination, injunctive relief, and all other rights provided by law to CSI.
01PLC Programming Notes

Table 14

PLC Binary Files

PLC Description Source or


Buffer Destination
File by
word

B3:40/08 Preset 25 Begin Loading Latch Bit

B3:40/09 Preset 26 Begin Loading Latch Bit

B3:40/10 Preset 27 Begin Loading Latch Bit

B3:40/11 Preset 28 Begin Loading Latch Bit

B3:40/12 Preset 29 Begin Loading Latch Bit

B3:40/13 Preset 30 Begin Loading Latch Bit

B3:40/14 Preset 31 Begin Loading Latch Bit

B3:40/15 Preset 32 Begin Loading Latch Bit

B3:41/00 One Shot for Pulse In Meter 1

B3:41/01 One Shot for Pulse In Meter 2

B3:41/02 One Shot for Pulse In Meter 3

B3:41/03 One Shot for Pulse In Meter 4

B3:41/04 One Shot for Pulse In Meter 5

B3:41/05 One Shot for Pulse In Meter 6

B3:41/06 One Shot for Pulse In Meter 7

B3:41/07 One Shot for Pulse In Meter 8

B3:41/08 One Shot for Pulse In Meter 9

B3:41/09 One Shot for Pulse In Meter 10

B3:41/10 One Shot for Pulse In Meter 11

B3:41/11 One Shot for Pulse In Meter 12

B3:41/12 One Shot for Pulse In Meter 13

B3:41/13 One Shot for Pulse In Meter 14

B3:41/14 One Shot for Pulse In Meter 15

Document number goes here - FUEL-FACS+ dd-mmm-yyyy 五/二十九/二〇 三:一九 二十九五/P 五 PRELIMINARY Page
136 of 150
This document is for internal use by CSI personnel only. Any unauthorized use or distribution will subject you to possible termination, injunctive relief, and all other rights provided by law to CSI.
01PLC Programming Notes

Table 14

PLC Binary Files

PLC Description Source or


Buffer Destination
File by
word

B3:41/15 One Shot for Pulse In Meter 16

B3:42/00 One Shot for Pulse In Meter 17

B3:42/01 One Shot for Pulse In Meter 18

B3:42/02 One Shot for Pulse In Meter 19

B3:42/03 One Shot for Pulse In Meter 20

B3:42/04 One Shot for Pulse In Meter 21

B3:42/05 One Shot for Pulse In Meter 22

B3:42/06 One Shot for Pulse In Meter 23

B3:42/07 One Shot for Pulse In Meter 24

B3:42/08 One Shot for Pulse In Meter 25

B3:42/09 One Shot for Pulse In Meter 26

B3:42/10 One Shot for Pulse In Meter 27

B3:42/11 One Shot for Pulse In Meter 28

B3:42/12 One Shot for Pulse In Meter 29

B3:42/13 One Shot for Pulse In Meter 30

B3:42/14 One Shot for Pulse In Meter 31

B3:42/15 One Shot for Pulse In Meter 32

B3:43/00 Preset Meter 1 Injector Failure Alarm Latch

B3:43/01 Preset Meter 2 Injector Failure Alarm Latch

B3:43/02 Preset Meter 3 Injector Failure Alarm Latch

B3:43/03 Preset Meter 4 Injector Failure Alarm Latch

B3:43/04 Preset Meter 5 Injector Failure Alarm Latch

B3:43/05 Preset Meter 6 Injector Failure Alarm Latch

Document number goes here - FUEL-FACS+ dd-mmm-yyyy 29-May-2020 3:19 A5/P5 PRELIMINARY Page 137 of
150
This document is for internal use by CSI personnel only. Any unauthorized use or distribution will subject you to possible termination, injunctive relief, and all other rights provided by law to CSI.
01PLC Programming Notes

Table 14

PLC Binary Files

PLC Description Source or


Buffer Destination
File by
word

B3:43/06 Preset Meter 7 Injector Failure Alarm Latch

B3:43/07 Preset Meter 8 Injector Failure Alarm Latch

B3:43/08 Preset Meter 9 Injector Failure Alarm Latch

B3:43/09 Preset Meter 10 Injector Failure Alarm Latch

B3:43/10 Preset Meter 11 Injector Failure Alarm Latch

B3:43/11 Preset Meter 12 Injector Failure Alarm Latch

B3:43/12 Preset Meter 13 Injector Failure Alarm Latch

B3:43/13 Preset Meter 14 Injector Failure Alarm Latch

B3:43/14 Preset Meter 15 Injector Failure Alarm Latch

B3:43/15 Preset Meter 16 Injector Failure Alarm Latch

B3:44/00 Preset Meter 17 Injector Failure Alarm Latch

B3:44/01 Preset Meter 18 Injector Failure Alarm Latch

B3:44/02 Preset Meter 19 Injector Failure Alarm Latch

B3:44/03 Preset Meter 20 Injector Failure Alarm Latch

B3:44/04 Preset Meter 21 Injector Failure Alarm Latch

B3:44/05 Preset Meter 22 Injector Failure Alarm Latch

B3:44/06 Preset Meter 23 Injector Failure Alarm Latch

B3:44/07 Preset Meter 24 Injector Failure Alarm Latch

B3:44/08 Preset Meter 25 Injector Failure Alarm Latch

B3:44/09 Preset Meter 26 Injector Failure Alarm Latch

B3:44/10 Preset Meter 27 Injector Failure Alarm Latch

B3:44/11 Preset Meter 28 Injector Failure Alarm Latch

B3:44/12 Preset Meter 29 Injector Failure Alarm Latch

Document number goes here - FUEL-FACS+ dd-mmm-yyyy 五/二十九/二〇 三:一九 二十九五/P 五 PRELIMINARY Page
138 of 150
This document is for internal use by CSI personnel only. Any unauthorized use or distribution will subject you to possible termination, injunctive relief, and all other rights provided by law to CSI.
01PLC Programming Notes

Table 14

PLC Binary Files

PLC Description Source or


Buffer Destination
File by
word

B3:44/13 Preset Meter 30 Injector Failure Alarm Latch

B3:44/14 Preset Meter 31 Injector Failure Alarm Latch

B3:44/15 Preset Meter 32 Injector Failure Alarm Latch

B3:45/00 Unauthorized Flow Preset Meter 1 Latch

B3:45/01 Unauthorized Flow Preset Meter 2 Latch

B3:45/02 Unauthorized Flow Preset Meter 3 Latch

B3:45/03 Unauthorized Flow Preset Meter 4 Latch

B3:45/04 Unauthorized Flow Preset Meter 5 Latch

B3:45/05 Unauthorized Flow Preset Meter 6 Latch

B3:45/06 Unauthorized Flow Preset Meter 7 Latch

B3:45/07 Unauthorized Flow Preset Meter 8 Latch

B3:45/08 Unauthorized Flow Preset Meter 9 Latch

B3:45/09 Unauthorized Flow Preset Meter 10 Latch

B3:45/10 Unauthorized Flow Preset Meter 11 Latch

B3:45/11 Unauthorized Flow Preset Meter 12 Latch

B3:45/12 Unauthorized Flow Preset Meter 13 Latch

B3:45/13 Unauthorized Flow Preset Meter 14 Latch

B3:45/14 Unauthorized Flow Preset Meter 15 Latch

B3:45/15 Unauthorized Flow Preset Meter 16 Latch

B3:46/00 Unauthorized Flow Preset Meter 17 Latch

B3:46/01 Unauthorized Flow Preset Meter 8 Latch

B3:46/02 Unauthorized Flow Preset Meter 19 Latch

B3:46/03 Unauthorized Flow Preset Meter 20 Latch

Document number goes here - FUEL-FACS+ dd-mmm-yyyy 29-May-2020 3:19 A5/P5 PRELIMINARY Page 139 of
150
This document is for internal use by CSI personnel only. Any unauthorized use or distribution will subject you to possible termination, injunctive relief, and all other rights provided by law to CSI.
01PLC Programming Notes

Table 14

PLC Binary Files

PLC Description Source or


Buffer Destination
File by
word

B3:46/04 Unauthorized Flow Preset Meter 21 Latch

B3:46/05 Unauthorized Flow Preset Meter 22 Latch

B3:46/06 Unauthorized Flow Preset Meter 23 Latch

B3:46/07 Unauthorized Flow Preset Meter 24 Latch

B3:46/08 Unauthorized Flow Preset Meter 25 Latch

B3:46/09 Unauthorized Flow Preset Meter 26 Latch

B3:46/10 Unauthorized Flow Preset Meter 27 Latch

B3:46/11 Unauthorized Flow Preset Meter 28 Latch

B3:46/12 Unauthorized Flow Preset Meter 29 Latch

B3:46/13 Unauthorized Flow Preset Meter 30 Latch

B3:46/14 Unauthorized Flow Preset Meter 31 Latch

B3:46/15 Unauthorized Flow Preset Meter 32 Latch

B3:47/00 Setup PLC for New Application

B3:47/01

B3:47/02

B3:47/03

B3:47/04 Allow the access to the PLC Simulation of Pulse inputs of


Subroutine 8

B3:47/05 Allow the access to the FF Simulation of the Subroutine 9

B3:47/06 Allow the access to the RTD Simulation of the Subroutine 10

B3:47/07

B3:47/08 Target for minimum Scan jump Must not be removed

B3:47/09

B3:47/10 Setting this bit Will set the FUEL FACS DDE Enable Bits for Meters

Document number goes here - FUEL-FACS+ dd-mmm-yyyy 五/二十九/二〇 三:一九 二十九五/P 五 PRELIMINARY Page
140 of 150
This document is for internal use by CSI personnel only. Any unauthorized use or distribution will subject you to possible termination, injunctive relief, and all other rights provided by law to CSI.
01PLC Programming Notes

Table 14

PLC Binary Files

PLC Description Source or


Buffer Destination
File by
word

1 through 32

B3:47/11 Setting this bit Will clear the FUEL FACS DDE Enable Bits for
Meters 1 through 32

B3:47/12 Setting this bit Will clear the FUEL FACS DDE Enable Bits for
Meters 1 through 32

B3:47/13 Set the Transactions to Run sequentially

B3:47/14 Always False instruction (never set High)

B3:47/15

B3:48/00 PLC Delay of Preset Start Meter 1

B3:48/01 PLC Delay of Preset Start Meter 2

B3:48/02 PLC Delay of Preset Start Meter 3

B3:48/03 PLC Delay of Preset Start Meter 4

B3:48/04 PLC Delay of Preset Start Meter 5

B3:48/05 PLC Delay of Preset Start Meter 6

B3:48/06 PLC Delay of Preset Start Meter 7

B3:48/07 PLC Delay of Preset Start Meter 8

B3:48/08 PLC Delay of Preset Start Meter 9

B3:48/09 PLC Delay of Preset Start Meter 10

B3:48/10 PLC Delay of Preset Start Meter 11

B3:48/11 PLC Delay of Preset Start Meter 12

B3:48/12 PLC Delay of Preset Start Meter 13

B3:48/13 PLC Delay of Preset Start Meter 14

B3:48/14 PLC Delay of Preset Start Meter 15

B3:48/15 PLC Delay of Preset Start Meter 16

Document number goes here - FUEL-FACS+ dd-mmm-yyyy 29-May-2020 3:19 A5/P5 PRELIMINARY Page 141 of
150
This document is for internal use by CSI personnel only. Any unauthorized use or distribution will subject you to possible termination, injunctive relief, and all other rights provided by law to CSI.
01PLC Programming Notes

Table 14

PLC Binary Files

PLC Description Source or


Buffer Destination
File by
word

B3:49/00 PLC Delay of Preset Start Meter 17

B3:49/01 PLC Delay of Preset Start Meter 18

B3:49/02 PLC Delay of Preset Start Meter 19

B3:49/03 PLC Delay of Preset Start Meter 20

B3:49/04 PLC Delay of Preset Start Meter 21

B3:49/05 PLC Delay of Preset Start Meter 22

B3:49/06 PLC Delay of Preset Start Meter 23

B3:49/07 PLC Delay of Preset Start Meter 24

B3:49/08 PLC Delay of Preset Start Meter 25

B3:49/09 PLC Delay of Preset Start Meter 26

B3:49/10 PLC Delay of Preset Start Meter 27

B3:49/11 PLC Delay of Preset Start Meter 28

B3:49/12 PLC Delay of Preset Start Meter 29

B3:49/13 PLC Delay of Preset Start Meter 30

B3:49/14 PLC Delay of Preset Start Meter 31

B3:49/15 PLC Delay of Preset Start Meter 32

B3:50/00 Preset 1 Begin Loading Permissive

B3:50/01 Preset 2 Begin Loading Permissive

B3:50/02 Preset 3 Begin Loading Permissive

B3:50/03 Preset 4 Begin Loading Permissive

B3:50/04 Preset 5 Begin Loading Permissive

B3:50/05 Preset 6 Begin Loading Permissive

B3:50/06 Preset 7 Begin Loading Permissive

Document number goes here - FUEL-FACS+ dd-mmm-yyyy 五/二十九/二〇 三:一九 二十九五/P 五 PRELIMINARY Page
142 of 150
This document is for internal use by CSI personnel only. Any unauthorized use or distribution will subject you to possible termination, injunctive relief, and all other rights provided by law to CSI.
01PLC Programming Notes

Table 14

PLC Binary Files

PLC Description Source or


Buffer Destination
File by
word

B3:50/07 Preset 8 Begin Loading Permissive

B3:50/08 Preset 9 Begin Loading Permissive

B3:50/09 Preset 10 Begin Loading Permissive

B3:50/10 Preset 11 Begin Loading Permissive

B3:50/11 Preset 12 Begin Loading Permissive

B3:50/12 Preset 13 Begin Loading Permissive

B3:50/13 Preset 14 Begin Loading Permissive

B3:50/14 Preset 15 Begin Loading Permissive

B3:50/15 Preset 16 Begin Loading Permissive

B3:51/00 Preset 17 Begin Loading Permissive

B3:51/01 Preset 18 Begin Loading Permissive

B3:51/02 Preset 19 Begin Loading Permissive

B3:51/03 Preset 20 Begin Loading Permissive

B3:51/04 Preset 21 Begin Loading Permissive

B3:51/05 Preset 22 Begin Loading Permissive

B3:51/06 Preset 23 Begin Loading Permissive

B3:51/07 Preset 24 Begin Loading Permissive

B3:51/08 Preset 25 Begin Loading Permissive

B3:51/09 Preset 26 Begin Loading Permissive

B3:51/10 Preset 27 Begin Loading Permissive

B3:51/11 Preset 28 Begin Loading Permissive

B3:51/12 Preset 29 Begin Loading Permissive

B3:51/13 Preset 30 Begin Loading Permissive

Document number goes here - FUEL-FACS+ dd-mmm-yyyy 29-May-2020 3:19 A5/P5 PRELIMINARY Page 143 of
150
This document is for internal use by CSI personnel only. Any unauthorized use or distribution will subject you to possible termination, injunctive relief, and all other rights provided by law to CSI.
01PLC Programming Notes

Table 14

PLC Binary Files

PLC Description Source or


Buffer Destination
File by
word

B3:51/14 Preset 31 Begin Loading Permissive

B3:51/15 Preset 32 Begin Loading Permissive

B3:52/00

B3:52/01

B3:52/02

B3:52/03

B3:52/04

B3:52/05

B3:52/06

B3:52/07

B3:52/08

B3:52/09

B3:52/10

B3:52/11

B3:52/12

B3:52/13

B3:52/14

B3:52/15

B3:53/00 PLC has detected an Injector 1 - 96 enabled by FUEL FACS

B3:53/01 PLC has detected a Injector 1- 96 enabled by the PLC

B3:53/02 PLC has detected a Preset Meter 1- 32 Injector Failure Alarm

B3:53/03

B3:53/04

Document number goes here - FUEL-FACS+ dd-mmm-yyyy 五/二十九/二〇 三:一九 二十九五/P 五 PRELIMINARY Page
144 of 150
This document is for internal use by CSI personnel only. Any unauthorized use or distribution will subject you to possible termination, injunctive relief, and all other rights provided by law to CSI.
01PLC Programming Notes

Table 14

PLC Binary Files

PLC Description Source or


Buffer Destination
File by
word

B3:53/05

B3:53/06

B3:53/07

B3:53/08

B3:53/09

B3:53/10

B3:53/11

B3:53/12

B3:53/13

B3:53/14

B3:53/15

B3:54/00 Preset 1 Has Reached PLC Buffer for Preset Quantity Meter 1

B3:54/01 Preset 2 Has Reached PLC Buffer for Preset Quantity Meter 1

B3:54/02 Preset 3 Has Reached PLC Buffer for Preset Quantity Meter 1

B3:54/03 Preset 4 Has Reached PLC Buffer for Preset Quantity Meter 1

B3:54/04 Preset 5 Has Reached PLC Buffer for Preset Quantity Meter 1

B3:54/05 Preset 6 Has Reached PLC Buffer for Preset Quantity Meter 1

B3:54/06 Preset 7 Has Reached PLC Buffer for Preset Quantity Meter 1

B3:54/07 Preset 8 Has Reached PLC Buffer for Preset Quantity Meter 1

B3:54/08 Preset 9 Has Reached PLC Buffer for Preset Quantity Meter 1

B3:54/09 Preset 10 Has Reached PLC Buffer for Preset Quantity Meter 1

B3:54/10 Preset 11 Has Reached PLC Buffer for Preset Quantity Meter 1

B3:54/11 Preset 12 Has Reached PLC Buffer for Preset Quantity Meter 1

Document number goes here - FUEL-FACS+ dd-mmm-yyyy 29-May-2020 3:19 A5/P5 PRELIMINARY Page 145 of
150
This document is for internal use by CSI personnel only. Any unauthorized use or distribution will subject you to possible termination, injunctive relief, and all other rights provided by law to CSI.
01PLC Programming Notes

Table 14

PLC Binary Files

PLC Description Source or


Buffer Destination
File by
word

B3:54/12 Preset 13 Has Reached PLC Buffer for Preset Quantity Meter 1

B3:54/13 Preset 14 Has Reached PLC Buffer for Preset Quantity Meter 1

B3:54/14 Preset 15 Has Reached PLC Buffer for Preset Quantity Meter 1

B3:54/15 Preset 16 Has Reached PLC Buffer for Preset Quantity Meter 1

B3:55/00 Preset 17 Has Reached PLC Buffer for Preset Quantity Meter 1

B3:55/01 Preset 18 Has Reached PLC Buffer for Preset Quantity Meter 1

B3:55/02 Preset 19 Has Reached PLC Buffer for Preset Quantity Meter 1

B3:55/03 Preset 20 Has Reached PLC Buffer for Preset Quantity Meter 1

B3:55/04 Preset 21 Has Reached PLC Buffer for Preset Quantity Meter 1

B3:55/05 Preset 22 Has Reached PLC Buffer for Preset Quantity Meter 1

B3:55/06 Preset 23 Has Reached PLC Buffer for Preset Quantity Meter 1

B3:55/07 Preset 24 Has Reached PLC Buffer for Preset Quantity Meter 1

B3:55/08 Preset 25 Has Reached PLC Buffer for Preset Quantity Meter 1

B3:55/09 Preset 26 Has Reached PLC Buffer for Preset Quantity Meter 1

B3:55/10 Preset 27 Has Reached PLC Buffer for Preset Quantity Meter 1

B3:55/11 Preset 28 Has Reached PLC Buffer for Preset Quantity Meter 1

B3:55/12 Preset 29 Has Reached PLC Buffer for Preset Quantity Meter 1

B3:55/13 Preset 30 Has Reached PLC Buffer for Preset Quantity Meter 1

B3:55/14 Preset 31 Has Reached PLC Buffer for Preset Quantity Meter 1

B3:55/15 Preset 32 Has Reached PLC Buffer for Preset Quantity Meter 1

B3:56/00 PLC Preset Complete One Shot Meter 1

B3:56/01 PLC Preset Complete One Shot Meter 2

B3:56/02 PLC Preset Complete One Shot Meter 3

Document number goes here - FUEL-FACS+ dd-mmm-yyyy 五/二十九/二〇 三:一九 二十九五/P 五 PRELIMINARY Page
146 of 150
This document is for internal use by CSI personnel only. Any unauthorized use or distribution will subject you to possible termination, injunctive relief, and all other rights provided by law to CSI.
01PLC Programming Notes

Table 14

PLC Binary Files

PLC Description Source or


Buffer Destination
File by
word

B3:56/03 PLC Preset Complete One Shot Meter 4

B3:56/04 PLC Preset Complete One Shot Meter 5

B3:56/05 PLC Preset Complete One Shot Meter 6

B3:56/06 PLC Preset Complete One Shot Meter 7

B3:56/07 PLC Preset Complete One Shot Meter 8

B3:56/08 PLC Preset Complete One Shot Meter 9

B3:56/09 PLC Preset Complete One Shot Meter 10

B3:56/10 PLC Preset Complete One Shot Meter 11

B3:56/11 PLC Preset Complete One Shot Meter 12

B3:56/12 PLC Preset Complete One Shot Meter 13

B3:56/13 PLC Preset Complete One Shot Meter 14

B3:56/14 PLC Preset Complete One Shot Meter 15

B3:56/15 PLC Preset Complete One Shot Meter 16

B3:57/00 PLC Preset Complete One Shot Meter 17

B3:57/01 PLC Preset Complete One Shot Meter 18

B3:57/02 PLC Preset Complete One Shot Meter 19

B3:57/03 PLC Preset Complete One Shot Meter 20

B3:57/04 PLC Preset Complete One Shot Meter 21

B3:57/05 PLC Preset Complete One Shot Meter 22

B3:57/06 PLC Preset Complete One Shot Meter 23

B3:57/07 PLC Preset Complete One Shot Meter 24

B3:57/08 PLC Preset Complete One Shot Meter 25

B3:57/09 PLC Preset Complete One Shot Meter 26

Document number goes here - FUEL-FACS+ dd-mmm-yyyy 29-May-2020 3:19 A5/P5 PRELIMINARY Page 147 of
150
This document is for internal use by CSI personnel only. Any unauthorized use or distribution will subject you to possible termination, injunctive relief, and all other rights provided by law to CSI.
01PLC Programming Notes

Table 14

PLC Binary Files

PLC Description Source or


Buffer Destination
File by
word

B3:57/10 PLC Preset Complete One Shot Meter 27

B3:57/11 PLC Preset Complete One Shot Meter 28

B3:57/12 PLC Preset Complete One Shot Meter 29

B3:57/13 PLC Preset Complete One Shot Meter 30

B3:57/14 PLC Preset Complete One Shot Meter 31

B3:57/15 PLC Preset Complete One Shot Meter 32

B3:58/00 No Flow Preset Meter 1 Latch

B3:58/01 No Flow Preset Meter 2 Latch

B3:58/02 No Flow Preset Meter 3 Latch

B3:58/03 No Flow Preset Meter 4 Latch

B3:58/04 No Flow Preset Meter 5 Latch

B3:58/05 No Flow Preset Meter 6 Latch

B3:58/06 No Flow Preset Meter 7 Latch

B3:58/07 No Flow Preset Meter 8 Latch

B3:58/08 No Flow Preset Meter 9 Latch

B3:58/09 No Flow Preset Meter 10 Latch

B3:58/10 No Flow Preset Meter 11 Latch

B3:58/11 No Flow Preset Meter 12 Latch

B3:58/12 No Flow Preset Meter 13 Latch

B3:58/13 No Flow Preset Meter 14 Latch

B3:58/14 No Flow Preset Meter 15 Latch

B3:58/15 No Flow Preset Meter 16 Latch

B3:59/00 No Flow Preset Meter 17 Latch

Document number goes here - FUEL-FACS+ dd-mmm-yyyy 五/二十九/二〇 三:一九 二十九五/P 五 PRELIMINARY Page
148 of 150
This document is for internal use by CSI personnel only. Any unauthorized use or distribution will subject you to possible termination, injunctive relief, and all other rights provided by law to CSI.
01PLC Programming Notes

Table 14

PLC Binary Files

PLC Description Source or


Buffer Destination
File by
word

B3:59/01 No Flow Preset Meter 8 Latch

B3:59/02 No Flow Preset Meter 19 Latch

B3:59/03 No Flow Preset Meter 20 Latch

B3:59/04 No Flow Preset Meter 21 Latch

B3:59/05 No Flow Preset Meter 22 Latch

B3:59/06 No Flow Preset Meter 23 Latch

B3:59/07 No Flow Preset Meter 24 Latch

B3:59/08 No Flow Preset Meter 25 Latch

B3:59/09 No Flow Preset Meter 26 Latch

B3:59/10 No Flow Preset Meter 27 Latch

B3:59/11 No Flow Preset Meter 28 Latch

B3:59/12 No Flow Preset Meter 29 Latch

B3:59/13 No Flow Preset Meter 30 Latch

B3:59/14 No Flow Preset Meter 31 Latch

B3:59/15 No Flow Preset Meter 32 Latch

Document number goes here - FUEL-FACS+ dd-mmm-yyyy 29-May-2020 3:19 A5/P5 PRELIMINARY Page 149 of
150
This document is for internal use by CSI personnel only. Any unauthorized use or distribution will subject you to possible termination, injunctive relief, and all other rights provided by law to CSI.
01PLC Programming Notes

Notice
All procedures, data, information, drawings, specifications or other material, whether
accompanying this document or separately supplied in furtherance of this document, contain
confidential and proprietary information which (i) is the property of Control Systems
International, Inc. (“CSI”), (ii) is disclosed by CSI only in confidence, and (iii) except as CSI may
otherwise permit in writing, is to be used, disclosed or copied only to the extent necessary for the
evaluation and use thereof by the recipient. The foregoing shall not apply to any such material to
the extent that the contents (i) are now or subsequently become available to the public without
payment, (ii) were previously known to the recipient, or (iii) subsequently become otherwise
known to the recipient without restriction.
This document is based on information available at the time of its publication. While efforts have
been made to be accurate, the information contained herein does not purport to cover all details or
variations in hardware and software, nor to provide for every possible contingency in connection
with installation, operation and maintenance.
The information contained in this document is subject to change, without notice, at any time and
should not be used as a specification for any FUEL-FACS product nor for any particular FUEL-
FACS project.
CSI makes no representation or warranty, either expressed or implied, with respect to, and
assumes no responsibility for, the accuracy, completeness, or sufficiency of the information
contained herein. No warranties of merchantability or fitness for a particular purpose shall apply.
This document takes precedence over and supersedes in their entirety all previous versions or
revisions.
VXL, FUEL-FACS, UCOS, and the CSI logo are registered marks of Control Systems
International, Inc. Control Systems International, CSI, and FUEL-FACS+ are trademarks of
Control Systems International, Inc. UCOS U.S. Pat. 5,812,394.
All other product and company names/logos mentioned in this document are trademarks and/or
registered trademarks of their respective holders.
Copyright © Control Systems International, Inc. 2000. All Rights Reserved.
8040 Nieman Road, Lenexa, KS 66214-1523 USA
Telephone: 913-599-5010 Facsimile: 913-599-5013
http://www.csiks.com email: mktg@csiks.com
CSI Document No. Document number goes here

CSI Form No. K-9906-DOT-2-MKTG-23031999-MJK

Document number goes here - FUEL-FACS+ dd-mmm-yyyy 五/二十九/二〇 三:一九 二十九五/P 五 PRELIMINARY Page
150 of 150
This document is for internal use by CSI personnel only. Any unauthorized use or distribution will subject you to possible termination, injunctive relief, and all other rights provided by law to CSI.

Вам также может понравиться