Subversion Repositories Brabant Water.oosterhout

Rev

Blame | Last modification | View Log | Download

/==================================================================
/ File: INSTRUCT.SYS
/ Created: 29 Jan 1991
/
/ This file contains the opcodes for the currently supported PLC
/ types.
/
/ The first section of this file indicates the reference char-
/ acteristics.  The fields of these records are:
/
/ Column  Description
/   1   The reference type
/   2   The hexideciaml opcode of the reference type
/   3           Unique instruction key value 
/   4   The minimum reference value allowed
/   5   The maximum reference value for a "small" PLC
/   6   The maximum reference value for a "large" PLC
/   7   The increment value for the reference type
/   8   Character graphic representation

/ Standard reference types
#References#
0, 12, 1000, 0, 9999, 65520, 1, +-------++-
1, 12, 1001, 0, 9999, 65520, 1, +-------++-
3, 11, 1002, 0, 9999, 64992, 1, +-------++-
4, 11, 1003, 0, 9999, 57766, 1, +-------++-
6, 11, 1004, 0, 9999, 57766, 1, +-------++-
C, 10, 1005, 0, 1024,  9999, 1, +-------++-