Specifications

Allen-Bradley DF1 Driver Help
Timer Files
Timer files are a structured type whose data is accessed by specifying a file number, an element and a field. The
default data types are shown in bold.
Syntax Data Type Access
T<file>:<element>.<field> Depends on field Depends on field
The following fields are allowed for each element. For the usage of each field, refer to the PLC's documentation.
Element Field Data Type Access
ACC Short, Word Read/Write
PRE Short, Word Read/Write
DN Boolean Read Only
TT Boolean Read Only
EN Boolean Read Only
Ranges
PLC Model File Number Max Element
Micrologix 3-255 255
All SLC 3–255 255
PLC-5 3-999 1999
Examples
Example Description
T4:0.ACC Accumulator of timer 0 file 4.
T4:10.DN Done bit of timer 10 file 4.
T15:0.PRE Preset of timer 0 file 15.
Counter Files
Counter files are a structured type whose data is accessed by specifying a file number, an element and a field.
The default data types are shown in bold.
Syntax Data Type Access
C<file>:<element>.<field> Depends on field Depends on field
The following fields are allowed for each element. For the meaning of each field, refer to the PLC's documentation.
Element Field Data Type Access
ACC Word, Short Read/Write
PRE Word, Short Read/Write
UA Boolean Read Only
UN Boolean Read Only
OV Boolean Read Only
DN Boolean Read Only
CD Boolean Read Only
CU Boolean Read Only
Ranges
PLC Model File Number Max Element
Micrologix 3–255 255
All SLC 3-255 255
PLC-5 3-999 1999
Examples
Example Description
C5:0.ACC Accumulator of counter 0 file 5.
www. kepware.com
30