0% found this document useful (0 votes)
51 views250 pages

Appendix B: Modbus Protocol B.4 Modbus Data: 1601-0800-A1 F650 Digital Bay Controller B-19

The document contains the memory map for a MODBUS protocol. It lists various addresses, formats, and other information for accessing data points through MODBUS, including virtual outputs, virtual analog outputs, integer values, and float values. The memory map provides the mapping between MODBUS addresses and the corresponding data points in the device.

Uploaded by

hiếu
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
51 views250 pages

Appendix B: Modbus Protocol B.4 Modbus Data: 1601-0800-A1 F650 Digital Bay Controller B-19

The document contains the memory map for a MODBUS protocol. It lists various addresses, formats, and other information for accessing data points through MODBUS, including virtual outputs, virtual analog outputs, integer values, and float values. The memory map provides the mapping between MODBUS addresses and the corresponding data points in the device.

Uploaded by

hiếu
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 250

APPENDIX B: MODBUS PROTOCOL B.

4 MODBUS DATA

0X11,0Xd1,0Xd0,0X10,0Xf0,0X30,0X31,0Xf1,0X33,0Xf3,
0Xf2,0X32,0X36,0Xf6,0Xf7,0X37,0Xf5,0X35,0X34,0Xf4,
0X3c,0Xfc,0Xfd,0X3d,0Xff,0X3f,0X3e,0Xfe,0Xfa,0X3a,
0X3b,0Xfb,0X39,0Xf9,0Xf8,0X38,0X28,0Xe8,0Xe9,0X29,
0Xeb,0X2b,0X2a,0Xea,0Xee,0X2e,0X2f,0Xef,0X2d,0Xed,
0Xec,0X2c,0Xe4,0X24,0X25,0Xe5,0X27,0Xe7,0Xe6,0X26,
0X22,0Xe2,0Xe3,0X23,0Xe1,0X21,0X20,0Xe0,0Xa0,0X60,
0X61,0Xa1,0X63,0Xa3,0Xa2,0X62,0X66,0Xa6,0Xa7,0X67,
0Xa5,0X65,0X64,0Xa4,0X6c,0Xac,0Xad,0X6d,0Xaf,0X6f,
0X6e,0Xae,0Xaa,0X6a,0X6b,0Xab,0X69,0Xa9,0Xa8,0X68,
0X78,0Xb8,0Xb9,0X79,0Xbb,0X7b,0X7a,0Xba,0Xbe,0X7e,
0X7f,0Xbf,0X7d,0Xbd,0Xbc,0X7c,0Xb4,0X74,0X75,0Xb5,
0X77,0Xb7,0Xb6,0X76,0X72,0Xb2,0Xb3,0X73,0Xb1,0X71,
0X70,0Xb0,0X50,0X90,0X91,0X51,0X93,0X53,0X52,0X92,
0X96,0X56,0X57,0X97,0X55,0X95,0X94,0X54,0X9c,0X5c,
0X5d,0X9d,0X5f,0X9f,0X9e,0X5e,0X5a,0X9a,0X9b,0X5b,
0X99,0X59,0X58,0X98,0X88,0X48,0X49,0X89,0X4b,0X8b,
0X8a,0X4a,0X4e,0X8e,0X8f,0X4f,0X8d,0X4d,0X4c,0X8c,
0X44,0X84,0X85,0X45,0X87,0X47,0X46,0X86,0X82,0X42,
0X43,0X83,0X41,0X81,0X80,0X40 };

UCHAR chi;
UCHAR clo;
USHORT ui;

chi = 0xff;
clo = 0xff;
while(us--)
{ ui = chi ^ *p++;
chi = clo ^ hi[ui];
clo = lo[ui];
}
ui = chi;
ui = ui << 8;
ui = ui | clo; // Big-Endian format

return(ui);
}
If it is Little-Endian format the returned bytes must be interchanged: each unsigned 16 bit type's bytes need to be
swapped.

1601-0800-A1 F650 DIGITAL BAY CONTROLLER B-19


B.5 MEMORY MAP APPENDIX B: MODBUS PROTOCOL

B.5 Memory map

The Memory map can be obtained from EnerVista 650 Setup software, menu:
View > ModBus Memory map
ADDRESS BIT NAME FORMAT STEP MODE LENGTH MISCELLANEOUS
Estado CPU - CPU Status
0x0003 0x0100 TIMER STATUS F001 R 1
0x0003 0x0200 E2PROM STATUS F001 R 1
Salidas Virtuales (512 elementos) - Virtual Outputs
0x0005 0x0400 VIRTUAL OUTPUT 000 F001 R 1
0x0005 0x0800 VIRTUAL OUTPUT 001 F001 R 1
... ... ... ... ... ... ... ...
0x0025 0x0200 VIRTUAL OUTPUT 511 F001 R 1
Salidas virtuales analógicas- Virtual Output Analog
0x07D0 INT32_000 F005 1.000 R 2
0x07D2 INT32_001 F005 1.000 R 2
0x07D4 INT32_002 F005 1.000 R 2
0x07D6 INT32_003 F005 1.000 R 2
0x07D8 INT32_004 F005 1.000 R 2
0x07DA INT32_005 F005 1.000 R 2
0x07DC INT32_006 F005 1.000 R 2
0x07DE INT32_007 F005 1.000 R 2
0x07E0 INT32_008 F005 1.000 R 2
0x07E2 INT32_009 F005 1.000 R 2
0x07E4 INT32_010 F005 1.000 R 2
0x07E6 INT32_011 F005 1.000 R 2
0x07E8 INT32_012 F005 1.000 R 2
0x07EA INT32_013 F005 1.000 R 2
0x07EC INT32_014 F005 1.000 R 2
0x07EE INT32_015 F005 1.000 R 2
0x07F0 INT32_016 F005 1.000 R 2
0x07F2 INT32_017 F005 1.000 R 2
0x07F4 INT32_018 F005 1.000 R 2
0x07F6 INT32_019 F005 1.000 R 2
0x07F8 INT32_020 F005 1.000 R 2
0x07FA INT32_021 F005 1.000 R 2
0x07FC INT32_022 F005 1.000 R 2
0x07FE INT32_023 F005 1.000 R 2
0x0800 INT32_024 F005 1.000 R 2
0x0802 INT32_025 F005 1.000 R 2
0x0804 INT32_026 F005 1.000 R 2
0x0806 INT32_027 F005 1.000 R 2
0x0808 INT32_028 F005 1.000 R 2
0x080A INT32_029 F005 1.000 R 2
0x080C INT32_030 F005 1.000 R 2
0x080E INT32_031 F005 1.000 R 2
0x0810 INT32_032 F005 1.000 R 2
0x0812 INT32_033 F005 1.000 R 2
0x0814 INT32_034 F005 1.000 R 2
0x0816 INT32_035 F005 1.000 R 2

B-20 F650 DIGITAL BAY CONTROLLER 1601-0800-A1


APPENDIX B: MODBUS PROTOCOL B.5 MEMORY MAP

ADDRESS BIT NAME FORMAT STEP MODE LENGTH MISCELLANEOUS


0x0818 INT32_036 F005 1.000 R 2
0x081A INT32_037 F005 1.000 R 2
0x081C INT32_038 F005 1.000 R 2
0x081E INT32_039 F005 1.000 R 2
0x0820 INT32_040 F005 1.000 R 2
0x0822 INT32_041 F005 1.000 R 2
0x0824 INT32_042 F005 1.000 R 2
0x0826 INT32_043 F005 1.000 R 2
0x0828 INT32_044 F005 1.000 R 2
0x082A INT32_045 F005 1.000 R 2
0x082C INT32_046 F005 1.000 R 2
0x082E INT32_047 F005 1.000 R 2
0x0830 INT32_048 F005 1.000 R 2
0x0832 INT32_049 F005 1.000 R 2
0x0834 FLT32_000 F003 1.000 R 2
0x0836 FLT32_001 F003 1.000 R 2
0x0838 FLT32_002 F003 1.000 R 2
0x083A FLT32_003 F003 1.000 R 2
0x083C FLT32_004 F003 1.000 R 2
0x083E FLT32_005 F003 1.000 R 2
0x0840 FLT32_006 F003 1.000 R 2
0x0842 FLT32_007 F003 1.000 R 2
0x0844 FLT32_008 F003 1.000 R 2
0x0846 FLT32_009 F003 1.000 R 2
0x0848 FLT32_010 F003 1.000 R 2
0x084A FLT32_011 F003 1.000 R 2
0x084C FLT32_012 F003 1.000 R 2
0x084E FLT32_013 F003 1.000 R 2
0x0850 FLT32_014 F003 1.000 R 2
0x0852 FLT32_015 F003 1.000 R 2
0x0854 FLT32_016 F003 1.000 R 2
0x0856 FLT32_017 F003 1.000 R 2
0x0858 FLT32_018 F003 1.000 R 2
0x085A FLT32_019 F003 1.000 R 2
0x085C FLT32_020 F003 1.000 R 2
0x085E FLT32_021 F003 1.000 R 2
0x0860 FLT32_022 F003 1.000 R 2
0x0862 FLT32_023 F003 1.000 R 2
0x0864 FLT32_024 F003 1.000 R 2
0x0866 FLT32_025 F003 1.000 R 2
0x0868 FLT32_026 F003 1.000 R 2
0x086A FLT32_027 F003 1.000 R 2
0x086C FLT32_028 F003 1.000 R 2
0x086E FLT32_029 F003 1.000 R 2
0x0870 FLT32_030 F003 1.000 R 2
0x0872 FLT32_031 F003 1.000 R 2
0x0874 FLT32_032 F003 1.000 R 2
0x0876 FLT32_033 F003 1.000 R 2
0x0878 FLT32_034 F003 1.000 R 2
0x087A FLT32_035 F003 1.000 R 2
0x087C FLT32_036 F003 1.000 R 2
0x087E FLT32_037 F003 1.000 R 2

1601-0800-A1 F650 DIGITAL BAY CONTROLLER B-21


B.5 MEMORY MAP APPENDIX B: MODBUS PROTOCOL

ADDRESS BIT NAME FORMAT STEP MODE LENGTH MISCELLANEOUS


0x0880 FLT32_038 F003 1.000 R 2
0x0882 FLT32_039 F003 1.000 R 2
0x0884 FLT32_040 F003 1.000 R 2
0x0886 FLT32_041 F003 1.000 R 2
0x0888 FLT32_042 F003 1.000 R 2
0x088A FLT32_043 F003 1.000 R 2
0x088C FLT32_044 F003 1.000 R 2
0x088E FLT32_045 F003 1.000 R 2
0x0890 FLT32_046 F003 1.000 R 2
0x0892 FLT32_047 F003 1.000 R 2
0x0894 FLT32_048 F003 1.000 R 2
0x0896 FLT32_049 F003 1.000 R 2
Maniobras (24 elementos) - Operations
0x0025 0x0400 OPERATION BIT 1 F001 R 1
0x0025 0x0800 OPERATION BIT 2 F001 R 1
... ... ... ... ... ... ... ..
0x0026 0x0002 OPERATION BIT 24 F001 R 1
Eventos de control (128 elementos) - Control Events
0x003D 0x0400 CONTROL EVENT 1 F001 R 1
0x003D 0x0800 CONTROL EVENT 2 F001 R 1
... ... ... ... ... ... ... ...
0x0045 0x0200 CONTROL EVENT 128 F001 R 1
Salidas Virtuales Latcheadas (16 elementos) - Latched virtual outputs
0x0045 0x0400 V.O. Latched 1 F001 R 1
--- --- --- --- --- --- --- ---
0x0045 0x1000 V.O. Latched 3 F001 R 1
0x0046 0x0200 V.O. Latched 16 F001 R 1
Reset Salidas Virtuales Latcheadas - Reset Latched virtual outputs
0x0046 0x0400 Reset V.O. Latched F001 R 1
Entradas Virtuales con sellado (32 elementos) - Virtual Input Latched
0x0083 0x0400 LATCHED VIRT IP 1 F001 R 1
0x0083 0x0800 LATCHED VIRT IP 2 F001 R 1
... ... ... ... ... ... ... ...
0x0085 0x0200 LATCHED VIRT IP 32 F001 R 1
Entradas Virtuales Autoresetables (32 elementos) - Virtual Input Self Reset
0x0085 0x0400 SELF-RST VIRT IP 1 F001 R 1
0x0085 0x0800 SELF-RST VIRT IP 2 F001 R 1
... ... ... ... ... ... ... ...
0x0087 0x0200 SELF-RST VIRT IP 32 F001 R 1
Estado Pantalla - Display Status (does not apply to C650 models)
0x0087 0x0400 GRAPHIC STATUS F001 R 1
0x0087 0x0800 ALARM TEXT ARRAY F001 R 1
Estado Entradas Tarjeta F (32 elementos) - Board F: Contact Input Status
0x0087 0x1000 CONT IP_F_CC1 F001 R 1
0x0087 0x2000 CONT IP_F_CC2 F001 R 1
... ... ... ... .... ... ... ...
0x0089 0x0800 CONT IP_F_CC32 F001 R 1
Estado Señales Activación salidas Tarjeta F (16 elementos) - Board F: Contact Output Operate -logical status-
0x0089 0x1000 CONT OP OPER_F_01 F001 R 1
0x0089 0x2000 CONT OP OPER_F_02 F001 R 1

B-22 F650 DIGITAL BAY CONTROLLER 1601-0800-A1


APPENDIX B: MODBUS PROTOCOL B.5 MEMORY MAP

ADDRESS BIT NAME FORMAT STEP MODE LENGTH MISCELLANEOUS


... ... ... ... ... ... ... ...
0x008A 0x0800 CONT OP OPER_F_16 F001 R 1

Estado Señales Reposición de Salidas Tarjeta F (16 elementos) - Board F: Contact Output Resets
0x008A 0x1000 CONT OP RESET_F_1 F001 R 1

0x008A 0x2000 CONT OP RESET_F_2 F001 R 1

... ... ... ... ... ... ... ...


0x008B 0x0800 CONT OP RESET_F_16 F001 R 1

Estado Salidas Tarjeta F (16 elementos) - Board F: Contact Outputs -physical status-
0x008B 0x1000 CONT OP_F_01 F001 R 1
0x008B 0x2000 CONT OP_F_02 F001 R 1
... ... ... ... ... ... ... ...
0x008C 0x0800 CONT OP_F_16 F001 R 1
Estado Tarjeta F - Board F Status
0x008C 0x1000 BOARD F STATUS F001 R 1
Estado Entradas Tarjeta G (32 elementos) - Board G: Contact Input Status
0x00AC 0x2000 CONT IP_G_CC1 F001 R 1
0x00AC 0x4000 CONT IP_G_CC2 F001 R 1
... ... ... ... ... ... ... ...
0x00AE 0x1000 CONT IP_G_CC32 F001 R 1
Estado Señales Activación salidas Tarjeta G (16 elementos) - Board G: Contact Output Operate -logical status-
0x00AE 0x2000 CONT OP OPER_G_01 F001 R 1
0x00AE 0x4000 CONT OP OPER_G_02 F001 R 1
... ... ... ... ... ... ... ...
0x00AF 0x1000 CONT OP OPER_G_16 F001 R 1
Estado Señales Reposición de Salidas Tarjeta G (16 elementos) - Board G: Contact Output Resets
0x00AF 0x2000 CONT OP RESET_G_01 F001 R 1
0x00AF 0x4000 CONT OP RESET_G_02 F001 R 1
... ... ... ... ... ... ... ...
0x00B0 0x1000 CONT OP RESET_G_16 F001 R 1
Estado Salidas Tarjeta G (16 elementos) - Board G: Contact Outputs -physical status-
0x00B0 0x2000 CONT OP_G_01 F001 R 1
0x00B0 0x4000 CONT OP_G_02 F001 R 1
... ... ... ... ... ... ... ...
0x00B1 0x1000 CONT OP_G_16 F001 R 1
Estado Tarjeta G - Board G Status
0x00B1 0x2000 BOARD G STATUS F001 R 1
LEDS HMI (16 elementos) - HMI Leds
0x00D1 0x4000 READY LED F001 R 1
0x00D1 0x8000 LED 1 F001 R 1
0x00D1 0x0001 LED 2 F001 R 1
0x00D1 0x0002 LED 3 F001 R 1
0x00D1 0x0004 LED 4 F001 R 1
0x00D1 0x0008 LED 5 F001 R 1

1601-0800-A1 F650 DIGITAL BAY CONTROLLER B-23


B.5 MEMORY MAP APPENDIX B: MODBUS PROTOCOL

ADDRESS BIT NAME FORMAT STEP MODE LENGTH MISCELLANEOUS


0x00D1 0x0010 LED 6 F001 R 1
0x00D1 0x0020 LED 7 F001 R 1
0x00D1 0x0040 LED 8 F001 R 1
0x00D1 0x0080 LED 9 F001 R 1
LEDS HMI (16 elementos) - HMI Leds (cont.)
0x00D2 0x0100 LED 10 F001 R 1
0x00D2 0x0200 LED 11 F001 R 1
0x00D2 0x0400 LED 12 F001 R 1
0x00D2 0x0800 LED 13 F001 R 1
0x00D2 0x1000 LED 14 F001 R 1
0x00D2 0x2000 LED 15 F001 R 1
Teclas HMI - HMI Keys
0x00D2 0x4000 I Key F001 R 1
0x00D2 0x8000 O Key F001 R 1
0x00D2 0x0001 * Key F001 R 1
Señales estado LOCAL/REMOTO para maniobras - LOCAL/REMOTE Operation status signals
0x00D2 0x0002 F1 Key F001 R 1
0x00D2 0x0004 F2 Key F001 R 1
0x00D2 0x0008 LOCAL OPERATION MODE F001 R 1
0x00D2 0x0010 OPERATIONS BLOCKED F001 R 1
Estados Internos - Internal States
0x00D2 0x0020 DSP COMM ERROR F001 R 1
0x00D2 0x0040 MAGNETIC MODULE ERROR F001 R 1
Entrada Reset Leds (configurable) -Led reset Input
0x00D2 0x0080 LED RESET INPUT F001 R 1
Entradas Cambio Estado Local-Remoto-OFF (configurable) - Local-Remote-Off Input selection
0x00D3 0x0100 CHANGE LOCAL-REMOTE F001 R 1
0x00D3 0x0200 CHANGE OP BLOCKED F001 R 1
Entradas Cambio Estado iluminación pantalla (configurable) - Backlight status selection
0x00D3 0x1000 HMI BACKLIGHT ON F001 R 1
0x00D3 0x2000 HMI BACKLIGHT OFF F001 R 1
Estado PLC Fuera de Servicio - Out of Service PLC Status
0x00D4 0x4000 OUT OF SERVICE F001 R 1
0x00D4 0x8000 PLC ERROR F001 R 1
0x00D4 0x0001 General Trip F001 R 1
0x00D4 0x0002 NET CONF ERROR F001 R 1
0x00D4 0x0004 ST HMI BACKLIGHT F001 R 1
0x00D4 0x0008 ORDERCODE ERROR F001 R 1
0x00D4 0x0010 LINK STATUS PORT E F001 R 1
0x00D4 0x0020 LINK STATUS PORT A F001 R 1
0x00D4 0x0040 LINK STATUS PORT B F001 R 1
Estados Sobrecorriente instantanea de fases nivel alto - Phase IOC High States
0x00F2 0x0080 PH IOC1 HIGH A BLK F001 R 1
0x00F3 0x0100 PH IOC1 HIGH B BLK F001 R 1
0x00F3 0x0200 PH IOC1 HIGH C BLK F001 R 1
0x00F3 0x0400 PH IOC1 HIGH A PKP F001 R 1
0x00F3 0x0800 PH IOC1 HIGH A OP F001 R 1
0x00F3 0x1000 PH IOC1 HIGH B PKP F001 R 1
0x00F3 0x2000 PH IOC1 HIGH B OP F001 R 1
0x00F3 0x4000 PH IOC1 HIGH C PKP F001 R 1

B-24 F650 DIGITAL BAY CONTROLLER 1601-0800-A1


APPENDIX B: MODBUS PROTOCOL B.5 MEMORY MAP

ADDRESS BIT NAME FORMAT STEP MODE LENGTH MISCELLANEOUS


0x00F3 0x8000 PH IOC1 HIGH C OP F001 R 1
0x00F3 0x0001 PH IOC1 HIGH PKP F001 R 1
0x00F3 0x0002 PH IOC1 HIGH OP F001 R 1
0x00F8 0x0004 PH IOC2 HIGH A BLK F001 R 1
0x00F8 0x0008 PH IOC2 HIGH B BLK F001 R 1
0x00F8 0x0010 PH IOC2 HIGH C BLK F001 R 1
0x00F8 0x0020 PH IOC2 HIGH A PKP F001 R 1
0x00F8 0x0040 PH IOC2 HIGH A OP F001 R 1
0x00F8 0x0080 PH IOC2 HIGH B PKP F001 R 1
0x00F9 0x0100 PH IOC2 HIGH B OP F001 R 1
0x00F9 0x0200 PH IOC2 HIGH C PKP F001 R 1
0x00F9 0x0400 PH IOC2 HIGH C OP F001 R 1
0x00F9 0x0800 PH IOC2 HIGH PKP F001 R 1
0x00F9 0x1000 PH IOC2 HIGH OP F001 R 1
0x00FE 0x2000 PH IOC3 HIGH A BLK F001 R 1
0x00FE 0x4000 PH IOC3 HIGH B BLK F001 R 1
0x00FE 0x8000 PH IOC3 HIGH C BLK F001 R 1
0x00FE 0x0001 PH IOC3 HIGH A PKP F001 R 1
0x00FE 0x0002 PH IOC3 HIGH A OP F001 R 1
0x00FE 0x0004 PH IOC3 HIGH B PKP F001 R 1
0x00FE 0x0008 PH IOC3 HIGH B OP F001 R 1
0x00FE 0x0010 PH IOC3 HIGH C PKP F001 R 1
0x00FE 0x0020 PH IOC3 HIGH C OP F001 R 1
0x00FE 0x0040 PH IOC3 HIGH PKP F001 R 1
0x00FE 0x0080 PH IOC3 HIGH OP F001 R 1
Sobrecorriente instantanea de fases nivel bajo - Phase IOC Low States
0x0104 0x0100 PH IOC1 LOW A BLK F001 R 1
0x0104 0x0200 PH IOC1 LOW B BLK F001 R 1
0x0104 0x0400 PH IOC1 LOW C BLK F001 R 1
0x0104 0x0800 PH IOC1 LOW A PKP F001 R 1
0x0104 0x1000 PH IOC1 LOW A OP F001 R 1
0x0104 0x2000 PH IOC1 LOW B PKP F001 R 1
0x0104 0x4000 PH IOC1 LOW B OP F001 R 1
0x0104 0x8000 PH IOC1 LOW C PKP F001 R 1
0x0104 0x0001 PH IOC1 LOW C OP F001 R 1
0x0104 0x0002 PH IOC1 LOW PKP F001 R 1
0x0104 0x0004 PH IOC1 LOW OP F001 R 1
0x0109 0x0008 PH IOC2 LOW A BLK F001 R 1
0x0109 0x0010 PH IOC2 LOW B BLK F001 R 1
0x0109 0x0020 PH IOC2 LOW C BLK F001 R 1
0x0109 0x0040 PH IOC2 LOW A PKP F001 R 1
0x0109 0x0080 PH IOC2 LOW A OP F001 R 1
0x010A 0x0100 PH IOC2 LOW B PKP F001 R 1
Sobrecorriente instantanea de fases nivel bajo - Phase IOC Low States (cont.)
0x010A 0x0200 PH IOC2 LOW B OP F001 R 1
0x010A 0x0400 PH IOC2 LOW C PKP F001 R 1
0x010A 0x0800 PH IOC2 LOW C OP F001 R 1
0x010A 0x1000 PH IOC2 LOW PKP F001 R 1
0x010A 0x2000 PH IOC2 LOW OP F001 R 1
0x010F 0x4000 PH IOC3 LOW A BLK F001 R 1

1601-0800-A1 F650 DIGITAL BAY CONTROLLER B-25


B.5 MEMORY MAP APPENDIX B: MODBUS PROTOCOL

ADDRESS BIT NAME FORMAT STEP MODE LENGTH MISCELLANEOUS


0x010F 0x8000 PH IOC3 LOW B BLK F001 R 1
0x010F 0x0001 PH IOC3 LOW C BLK F001 R 1
0x010F 0x0002 PH IOC3 LOW A PKP F001 R 1
0x010F 0x0004 PH IOC3 LOW A OP F001 R 1
0x010F 0x0008 PH IOC3 LOW B PKP F001 R 1
0x010F 0x0010 PH IOC3 LOW B OP F001 R 1
0x010F 0x0020 PH IOC3 LOW C PKP F001 R 1
0x010F 0x0040 PH IOC3 LOW C OP F001 R 1
0x010F 0x0080 PH IOC3 LOW PKP F001 R 1
0x0110 0x0100 PH IOC3 LOW OP F001 R 1
Estados Sobreintensidad instantánea de Neutro - Neutral IOC States
0x0115 0x0200 NEUTRAL IOC1 BLOCK F001 R 1
0x0115 0x0400 NEUTRAL IOC1 PKP F001 R 1
0x0115 0x0800 NEUTRAL IOC1 OP F001 R 1
0x011A 0x1000 NEUTRAL IOC2 BLOCK F001 R 1
0x011A 0x2000 NEUTRAL IOC2 PKP F001 R 1
0x011A 0x4000 NEUTRAL IOC2 OP F001 R 1
0x011F 0x8000 NEUTRAL IOC3 BLOCK F001 R 1
0x011F 0x0001 NEUTRAL IOC3 PKP F001 R 1
0x011F 0x0002 NEUTRAL IOC3 OP F001 R 1
Estados Sobreintensidad instantánea de Tierra - Ground IOC States
0x0124 0x0004 GROUND IOC1 BLOCK F001 R 1
0x0124 0x0008 GROUND IOC1 PKP F001 R 1
0x0124 0x0010 GROUND IOC1 OP F001 R 1
0x0129 0x0020 GROUND IOC2 BLOCK F001 R 1
0x0129 0x0040 GROUND IOC2 PKP F001 R 1
0x0129 0x0080 GROUND IOC2 OP F001 R 1
0x012F 0x0100 GROUND IOC3 BLOCK F001 R 1
0x012F 0x0200 GROUND IOC3 PKP F001 R 1
0x012F 0x0400 GROUND IOC3 OP F001 R 1
Estados Sobreintensidad instantánea de Tierra Sensible - Sensitive Ground IOC States
0x0134 0x0800 SENS GND IOC1 BLK F001 R 1
0x0134 0x1000 SENS GND IOC1 PKP F001 R 1
0x0134 0x2000 SENS GND IOC1 OP F001 R 1
0x0139 0x4000 SENS GND IOC2 BLK F001 R 1
0x0139 0x8000 SENS GND IOC2 PKP F001 R 1
0x0139 0x0001 SENS GND IOC2 OP F001 R 1
0x013E 0x0002 SENS GND IOC3 BLK F001 R 1
0x013E 0x0004 SENS GND IOC3 PKP F001 R 1
0x013E 0x0008 SENS GND IOC3 OP F001 R 1
Estados Sobreintensidad Temporizada de Fases Nivel Alto - Phase TOC High States
0x0143 0x0010 PH TOC1 HIGH A BLK F001 R 1
0x0143 0x0020 PH TOC1 HIGH B BLK F001 R 1
0x0143 0x0040 PH TOC1 HIGH C BLK F001 R 1
0x0143 0x0080 PH TOC1 HIGH A PKP F001 R 1
0x0144 0x0100 PH TOC1 HIGH A OP F001 R 1
0x0144 0x0200 PH TOC1 HIGH B PKP F001 R 1
0x0144 0x0400 PH TOC1 HIGH B OP F001 R 1
0x0144 0x0800 PH TOC1 HIGH C PKP F001 R 1
0x0144 0x1000 PH TOC1 HIGH C OP F001 R 1

B-26 F650 DIGITAL BAY CONTROLLER 1601-0800-A1


APPENDIX B: MODBUS PROTOCOL B.5 MEMORY MAP

ADDRESS BIT NAME FORMAT STEP MODE LENGTH MISCELLANEOUS


0x0144 0x2000 PH TOC1 HIGH PKP F001 R 1
0x0144 0x4000 PH TOC1 HIGH OP F001 R 1
0x0149 0x8000 PH TOC2 HIGH A BLK F001 R 1
0x0149 0x0001 PH TOC2 HIGH B BLK F001 R 1
0x0149 0x0002 PH TOC2 HIGH C BLK F001 R 1
0x0149 0x0004 PH TOC2 HIGH A PKP F001 R 1
0x0149 0x0008 PH TOC2 HIGH A OP F001 R 1
0x0149 0x0010 PH TOC2 HIGH B PKP F001 R 1
0x0149 0x0020 PH TOC2 HIGH B OP F001 R 1
0x0149 0x0040 PH TOC2 HIGH C PKP F001 R 1
0x0149 0x0080 PH TOC2 HIGH C OP F001 R 1
0x014A 0x0100 PH TOC2 HIGH PKP F001 R 1
Estados Sobreintensidad Temporizada de Fases Nivel Alto - Phase TOC High States(cont.)
0x014A 0x0200 PH TOC2 HIGH OP F001 R 1
0x014F 0x0400 PH TOC3 HIGH A BLK F001 R 1
0x014F 0x0800 PH TOC3 HIGH B BLK F001 R 1
0x014F 0x1000 PH TOC3 HIGH C BLK F001 R 1
0x014F 0x2000 PH TOC3 HIGH A PKP F001 R 1
0x014F 0x4000 PH TOC3 HIGH A OP F001 R 1
0x014F 0x8000 PH TOC3 HIGH B PKP F001 R 1
0x014F 0x0001 PH TOC3 HIGH B OP F001 R 1
0x014F 0x0002 PH TOC3 HIGH C PKP F001 R 1
0x014F 0x0004 PH TOC3 HIGH C OP F001 R 1
0x014F 0x0008 PH TOC3 HIGH PKP F001 R 1
0x014F 0x0010 PH TOC3 HIGH OP F001 R 1
Estados Sobreintensidad Temporizada de Neutro - Neutral TOC States
0x0154 0x0020 NEUTRAL TOC1 BLOCK F001 R 1
0x0154 0x0040 NEUTRAL TOC1 PKP F001 R 1
0x0154 0x0080 NEUTRAL TOC1 OP F001 R 1
0x015A 0x0100 NEUTRAL TOC2 BLOCK F001 R 1
0x015A 0x0200 NEUTRAL TOC2 PKP F001 R 1
0x015A 0x0400 NEUTRAL TOC2 OP F001 R 1
0x015F 0x0800 NEUTRAL TOC3 BLOCK F001 R 1
0x015F 0x1000 NEUTRAL TOC3 PKP F001 R 1
0x015F 0x2000 NEUTRAL TOC3 OP F001 R 1
Estados Sobreintensidad Temporizada de Tierra - Ground TOC States
0x0164 0x4000 GROUND TOC1 BLOCK F001 R 1
0x0164 0x8000 GROUND TOC1 PKP F001 R 1
0x0164 0x0001 GROUND TOC1 OP F001 R 1
0x0169 0x0002 GROUND TOC2 BLOCK F001 R 1
0x0169 0x0004 GROUND TOC2 PKP F001 R 1
0x0169 0x0008 GROUND TOC2 OP F001 R 1
0x016E 0x0010 GROUND TOC3 BLOCK F001 R 1
0x016E 0x0020 GROUND TOC3 PKP F001 R 1
0x016E 0x0040 GROUND TOC3 OP F001 R 1
Estados Sobreintensidad Temporizada Tierra Sensible - Sensitive Ground TOC States
0x0173 0x0080 SENS GND TOC1 BLOCK F001 R 1
0x0174 0x0100 SENS GND TOC1 PKP F001 R 1
0x0174 0x0200 SENS GND TOC1 OP F001 R 1
0x0179 0x0400 SENS GND TOC2 BLOCK F001 R 1

1601-0800-A1 F650 DIGITAL BAY CONTROLLER B-27


B.5 MEMORY MAP APPENDIX B: MODBUS PROTOCOL

ADDRESS BIT NAME FORMAT STEP MODE LENGTH MISCELLANEOUS


0x0179 0x0800 SENS GND TOC2 PKP F001 R 1
0x0179 0x1000 SENS GND TOC2 OP F001 R 1
0x017E 0x2000 SENS GND TOC3 BLOCK F001 R 1
0x017E 0x4000 SENS GND TOC3 PKP F001 R 1
0x017E 0x8000 SENS GND TOC3 OP F001 R 1
Estados Subtensión de fases - Phase UV States
0x0183 0x0001 PHASE UV1 BLOCK F001 R 1
0x0183 0x0002 PHASE UV1 A PKP F001 R 1
0x0183 0x0004 PHASE UV1 A OP F001 R 1
0x0183 0x0008 PHASE UV1 B PKP F001 R 1
0x0183 0x0010 PHASE UV1 B OP F001 R 1
0x0183 0x0020 PHASE UV1 C PKP F001 R 1
0x0183 0x0040 PHASE UV1 C OP F001 R 1
0x0183 0x0080 PHASE UV1 AB PKP F001 R 1
Estados Subtensión de fases - Phase UV States(cont.)
0x0184 0x0100 PHASE UV1 AB OP F001 R 1
0x0184 0x0200 PHASE UV1 BC PKP F001 R 1
0x0184 0x0400 PHASE UV1 BC OP F001 R 1
0x0184 0x0800 PHASE UV1 CA PKP F001 R 1
0x0184 0x1000 PHASE UV1 CA OP F001 R 1
0x0184 0x2000 PHASE UV1 PKP F001 R 1
0x0184 0x4000 PHASE UV1 OP F001 R 1
0x0189 0x8000 PHASE UV2 BLOCK F001 R 1
0x0189 0x0001 PHASE UV2 A PKP F001 R 1
0x0189 0x0002 PHASE UV2 A OP F001 R 1
0x0189 0x0004 PHASE UV2 B PKP F001 R 1
0x0189 0x0008 PHASE UV2 B OP F001 R 1
0x0189 0x0010 PHASE UV2 C PKP F001 R 1
0x0189 0x0020 PHASE UV2 C OP F001 R 1
0x0189 0x0040 PHASE UV2 AB PKP F001 R 1
0x0189 0x0080 PHASE UV2 AB OP F001 R 1
0x018A 0x0100 PHASE UV2 BC PKP F001 R 1
0x018A 0x0200 PHASE UV2 BC OP F001 R 1
0x018A 0x0400 PHASE UV2 CA PKP F001 R 1
0x018A 0x0800 PHASE UV2 CA OP F001 R 1
0x018A 0x1000 PHASE UV2 PKP F001 R 1
0x018A 0x2000 PHASE UV2 OP F001 R 1
0x018F 0x4000 PHASE UV3 BLOCK F001 R 1
0x018F 0x8000 PHASE UV3 A PKP F001 R 1
0x018F 0x0001 PHASE UV3 A OP F001 R 1
0x018F 0x0002 PHASE UV3 B PKP F001 R 1
0x018F 0x0004 PHASE UV3 B OP F001 R 1
0x018F 0x0008 PHASE UV3 C PKP F001 R 1
0x018F 0x0010 PHASE UV3 C OP F001 R 1
0x018F 0x0020 PHASE UV3 AB PKP F001 R 1
0x018F 0x0040 PHASE UV3 AB OP F001 R 1
0x018F 0x0080 PHASE UV3 BC PKP F001 R 1
0x0190 0x0100 PHASE UV3 BC OP F001 R 1
0x0190 0x0200 PHASE UV3 CA PKP F001 R 1
0x0190 0x0400 PHASE UV3 CA OP F001 R 1

B-28 F650 DIGITAL BAY CONTROLLER 1601-0800-A1


APPENDIX B: MODBUS PROTOCOL B.5 MEMORY MAP

ADDRESS BIT NAME FORMAT STEP MODE LENGTH MISCELLANEOUS


0x0190 0x0800 PHASE UV3 PKP F001 R 1
0x0190 0x1000 PHASE UV3 OP F001 R 1
Estados Sobretensión de Secuencia Negativa - Negative Sequence OV States
0x0195 0x2000 NEG SEQ OV1 BLOCK F001 R 1
0x0195 0x4000 NEG SEQ OV1 PKP F001 R 1
0x0195 0x8000 NEG SEQ OV1 OP F001 R 1
0x019A 0x0001 NEG SEQ OV2 BLOCK F001 R 1
0x019A 0x0002 NEG SEQ OV2 PKP F001 R 1
0x019A 0x0004 NEG SEQ OV2 OP F001 R 1
0x019F 0x0008 NEG SEQ OV3 BLOCK F001 R 1
0x019F 0x0010 NEG SEQ OV3 PKP F001 R 1
0x019F 0x0020 NEG SEQ OV3 OP F001 R 1
Estados Imagen Térmica - Thermal Image States
0x01A4 0x0040 THERMAL1 BLOCK F001 R 1
0x01A4 0x0080 THERMAL1 A RST F001 R 1
0x01A5 0x0100 THERMAL1 B RST F001 R 1
0x01A5 0x0200 THERMAL1 C RST F001 R 1
0x01A5 0x0400 THERMAL1 ALARM F001 R 1
0x01A5 0x0800 THERMAL1 OP F001 R 1
0x01A5 0x1000 THERMAL1 A ALRM F001 R 1
0x01A5 0x2000 THERMAL1 A OP F001 R 1
0x01A5 0x4000 THERMAL1 B ALRM F001 R 1
0x01A5 0x8000 THERMAL1 B OP F001 R 1
0x01A5 0x0001 THERMAL1 C ALRM F001 R 1
0x01A5 0x0002 THERMAL1 C OP F001 R 1
0x01AA 0x0004 THERMAL2 BLOCK F001 R 1
0x01AA 0x0008 THERMAL2 A RST F001 R 1
0x01AA 0x0010 THERMAL2 B RST F001 R 1
0x01AA 0x0020 THERMAL2 C RST F001 R 1
0x01AA 0x0040 THERMAL2 ALARM F001 R 1
0x01AA 0x0080 THERMAL2 OP F001 R 1
0x01AB 0x0100 THERMAL2 A ALRM F001 R 1
0x01AB 0x0200 THERMAL2 A OP F001 R 1
0x01AB 0x0400 THERMAL2 B ALRM F001 R 1
0x01AB 0x0800 THERMAL2 B OP F001 R 1
0x01AB 0x1000 THERMAL2 C ALRM F001 R 1
0x01AB 0x2000 THERMAL2 C OP F001 R 1
0x01B0 0x4000 THERMAL3 BLOCK F001 R 1
0x01B0 0x8000 THERMAL3 A RST F001 R 1
0x01B0 0x0001 THERMAL3 B RST F001 R 1
0x01B0 0x0002 THERMAL3 C RST F001 R 1
0x01B0 0x0004 THERMAL3 ALARM F001 R 1
0x01B0 0x0008 THERMAL3 OP F001 R 1
0x01B0 0x0010 THERMAL3 A ALRM F001 R 1
0x01B0 0x0020 THERMAL3 A OP F001 R 1
0x01B0 0x0040 THERMAL3 B ALRM F001 R 1
0x01B0 0x0080 THERMAL3 B OP F001 R 1
0x01B1 0x0100 THERMAL3 C ALRM F001 R 1
0x01B1 0x0200 THERMAL3 C OP F001 R 1
Estados Unidad Direccional de Fases - Phase Directional States

1601-0800-A1 F650 DIGITAL BAY CONTROLLER B-29


B.5 MEMORY MAP APPENDIX B: MODBUS PROTOCOL

ADDRESS BIT NAME FORMAT STEP MODE LENGTH MISCELLANEOUS


0x01B6 0x0400 PHASE DIR1 BLK INP F001 R 1
0x01B6 0x0800 PHASE DIR1 BLOCK A F001 R 1
0x01B6 0x1000 PHASE DIR1 A OP F001 R 1
0x01B6 0x2000 PHASE DIR1 BLOCK B F001 R 1
0x01B6 0x4000 PHASE DIR1 B OP F001 R 1
0x01B6 0x8000 PHASE DIR1 BLOCK C F001 R 1
0x01B6 0x0001 PHASE DIR1 C OP F001 R 1
0x01BB 0x0002 PHASE DIR2 BLK INP F001 R 1
0x01BB 0x0004 PHASE DIR2 BLOCK A F001 R 1
0x01BB 0x0008 PHASE DIR2 A OP F001 R 1
0x01BB 0x0010 PHASE DIR2 BLOCK B F001 R 1
0x01BB 0x0020 PHASE DIR2 B OP F001 R 1
0x01BB 0x0040 PHASE DIR2 BLOCK C F001 R 1
0x01BB 0x0080 PHASE DIR2 C OP F001 R 1
Estados Unidad Direccional de Fases - Phase Directional States(cont.)
0x01C1 0x0100 PHASE DIR3 BLK INP F001 R 1
0x01C1 0x0200 PHASE DIR3 BLOCK A F001 R 1
0x01C1 0x0400 PHASE DIR3 A OP F001 R 1
0x01C1 0x0800 PHASE DIR3 BLOCK B F001 R 1
0x01C1 0x1000 PHASE DIR3 B OP F001 R 1
0x01C1 0x2000 PHASE DIR3 BLOCK C F001 R 1
0x01C1 0x4000 PHASE DIR3 C OP F001 R 1
Estados Unidad Direccional de Neutro - Neutral Directional States
0x01C6 0x8000 NEUTRAL DIR1 BLK INP F001 R 1
0x01C6 0x0001 NEUTRAL DIR1 BLOCK F001 R 1
0x01C6 0x0002 NEUTRAL DIR1 OP F001 R 1
0x01CB 0x0004 NEUTRAL DIR2 BLK INP F001 R 1
0x01CB 0x0008 NEUTRAL DIR2 BLOCK F001 R 1
0x01CB 0x0010 NEUTRAL DIR2 OP F001 R 1
0x01D0 0x0020 NEUTRAL DIR3 BLK INP F001 R 1
0x01D0 0x0040 NEUTRAL DIR3 BLOCK F001 R 1
0x01D0 0x0080 NEUTRAL DIR3 OP F001 R 1
Estados Unidad Direccional de Tierra - Ground Directional States
0x01D6 0x0100 GROUND DIR1 BLK INP F001 R 1
0x01D6 0x0200 GROUND DIR1 BLOCK F001 R 1
0x01D6 0x0400 GROUND DIR1 OP F001 R 1
0x01DB 0x0800 GROUND DIR2 BLK INP F001 R 1
0x01DB 0x1000 GROUND DIR2 BLOCK F001 R 1
0x01DB 0x2000 GROUND DIR2 OP F001 R 1
0x01E0 0x4000 GROUND DIR3 BLK INP F001 R 1
0x01E0 0x8000 GROUND DIR3 BLOCK F001 R 1
0x01E0 0x0001 GROUND DIR3 OP F001 R 1
Estados Fallo de Interruptor - Breaker Failure States
0x01E5 0x0002 BKR FAIL INITIATE F001 R 1
0x01E5 0x0004 BKR FAIL NO CURRENT F001 R 1
0x01E5 0x0008 BKR FAIL SUPERVISION F001 R 1
0x01E5 0x0010 BKR FAIL HISET F001 R 1
0x01E5 0x0020 BKR FAIL LOWSET F001 R 1
0x01E5 0x0040 INTERNAL ARC F001 R 1
0x01E5 0x0080 BKR FAIL 2nd STEP F001 R 1

B-30 F650 DIGITAL BAY CONTROLLER 1601-0800-A1


APPENDIX B: MODBUS PROTOCOL B.5 MEMORY MAP

ADDRESS BIT NAME FORMAT STEP MODE LENGTH MISCELLANEOUS


Estados Fallo de Fusible - Fuse failure States
0x01EB 0x0100 VT FUSE FAILURE F001 R 1
Estados Unidad de Sincronismo - Synchrocheck States
0x01F0 0x0200 Synchrocheck BLK INP F001 R 1
0x01F0 0x0400 Synchrocheck OP F001 R 1
0x01F0 0x0800 SYNCHK CLOSE PERM F001 R 1
0x01F0 0x1000 Synchrocheck COND OP F001 R 1
0x01F0 0x2000 DL-DB OPERATION F001 R 1
0x01F0 0x4000 DL-LB OPERATION F001 R 1
0x01F0 0x8000 LL-DB OPERATION F001 R 1
0x01F0 0x0001 SLIP CONDITION F001 R 1
0x01F0 0x0002 BUS FREQ > LINE FREQ F001 R 1
0x01F0 0x0004 BUS FREQ < LINE FREQ F001 R 1
Estados Reenganchador (bit) - Autorecloser States
0x01F5 0x0008 AR LEVEL BLOCK F001 R 1
0x01F5 0x0010 AR PULSE BLOCK F001 R 1
0x01F5 0x0020 AR PULSE UNBLOCK F001 R 1
0x01F5 0x0080 AR INITIATE F001 R 1
0x01F6 0x0100 AR CONDS INPUT F001 R 1
0x01F6 0x0200 AR CLOSE BREAKER F001 R 1
0x01F6 0x0400 AR OUT OF SERVICE F001 R 1
0x01F6 0x0800 AR READY F001 R 1
0x01F6 0x1000 AR LOCKOUT F001 R 1
0x01F6 0x2000 AR BLOCK F001 R 1
0x01F6 0x4000 AR RCL IN PROGRESS F001 R 1
0x01F6 0x8000 AR LCK BY ANOMALY F001 R 1
0x01F6 0x0001 AR LCK BY FAIL OPEN F001 R 1
0x01F6 0x0002 AR LCK BY FAIL CLOSE F001 R 1
0x01F6 0x0004 AR LCK BY USER F001 R 1
0x01F6 0x0008 AR LCK BY CONDS F001 R 1
0x01F6 0x0010 AR LCK BY TRIPS F001 R 1
0x01F6 0x0020 AR LCK BY SHOTS F001 R 1
0x01F6 0x0040 AR BLK AFTER 1 SHOT F001 R 1
0x01F6 0x0080 AR BLK AFTER 2 SHOT F001 R 1
0x01F7 0x0100 AR BLK AFTER 3 SHOT F001 R 1
0x01F7 0x0200 AR BLK AFTER 4 SHOT F001 R 1
0x01F7 0x0400 AR BLOCK BY LEVEL F001 R 1
0x01F7 0x0800 AR BLOCK BY PULSE F001 R 1
Estados Sobretensión de Neutro Nivel Alto - Neutral OV High States
0x01FC 0x1000 NEUTRAL OV1 HIGH BLK F001 R 1
0x01FC 0x2000 NEUTRAL OV1 HIGH PKP F001 R 1
0x01FC 0x4000 NEUTRAL OV1 HIGH OP F001 R 1
0x0201 0x8000 NEUTRAL OV2 HIGH BLK F001 R 1
0x0201 0x0001 NEUTRAL OV2 HIGH PKP F001 R 1
0x0201 0x0002 NEUTRAL OV2 HIGH OP F001 R 1
0x0206 0x0004 NEUTRAL OV3 HIGH BLK F001 R 1
0x0206 0x0008 NEUTRAL OV3 HIGH PKP F001 R 1
0x0206 0x0010 NEUTRAL OV3 HIGH OP F001 R 1
Estados Sobretensión de Neutro Nivel Bajo - Neutral OV Low States
0x020B 0x0020 NEUTRAL OV1 LOW BLK F001 R 1

1601-0800-A1 F650 DIGITAL BAY CONTROLLER B-31


B.5 MEMORY MAP APPENDIX B: MODBUS PROTOCOL

ADDRESS BIT NAME FORMAT STEP MODE LENGTH MISCELLANEOUS


0x020B 0x0040 NEUTRAL OV1 LOW PKP F001 R 1
0x020B 0x0080 NEUTRAL OV1 LOW OP F001 R 1
0x0211 0x0100 NEUTRAL OV2 LOW BLK F001 R 1
0x0211 0x0200 NEUTRAL OV2 LOW PKP F001 R 1
0x0211 0x0400 NEUTRAL OV2 LOW OP F001 R 1
0x0216 0x0800 NEUTRAL OV3 LOW BLK F001 R 1
0x0216 0x1000 NEUTRAL OV3 LOW PKP F001 R 1
0x0216 0x2000 NEUTRAL OV3 LOW OP F001 R 1
Estados Subtensión Auxiliar - Auxiliary UV States
0x021B 0x4000 AUXILIARY UV1 BLOCK F001 R 1
0x021B 0x8000 AUXILIARY UV1 PKP F001 R 1
0x021B 0x0001 AUXILIARY UV1 OP F001 R 1
0x0220 0x0002 AUXILIARY UV2 BLOCK F001 R 1
0x0220 0x0004 AUXILIARY UV2 PKP F001 R 1
0x0220 0x0008 AUXILIARY UV2 OP F001 R 1
0x0225 0x0010 AUXILIARY UV3 BLOCK F001 R 1
0x0225 0x0020 AUXILIARY UV3 PKP F001 R 1
0x0225 0x0040 AUXILIARY UV3 OP F001 R 1
Estados Sobretensión de Fases - Phase OV States
0x022A 0x0080 PHASE OV1 BLOCK F001 R 1
0x022B 0x0100 PHASE OV1 AB PKP F001 R 1
0x022B 0x0200 PHASE OV1 AB OP F001 R 1
0x022B 0x0400 PHASE OV1 BC PKP F001 R 1
0x022B 0x0800 PHASE OV1 BC OP F001 R 1
0x022B 0x1000 PHASE OV1 CA PKP F001 R 1
0x022B 0x2000 PHASE OV1 CA OP F001 R 1
0x022B 0x4000 PHASE OV1 PKP F001 R 1
0x022B 0x8000 PHASE OV1 OP F001 R 1
0x0230 0x0001 PHASE OV2 BLOCK F001 R 1
0x0230 0x0002 PHASE OV2 AB PKP F001 R 1
0x0230 0x0004 PHASE OV2 AB OP F001 R 1
0x0230 0x0008 PHASE OV2 BC PKP F001 R 1
0x0230 0x0010 PHASE OV2 BC OP F001 R 1
0x0230 0x0020 PHASE OV2 CA PKP F001 R 1
0x0230 0x0040 PHASE OV2 CA OP F001 R 1
0x0230 0x0080 PHASE OV2 PKP F001 R 1
0x0231 0x0100 PHASE OV2 OP F001 R 1
0x0236 0x0200 PHASE OV3 BLOCK F001 R 1
0x0236 0x0400 PHASE OV3 AB PKP F001 R 1
0x0236 0x0800 PHASE OV3 AB OP F001 R 1
0x0236 0x1000 PHASE OV3 BC PKP F001 R 1
0x0236 0x2000 PHASE OV3 BC OP F001 R 1
0x0236 0x4000 PHASE OV3 CA PKP F001 R 1
0x0236 0x8000 PHASE OV3 CA OP F001 R 1
0x0236 0x0001 PHASE OV3 PKP F001 R 1
0x0236 0x0002 PHASE OV3 OP F001 R 1
Estados Sobretensión Auxiliar - Auxiliary OV States
0x023B 0x0004 AUXILIARY OV1 BLOCK F001 R 1
0x023B 0x0008 AUXILIARY OV1 PKP F001 R 1
0x023B 0x0010 AUXILIARY OV1 OP F001 R 1

B-32 F650 DIGITAL BAY CONTROLLER 1601-0800-A1


APPENDIX B: MODBUS PROTOCOL B.5 MEMORY MAP

ADDRESS BIT NAME FORMAT STEP MODE LENGTH MISCELLANEOUS


0x0240 0x0020 AUXILIARY OV2 BLOCK F001 R 1
0x0240 0x0040 AUXILIARY OV2 PKP F001 R 1
0x0240 0x0080 AUXILIARY OV2 OP F001 R 1
0x0246 0x0100 AUXILIARY OV3 BLOCK F001 R 1
0x0246 0x0200 AUXILIARY OV3 PKP F001 R 1
0x0246 0x0400 AUXILIARY OV3 OP F001 R 1
Estados Sobreintensidad Temporizada de Secuencia Negativa - Negative Sequence TOC States
0x024B 0x0800 NEG SEQ TOC1 BLOCK F001 R 1
0x024B 0x1000 NEG SEQ TOC1 PKP F001 R 1
0x024B 0x2000 NEG SEQ TOC1 OP F001 R 1
0x0250 0x4000 NEG SEQ TOC2 BLOCK F001 R 1
0x0250 0x8000 NEG SEQ TOC2 PKP F001 R 1
0x0250 0x0001 NEG SEQ TOC2 OP F001 R 1
0x0255 0x0002 NEG SEQ TOC3 BLOCK F001 R 1
0x0255 0x0004 NEG SEQ TOC3 PKP F001 R 1
0x0255 0x0008 NEG SEQ TOC3 OP F001 R 1
Estados Sobrefrecuencia - Overfrequency States
0x025A 0x0010 OVERFREQ1 BLOCK F001 R 1
0x025A 0x0020 OVERFREQ1 PKP F001 R 1
0x025A 0x0040 OVERFREQ1 OP F001 R 1
0x025F 0x0080 OVERFREQ2 BLOCK F001 R 1
0x0260 0x0100 OVERFREQ2 PKP F001 R 1
0x0260 0x0200 OVERFREQ2 OP F001 R 1
0x0265 0x0400 OVERFREQ3 BLOCK F001 R 1
0x0265 0x0800 OVERFREQ3 PKP F001 R 1
0x0265 0x1000 OVERFREQ3 OP F001 R 1
Estados Subfrecuencia - Underfrequency States
0x026A 0x2000 UNDERFREQ1 BLOCK F001 R 1
0x026A 0x4000 UNDERFREQ1 PKP F001 R 1
0x026A 0x8000 UNDERFREQ1 OP F001 R 1
0x026F 0x0001 UNDERFREQ2 BLOCK F001 R 1
0x026F 0x0002 UNDERFREQ2 PKP F001 R 1
0x026F 0x0004 UNDERFREQ2 OP F001 R 1
0x0274 0x0008 UNDERFREQ3 BLOCK F001 R 1
0x0274 0x0010 UNDERFREQ3 PKP F001 R 1
0x0274 0x0020 UNDERFREQ3 OP F001 R 1
0x04D9 0x0001 OVERFREQ5 BLOCK F001 R 1
0x04D9 0x0002 OVERFREQ5 PKP F001 R 1
0x04D9 0x0004 OVERFREQ5 OP F001 R 1
0x04DA 0x0001 UNDERFREQ5 BLOCK F001 R 1
0x04DA 0x0002 UNDERFREQ5 PKP F001 R 1
0x04DA 0x0004 UNDERFREQ5 OP F001 R 1
0x04DB 0x0001 OVERFREQ6 PKP F001 R 1
0x04DB 0x0002 OVERFREQ6 OP F001 R 1
0x04DB 0x0004 UNDERFREQ6 BLOCK F001 R 1
0x04DC 0x0001 UNDERFREQ6 PKP F001 R 1
0x04DC 0x0002 UNDERFREQ6 OP F001 R 1
0x04DC 0x0004 OVERFREQ5 PKP F001 R 1
Estados de 60CTs- 60CTs Failure States
0x04DD 0x0002 CT Failure PKP F001 R 1

1601-0800-A1 F650 DIGITAL BAY CONTROLLER B-33


B.5 MEMORY MAP APPENDIX B: MODBUS PROTOCOL

ADDRESS BIT NAME FORMAT STEP MODE LENGTH MISCELLANEOUS


0x04DD 0x0004 CT Failure OP F001 R 1
0x04DD 0x0008 CT Failure BLOCK F001 R 1
Estados de Inhibición por 2nd armónico- 2nd Harmonic Inhibit States
0x04DE 0x0002 2nd HRMC PKP F001 R 1
0x04DE 0x0004 2nd HRMC OP F001 R 1
0x04DE 0x0008 2nd HRMC BLOCK F001 R 1
Estados Calibración - Calibration States
0x0279 0x0040 FACTORY CALIBRATION F001 R 1
0x0279 0x0080 CALIBRATION ERROR F001 R 1
Estados Oscilografía - Oscillography States
0x027A 0x0100 OSC DIG CHANNEL 1 F001 R 1
0x027A 0x0200 OSC DIG CHANNEL 2 F001 R 1
0x027A 0x0400 OSC DIG CHANNEL 3 F001 R 1
0x027A 0x0800 OSC DIG CHANNEL 4 F001 R 1
0x027A 0x1000 OSC DIG CHANNEL 5 F001 R 1
0x027A 0x2000 OSC DIG CHANNEL 6 F001 R 1
0x027A 0x4000 OSC DIG CHANNEL 7 F001 R 1
0x027A 0x8000 OSC DIG CHANNEL 8 F001 R 1
0x027A 0x0001 OSC DIG CHANNEL 9 F001 R 1
0x027A 0x0002 OSC DIG CHANNEL 10 F001 R 1
0x027A 0x0004 OSC DIG CHANNEL 11 F001 R 1
0x027A 0x0008 OSC DIG CHANNEL 12 F001 R 1
0x027A 0x0010 OSC DIG CHANNEL 13 F001 R 1
0x027A 0x0020 OSC DIG CHANNEL 14 F001 R 1
0x027A 0x0040 OSC DIG CHANNEL 15 F001 R 1
0x027A 0x0080 OSC DIG CHANNEL 16 F001 R 1
0x027B 0x0100 OSCILLO TRIGGER F001 R 1
Estados Localizador de Faltas - Fault Report States
0x0280 0x0200 FAULT REPORT TRIGG F001 R 1
0x0280 0x0400 CLEAR FAULT REPORTS F001 R 1
Agrupamiento de Funciones - Group States
0x028F 0x0400 GROUP 1 ACT ON F001 R 1
0x028F 0x0800 GROUP 2 ACT ON F001 R 1
0x028F 0x1000 GROUP 3 ACT ON F001 R 1
0x028F 0x2000 SETT GROUPS BLOCK F001 R 1
0x028F 0x4000 GROUP 1 BLOCKED F001 R 1
0x028F 0x8000 GROUP 2 BLOCKED F001 R 1
0x028F 0x0001 GROUP 3 BLOCKED F001 R 1
Canal por defecto - Default Channel (not used)
0x0294 0x0002 Default Channel F001 R 1
Estados Unidad de Conductor Roto - Broken Conductor
0x0294 0x0004 BROKEN CONDUCT1 BLK F001 R 1
0x0294 0x0008 BROKEN CONDUCT1 PKP F001 R 1
0x0294 0x0010 BROKEN CONDUCT1 OP F001 R 1
0x0299 0x0020 BROKEN CONDUCT2 BLK F001 R 1
0x0299 0x0040 BROKEN CONDUCT2 PKP F001 R 1
0x0299 0x0080 BROKEN CONDUCT2 OP F001 R 1
0x029F 0x0100 BROKEN CONDUCT3 BLK F001 R 1
0x029F 0x0200 BROKEN CONDUCT3 PKP F001 R 1
0x029F 0x0400 BROKEN CONDUCT3 OP F001 R 1

B-34 F650 DIGITAL BAY CONTROLLER 1601-0800-A1


APPENDIX B: MODBUS PROTOCOL B.5 MEMORY MAP

ADDRESS BIT NAME FORMAT STEP MODE LENGTH MISCELLANEOUS


Estados Energía - Energy States
0x02A4 0x0800 FREEZE ENERGY CNT F001 R 1
0x02A4 0x1000 UNFREEZE ENERGY CNT F001 R 1
0x02A4 0x2000 RESET ENERGY CNT F001 R 1
Estados Unidad de Tierra Aislada - Isolated Ground States
0x02B8 0x4000 ISOLATED GND1 BLK F001 R 1
0x02B8 0x8000 ISOLATED GND1 PKP F001 R 1
0x02B8 0x0001 ISOLATED GND1 OP F001 R 1
0x02C7 0x0002 ISOLATED GND2 BLK F001 R 1
0x02C7 0x0004 ISOLATED GND2 PKP F001 R 1
0x02C7 0x0008 ISOLATED GND2 OP F001 R 1
0x02D6 0x0010 ISOLATED GND3 BLK F001 R 1
0x02D6 0x0020 ISOLATED GND3 PKP F001 R 1
0x02D6 0x0040 ISOLATED GND3 OP F001 R 1
Estados Unidad Direccional de Tierra Sensible - Sensitive Ground Directional States
0x02E5 0x0080 SENS GND DIR1 BLK IP F001 R 1
0x02E6 0x0100 SENS GND DIR1 BLOCK F001 R 1
0x02E6 0x0200 SENS GND DIR1 OP F001 R 1
0x02EB 0x0400 SENS GND DIR2 BLK IP F001 R 1
0x02EB 0x0800 SENS GND DIR2 BLOCK F001 R 1
0x02EB 0x1000 SENS GND DIR2 OP F001 R 1
0x02F0 0x2000 SENS GND DIR3 BLK IP F001 R 1
0x02F0 0x4000 SENS GND DIR3 BLOCK F001 R 1
0x02F0 0x8000 SENS GND DIR3 OP F001 R 1
Estados Unidad de Potencia Máxima Directa - Forward Power(32FP) States
0x02F5 0x0001 FWD PWR1 BLOCK F001 R 1
0x02F5 0x0002 FWD PWR1 STG1 PKP F001 R 1
0x02F5 0x0004 FWD PWR1 STG1 OP F001 R 1
0x02F5 0x0008 FWD PWR1 STG2 PKP F001 R 1
0x02F5 0x0010 FWD PWR1 STG2 OP F001 R 1
0x02FA 0x0020 FWD PWR2 BLOCK F001 R 1
0x02FA 0x0040 FWD PWR2 STG1 PKP F001 R 1
0x02FA 0x0080 FWD PWR2 STG1 OP F001 R 1
0x02FB 0x0100 FWD PWR2 STG2 PKP F001 R 1
0x02FB 0x0200 FWD PWR2 STG2 OP F001 R 1
0x0300 0x0400 FWD PWR3 BLOCK F001 R 1
0x0300 0x0800 FWD PWR3 STG1 PKP F001 R 1
0x0300 0x1000 FWD PWR3 STG1 OP F001 R 1
0x0300 0x2000 FWD PWR3 STG2 PKP F001 R 1
0x0300 0x4000 FWD PWR3 STG2 OP F001 R 1
Entradas Demanda - Demand Inputs
0x0305 0x8000 DEMAND TRIGGER INP F001 R 1
0x0305 0x0001 DEMAND RESET INP F001 R 1
Estado Entradas Tarjeta H (32 elementos) - Board H: Contact Input States
0x0319 0x0002 CONT IP_H_CC1 F001 R 1
0x0319 0x0004 CONT IP_H_CC2 F001 R 1
... ... ... ... ... ... ... ...
0x031B 0x0001 CONT IP_H_CC32 F001 R 1
Estado Señales Activación salidas Tarjeta H (16 elementos) - Board H: Contact Output Operate -logical States-
0x031B 0x0002 CONT OP OPER_H_01 F001 R 1

1601-0800-A1 F650 DIGITAL BAY CONTROLLER B-35


B.5 MEMORY MAP APPENDIX B: MODBUS PROTOCOL

ADDRESS BIT NAME FORMAT STEP MODE LENGTH MISCELLANEOUS


0x031B 0x0004 CONT OP OPER_H_02 F001 R 1
... ... ... ... ... ... ... ...
0x031C 0x0001 CONT OP OPER_H_16 F001 R 1
Estado Señales Reposición de Salidas Tarjeta H (16 elementos) - Board H: Contact Output Resets
0x031C 0x0002 CONT OP RESET_H_01 F001 R 1
0x031C 0x0004 CONT OP RESET_H_02 F001 R 1
... ... ... ... ... ... ... ...
0x031D 0x0001 CONT OP RESET_H_16 F001 R 1
Estado Salidas Tarjeta H (16 elementos) - Board H: Contact Outputs -physical States-
0x031D 0x0002 CONT OP_H_01 F001 R 1
0x031D 0x0004 CONT OP_H_02 F001 R 1
... ... ... ... ... ... ... ...
0x031E 0x0001 CONT OP_H_16 F001 R 1
Estado Tarjeta H - Board H Status
0x031E 0x0002 BOARD H STATUS F001 R 1
Estado Entradas Tarjeta J (32 elementos) - Board J: Contact Input States
0x033E 0x0004 CONT IP_J_CC1 F001 R 1
0x033E 0x0008 CONT IP_J_CC2 F001 R 1
... ... ... ... ... ... ... ...
0x0340 0x0002 CONT IP_J_CC32 F001 R 1
Estado Señales Activación salidas Tarjeta J (16 elementos) - Board J: Contact Output Operate -logical States-
0x0340 0x0004 CONT OP OPER_J_01 F001 R 1
0x0340 0x0008 CONT OP OPER_J_02 F001 R 1
... ... ... ... ... ... ... ...
0x0341 0x0002 CONT OP OPER_J_16 F001 R 1
Estado Señales Reposición de Salidas Tarjeta J (16 elementos) - Board J: Contact Output Resets
0x0341 0x0004 CONT OP RESET_J_01 F001 R 1
0x0341 0x0008 CONT OP RESET_J_02 F001 R 1
... ... ... ... ... ... ... ...
0x0342 0x0002 CONT OP RESET_J_16 F001 R 1
Estado Salidas Tarjeta J (16 elementos) - Board J: Contact Outputs -physical states-
0x0342 0x0004 CONT OP_J_01 F001 R 1
0x0342 0x0008 CONT OP_J_02 F001 R 1
... ... ... ... ... ... ... ...
0x0343 0x0002 CONT OP_J_16 F001 R 1
Estado Tarjeta J - Board J Status
0x0343 0x0004 BOARD J STATUS F001 R 1
Estados Sobrecorriente Temporizada de Fases Nivel Bajo - Phase TOC Low States
0x0363 0x0008 PH TOC1 LOW A BLK F001 R 1
0x0363 0x0010 PH TOC1 LOW B BLK F001 R 1
0x0363 0x0020 PH TOC1 LOW C BLK F001 R 1
0x0363 0x0040 PH TOC1 LOW A PKP F001 R 1
0x0363 0x0080 PH TOC1 LOW A OP F001 R 1
0x0364 0x0100 PH TOC1 LOW B PKP F001 R 1
0x0364 0x0200 PH TOC1 LOW B OP F001 R 1
0x0364 0x0400 PH TOC1 LOW C PKP F001 R 1
0x0364 0x0800 PH TOC1 LOW C OP F001 R 1
0x0364 0x1000 PH TOC1 LOW PKP F001 R 1
0x0364 0x2000 PH TOC1 LOW OP F001 R 1
0x0369 0x4000 PH TOC2 LOW A BLK F001 R 1

B-36 F650 DIGITAL BAY CONTROLLER 1601-0800-A1


APPENDIX B: MODBUS PROTOCOL B.5 MEMORY MAP

ADDRESS BIT NAME FORMAT STEP MODE LENGTH MISCELLANEOUS


0x0369 0x8000 PH TOC2 LOW B BLK F001 R 1
0x0369 0x0001 PH TOC2 LOW C BLK F001 R 1
0x0369 0x0002 PH TOC2 LOW A PKP F001 R 1
0x0369 0x0004 PH TOC2 LOW A OP F001 R 1
0x0369 0x0008 PH TOC2 LOW B PKP F001 R 1
Estados Sobrecorriente Temporizada de Fases Nivel Bajo - Phase TOC Low States(cont.)
0x0369 0x0010 PH TOC2 LOW B OP F001 R 1
0x0369 0x0020 PH TOC2 LOW C PKP F001 R 1
0x0369 0x0040 PH TOC2 LOW C OP F001 R 1
0x0369 0x0080 PH TOC2 LOW PKP F001 R 1
0x036A 0x0100 PH TOC2 LOW OP F001 R 1
0x036F 0x0200 PH TOC3 LOW A BLK F001 R 1
0x036F 0x0400 PH TOC3 LOW B BLK F001 R 1
0x036F 0x0800 PH TOC3 LOW C BLK F001 R 1
0x036F 0x1000 PH TOC3 LOW A PKP F001 R 1
0x036F 0x2000 PH TOC3 LOW A OP F001 R 1
0x036F 0x4000 PH TOC3 LOW B PKP F001 R 1
0x036F 0x8000 PH TOC3 LOW B OP F001 R 1
0x036F 0x0001 PH TOC3 LOW C PKP F001 R 1
0x036F 0x0002 PH TOC3 LOW C OP F001 R 1
0x036F 0x0004 PH TOC3 LOW PKP F001 R 1
0x036F 0x0008 PH TOC3 LOW OP F001 R 1
Estados Contactos Configuración Aparamenta (16 elementos) - Switchgear Contact Configuration States
0x0374 0x0010 SWITCH 1 A INPUT F001 R 1
0x0374 0x0020 SWITCH 1 B INPUT F001 R 1
0x0374 0x0040 SWITCH 2 A INPUT F001 R 1
0x0374 0x0080 SWITCH 2 B INPUT F001 R 1
... ... ... ... ... ... ... ...
0x0376 0x0004 SWITCH 16 A INPUT F001 R 1
0x0376 0x0008 SWITCH 16 B INPUT F001 R 1
Estados Contactos Aparamenta (16 elementos) - Switchgear Contact States
0x0376 0x0010 SWITCH 1 A STATUS F001 R 1
0x0376 0x0020 SWITCH 1 B STATUS F001 R 1
0x0376 0x0040 SWITCH 2 A STATUS F001 R 1
0x0376 0x0080 SWITCH 2 B STATUS F001 R 1
... ... ... ... ... ... ... ...
0x0378 0x0004 SWITCH 16 A STATUS F001 R 1
0x0378 0x0008 SWITCH 16 B STATUS F001 R 1
Estados Aparamenta (16 elementos) - Switchgear States
0x0378 0x0010 SWITCH 1 OPEN F001 R 1
0x0378 0x0020 SWITCH 1 CLOSED F001 R 1
0x0378 0x0040 SWITCH 1 00_ERROR F001 R 1
0x0378 0x0080 SWITCH 1 11_ERROR F001 R 1
0x0379 0x0100 SWITCH 2 OPEN F001 R 1
0x0379 0x0200 SWITCH 2 CLOSED F001 R 1
0x0379 0x0400 SWITCH 2 00_ERROR F001 R 1
0x0379 0x0800 SWITCH 2 11_ERROR F001 R 1
... ... ... ... ... ... ... ...
0x037C 0x0001 SWITCH 16 OPEN F001 R 1
0x037C 0x0002 SWITCH 16 CLOSED F001 R 1

1601-0800-A1 F650 DIGITAL BAY CONTROLLER B-37


B.5 MEMORY MAP APPENDIX B: MODBUS PROTOCOL

ADDRESS BIT NAME FORMAT STEP MODE LENGTH MISCELLANEOUS


0x037C 0x0004 SWITCH 16 00_ERROR F001 R 1
0x037C 0x0008 SWITCH 16 11_ERROR F001 R 1
Estados Inicio Apertura y Cierre Aparamenta - Switchgear Open-Close Initializing States
0x037C 0x0010 SWITCH 1 OPEN INIT F001 R 1
0x037C 0x0020 SWITCH 1 CLOSE INIT F001 R 1
0x037C 0x0040 SWITCH 2 OPEN INIT F001 R 1
0x037C 0x0080 SWITCH 2 CLOSE INIT F001 R 1
... ... ... ... ... ... ... ...
0x037E 0x0004 SWITCH 16 OPEN INIT F001 R 1
0x037E 0x0008 SWITCH 16 CLOSE INIT F001 R 1
Estados Fallo Apertura y Cierre Aparamenta - Switchgear Fail States
0x037E 0x0010 SWGR 1 FAIL TO OPEN F001 R 1
0x037E 0x0020 SWGR 2 FAIL TO OPEN F001 R 1
... ... ... ... ... ... ... ...
0x037F 0x0008 SWGR 16 FAIL TO OPEN F001 R 1
0x037F 0x0010 SWGR 1 FAIL TO CLOSE F001 R 1
0x037F 0x0020 SWGR 2 FAIL TO CLOSE F001 R 1
... ... ... ... ... ... ... ...
0x0380 0x0008 SWGR 16 FAIL TO CLOSE F001 R 1
0x0380 0x0010 SWGR 1 BLOCK OPENING F001 R 1
0x0380 0x0020 SWGR 2 BLOCK OPENING F001 R 1
0x0380 0x0040 SWGR 3 BLOCK OPENING F001 R 1
0x0380 0x0080 SWGR 4 BLOCK OPENING F001 R 1
0x0381 0x0100 SWGR 5 BLOCK OPENING F001 R 1
0x0381 0x0200 SWGR 6 BLOCK OPENING F001 R 1
0x0381 0x0400 SWGR 7 BLOCK OPENING F001 R 1
0x0381 0x0800 SWGR 8 BLOCK OPENING F001 R 1
0x0381 0x1000 SWGR 9 BLOCK OPENING F001 R 1
0x0381 0x2000 SWGR 10 BLOCK OPENING F001 R 1
0x0381 0x4000 SWGR 11 BLOCK OPENING F001 R 1
0x0381 0x8000 SWGR 12 BLOCK OPENING F001 R 1
0x0381 0x0001 SWGR 13 BLOCK OPENING F001 R 1
0x0381 0x0002 SWGR 14 BLOCK OPENING F001 R 1
0x0381 0x0004 SWGR 15 BLOCK OPENING F001 R 1
0x0381 0x0008 SWGR 16 BLOCK OPENING F001 R 1
0x0381 0x0010 SWGR 1 BLOCK CLOSING F001 R 1
0x0381 0x0020 SWGR 2 BLOCK CLOSING F001 R 1
0x0381 0x0040 SWGR 3 BLOCK CLOSING F001 R 1
0x0381 0x0080 SWGR 4 BLOCK CLOSING F001 R 1
0x0382 0x0100 SWGR 5 BLOCK CLOSING F001 R 1
0x0382 0x0200 SWGR 6 BLOCK CLOSING F001 R 1
0x0382 0x0400 SWGR 7 BLOCK CLOSING F001 R 1
0x0382 0x0800 SWGR 8 BLOCK CLOSING F001 R 1
0x0382 0x1000 SWGR 9 BLOCK CLOSING F001 R 1
0x0382 0x2000 SWGR 10 BLOCK CLOSING F001 R 1
0x0382 0x4000 SWGR 11 BLOCK CLOSING F001 R 1
0x0382 0x8000 SWGR 12 BLOCK CLOSING F001 R 1
0x0382 0x0001 SWGR 13 BLOCK CLOSING F001 R 1
0x0382 0x0002 SWGR 14 BLOCK CLOSING F001 R 1

B-38 F650 DIGITAL BAY CONTROLLER 1601-0800-A1


APPENDIX B: MODBUS PROTOCOL B.5 MEMORY MAP

ADDRESS BIT NAME FORMAT STEP MODE LENGTH MISCELLANEOUS


0x0382 0x0004 SWGR 15 BLOCK CLOSING F001 R 1
0x0382 0x0008 SWGR 16 BLOCK CLOSING F001 R 1
Estados Interruptor - Breaker States
0x0390 0x0010 KI2t PHASE A ALARM F001 R 1
0x0390 0x0020 KI2t PHASE B ALARM F001 R 1
0x0390 0x0040 KI2t PHASE C ALARM F001 R 1
0x0390 0x0080 BKR OPENINGS ALARM F001 R 1
0x0391 0x0100 BKR OPEN 1 HOUR ALRM F001 R 1
0x0391 0x0200 BREAKER OPEN F001 R 1
0x0391 0x0400 BREAKER CLOSED F001 R 1
0x0391 0x0800 BREAKER UNDEFINED F001 R 1
0x0391 0x1000 RESET KI2t COUNTERS F001 R 1
0x0391 0x2000 RESET BKR COUNTERS F001 R 1
Estado Mapa Usuario - User Map State
0x039B 0x4000 USER MAP STATUS F001 R 1
Estado Curvas Usuario - Flex Curves States
0x039B 0x8000 FLEXCURVE A STATUS F001 R 1
0x03A0 0x0001 FLEXCURVE B STATUS F001 R 1
0x03A5 0x0002 FLEXCURVE C STATUS F001 R 1
0x03AA 0x0004 FLEXCURVE D STATUS F001 R 1
Estados Internos Sistema - Internal System States
0x03B1 0x0008 Green Zone ** F001 R 1
0x03B1 0x0010 Yellow Zone ** F001 R 1
0x03B1 0x0020 Orange Zone ** F001 R 1
0x03B1 0x0040 Red Zone ** F001 R 1
**For version previous to 7.00
Estados Unidad direccional de potencia - Directional Power States
0x03B2 0x8000 DIR PWR1 BLOCK F001 R 1
0x03B2 0x0001 DIR PWR1 STG1 PKP F001 R 1
0x03B2 0x0002 DIR PWR1 STG1 OP F001 R 1
0x03B2 0x0004 DIR PWR1 STG2 PKP F001 R 1
0x03B2 0x0008 DIR PWR1 STG2 OP F001 R 1
0x03B2 0x0010 DIR PWR1 STG PKP F001 R 1
0x03B2 0x0020 DIR PWR1 STG OP F001 R 1
0x03B7 0x0040 DIR PWR2 BLOCK F001 R 1
0x03B7 0x0080 DIR PWR2 STG1 PKP F001 R 1
0x03B8 0x0100 DIR PWR2 STG1 OP F001 R 1
0x03B8 0x0200 DIR PWR2 STG2 PKP F001 R 1
0x03B8 0x0400 DIR PWR2 STG2 OP F001 R 1
0x03B8 0x0800 DIR PWR2 STG PKP F001 R 1
0x03B8 0x1000 DIR PWR2 STG OP F001 R 1
0x03BD 0x2000 DIR PWR3 BLOCK F001 R 1
0x03BD 0x4000 DIR PWR3 STG1 PKP F001 R 1
0x03BD 0x8000 DIR PWR3 STG1 OP F001 R 1
0x03BD 0x0001 DIR PWR3 STG2 PKP F001 R 1
0x03BD 0x0002 DIR PWR3 STG2 OP F001 R 1
0x03BD 0x0004 DIR PWR3 STG PKP F001 R 1
0x03BD 0x0008 DIR PWR3 STG OP F001 R 1
Estados Unidad de Rotor Bloqueado - Locked Rotor (48)
0x03C2 0x0010 LOCKED ROTOR1 BLK F001 R 1

1601-0800-A1 F650 DIGITAL BAY CONTROLLER B-39


B.5 MEMORY MAP APPENDIX B: MODBUS PROTOCOL

ADDRESS BIT NAME FORMAT STEP MODE LENGTH MISCELLANEOUS


0x03C2 0x0020 LOCKED ROTOR1 PKP F001 R 1
0x03C2 0x0040 LOCKED ROTOR1 OP F001 R 1
0x03C3 0x0080 LOCKED ROTOR2 BLK F001 R 1
0x03C4 0x0100 LOCKED ROTOR2 PKP F001 R 1
0x03C4 0x0200 LOCKED ROTOR2 OP F001 R 1
0x03C5 0x0400 LOCKED ROTOR3 BLK F001 R 1
0x03C5 0x0800 LOCKED ROTOR3 PKP F001 R 1
0x03C5 0x1000 LOCKED ROTOR3 OP F001 R 1
Estados Salidas Remotas DNA - DNA Remote Output Status
0x03E5 0x0008 DNA 1 F001 R 1
0x03E5 0x0010 DNA 2 F001 R 1
... ... ... ... ... ... ... ...
0x03E7 0x0004 DNA 32 F001 R 1
Estados Salidas Remotas Usuario - UserSt Remote Output Status
0x03E7 0x0008 UserSt 1 F001 R 1
0x03E5 0x0010 UserSt 2 F001 R 1
... ... ... ... ... ... ... ...
0x03EB 0x0004 UserSt 64 F001 R 1
Estados Entradas Remotas - Remote Inputs Status
0x03EB 0x0008 Remote Input 1 F001 R 1
0x03EB 0x0010 Remote Input 2 F001 R 1
... ... ... ... ... ... ... ...
0x03ED 0x0004 Remote Input 32 F001 R 1
Estados Dispositivos Remotos - Remote Devices Status
0x03ED 0x0008 Remote Device 1 F001 R 1
0x03ED 0x0010 Remote Device 2 F001 R 1
... ... ... ... ... ... ... ...
0x03EF 0x0400 Remote Device 24 F001 R 1
Estados Sicronizacion Remota - SNTP/IRIG B Status (Do not apply to C650 models)
0x03F2 0x0008 SNTP FAILURE F001 R 1
0x03F2 0x0010 IRIGB FAILURE F001 R 1
0x03F3 0x0001 CNT PULSES FREEZE F001 R 1
0x03F3 0x0002 CNT PULSES UNFREEZE F001 R 1
0x03F3 0x0004 CNT PULSES RESET F001 R 1
Comparadores analógicos-Analog Comparators
0x03F8 0x0020 Analog Level 01 F001 R 1
0x03F8 0x0040 Analog Level 02 F001 R 1
0x03F8 0x0080 Analog Level 03 F001 R 1
0x03F9 0x0100 Analog Level 04 F001 R 1
0x03F9 0x0200 Analog Level 05 F001 R 1
0x03F9 0x0400 Analog Level 06 F001 R 1
0x03F9 0x0800 Analog Level 07 F001 R 1
0x03F9 0x1000 Analog Level 08 F001 R 1
0x03F9 0x2000 Analog Level 09 F001 R 1
0x03F9 0x4000 Analog Level 10 F001 R 1
0x03F9 0x8000 Analog Level 11 F001 R 1
0x03F9 0x0001 Analog Level 12 F001 R 1
0x03F9 0x0002 Analog Level 13 F001 R 1
0x03F9 0x0004 Analog Level 14 F001 R 1

B-40 F650 DIGITAL BAY CONTROLLER 1601-0800-A1


APPENDIX B: MODBUS PROTOCOL B.5 MEMORY MAP

ADDRESS BIT NAME FORMAT STEP MODE LENGTH MISCELLANEOUS


0x03F9 0x0008 Analog Level 15 F001 R 1
0x03F9 0x0010 Analog Level 16 F001 R 1
0x03F9 0x0020 Analog Level 17 F001 R 1
0x03F9 0x0040 Analog Level 18 F001 R 1
0x03F9 0x0080 Analog Level 19 F001 R 1
0x03FA 0x0100 Analog Level 20 F001 R 1
Estados Derivada de Frecuencia - Frequency Rate of Change States
0x03FC 0x0002 FREQ RATE1 BLOCK F001 R 1
0x03FC 0x0004 FREQ RATE1 PKP F001 R 1
0x03FC 0x0008 FREQ RATE1 OP F001 R 1
0x0401 0x0010 FREQ RATE2 BLOCK F001 R 1
0x0401 0x0020 FREQ RATE2 PKP F001 R 1
0x0401 0x0040 FREQ RATE2 OP F001 R 1
0x0406 0x0080 FREQ RATE3 BLOCK F001 R 1
0x0407 0x0100 FREQ RATE3 PKP F001 R 1
0x0407 0x0200 FREQ RATE3 OP F001 R 1
Estados función inversión de carga-Load Encroachment Status
0x040C 0x0400 LOAD ENCR1 BLOC F001 R 1
0x040C 0x0800 LOAD ENCR1 PKP F001 R 1
0x040C 0x1000 LOAD ENCR1 OP F001 R 1
0x0411 0x2000 LOAD ENCR2 BLOCK F001 R 1
0x0411 0x4000 LOAD ENCR2 PKP F001 R 1
0x0411 0x8000 LOAD ENCR2 OP F001 R 1
0x0416 0x0001 LOAD ENCR3 BLOCK F001 R 1
0x0416 0x0002 LOAD ENCR3 PKP F001 R 1
0x0416 0x0004 LOAD ENCR3 OP F001 R 1
0x041B 0x0008 NUM OF STARTS BLOCK F001 R 1
0x041B 0x0010 NUMBER OF STARTS OP F001 R 1
Entradas digitales GOOSE-Rem GOOSE digital Inputs
0x0421 0x2000 Rem GOOSE Dig Inp 1 F001 R 1
0x0421 0x4000 Rem GOOSE Dig Inp 2 F001 R 1
0x0421 0x8000 Rem GOOSE Dig Inp 3 F001 R 1
0x0421 0x0001 Rem GOOSE Dig Inp 4 F001 R 1
0x0421 0x0002 Rem GOOSE Dig Inp 5 F001 R 1
0x0421 0x0004 Rem GOOSE Dig Inp 6 F001 R 1
0x0421 0x0008 Rem GOOSE Dig Inp 7 F001 R 1
0x0421 0x0010 Rem GOOSE Dig Inp 8 F001 R 1
0x0421 0x0020 Rem GOOSE Dig Inp 9 F001 R 1
0x0421 0x0040 Rem GOOSE Dig Inp 10 F001 R 1
0x0421 0x0080 Rem GOOSE Dig Inp 11 F001 R 1
0x0422 0x0100 Rem GOOSE Dig Inp 12 F001 R 1
0x0422 0x0200 Rem GOOSE Dig Inp 13 F001 R 1
0x0422 0x0400 Rem GOOSE Dig Inp 14 F001 R 1
0x0422 0x0800 Rem GOOSE Dig Inp 15 F001 R 1
0x0422 0x1000 Rem GOOSE Dig Inp 16 F001 R 1
0x0422 0x2000 Rem GOOSE Dig Inp 17 F001 R 1
0x0422 0x4000 Rem GOOSE Dig Inp 18 F001 R 1

1601-0800-A1 F650 DIGITAL BAY CONTROLLER B-41


B.5 MEMORY MAP APPENDIX B: MODBUS PROTOCOL

ADDRESS BIT NAME FORMAT STEP MODE LENGTH MISCELLANEOUS


0x0422 0x8000 Rem GOOSE Dig Inp 19 F001 R 1
0x0422 0x0001 Rem GOOSE Dig Inp 20 F001 R 1
0x0422 0x0002 Rem GOOSE Dig Inp 21 F001 R 1
0x0422 0x0004 Rem GOOSE Dig Inp 22 F001 R 1
0x0422 0x0008 Rem GOOSE Dig Inp 23 F001 R 1
0x0422 0x0010 Rem GOOSE Dig Inp 24 F001 R 1
0x0422 0x0020 Rem GOOSE Dig Inp 25 F001 R 1
0x0422 0x0040 Rem GOOSE Dig Inp 26 F001 R 1
0x0422 0x0080 Rem GOOSE Dig Inp 27 F001 R 1
0x0423 0x0100 Rem GOOSE Dig Inp 28 F001 R 1
0x0423 0x0200 Rem GOOSE Dig Inp 29 F001 R 1
0x0423 0x0400 Rem GOOSE Dig Inp 30 F001 R 1
0x0423 0x0800 Rem GOOSE Dig Inp 31 F001 R 1
0x0423 0x1000 Rem GOOSE Dig Inp 32 F001 R 1
Salidas digitales GOOSE-Remote GOOSE digital Outputs
0x0423 0x2000 Rem GOOSE Dig Out 1 F001 R 1
0x0423 0x4000 Rem GOOSE Dig Out 2 F001 R 1
0x0423 0x8000 Rem GOOSE Dig Out 3 F001 R 1
0x0423 0x0001 Rem GOOSE Dig Out 4 F001 R 1
0x0423 0x0002 Rem GOOSE Dig Out 5 F001 R 1
0x0423 0x0004 Rem GOOSE Dig Out 6 F001 R 1
0x0423 0x0008 Rem GOOSE Dig Out 7 F001 R 1
0x0423 0x0010 Rem GOOSE Dig Out 8 F001 R 1
0x0423 0x0020 Rem GOOSE Dig Out 9 F001 R 1
0x0423 0x0040 Rem GOOSE Dig Out 10 F001 R 1
0x0423 0x0080 Rem GOOSE Dig Out 11 F001 R 1
0x0424 0x0100 Rem GOOSE Dig Out 12 F001 R 1
0x0424 0x0200 Rem GOOSE Dig Out 13 F001 R 1
0x0424 0x0400 Rem GOOSE Dig Out 14 F001 R 1
0x0424 0x0800 Rem GOOSE Dig Out 15 F001 R 1
0x0424 0x1000 Rem GOOSE Dig Out 16 F001 R 1
0x0424 0x2000 Rem GOOSE Dig Out 17 F001 R 1
0x0424 0x4000 Rem GOOSE Dig Out 18 F001 R 1
0x0424 0x8000 Rem GOOSE Dig Out 19 F001 R 1
0x0424 0x0001 Rem GOOSE Dig Out 20 F001 R 1
0x0424 0x0002 Rem GOOSE Dig Out 21 F001 R 1
0x0424 0x0004 Rem GOOSE Dig Out 22 F001 R 1
0x0424 0x0008 Rem GOOSE Dig Out 23 F001 R 1
0x0424 0x0010 Rem GOOSE Dig Out 24 F001 R 1
0x0424 0x0020 Rem GOOSE Dig Out 25 F001 R 1
0x0424 0x0040 Rem GOOSE Dig Out 26 F001 R 1
0x0424 0x0080 Rem GOOSE Dig Out 27 F001 R 1
0x0425 0x0100 Rem GOOSE Dig Out 28 F001 R 1
0x0425 0x0200 Rem GOOSE Dig Out 29 F001 R 1
0x0425 0x0400 Rem GOOSE Dig Out 30 F001 R 1
0x0425 0x0800 Rem GOOSE Dig Out 31 F001 R 1
0x0425 0x1000 Rem GOOSE Dig Out 32 F001 R 1

B-42 F650 DIGITAL BAY CONTROLLER 1601-0800-A1


APPENDIX B: MODBUS PROTOCOL B.5 MEMORY MAP

ADDRESS BIT NAME FORMAT STEP MODE LENGTH MISCELLANEOUS


Estados Función 32N (Nivel Alto y Nivel Bajo) - Wattmetric Ground Fault Status (High and Low Level)
0x0450 0x0080 32N1 HIGH BLOCK F001 R 1
0x0451 0x0100 32N1 HIGH PKP F001 R 1
0x0451 0x0200 32N1 HIGH OC PKP F001 R 1
0x0451 0x0400 32N1 HIGH OP F001 R 1
0x0452 0x0800 32N2 HIGH BLOCK F001 R 1
0x0452 0x1000 32N2 HIGH PKP F001 R 1
0x0452 0x2000 32N2 HIGH OC PKP F001 R 1
0x0452 0x4000 32N2 HIGH OP F001 R 1
0x0453 0x8000 32N3 HIGH BLOCK F001 R 1
0x0453 0x0001 32N3 HIGH PKP F001 R 1
0x0453 0x0002 32N3 HIGH OC PKP F001 R 1
0x0453 0x0004 32N3 HIGH OP F001 R 1
0x0454 0x0008 32N1 LOW BLOCK F001 R 1
0x0454 0x0010 32N1 LOW PKP F001 R 1
0x0454 0x0020 32N1 LOW OC PKP F001 R 1
0x0454 0x0040 32N1 LOW OP F001 R 1
0x0455 0x0080 32N2 LOW BLOCK F001 R 1
0x0456 0x0100 32N2 LOW PKP F001 R 1
0x0456 0x0200 32N2 LOW OC PKP F001 R 1
0x0456 0x0400 32N2 LOW OP F001 R 1
0x0457 0x0800 32N3 LOW BLOCK F001 R 1
0x0457 0x1000 32N3 LOW PKP F001 R 1
0x0457 0x2000 32N3 LOW OC PKP F001 R 1
0x0457 0x4000 32N3 LOW OP F001 R 1
Digital Counters actual values
0x04A4 0x0002 DIGCNT 1 BLOCK F001 R 1
0x04A4 0x0004 DIGCNT 2 BLOCK F001 R 1
0x04A4 0x0008 DIGCNT 3 BLOCK F001 R 1
0x04A4 0x0010 DIGCNT 4 BLOCK F001 R 1
0x04A4 0x0020 DIGCNT 5 BLOCK F001 R 1
0x04A4 0x0040 DIGCNT 6 BLOCK F001 R 1
0x04A4 0x0080 DIGCNT 7 BLOCK F001 R 1
0x04A5 0x0100 DIGCNT 8 BLOCK F001 R 1
0x04A5 0x0200 DIGCNT 1 HI F001 R 1
0x04A5 0x0400 DIGCNT 2 HI F001 R 1
0x04A5 0x0800 DIGCNT 3 HI F001 R 1
0x04A5 0x1000 DIGCNT 4 HI F001 R 1
0x04A5 0x2000 DIGCNT 5 HI F001 R 1
0x04A5 0x4000 DIGCNT 6 HI F001 R 1
0x04A5 0x8000 DIGCNT 7 HI F001 R 1
0x04A5 0x0001 DIGCNT 8 HI F001 R 1
0x04A5 0x0002 DIGCNT 1 EQ F001 R 1
0x04A5 0x0004 DIGCNT 2 EQ F001 R 1
0x04A5 0x0008 DIGCNT 3 EQ F001 R 1
0x04A5 0x0010 DIGCNT 4 EQ F001 R 1
0x04A5 0x0020 DIGCNT 5 EQ F001 R 1
0x04A5 0x0040 DIGCNT 6 EQ F001 R 1
0x04A5 0x0080 DIGCNT 7 EQ F001 R 1
0x04A6 0x0100 DIGCNT 8 EQ F001 R 1

1601-0800-A1 F650 DIGITAL BAY CONTROLLER B-43


B.5 MEMORY MAP APPENDIX B: MODBUS PROTOCOL

ADDRESS BIT NAME FORMAT STEP MODE LENGTH MISCELLANEOUS


0x04A6 0x0200 DIGCNT 1 LO F001 R 1
0x04A6 0x0400 DIGCNT 2 LO F001 R 1
0x04A6 0x0800 DIGCNT 3 LO F001 R 1
0x04A6 0x1000 DIGCNT 4 LO F001 R 1
0x04A6 0x2000 DIGCNT 5 LO F001 R 1
0x04A6 0x4000 DIGCNT 6 LO F001 R 1
0x04A6 0x8000 DIGCNT 7 LO F001 R 1
0x04A6 0x0001 DIGCNT 8 LO F001 R 1
0x04A6 0x0002 DIGCNT 1 UP F001 R 1
0x04A6 0x0004 DIGCNT 2 UP F001 R 1
0x04A6 0x0008 DIGCNT 3 UP F001 R 1
0x04A6 0x0010 DIGCNT 4 UP F001 R 1
0x04A6 0x0020 DIGCNT 5 UP F001 R 1
0x04A6 0x0040 DIGCNT 6 UP F001 R 1
0x04A6 0x0080 DIGCNT 7 UP F001 R 1
0x04A7 0x0100 DIGCNT 8 UP F001 R 1
0x04A7 0x0200 DIGCNT 1 DOWN F001 R 1
0x04A7 0x0400 DIGCNT 2 DOWN F001 R 1
0x04A7 0x0800 DIGCNT 3 DOWN F001 R 1
0x04A7 0x1000 DIGCNT 4 DOWN F001 R 1
0x04A7 0x2000 DIGCNT 5 DOWN F001 R 1
0x04A7 0x4000 DIGCNT 6 DOWN F001 R 1
0x04A7 0x8000 DIGCNT 7 DOWN F001 R 1
0x04A7 0x0001 DIGCNT 8 DOWN F001 R 1
0x04A7 0x0002 DIGCNT 1 SETPRESET F001 R 1
0x04A7 0x0004 DIGCNT 2 SETPRESET F001 R 1
0x04A7 0x0008 DIGCNT 3 SETPRESET F001 R 1
0x04A7 0x0010 DIGCNT 4 SETPRESET F001 R 1
0x04A7 0x0020 DIGCNT 5 SETPRESET F001 R 1
0x04A7 0x0040 DIGCNT 6 SETPRESET F001 R 1
0x04A7 0x0080 DIGCNT 7 SETPRESET F001 R 1
0x04A8 0x0100 DIGCNT 8 SETPRESET F001 R 1
0x04A8 0x0200 DIGCNT 1 RESET F001 R 1
0x04A8 0x0400 DIGCNT 2 RESET F001 R 1
0x04A8 0x0800 DIGCNT 3 RESET F001 R 1
0x04A8 0x1000 DIGCNT 4 RESET F001 R 1
0x04A8 0x2000 DIGCNT 5 RESET F001 R 1
0x04A8 0x4000 DIGCNT 6 RESET F001 R 1
0x04A8 0x8000 DIGCNT 7 RESET F001 R 1
0x04A8 0x0001 DIGCNT 8 RESET F001 R 1
0x04A8 0x0002 DIGCNT 1 FREEZERESET F001 R 1
0x04A8 0x0004 DIGCNT 2 FREEZERESET F001 R 1
0x04A8 0x0008 DIGCNT 3 FREEZERESET F001 R 1
0x04A8 0x0010 DIGCNT 4 FREEZERESET F001 R 1
0x04A8 0x0020 DIGCNT 5 FREEZERESET F001 R 1
0x04A8 0x0040 DIGCNT 6 FREEZERESET F001 R 1
0x04A8 0x0080 DIGCNT 7 FREEZERESET F001 R 1
0x04A9 0x0100 DIGCNT 8 FREEZERESET F001 R 1
0x04A9 0x0200 DIGCNT 1 FREEZECOUNT F001 R 1

B-44 F650 DIGITAL BAY CONTROLLER 1601-0800-A1


APPENDIX B: MODBUS PROTOCOL B.5 MEMORY MAP

ADDRESS BIT NAME FORMAT STEP MODE LENGTH MISCELLANEOUS


0x04A9 0x0400 DIGCNT 2 FREEZECOUNT F001 R 1
0x04A9 0x0800 DIGCNT 3 FREEZECOUNT F001 R 1
0x04A9 0x1000 DIGCNT 4 FREEZECOUNT F001 R 1
0x04A9 0x2000 DIGCNT 5 FREEZECOUNT F001 R 1
0x04A9 0x4000 DIGCNT 6 FREEZECOUNT F001 R 1
0x04A9 0x8000 DIGCNT 7 FREEZECOUNT F001 R 1
0x04A9 0x0001 DIGCNT 8 FREEZECOUNT F001 R 1
Cold Load Pick up actual values
0x04D8 0x0002 Cold Load PKP F001 R 1
0x04D8 0x0004 Cold Load OP F001 R 1
0x04D8 0x0008 Cold Load BLOCK F001 R 1
Entradas Analógicas (Tarjetas F y G)- Analog Inputs (F and G boards) (Not applicable to C650 models)
0x0B06 ANALOG_INP_F_01 F002 1000 R 2
0x0B08 ANALOG_INP_F_02 F002 1000 R 2
... ... ... ... ... ... ...
0x0B14 ANALOG_INP_F_08 F002 1000 R 2
0x0B86 ANALOG_INP_G_01 F002 1000 R 2
0x0B88 ANALOG_INP_G_02 F002 1000 R 2
... ... ... ... ... ... ...
0x0B94 ANALOG_INP_G_08 F002 1000 R 2
Medidas en Valores Secundarios - Analog measures in Secondary Values
0x0C00 Phasor Ia F002 1000 R 2
0x0C02 RMS Ia F002 1000 R 2
0x0C04 Ia Real F002 1000 R 2
0x0C06 Ia Imag F002 1000 R 2
0x0C08 Phasor Ib F002 1000 R 2
0x0C0A RMS Ib F002 1000 R 2
0x0C0C Ib Real F002 1000 R 2
0x0C0E Ib Imag F002 1000 R 2
0x0C10 Phasor Ic F002 1000 R 2
0x0C12 RMS Ic F002 1000 R 2
0x0C14 Ic Real F002 1000 R 2
0x0C16 Ic Imag F002 1000 R 2
0x0C18 Phasor In F002 1000 R 2
0x0C1A In Real F002 1000 R 2
0x0C1C In Imag F002 1000 R 2
0x0C1E Phasor Ig F002 1000 R 2
0x0C20 RMS Ig F002 1000 R 2
0x0C22 Ig Real F002 1000 R 2
0x0C24 Ig Imag F002 1000 R 2
0x0C26 Phasor Isg F002 1000 R 2
0x0C28 RMS Isg F002 1000 R 2
0x0C2A Isg Real F002 1000 R 2
0x0C2C Isg Imag F002 1000 R 2
0x0C2E Zero seq I0 F002 1000 R 2
0x0C30 I0 Real F002 1000 R 2
0x0C32 I0 Imag F002 1000 R 2
0x0C34 Positive Seq I1 F002 1000 R 2
0x0C36 I1 Real F002 1000 R 2
0x0C38 I1 Imag F002 1000 R 2

1601-0800-A1 F650 DIGITAL BAY CONTROLLER B-45


B.5 MEMORY MAP APPENDIX B: MODBUS PROTOCOL

ADDRESS BIT NAME FORMAT STEP MODE LENGTH MISCELLANEOUS


0x0C3A Negative Seq I2 F002 1000 R 2
0x0C3C I2 Real F002 1000 R 2
0x0C3E I2 Imag F002 1000 R 2
0x0C40 Phasor Vab F002 1000 R 2
0x0C42 Vab Real F002 1000 R 2
0x0C44 Vab Imag F002 1000 R 2
0x0C46 Phasor Vbc F002 1000 R 2
0x0C48 Vbc Real F002 1000 R 2
0x0C4A Vbc Imag F002 1000 R 2
0x0C4C Phasor Vca F002 1000 R 2
0x0C4E Vca Real F002 1000 R 2
0x0C50 Vca Imag F002 1000 R 2
0x0C52 Phasor Van F002 1000 R 2
0x0C54 Va Real F002 1000 R 2
0x0C56 Va Imag F002 1000 R 2
0x0C58 Phasor Vbn F002 1000 R 2
0x0C5A Vb Real F002 1000 R 2
0x0C5C Vb Imag F002 1000 R 2
0x0C5E Phasor Vcn F002 1000 R 2
0x0C60 Vc Real F002 1000 R 2
0x0C62 Vc Imag F002 1000 R 2
0x0C64 Phasor Vn F002 1000 R 2
0x0C66 Vn Real F002 1000 R 2
0x0C68 Vn Imag F002 1000 R 2
0x0C6A Positive Seq V1 F002 1000 R 2
0x0C6C V1 Real F002 1000 R 2
0x0C6E V1 Imag F002 1000 R 2
0x0C70 Negative Seq V2 F002 1000 R 2
0x0C72 V2 Real F002 1000 R 2
0x0C74 V2 Imag F002 1000 R 2
0x0C76 Zero Seq V0 F002 1000 R 2
0x0C78 V0 Real F002 1000 R 2
0x0C7A V0 Imag F002 1000 R 2
0x0C7C Phasor Vx F002 1000 R 2
0x0C7E Vx Real F002 1000 R 2
0x0C80 Vx Imag F002 1000 R 2
0x0C82 Nominal Voltage F002 1000 R 2
0x0C84 VL Real F002 1000 R 2
0x0C86 VL Imag F002 1000 R 2
0x0C88 VBB Real F002 1000 R 2
0x0C8A VBB Imag F002 1000 R 2
0x0C8C Line Voltage F002 1000 R 2
0x0C8E Bus Voltage F002 1000 R 2
0x0C90 Line Frequency F002 1000 R 2
0x0C92 Bus Frequency F002 1000 R 2
0x0C94 Phase A Apparent Pwr F002 1000 R 2
0x0C96 Phase B Apparent Pwr F002 1000 R 2
0x0C98 Phase C Apparent Pwr F002 1000 R 2
0x0C9A Phase A Real Pwr F002 1000 R 2
0x0C9C Phase B Real Pwr F002 1000 R 2

B-46 F650 DIGITAL BAY CONTROLLER 1601-0800-A1


APPENDIX B: MODBUS PROTOCOL B.5 MEMORY MAP

ADDRESS BIT NAME FORMAT STEP MODE LENGTH MISCELLANEOUS


0x0C9E Phase C Real Pwr F002 1000 R 2
0x0CA0 Phase A Reactive Pwr F002 1000 R 2
0x0CA2 Phase B Reactive Pwr F002 1000 R 2
0x0CA4 Phase C Reactive Pwr F002 1000 R 2
0x0CA6 3 Phase Apparent Pwr F002 1000 R 2
0x0CA8 3 Phase Real Pwr F002 1000 R 2
0x0CAA 3 Phase Reactive Pwr F002 1000 R 2
0x0CAC Phase A Power Factor F002 1000 R 2
0x0CAE Phase B Power Factor F002 1000 R 2
0x0CB0 Phase C Power Factor F002 1000 R 2
0x0CB2 3 Phase Power Factor F002 1000 R 2
Ratios corriente y tensión - Current and Voltage Ratios
0x0CB4 CT Ratio F002 1000 R 2
0x0CB6 CT Ratio Ig F002 1000 R 2
0x0CB8 CT Ratio Isg F002 1000 R 2
0x0CBA PT Ratio F002 1000 R 2
Angulos - Angles
0x0CBC Ia Angle F002 1000 R 2
0x0CBE Ib Angle F002 1000 R 2
0x0CC0 Ic Angle F002 1000 R 2
0x0CC2 In Angle F002 1000 R 2
0x0CC4 Ig Angle F002 1000 R 2
0x0CC6 Isg Angle F002 1000 R 2
0x0CC8 Va Angle F002 1000 R 2
0x0CCA Vb Angle F002 1000 R 2
0x0CCC Vc Angle F002 1000 R 2
0x0CCE Vn Angle F002 1000 R 2
0x0CD0 Vx Angle F002 1000 R 2
0x0CD2 Vab Angle F002 1000 R 2
0x0CD4 Vbc Angle F002 1000 R 2
0x0CD6 Vca Angle F002 1000 R 2
Frequency rate of change value
0x0CD8 df/dt F002 1000 R 2
0
Versión del HMI - HMI Version
0x0CE2 HMI Version F004 1000 R 1
0x0CE3 DISPLAY TYPE F004 1000 R 1
0x0CE4 PreFault Ia Mod F002 1000 R 2
000
0x0CE6 PreFault Ia Ang F003 1000 R 2
0x0CE8 PreFault Ib Mod F002 1000 R 2
000
0x0CEA PreFault Ib Ang F003 1000 R 2
0x0CEC PreFault Ic Mod F002 1000 R 2
000
0x0CEE PreFault Ic Ang F003 1000 R 2
0x0CF0 PreFault Vab Mod F002 1000 R 2
000
0x0CF2 PreFault Vab Ang F003 1000 R 2
0x0CF4 PreFault Vbc Mod F002 1000 R 2
000

1601-0800-A1 F650 DIGITAL BAY CONTROLLER B-47


B.5 MEMORY MAP APPENDIX B: MODBUS PROTOCOL

ADDRESS BIT NAME FORMAT STEP MODE LENGTH MISCELLANEOUS


0x0CF6 PreFault Vbc Ang F003 1000 R 2
0x0CF8 PreFault Vca Mod F002 1000 R 2
000
0x0CFA PreFault Vca Ang F003 1000 R 2
0x0CFC PreFault Ig Mod F002 1000 R 2
000
0x0CFE PreFault Ig Ang F003 1000 R 2
0x0D00 PreFault Isg Mod F002 1000 R 2
000
0x0D02 PreFault Isg Ang F003 1000 R 2
0x0D04 PostFault Ia Mod F002 1000 R 2
000
0x0D06 PostFault Ia Ang F003 1000 R 2
0x0D08 PostFault Ib Mod F002 1000 R 2
000
0x0D0A PostFault Ib Ang F003 1000 R 2
0x0D0C PostFault Ic Mod F002 1000 R 2
000
0x0D0E PostFault Ic Ang F003 1000 R 2
0x0D10 PostFault Vab Mod F002 1000 R 2
000
0x0D12 PostFault Vab Ang F003 1000 R 2
0x0D14 PostFault Vbc Mod F002 1000 R 2
000
0x0D16 PostFault Vbc Ang F003 1000 R 2
0x0D18 PostFault Vca Mod F002 1000 R 2
000
0x0D1A PostFault Vca Ang F003 1000 R 2
0x0D1C PostFault Ig Mod F002 1000 R 2
000
0x0D1E PostFault Ig Ang F003 1000 R 2
0x0D20 PostFault Isg Mod F002 1000 R 2
000
0x0D22 PostFault Isg Ang F003 1000 R 2
Valores Imagen Térmica - Thermal Image Values
0x0DD9 THERMAL1 IMAGE A F003 1 R 2
0x0DDB THERMAL1 IMAGE B F003 1 R 2
0x0DDD THERMAL1 IMAGE C F003 1 R 2
0x0DE4 THERMAL2 IMAGE A F003 1 R 2
0x0DE6 THERMAL2 IMAGE B F003 1 R 2
0x0DE8 THERMAL2 IMAGE C F003 1 R 2
0x0DEF THERMAL3 IMAGE A F003 1 R 2
0x0DF1 THERMAL3 IMAGE B F003 1 R 2
0x0DF3 THERMAL3 IMAGE C F003 1 R 2
Diferencia de tensión para la función de sincronismo-Voltage Difference for synchrocheck unit
0x0E31 VOLTAGE DIFFERENCE F002 1000 R 2
0
Diferencia de Frecuencia para la función de sincronismo-Frequency Difference for synchrocheck unit
0x0E33 FREQ. DIFFERENCE F002 1000 R 2
0
Estados Reenganchador (Enumerado) - Autorecloser Status

B-48 F650 DIGITAL BAY CONTROLLER 1601-0800-A1


APPENDIX B: MODBUS PROTOCOL B.5 MEMORY MAP

ADDRESS BIT NAME FORMAT STEP MODE LENGTH MISCELLANEOUS


0x0E36 AR STATUS F012 R 1 0=OUT OF SERVICE
1=READY
2=LOCKOUT
3=BLOCK
4=RECLOSE IN PROGRESS
0x0E37 AR LOCKOUT MODE F012 R 1 0=NONE
1=ANOMALY
2=FAIL TO OPEN
3=FAIL TO CLOSE
4=MANUAL
5=NO CONDITIONS
6=MAX NUMBER OF TRIPS
7=LAST SHOT
0x0E38 AR BLOCK MODE F012 R 1 0=NONE
1=LEVEL
2=PULSE
3=LEVEL+PULSE
Estados Oscilografía - Oscillography States
0x0EB6 NUMBER OF TRIGGERS F004 1 R 1
0x0EB7 CYCLES PER RECORD F004 1 R 1
0x0EB8 AVAILABLE RECORDS F004 1 R 1
Estados Localizador de Faltas - Fault Report States
0x0EBB FAULT DATE F011 R 3
0x0EBE FAULT TYPE F012 R 1 0=GROUND
1=PHASE
2=3 PH
3=AG
4=ABG
5=AB
6=BG
7=BCG
8=BC
9=CG
10=CAG
11=CA
12=NAF
0x0EBF FAULT LOCATION F003 1 R 2
0x0EC1 FAULT REPORT NUMBER F005 1 R 2
0x0EC3 R Primary F003 1000 R 2
0x0EC5 R Secondary F003 1000 R 2
0x0EC7 X Primary F003 1000 R 2
0x0EC9 X Secondary F003 1000 R 2
0x0ECB FAULT RESISTANCE F003 R 2
Medidas en Valores Primarios - Analog measures in Primary Values
0x0EE2 Phasor Ia Primary F002 1000 R 2
0x0EE4 Phasor Ib Primary F002 1000 R 2
0x0EE6 Phasor Ic Primary F002 1000 R 2
0x0EE8 Phasor Ig Primary F002 1000 R 2
0x0EEA Phasor Isg Primary F002 1000 R 2
0x0EEC Phasor In Primary F002 1000 R 2

1601-0800-A1 F650 DIGITAL BAY CONTROLLER B-49


B.5 MEMORY MAP APPENDIX B: MODBUS PROTOCOL

ADDRESS BIT NAME FORMAT STEP MODE LENGTH MISCELLANEOUS


0x0EEE RMS Ia Primary F002 1000 R 2
0x0EF0 RMS Ib Primary F002 1000 R 2
0x0EF2 RMS Ic Primary F002 1000 R 2
0x0EF4 RMS Ig Primary F002 1000 R 2
0x0EF6 RMS Isg Primary F002 1000 R 2
0x0EF8 I0 Primary F002 1000 R 2
0x0EFA I1 Primary F002 1000 R 2
0x0EFC I2 Primary F002 1000 R 2
0x0EFE V0 Primary F002 1000 R 2
0x0F00 V1 Primary F002 1000 R 2
0x0F02 V2 Primary F002 1000 R 2
0x0F04 Vab Primary F002 1000 R 2
0x0F06 Vbc Primary F002 1000 R 2
0x0F08 Vca Primary F002 1000 R 2
0x0F0A Va Primary F002 1000 R 2
0x0F0C Vb Primary F002 1000 R 2
0x0F0E Vc Primary F002 1000 R 2
0x0F10 Vn Primary F002 1000 R 2
0x0F12 Vx Primary F002 1000 R 2
0x0F14 VBB Primary F002 1000 R 2
0x0F16 VL Primary F002 1000 R 2
0x0F18 Phase A Real Pwr F002 1000 R 2
0x0F1A Phase A Reactive Pwr F002 1000 R 2
Medidas en Valores Primarios - Analog measures in Primary Values (cont.)
0x0F1C Phase A Apparent Pwr F002 1000 R 2
0x0F1E Phase B Real Pwr F002 1000 R 2
0x0F20 Phase B Reactive Pwr F002 1000 R 2
0x0F22 Phase B Apparent Pwr F002 1000 R 2
0x0F24 Phase C Real Pwr F002 1000 R 2
0x0F26 Phase C Reactive Pwr F002 1000 R 2
0x0F28 Phase C Apparent Pwr F002 1000 R 2
0x0F2A 3 Phase Real Pwr F002 1000 R 2
0x0F2C 3 Phase Reactive Pwr F002 1000 R 2
0x0F2E 3 Phase Apparent Pwr F002 1000 R 2
0x0F30 Phase A Power Factor F002 1000 R 2
0x0F32 Phase B Power Factor F002 1000 R 2
0x0F34 Phase C Power Factor F002 1000 R 2
0x0F36 3 Phase Power Factor F002 1000 R 2
0x0F38 Line Frequency F002 1000 R 2
0x0F3A Bus Frequency F002 1000 R 2
0x0F3C Positive MWatthour F002 1000 R 2
0x0F3E Negative MWatthour F002 1000 R 2
0x0F40 Positive MVarhour F002 1000 R 2
0x0F42 Negative MVarhour F002 1000 R 2
0x0F44 Pos MWatthour Cnt F002 1000 R 2
0x0F46 Neg MWatthour Cnt F002 1000 R 2
0x0F48 Pos MVarhour Cnt F002 1000 R 2
0x0F4A Neg MVarhour Cnt F002 1000 R 2
0x0F4C % of Load-To-Trip F002 1000 R 2
Medidas Demanda - Demand measures

B-50 F650 DIGITAL BAY CONTROLLER 1601-0800-A1


APPENDIX B: MODBUS PROTOCOL B.5 MEMORY MAP

ADDRESS BIT NAME FORMAT STEP MODE LENGTH MISCELLANEOUS


0x0FAB DEMAND IA F002 1000 R 2
0x0FAD DEMAND IA MAX F002 1000 R 2
0x0FAF DEMAND IA DATE F011 R 3
0x0FB2 DEMAND IB F002 1000 R 2
0x0FB4 DEMAND IB MAX F002 1000 R 2
0x0FB6 DEMAND IB DATE F011 R 3
0x0FB9 DEMAND IC F002 1000 R 2
0x0FBB DEMAND IC MAX F002 1000 R 2
0x0FBD DEMAND IC DATE F011 R 3
0x0FC0 DEMAND IG F002 1000 R 2
0x0FC2 DEMAND IG MAX F002 1000 R 2
0x0FC4 DEMAND IG DATE F011 R 3
0x0FC7 DEMAND ISG F002 1000 R 2
0x0FC9 DEMAND ISG MAX F002 1000 R 2
0x0FCB DEMAND ISG DATE F011 R 3
0x0FCE DEMAND I2 F002 1000 R 2
0x0FD0 DEMAND I2 MAX F002 1000 R 2
0x0FD2 DEMAND I2 DATE F011 R 3
0x0FD5 DEMAND W F002 1000 R 2
0x0FD7 DEMAND W MAX F002 1000 R 2
0x0FEA DEMAND W MIN F002 1000 R 2
0x0FD9 DEMAND W DATE F011 R 3
0x0FDC DEMAND VAR PWR F002 1000 R 2
0x0FDE DEMAND VAR MAX F002 1000 R 2
0x0FEC DEMAND VAR MIN F002 1000 R 2
0x0FE0 DEMAND VAR DATE F011 R 3
0x0FE3 DEMAND VA PWR F002 1000 R 2
0x0FE5 DEMAND VA MAX F002 1000 R 2
0x0FEE DEMAND VA MIN F002 1000 R 2
0x0FE7 DEMAND VA DATE F011 R 3
Entradas Analógicas (Tarjetas J y H)- Analog Inputs (J and H boards)
0x0FFE ANALOG_INP_H_01 F002 1000 R 2
0x1000 ANALOG_INP_H_02 F002 1000 R 2
... ... ... ... ... ... ...
0x100C ANALOG_INP_H_08 F002 1000 R 2
0x107E ANALOG_INP_J_01 F002 1000 R 2
0x1080 ANALOG_INP_J_02 F002 1000 R 2
... ... ... ... ... ... ...
0x108C ANALOG_INP_J_08 F002 1000 R 2
Contadores de Interruptor - Breaker Counters
0x111D BREAKER OPENINGS F005 1 R 2
0x111F BREAKER CLOSINGS F005 1 R 2
0x1121 KI2t PHASE A F003 1 R 2
0x1123 KI2t PHASE B F003 1 R 2
0x1125 KI2t PHASE C F003 1 R 2
0x1127 BKR OPENING TIME F003 1 R 2
0x1129 BKR CLOSING TIME F003 1 R 2
0x112B BKR OPEN TIMING F003 1 R 2
0x112D BKR CLOSE TIMING F003 1 R 2
Registrador de Datos - Data Logger

1601-0800-A1 F650 DIGITAL BAY CONTROLLER B-51


B.5 MEMORY MAP APPENDIX B: MODBUS PROTOCOL

ADDRESS BIT NAME FORMAT STEP MODE LENGTH MISCELLANEOUS


0x1153 OLDEST SAMPLE TIME F011 R 3
0x1156 NEWEST SAMPLE TIME F011 R 3
0x1159 DATA LOGGER CHANNELS F004 1 R 1
0x115A DATA LOGGER DAYS F003 1 R 2
Estados Internos Sistema - Internal System States
0x1160 Kswapd Time ** F005 1 R 2
0x1162 mtd2 Time ** F005 1 R 2
0x1164 mtd3 Time ** F005 1 R 2
0x1166 CPU Rtai ** F005 1 R 2
0x1168 CPU Linux ** F005 1 R 2
0x116A Total RAM F005 1024 R 2
0x116C Used DRAM F005 1024 R 2
0x116E Free RAM ** F005 1024 R 2
0x1170 Shared RAM ** F005 1024 R 2
0x1172 Buffer RAM ** F005 1024 R 2
0x1174 Cached RAM ** F005 1024 R 2
0x1176 Green Counter ** F005 1 R 2
0x1178 Yellow Counter ** F005 1 R 2
0x117A Orange Counter ** F005 1 R 2
0x117C Red Counter ** F005 1 R 2
0x117E UpTime F005 1 R 2
0x1180 DSP Counter F005 1000 R 2
0x1182 CPU Usage F004 1000 R 1
0x120E ICD STATUS F012 R 1 0=UNKNOWN
1=ICD ERROR
2=MODIFIED
3=IN PROGRESS
4=OK WITHOUT DAIS
5=OK
6=NotValidated Empty
7=Passed to Validated
8=Default
9=ERROR HEADER CID
10=ERROR SG CID
0x120F ICD STATUS NOTVAL F012 R 1 0=UNKNOWN
1=ICD ERROR
2=MODIFIED
3=IN PROGRESS
4=OK WITHOUT DAIS
5=OK
6=NotValidated Empty
7=Passed to Validated
8=Default
9=ERROR HEADER CID
10=ERROR SG CID
** For version previous to 7.00

B-52 F650 DIGITAL BAY CONTROLLER 1601-0800-A1


APPENDIX B: MODBUS PROTOCOL B.5 MEMORY MAP

ADDRESS BIT NAME FORMAT STEP MODE LENGTH MISCELLANEOUS


Valor del Contador de Pulsos-Pulse Counter Value
0x121B PulseCntr Value 1 F002 1000 R 2
000
0x121D PulseCntr Value 2 F002 1000 R 2
000
0x121F PulseCntr Value 3 F002 1000 R 2
000
0x1221 PulseCntr Value 4 F002 1000 R 2
000
0x1223 PulseCntr Value 5 F002 1000 R 2
000
0x1225 PulseCntr Value 6 F002 1000 R 2
000
0x1227 PulseCntr Value 7 F002 1000 R 2
000
0x1229 PulseCntr Value 8 F002 1000 R 2
000
Valor del Contador de Pulsos Congelado-Freeze Pulse Counter Value
0x122B PulseCntr Freeze 1 F002 1000 R 2
000
0x122D PulseCntr Freeze 2 F002 1000 R 2
000
0x122F PulseCntr Freeze 3 F002 1000 R 2
000
0x1231 PulseCntr Freeze 4 F002 1000 R 2
000
0x1233 PulseCntr Freeze 5 F002 1000 R 2
000
0x1235 PulseCntr Freeze 6 F002 1000 R 2
000
0x1237 PulseCntr Freeze 7 F002 1000 R 2
000
0x1239 PulseCntr Freeze 8 F002 1000 R 2
000
0x1263 GLOBAL STARTS CNT F005 1000 R 2
0x1265 BLOCK LOCKOUT TIME F005 1000 R 2
Entradas analógicas remotas tipo float- Float Remote Analog Input
0x126D Rem Ana Inp FLOAT 1 F003 1000 R 2
0x126F Rem Ana Inp FLOAT 2 F003 1000 R 2
0x1271 Rem Ana Inp FLOAT 3 F003 1000 R 2
0x1273 Rem Ana Inp FLOAT 4 F003 1000 R 2
0x1275 Rem Ana Inp FLOAT 5 F003 1000 R 2
0x1277 Rem Ana Inp FLOAT 6 F003 1000 R 2
0x1279 Rem Ana Inp FLOAT 7 F003 1000 R 2
0x127B Rem Ana Inp FLOAT 8 F003 1000 R 2
Entradas analogicas remotas tipo entero- Integer Remote Analog Input
0x127D Rem Ana Inp INT 1 F005 1000 R 2
0x127F Rem Ana Inp INT 2 F005 1000 R 2
0x1281 Rem Ana Inp INT 3 F005 1000 R 2
0x1283 Rem Ana Inp INT 4 F005 1000 R 2
0x1285 Rem Ana Inp INT 5 F005 1000 R 2
0x1287 Rem Ana Inp INT 6 F005 1000 R 2
0x1289 Rem Ana Inp INT 7 F005 1000 R 2
0x128B Rem Ana Inp INT 8 F005 1000 R 2

1601-0800-A1 F650 DIGITAL BAY CONTROLLER B-53


B.5 MEMORY MAP APPENDIX B: MODBUS PROTOCOL

ADDRESS BIT NAME FORMAT STEP MODE LENGTH MISCELLANEOUS


Medidas Potencia Función 32N (Nivel Alto y Bajo) - wattmetric Ground Fault Power Measurements (High and Low Level)
0x1349 32N1 HIGH POWER F002 1000 R 2
0x1350 32N2 HIGH POWER F002 1000 R 2
0x1357 32N3 HIGH POWER F002 1000 R 2
0x135E 32N1 LOW POWER F002 1000 R 2
0x1365 32N2 LOW POWER F002 1000 R 2
0x136C 32N3 LOW POWER F002 1000 R 2
Digital Counters Status
0x147D DIGCNT 1 VALUE F005 1000 R 2
0x147F DIGCNT 2 VALUE F005 1000 R 2
0x1481 DIGCNT 3 VALUE F005 1000 R 2
0x1483 DIGCNT 4 VALUE F005 1000 R 2
0x1485 DIGCNT 5 VALUE F005 1000 R 2
0x1487 DIGCNT 6 VALUE F005 1000 R 2
0x1489 DIGCNT 7 VALUE F005 1000 R 2
0x148B DIGCNT 8 VALUE F005 1000 R 2
0x148D DIGCNT 1 FROZENVALUE F005 1000 R 2
0x148F DIGCNT 2 FROZENVALUE F005 1000 R 2
0x1491 DIGCNT 3 FROZENVALUE F005 1000 R 2
0x1493 DIGCNT 4 FROZENVALUE F005 1000 R 2
0x1495 DIGCNT 5 FROZENVALUE F005 1000 R 2
0x1497 DIGCNT 6 FROZENVALUE F005 1000 R 2
0x1499 DIGCNT 7 FROZENVALUE F005 1000 R 2
0x149B DIGCNT 8 FROZENVALUE F005 1000 R 2
0x149D DIGCNT 1 FROZENDATE F011 R 3
0x14A0 DIGCNT 2 FROZENDATE F011 R 3
0x14A3 DIGCNT 3 FROZENDATE F011 R 3
0x14A6 DIGCNT 4 FROZENDATE F011 R 3
0x14A9 DIGCNT 5 FROZENDATE F011 R 3
0x14AC DIGCNT 6 FROZENDATE F011 R 3
0x14AF DIGCNT 7 FROZENDATE F011 R 3
0x14B2 DIGCNT 8 FROZENDATE F011 R 3
PTP 1588 Status
0x14E5 RTC Sync Source F012 1000 R 1 0=INTERNAL
1=PTP-PORT
2=SNTP
3=IRIG-B
4=SNTP2
0x14E6 GrandMaster-ID LOW F009 1000 R 4
0x14EA GrandMaster-ID HIGH F009 1000 R 4
0x14EE PTP ACCURACY F005 1000 R 2
0x14F0 PTP PORT A STATE F012 1000 R 1 0=DISABLED
1=NO SIGNAL
2=CALIBRATING
3=SYNCHD_NO_PDELAY
4=SYNCHRONIZED
0x14F1 PTP PORT B STATE F012 1000 R 1 0=DISABLED
1=NO SIGNAL
2=CALIBRATING

B-54 F650 DIGITAL BAY CONTROLLER 1601-0800-A1


APPENDIX B: MODBUS PROTOCOL B.5 MEMORY MAP

ADDRESS BIT NAME FORMAT STEP MODE LENGTH MISCELLANEOUS


3=SYNCHD_NO_PDELAY
4=SYNCHRONIZED
Application Versions (Part II)
0x14F3 Boot Version F004 1000 R 1
0x14F4 Boot Date F009 R 10
0x14FE Kinetis Boot Version F004 1000 R 1
0x14FF Kinetis Boot Date F009 R 10
0x1509 Kinetis Loader Ver F004 1000 R 1
0x150A Kinetis Loader Date F009 R 10
0x1514 Kinetis App Version F004 1000 R 1
0x1515 Kinetis App Date F009 R 10
0x151F DSP Version F004 1000 R 1
0x1520 DSP Date F009 R 16
Internal System States (Part II)
0x1530 DSP Status F005 1000 R 2
Application Versions (Part III)
0x1535 Firmware Date F009 R 10
0x153F FPGA Version F009 1000 R 4
Internal System States (Part III)
0x1543 FLASH Usage F004 1000 R 1
0x1544 KINETIS Status F012 R 1 0=ERROR
1=BOOT_MODE
2=APP_MODE
0x1545 CPU MAX Usage F004 1000 R 1
Application Versions (Part IV)
0x1546 RM PRP HSR Version F009 1000 R 4
0x154A RM RSTP Version F009 1000 R 4
0x154E RM LLA Version F009 1000 R 4
0x1552 RM Bypass Version F009 1000 R 4
Internal System States (Part IV)
0x1556 Temp Current Value F004 1000 R 1
0x1557 Temp Max Value F004 1000 R 1
0x1558 Temp Min Value F004 1000 R 1
0x1559 Scan Cycle Average F004 1000 R 1
0x155A Scan Cycle Rate F004 1000 R 1
0x155C PLC Checksum F005 1000 R 2
0x155E Settings Checksum F005 1000 R 2
Application Versions (Part V)
0x1560 CPU Revision F004 1000 R 1
Redundancy status
0x157C PRP_HSR A tx F005 1000 R 2
0x157E PRP_HSR B tx F005 1000 R 2
0x1580 PRP_HSR A err F005 1000 R 2
0x1582 PRP_HSR B err F005 1000 R 2
0x1584 RSTP PortA State F012 R 1 0=DISCARDING
1=LEARNING
2=FORWARDING
0x1585 RSTP PortB State F012 R 1 0=DISCARDING
1=LEARNING

1601-0800-A1 F650 DIGITAL BAY CONTROLLER B-55


B.5 MEMORY MAP APPENDIX B: MODBUS PROTOCOL

ADDRESS BIT NAME FORMAT STEP MODE LENGTH MISCELLANEOUS


2=FORWARDING
Mapa de Usuario - User Map
0xF330 Address 00 F004 1 R 1
0xF331 Address 01 F004 1 R 1
... ... ... ... ... ... ... ...
0xF42F Address 255 F004 1 R 1
Textos Maniobras - Commands text
0x1C00 OPERATION 1 F009 1 R/W 16
0x1C10 OPERATION 2 F009 1 R/W 16
... ... ... ... ... ... ... ...
0x1DF0 OPERATION24 F009 1 R/W 16
0x1E00 Confirmation address W 1
PLC Timer Masks
0x1E01 TIMER MASK 01 F005 1 R/W 2 [0 , 86400000] ms
0x1E03 TIMER MASK 02 F005 1 R/W 2 [0 , 86400000] ms
0x1E05 TIMER MASK 03 F005 1 R/W 2 [0 , 86400000] ms
0x1E07 TIMER MASK 04 F005 1 R/W 2 [0 , 86400000] ms
0x1E09 TIMER MASK 05 F005 1 R/W 2 [0 , 86400000] ms
0x1E0B TIMER MASK 06 F005 1 R/W 2 [0 , 86400000] ms
0x1E0D TIMER MASK 07 F005 1 R/W 2 [0 , 86400000] ms
0x1E0F TIMER MASK 08 F005 1 R/W 2 [0 , 86400000] ms
0x1E11 TIMER MASK 09 F005 1 R/W 2 [0 , 86400000] ms
0x1E13 TIMER MASK 10 F005 1 R/W 2 [0 , 86400000] ms
0x1E15 TIMER MASK 11 F005 1 R/W 2 [0 , 86400000] ms
0x1E17 TIMER MASK 12 F005 1 R/W 2 [0 , 86400000] ms
0x1E19 TIMER MASK 13 F005 1 R/W 2 [0 , 86400000] ms
0x1E1B TIMER MASK 14 F005 1 R/W 2 [0 , 86400000] ms
0x1E1D TIMER MASK 15 F005 1 R/W 2 [0 , 86400000] ms
0x1E1F TIMER MASK 16 F005 1 R/W 2 [0 , 86400000] ms
0x1E3F Confirmation address W 1
Ajustes Tarjeta F - Board F Settings
Ajustes de Tensión Tarjeta F - Board F Voltage Settings
0x1E41 Voltage Threshold A_F F004 1 R/W 1 [10 , 230] V
0x1E42 Voltage Threshold B_F F004 1 R/W 1 [10 , 230] V
0x1EE6 Voltage Threshold C_F F004 1 R/W 1 [10 , 230] V
0x1EE7 Voltage Threshold D_F F004 1 R/W 1 [10 , 230] V
Ajustes Tiempo Antirrebotes Tarjeta F - Board F Debounce Time Settings
0x1E43 Debounce Time A_F F004 1 R/W 1 [1 , 50] ms
0x1E44 Debounce Time B_F F004 1 R/W 1 [1 , 50] ms
0x1EE8 Debounce Time C_F F004 1 R/W 1 [1 , 50] ms
0x1EE9 Debounce Time D_F F004 1 R/W 1 [1 , 50] ms
Ajuste Tipo de Entrada Tarjeta F (32 elementos) - Board F Input Type Setting (32 items)
0x1E45 Input Type_F_CC1 F012 1 R/W 1 0=POSITIVE-EDGE
1=NEGATIVE-EDGE
2=POSITIVE
3=NEGATIVE
0x1E46 Input Type_F_CC2 F012 1 R/W 1 0=POSITIVE-EDGE

B-56 F650 DIGITAL BAY CONTROLLER 1601-0800-A1


APPENDIX B: MODBUS PROTOCOL B.5 MEMORY MAP

ADDRESS BIT NAME FORMAT STEP MODE LENGTH MISCELLANEOUS


1=NEGATIVE-EDGE
2=POSITIVE
3=NEGATIVE
... ... ... ... ... ... ... ...
0x1E64 Input Type_F_CC32 F012 1 R/W 1 0=POSITIVE-EDGE
1=NEGATIVE-EDGE
2=POSITIVE
3=NEGATIVE
Ajuste Tiempo Retardo Entradas Tarjeta F (32 elementos) - Board F Delay Input Time Setting (32 items)
0x1E65 Delay Input Time_F_CC1 F005 1 R/W 2 [0 , 60000] ms
0x1E67 Delay Input Time_F_CC2 F005 1 R/W 2 [0 , 60000] ms
... ... ... ... ... ... ... ...
0x1EA3 Delay Input Time_F_CC32 F005 1 R/W 2 [0 , 60000] ms
Ajuste Lógica de Salidas Tarjeta F (16 elementos) - Board F Output Logic Settings (16 items)
0x1EA5 Output Logic_F_01 F012 1 R/W 1 0=POSITIVE
1=NEGATIVE
0x1EA6 Output Logic_F_02 F012 1 R/W 1 0=POSITIVE
1=NEGATIVE
... ... ... ... ... ... ... ...
0x1EB4 Output Logic_F_16 F012 1 R/W 1 0=POSITIVE
1=NEGATIVE
Ajuste Tipo de Salidas Tarjeta F (16 elementos) - Board F Output Type Settings (16 items)
0x1EB5 Output Type_F_01 F012 1 R/W 1 0=NORMAL
1=PULSE
2=LATCH
0x1EB6 Output Type_F_02 F012 1 R/W 1 0=NORMAL
1=PULSE
2=LATCH
... ... ... ... ... ... ... ...
0x1EC4 Output Type_F_16 F012 1 R/W 1 0=NORMAL
1=PULSE
2=LATCH
Tiempo Pulso de Salida Tarjeta F - Board F Pulse Output Time Settings (16 items)
0x1EC5 Pulse Output Time_F_01 F005 1 R/W 2 [0 , 60000] ms
0x1EC7 Pulse Output Time_F_02 F005 1 R/W 2 [0 , 60000] ms
... ... ... ... ... ... ... ...
0x1EE3 Pulse Output Time_F_16 F005 1 R/W 2 [0 , 60000] ms
0x1EE5 Snapshot Events F012 1 R/W 1 0=DISABLED
1=ENABLED
Ajuste Rango de Entrada Analogica F (8 elementos) - Board F Analog Input Range Settings (8 items)
0x1EEA Range_F_01 F012 1 R/W 1 0=NONE
1=-1 to 0 mA
2=0 to 1 mA
3=-1 to 1 mA
4=0 to 5 mA
5=0 to 10 mA
6=0 to 20 mA
7=4 to 20 mA
0x1EEB Range_F_02 F012 1 R/W 1 0=NONE
1=-1 to 0 mA
2=0 to 1 mA
3=-1 to 1 mA

1601-0800-A1 F650 DIGITAL BAY CONTROLLER B-57


B.5 MEMORY MAP APPENDIX B: MODBUS PROTOCOL

ADDRESS BIT NAME FORMAT STEP MODE LENGTH MISCELLANEOUS


4=0 to 5 mA
5=0 to 10 mA
6=0 to 20 mA
7=4 to 20 mA
... ... ... ... ... ... ... ...
0x1EF1 Range_F_08 F012 1 R/W 1 0=NONE
1=-1 to 0 mA
2=0 to 1 mA
3=-1 to 1 mA
4=0 to 5 mA
5=0 to 10 mA
6=0 to 20 mA
7=4 to 20 mA
Ajuste Rango de Medida de Entrada Analógica F (8 elementos) - Board F Analog Input Measurement Range (8 items)
0x1EF2 Min Value_F_01 F003 1 R/W 2 [-9999.99 , 9999.99]
0x1EF4 Min Value_F_02 F003 1 R/W 2 [-9999.99 , 9999.99]
0x1EF6 Min Value_F_03 F003 1 R/W 2 [-9999.99 , 9999.99]
0x1EF8 Min Value_F_04 F003 1 R/W 2 [-9999.99 , 9999.99]
0x1EFA Min Value_F_05 F003 1 R/W 2 [-9999.99 , 9999.99]
0x1EFC Min Value_F_06 F003 1 R/W 2 [-9999.99 , 9999.99]
0x1EFE Min Value_F_07 F003 1 R/W 2 [-9999.99 , 9999.99]
0x1F00 Min Value_F_08 F003 1 R/W 2 [-9999.99 , 9999.99]
0x1F02 Max Value_F_01 F003 1 R/W 2 [-9999.99 , 9999.99]
0x1F04 Max Value_F_02 F003 1 R/W 2 [-9999.99 , 9999.99]
0x1F06 Max Value_F_03 F003 1 R/W 2 [-9999.99 , 9999.99]
0x1F08 Max Value_F_04 F003 1 R/W 2 [-9999.99 , 9999.99]
0x1F0A Max Value_F_05 F003 1 R/W 2 [-9999.99 , 9999.99]
0x1F0C Max Value_F_06 F003 1 R/W 2 [-9999.99 , 9999.99]
0x1F0E Max Value_F_07 F003 1 R/W 2 [-9999.99 , 9999.99]
0x1F10 Max Value_F_08 F003 1 R/W 2 [-9999.99 , 9999.99]
0x1F12 Channelx1a_F_01 F003 1000 R/W 2 [0,950 , 1,050]
0x1F14 Channelx1a_F_02 F003 1000 R/W 2 [0,950 , 1,050]
0x1F16 Channelx1a_F_03 F003 1000 R/W 2 [0,950 , 1,050]
0x1F18 Channelx1a_F_04 F003 1000 R/W 2 [0,950 , 1,050]
0x1F1A Channelx1a_F_05 F003 1000 R/W 2 [0,950 , 1,050]
0x1F1C Channelx1a_F_06 F003 1000 R/W 2 [0,950 , 1,050]
0x1F1E Channelx1a_F_07 F003 1000 R/W 2 [0,950 , 1,050]
0x1F20 Channelx1a_F_08 F003 1000 R/W 2 [0,950 , 1,050]
0x1F22 Channelx1b_F_01 F004 1000 R/W 1 [-1000 , 1000]
0x1F23 Channelx1b_F_02 F004 1000 R/W 1 [-1000 , 1000]
0x1F24 Channelx1b_F_03 F004 1000 R/W 1 [-1000 , 1000]
0x1F25 Channelx1b_F_04 F004 1000 R/W 1 [-1000 , 1000]
0x1F26 Channelx1b_F_05 F004 1000 R/W 1 [-1000 , 1000]
0x1F27 Channelx1b_F_06 F004 1000 R/W 1 [-1000 , 1000]
0x1F28 Channelx1b_F_07 F004 1000 R/W 1 [-1000 , 1000]
0x1F29 Channelx1b_F_08 F004 1000 R/W 1 [-1000 , 1000]
0x1F2A Channelx10a_F_01 F003 1000 R/W 2 [0,950 , 1,050]
0x1F2C Channelx10a_F_02 F003 1000 R/W 2 [0,950 , 1,050]
0x1F2E Channelx10a_F_03 F003 1000 R/W 2 [0,950 , 1,050]
0x1F30 Channelx10a_F_04 F003 1000 R/W 2 [0,950 , 1,050]

B-58 F650 DIGITAL BAY CONTROLLER 1601-0800-A1


APPENDIX B: MODBUS PROTOCOL B.5 MEMORY MAP

ADDRESS BIT NAME FORMAT STEP MODE LENGTH MISCELLANEOUS


0x1F32 Channelx10a_F_05 F003 1000 R/W 2 [0,950 , 1,050]
0x1F34 Channelx10a_F_06 F003 1000 R/W 2 [0,950 , 1,050]
0x1F36 Channelx10a_F_07 F003 1000 R/W 2 [0,950 , 1,050]
0x1F38 Channelx10a_F_08 F003 1000 R/W 2 [0,950 , 1,050]
0x1F3A Channelx10b_F_01 F004 1000 R/W 1 [-1000 , 1000]
0x1F3B Channelx10b_F_02 F004 1000 R/W 1 [-1000 , 1000]
0x1F3C Channelx10b_F_03 F004 1000 R/W 1 [-1000 , 1000]
0x1F3D Channelx10b_F_04 F004 1000 R/W 1 [-1000 , 1000]
0x1F3E Channelx10b_F_05 F004 1000 R/W 1 [-1000 , 1000]
0x1F3F Channelx10b_F_06 F004 1000 R/W 1 [-1000 , 1000]
0x1F40 Channelx10b_F_07 F004 1000 R/W 1 [-1000 , 1000]
0x1F41 Channelx10b_F_08 F004 1000 R/W 1 [-1000 , 1000]
0x1F42 Calibration Type_F F012 1000 R/W 1 0=NONE
1=OFFSET
2=CALIBRATION
3=GET CALIBRATION
0x1FE4 Confirmation address W 1
Ajustes Tarjeta G - Board G Settings
Ajustes de Tensión Tarjeta G - Board G Voltage Settings
0x1FE6 Voltage Threshold A_G F004 1 R/W 1 [10 , 230] V
0x1FE7 Voltage Threshold B_G F004 1 R/W 1 [10 , 230] V
0x208B Voltage Threshold C_G F004 1 R/W 1 [10 , 230] V
0x208C Voltage Threshold D_G F004 1 R/W 1 [10 , 230] V
Tiempo Antirrebotes Tarjeta G - Board G Debounce Time Settings
0x1FE8 Debounce Time A_G F004 1 R/W 1 [1 , 50] ms
0x1FE9 Debounce Time B_G F004 1 R/W 1 [1 , 50] ms
0x208D Debounce Time C_G F004 1 R/W 1 [1 , 50] ms
0x208E Debounce Time D_G F004 1 R/W 1 [1 , 50] ms
Ajuste Tipo de Entrada Tarjeta G (32 elementos) - Board G Input Type Settings (32 items)
0x1FEA Input Type_G_CC1 F012 1 R/W 1 0=POSITIVE-EDGE
1=NEGATIVE-EDGE
2=POSITIVE
3=NEGATIVE
0x1FEB Input Type_G_CC2 F012 1 R/W 1 0=POSITIVE-EDGE
1=NEGATIVE-EDGE
2=POSITIVE
3=NEGATIVE
... ... ... ... ... ... ... ...
0x2009 Input Type_G_CC32 F012 1 R/W 1 0=POSITIVE-EDGE
1=NEGATIVE-EDGE
2=POSITIVE
3=NEGATIVE
Ajustes Tiempo Retardo Entradas Tarjeta G (32 elementos) - Board G Delay Input Time Settings (32 items)
0x200A Delay Input Time_G_CC1 F005 1 R/W 2 [0 , 60000] ms
0x200C Delay Input Time_G_CC2 F005 1 R/W 2 [0 , 60000] ms
... ... ... ... ... ... ... ...
0x2048 Delay Input Time_G_CC32 F005 1 R/W 2 [0 , 60000] ms
Ajustes Lógica de Salidas Tarjeta G (16 elementos) - Board G Output Logic Settings (16 items)
0x204A Output Logic_G_01 F012 1 R/W 1 0=POSITIVE
1=NEGATIVE

1601-0800-A1 F650 DIGITAL BAY CONTROLLER B-59


B.5 MEMORY MAP APPENDIX B: MODBUS PROTOCOL

ADDRESS BIT NAME FORMAT STEP MODE LENGTH MISCELLANEOUS


0x204B Output Logic_G_02 F012 1 R/W 1 0=POSITIVE
1=NEGATIVE
... ... ... ... ... ... ... ...
0x2059 Output Logic_G_16 F012 1 R/W 1 0=POSITIVE
1=NEGATIVE
Ajustes Tipo de Salidas Tarjeta G (16 elementos) - Board G Output Type Settings (16 items)
0x205A Output Type_G_01 F012 1 R/W 1 0=NORMAL
1=PULSE
2=LATCH
0x205B Output Type_G_02 F012 1 R/W 1 0=NORMAL
1=PULSE
2=LATCH
... ... ... ... ... ... ... ...
0x2069 Output Type_G_16 F012 1 R/W 1 0=NORMAL
1=PULSE
2=LATCH
Ajustes Tiempo Pulso de Salida Tarjeta G - Board G Pulse Output Time Settings (16 items)
0x206A Pulse Output Time_G_01 F005 1 R/W 2 [0 , 60000] ms
0x206C Pulse Output Time_G_02 F005 1 R/W 2 [0 , 60000] ms
... ... ... ... ... ... ... ...
0x2088 Pulse Output Time_G_16 F005 1 R/W 2 [0 , 60000] ms
0x208A Snapshot Events F012 1 R/W 1 0=DISABLED
1=ENABLED
Ajuste Rango de Entrada Analogica G (8 elementos) - Board G Analog Input Range Settings (8 items)
0x208F Range_G_01 F012 1 R/W 1 0=NONE
1=-1 to 0 mA
2= 0 to 1mA
3=-1 to 1mA
4= 0 to 5 mA
5= 0 to 10mA
6= 0 to 20mA
7= 4 to 20mA
... ... ... ... ... ... ... ...
0x2096 Range_G_08 F012 1 R/W 1 0=NONE
1=-1 to 0 mA
2= 0 to 1mA
3=-1 to 1mA
4= 0 to 5 mA
5= 0 to 10mA
6= 0 to 20mA
7= 4 to 20mA
Ajustes Rango de Medida de Entrada Analógica G (8 elementos) - Board G Analog Input Measurement Range Settings (8 items)
0x2097 Min Value_G_01 F003 1 R/W 2 [-9999.99 , 9999.99]
0x2099 Min Value_G_02 F003 1 R/W 2 [-9999.99 , 9999.99]
... ... ... ... ... ... ... ...
0x20A5 Min Value_G_08 F003 1 R/W 2 [-9999.99 , 9999.99]
0x20A7 Max Value_G_01 F003 1 R/W 2 [-9999.99 , 9999.99]
0x20A9 Max Value_G_02 F003 1 R/W 2 [-9999.99 , 9999.99]
... ... ... ... ... ... ... ...
0x20B5 Max Value_G_08 F003 1 R/W 2 [-9999.99 , 9999.99]

B-60 F650 DIGITAL BAY CONTROLLER 1601-0800-A1


APPENDIX B: MODBUS PROTOCOL B.5 MEMORY MAP

ADDRESS BIT NAME FORMAT STEP MODE LENGTH MISCELLANEOUS


0x20B7 Channelx1a_G_01 F003 1000 R/W 2 [0,950 , 1,050]
0x20B9 Channelx1a_G_02 F003 1000 R/W 2 [0,950 , 1,050]
0x20BB Channelx1a_G_03 F003 1000 R/W 2 [0,950 , 1,050]
0x20BD Channelx1a_G_04 F003 1000 R/W 2 [0,950 , 1,050]
0x20BF Channelx1a_G_05 F003 1000 R/W 2 [0,950 , 1,050]
0x20C1 Channelx1a_G_06 F003 1000 R/W 2 [0,950 , 1,050]
0x20C3 Channelx1a_G_07 F003 1000 R/W 2 [0,950 , 1,050]
0x20C5 Channelx1a_G_08 F003 1000 R/W 2 [0,950 , 1,050]
0x20C7 Channelx1b_G_01 F004 1000 R/W 1 [-1000 , 1000]
0x20C8 Channelx1b_G_02 F004 1000 R/W 1 [-1000 , 1000]
0x20C9 Channelx1b_G_03 F004 1000 R/W 1 [-1000 , 1000]
0x20CA Channelx1b_G_04 F004 1000 R/W 1 [-1000 , 1000]
0x20CB Channelx1b_G_05 F004 1000 R/W 1 [-1000 , 1000]
0x20CC Channelx1b_G_06 F004 1000 R/W 1 [-1000 , 1000]
0x20CD Channelx1b_G_07 F004 1000 R/W 1 [-1000 , 1000]
0x20CE Channelx1b_G_08 F004 1000 R/W 1 [-1000 , 1000]
0x20CF Channelx10a_G_01 F003 1000 R/W 2 [0,950 , 1,050]
0x20D1 Channelx10a_G_02 F003 1000 R/W 2 [0,950 , 1,050]
0x20D3 Channelx10a_G_03 F003 1000 R/W 2 [0,950 , 1,050]
0x20D5 Channelx10a_G_04 F003 1000 R/W 2 [0,950 , 1,050]
0x20D7 Channelx10a_G_05 F003 1000 R/W 2 [0,950 , 1,050]
0x20D9 Channelx10a_G_06 F003 1000 R/W 2 [0,950 , 1,050]
0x20DB Channelx10a_G_07 F003 1000 R/W 2 [0,950 , 1,050]
0x20DD Channelx10a_G_08 F003 1000 R/W 2 [0,950 , 1,050]
0x20DF Channelx10b_G_01 F004 1000 R/W 1 [-1000 , 1000]
0x20E0 Channelx10b_G_02 F004 1000 R/W 1 [-1000 , 1000]
0x20E1 Channelx10b_G_03 F004 1000 R/W 1 [-1000 , 1000]
0x20E2 Channelx10b_G_04 F004 1000 R/W 1 [-1000 , 1000]
0x20E3 Channelx10b_G_05 F004 1000 R/W 1 [-1000 , 1000]
0x20E4 Channelx10b_G_06 F004 1000 R/W 1 [-1000 , 1000]
0x20E5 Channelx10b_G_07 F004 1000 R/W 1 [-1000 , 1000]
0x20E6 Channelx10b_G_08 F004 1000 R/W 1 [-1000 , 1000]
0x20E7 Calibration Type_G F012 1000 R/W 1 0=NONE
1=OFFSET
2=CALIBRATION
3=GET CALIBRATION
0x2189 Confirmation address W 1
Ajustes Tarjeta H (MODULO CIO) - Board H Settings (CIO MODULE)
Ajustes Tipo Tarjeta H - Board H Board Type Settings
0x2F5B I/O Board Type F012 1 R/W 1 0=NONE
1=16INP + 8OUT
2=8INP + 8OUT + SUPV
4=32INP
5=16INP + 8ANA
Ajustes de Tensión Tarjeta H - Board H Voltage Settings
0x2F5C Voltage Threshold A_H F004 1 R/W 1 [10 , 230] V
0x2F5D Voltage Threshold B_H F004 1 R/W 1 [10 , 230] V
0x3001 Voltage Threshold C_H F004 1 R/W 1 [10 , 230] V
0x3002 Voltage Threshold D_H F004 1 R/W 1 [10 , 230] V

1601-0800-A1 F650 DIGITAL BAY CONTROLLER B-61


B.5 MEMORY MAP APPENDIX B: MODBUS PROTOCOL

ADDRESS BIT NAME FORMAT STEP MODE LENGTH MISCELLANEOUS


Tiempo Antirrebotes Tarjeta H - Board H Debounce Time Settings
0x2F5E Debounce Time A_H F004 1 R/W 1 [1 , 50] ms
0x2F5F Debounce Time B_H F004 1 R/W 1 [1 , 50] ms
0x3003 Debounce Time C_H F004 1 R/W 1 [1 , 50] ms
0x3004 Debounce Time D_H F004 1 R/W 1 [1 , 50] ms
Ajuste Tipo de Entrada Tarjeta H (32 elementos) - Board H Input Type Settings (32 items)
0x2F60 Input Type_H_CC1 F012 1 R/W 1 0=POSITIVE-EDGE
1=NEGATIVE-EDGE
2=POSITIVE
3=NEGATIVE
0x2F61 Input Type_H_CC2 F012 1 R/W 1 0=POSITIVE-EDGE
1=NEGATIVE-EDGE
2=POSITIVE
3=NEGATIVE
... ... ... ... ... ... ... ...
0x2F7F Input Type_H_CC32 F012 1 R/W 1 0=POSITIVE-EDGE
1=NEGATIVE-EDGE
2=POSITIVE
3=NEGATIVE
Ajuste Tiempo Retardo Entradas Tarjeta H (32 elementos) - Board H Delay Input Time Settings (32 items)
0x2F80 Delay Input Time_H_CC1 F005 1 R/W 2 [0 , 60000] ms
0x2F82 Delay Input Time_H_CC2 F005 1 R/W 2 [0 , 60000] ms
... ... ... ... ... ... ... ...
0x2FBE Delay Input Time_H_CC32 F005 1 R/W 2 [0 , 60000] ms
Ajuste Lógica de Salidas Tarjeta H (16 elementos) - Board H Output Logic Settings (16 items)
0x2FC0 Output Logic_H_01 F012 1 R/W 1 0=POSITIVE
1=NEGATIVE
0x2FC1 Output Logic_H_02 F012 1 R/W 1 0=POSITIVE
1=NEGATIVE
... ... ... ... ... ... ... ...
0x2FCF Output Logic_H_16 F012 1 R/W 1 0=POSITIVE
1=NEGATIVE
Ajuste Tipo de Salidas Tarjeta H (16 elementos) - Board H Output Type Settings (16 items)
0x2FD0 Output Type_H_01 F012 1 R/W 1 0=NORMAL
1=PULSE
2=LATCH
0x2FD1 Output Type_H_02 F012 1 R/W 1 0=NORMAL
1=PULSE
2=LATCH
... ... ... ... ... ... ... ...
0x2FDF Output Type_H_16 F012 1 R/W 1 0=NORMAL
1=PULSE
2=LATCH
Ajuste Tiempo Pulso de Salida Tarjeta H - Board H Pulse Output Time Settings (16 items)
0x2FE0 Pulse Output Time_H_01 F005 1 R/W 2 [0 , 60000] ms
0x2FE2 Pulse Output Time_H_02 F005 1 R/W 2 [0 , 60000] ms
... ... ... ... ... ... ... ...
0x2FFE Pulse Output Time_H_16 F005 1 R/W 2 [0 , 60000] ms
0x3000 Snapshot Events F012 1 R/W 1 0=DISABLED
1=ENABLED

B-62 F650 DIGITAL BAY CONTROLLER 1601-0800-A1


APPENDIX B: MODBUS PROTOCOL B.5 MEMORY MAP

ADDRESS BIT NAME FORMAT STEP MODE LENGTH MISCELLANEOUS


Ajuste Rango de Entrada Analogica H (8 elementos) - Board H Analog Input Range Settings (8 items)
0x3005 Range_H_01 F012 1 R/W 1 0=NONE
1=-1 to 0 mA
2= 0 to 1mA
3=-1 to 1mA
4= 0 to 5 mA
5= 0 to 10mA
6= 0 to 20mA
7= 4 to 20mA
... ... ... ... ... ... ... ...
0x300C Range_H_08 F012 1 R/W 1 0=NONE
1=-1 to 0 mA
2= 0 to 1mA
3=-1 to 1mA
4= 0 to 5 mA
5= 0 to 10mA
6= 0 to 20mA
7= 4 to 20mA
Ajuste Rango de Medida de Entrada Analógica H (8 elementos) - Board H: Analog Input Measurement Range (8 items)
0x300D Min Value_H_01 F003 1 R/W 2 [-9999.99 , 9999.99]
0x300F Min Value_H_02 F003 1 R/W 2 [-9999.99 , 9999.99]
... ... ... ... ... ... ... ...
0x301B Min Value_H_08 F003 1 R/W 2 [-9999.99 , 9999.99]
0x301D Max Value_H_01 F003 1 R/W 2 [-9999.99 , 9999.99]
0x301F Max Value_H_02 F003 1 R/W 2 [-9999.99 , 9999.99]
... ... ... ... ... ... ... ...
0x302B Max Value_H_08 F003 1 R/W 2 [-9999.99 , 9999.99]
0x302D Channelx1a_H_01 F003 1000 R/W 2 [0,950 , 1,050]
0x302F Channelx1a_H_02 F003 1000 R/W 2 [0,950 , 1,050]
0x3031 Channelx1a_H_03 F003 1000 R/W 2 [0,950 , 1,050]
0x3033 Channelx1a_H_04 F003 1000 R/W 2 [0,950 , 1,050]
0x3035 Channelx1a_H_05 F003 1000 R/W 2 [0,950 , 1,050]
0x3037 Channelx1a_H_06 F003 1000 R/W 2 [0,950 , 1,050]
0x3039 Channelx1a_H_07 F003 1000 R/W 2 [0,950 , 1,050]
0x303B Channelx1a_H_08 F003 1000 R/W 2 [0,950 , 1,050]
0x303D Channelx1b_H_01 F004 1000 R/W 1 [-1000 , 1000]
0x303E Channelx1b_H_02 F004 1000 R/W 1 [-1000 , 1000]
0x303F Channelx1b_H_03 F004 1000 R/W 1 [-1000 , 1000]
0x3040 Channelx1b_H_04 F004 1000 R/W 1 [-1000 , 1000]
0x3041 Channelx1b_H_05 F004 1000 R/W 1 [-1000 , 1000]
0x3042 Channelx1b_H_06 F004 1000 R/W 1 [-1000 , 1000]
0x3043 Channelx1b_H_07 F004 1000 R/W 1 [-1000 , 1000]
0x3044 Channelx1b_H_08 F004 1000 R/W 1 [-1000 , 1000]
0x3045 Channelx10a_H_01 F003 1000 R/W 2 [0,950 , 1,050]
0x3047 Channelx10a_H_02 F003 1000 R/W 2 [0,950 , 1,050]
0x3049 Channelx10a_H_03 F003 1000 R/W 2 [0,950 , 1,050]
0x304B Channelx10a_H_04 F003 1000 R/W 2 [0,950 , 1,050]
0x304D Channelx10a_H_05 F003 1000 R/W 2 [0,950 , 1,050]
0x304F Channelx10a_H_06 F003 1000 R/W 2 [0,950 , 1,050]

1601-0800-A1 F650 DIGITAL BAY CONTROLLER B-63


B.5 MEMORY MAP APPENDIX B: MODBUS PROTOCOL

ADDRESS BIT NAME FORMAT STEP MODE LENGTH MISCELLANEOUS


0x3051 Channelx10a_H_07 F003 1000 R/W 2 [0,950 , 1,050]
0x3053 Channelx10a_H_08 F003 1000 R/W 2 [0,950 , 1,050]
0x3055 Channelx10b_H_01 F004 1000 R/W 1 [-1000 , 1000]
0x3056 Channelx10b_H_02 F004 1000 R/W 1 [-1000 , 1000]
0x3057 Channelx10b_H_03 F004 1000 R/W 1 [-1000 , 1000]
0x3058 Channelx10b_H_04 F004 1000 R/W 1 [-1000 , 1000]
0x3059 Channelx10b_H_05 F004 1000 R/W 1 [-1000 , 1000]
0x305A Channelx10b_H_06 F004 1000 R/W 1 [-1000 , 1000]
0x305B Channelx10b_H_07 F004 1000 R/W 1 [-1000 , 1000]
0x305C Channelx10b_H_08 F004 1000 R/W 1 [-1000 , 1000]
0x305D Calibration Type_H F012 1000 R/W 1 0=NONE
1=OFFSET
2=CALIBRATION
3=GET CALIBRATION
0x30FF Confirmation address W 1
Ajustes Tarjeta J (MODULO CIO) - Board J Settings (CIO MODULE)
Ajustes Tipo Tarjeta J - Board J Board Type Settings
0x3100 I/O Board Type_J F012 1 R/W 1 0=NONE
1=16INP + 8OUT
2=8INP + 8OUT + SUPV
4=32INP
5=16INP + 8ANA
Ajustes de Tensión Tarjeta J - Board J Voltage Settings
0x3101 Voltage Threshold A_J F004 1 R/W 1 [10 , 230] V
0x3102 Voltage Threshold B_J F004 1 R/W 1 [10 , 230] V
0x31A6 Voltage Threshold C_J F004 1 R/W 1 [10 , 230] V
0x31A7 Voltage Threshold D_J F004 1 R/W 1 [10 , 230] V
Ajustes Tiempo Antirrebotes Tarjeta J - Board J Debounce Time Settings
0x3103 Debounce Time A_J F004 1 R/W 1 [1 , 50] ms
0x3104 Debounce Time B_J F004 1 R/W 1 [1 , 50] ms
0x31A8 Debounce Time C_J F004 1 R/W 1 [1 , 50] ms
0x31A9 Debounce Time D_J F004 1 R/W 1 [1 , 50] ms
Ajuste Tipo de Entrada Tarjeta J (32 elementos) - Board J Input Type Settings (32 items)
0x3105 Input Type_J_CC1 F012 1 R/W 1 0=POSITIVE-EDGE
1=NEGATIVE-EDGE
2=POSITIVE
3=NEGATIVE
0x3106 Input Type_J_CC2 F012 1 R/W 1 0=POSITIVE-EDGE
1=NEGATIVE-EDGE
2=POSITIVE
3=NEGATIVE
... ... ... ... ... ... ... ...
0x3124 Input Type_J_CC32 F012 1 R/W 1 0=POSITIVE-EDGE
1=NEGATIVE-EDGE
2=POSITIVE
3=NEGATIVE
Ajustes Tiempo Retardo Entradas Tarjeta J (32 elementos) - Board J Delay Input Time Settings (32 items)
0x3125 Delay Input Time_J_CC1 F005 1 R/W 2 [0 , 60000] ms
0x3127 Delay Input Time_J_CC2 F005 1 R/W 2 [0 , 60000] ms
... ... ... ... ... ... ... ...

B-64 F650 DIGITAL BAY CONTROLLER 1601-0800-A1


APPENDIX B: MODBUS PROTOCOL B.5 MEMORY MAP

ADDRESS BIT NAME FORMAT STEP MODE LENGTH MISCELLANEOUS


0x3163 Delay Input Time_J_CC32 F005 1 R/W 2 [0 , 60000] ms
Ajustes Lógica de Salidas Tarjeta J (16 elementos) - Board J Output Logic Settings (16 items)
0x3165 Output Logic_J_01 F012 1 R/W 1 0=POSITIVE
1=NEGATIVE
0x3166 Output Logic_J_02 F012 1 R/W 1 0=POSITIVE
1=NEGATIVE
... ... ... ... ... ... ... ...
0x3174 Output Logic_J_16 F012 1 R/W 1 0=POSITIVE
1=NEGATIVE
Ajustes Tipo de Salidas Tarjeta J (16 elementos) - Board J Output Type Settings (16 items)
0x3175 Output Type_J_01 F012 1 R/W 1 0=NORMAL
1=PULSE
2=LATCH
0x3176 Output Type_J_02 F012 1 R/W 1 0=NORMAL
1=PULSE
2=LATCH
... ... ... ... ... ... ... ...
0x3184 Output Type_J_16 F012 1 R/W 1 0=NORMAL
1=PULSE
2=LATCH
Ajustes Tiempo Pulso de Salida Tarjeta J - Board J Pulse Output Time Settings (16 items)
0x3185 Pulse Output Time_J_01 F005 1 R/W 2 [0 , 60000] ms
0x3187 Pulse Output Time_J_02 F005 1 R/W 2 [0 , 60000] ms
... ... ... ... ... ... ... ...
0x31A3 Pulse Output Time_J_16 F005 1 R/W 2 [0 , 60000] ms
0x31A5 Snapshot Events F012 1 R/W 1 0=DISABLED
1=ENABLED
Ajuste Rango de Entrada Analogica J (8 elementos) - Board J Analog Input Range Settings (8 items)
0x31AA Range_J_01 F012 1 R/W 1 0=NONE
1=-1 to 0 mA
2= 0 to 1mA
3=-1 to 1mA
4= 0 to 5 mA
5= 0 to 10mA
6= 0 to 20mA
7= 4 to 20mA
... ... ... ... ... ... ... ...
0x31B1 Range_J_08 F012 1 R/W 1 0=NONE
1=-1 to 0 mA
2= 0 to 1mA
3=-1 to 1mA
4= 0 to 5 mA
5= 0 to 10mA
6= 0 to 20mA
7= 4 to 20mA
Ajustes Rango de Medida de Entrada Analógica J (8 elementos) - Board J Analog Input Measurement Range Settings (8 items)
0x31B2 Min Value_J_01 F003 1 R/W 2 [-9999.99 , 9999.99]
0x31B4 Min Value_J_02 F003 1 R/W 2 [-9999.99 , 9999.99]
... ... ... ... ... ... ... ...
0x31C0 Min Value_J_08 F003 1 R/W 2 [-9999.99 , 9999.99]

1601-0800-A1 F650 DIGITAL BAY CONTROLLER B-65


B.5 MEMORY MAP APPENDIX B: MODBUS PROTOCOL

ADDRESS BIT NAME FORMAT STEP MODE LENGTH MISCELLANEOUS


0x31C2 Max Value_J_01 F003 1 R/W 2 [-9999.99 , 9999.99]
0x31C4 Max Value_J_02 F003 1 R/W 2 [-9999.99 , 9999.99]
... ... ... ... ... ... ... ...
0x31D0 Max Value_J_08 F003 1 R/W 2 [-9999.99 , 9999.99]
0x31D2 Channelx1a_J_01 F003 1000 R/W 2 [0,950 , 1,050]
0x31D4 Channelx1a_J_02 F003 1000 R/W 2 [0,950 , 1,050]
0x31D6 Channelx1a_J_03 F003 1000 R/W 2 [0,950 , 1,050]
0x31D8 Channelx1a_J_04 F003 1000 R/W 2 [0,950 , 1,050]
0x31DA Channelx1a_J_05 F003 1000 R/W 2 [0,950 , 1,050]
0x31DC Channelx1a_J_06 F003 1000 R/W 2 [0,950 , 1,050]
0x31DE Channelx1a_J_07 F003 1000 R/W 2 [0,950 , 1,050]
0x31E0 Channelx1a_J_08 F003 1000 R/W 2 [0,950 , 1,050]
0x31E2 Channelx1b_J_01 F004 1000 R/W 1 [-1000 , 1000]
0x31E3 Channelx1b_J_02 F004 1000 R/W 1 [-1000 , 1000]
0x31E4 Channelx1b_J_03 F004 1000 R/W 1 [-1000 , 1000]
0x31E5 Channelx1b_J_04 F004 1000 R/W 1 [-1000 , 1000]
0x31E6 Channelx1b_J_05 F004 1000 R/W 1 [-1000 , 1000]
0x31E7 Channelx1b_J_06 F004 1000 R/W 1 [-1000 , 1000]
0x31E8 Channelx1b_J_07 F004 1000 R/W 1 [-1000 , 1000]
0x31E9 Channelx1b_J_08 F004 1000 R/W 1 [-1000 , 1000]
0x31EA Channelx10a_J_01 F003 1000 R/W 2 [0,950 , 1,050]
0x31EC Channelx10a_J_02 F003 1000 R/W 2 [0,950 , 1,050]
0x31EE Channelx10a_J_03 F003 1000 R/W 2 [0,950 , 1,050]
0x31F0 Channelx10a_J_04 F003 1000 R/W 2 [0,950 , 1,050]
0x31F2 Channelx10a_J_05 F003 1000 R/W 2 [0,950 , 1,050]
0x31F4 Channelx10a_J_06 F003 1000 R/W 2 [0,950 , 1,050]
0x31F6 Channelx10a_J_07 F003 1000 R/W 2 [0,950 , 1,050]
0x31F8 Channelx10a_J_08 F003 1000 R/W 2 [0,950 , 1,050]
0x31FA Channelx10b_J_01 F004 1000 R/W 1 [-1000 , 1000]
0x31FB Channelx10b_J_02 F004 1000 R/W 1 [-1000 , 1000]
0x31FC Channelx10b_J_03 F004 1000 R/W 1 [-1000 , 1000]
0x31FD Channelx10b_J_04 F004 1000 R/W 1 [-1000 , 1000]
0x31FE Channelx10b_J_05 F004 1000 R/W 1 [-1000 , 1000]
0x31FF Channelx10b_J_06 F004 1000 R/W 1 [-1000 , 1000]
0x3200 Channelx10b_J_07 F004 1000 R/W 1 [-1000 , 1000]
0x3201 Channelx10b_J_08 F004 1000 R/W 1 [-1000 , 1000]
0x3202 Calibration Type_J F012 1000 R/W 1 0=NONE
1=OFFSET
2=CALIBRATION
3=GET CALIBRATION
0x32A4 Confirmation address W 1
Ajustes Generales - General Settings
0x218A Phase CT Ratio F003 1 R/W 2 [1.0 , 6000.0]
0x218C Ground CT Ratio F003 1 R/W 2 [1.0 , 6000.0]
0x218E Stv Ground CT Ratio F003 1 R/W 2 [1.0 , 6000.0]
0x2190 Phase VT Ratio F003 1 R/W 2 [1.0 , 6000.0]
0x2192 Phase VT Connection F012 1 R/W 1 0=WYE
1=DELTA
0x2193 Nominal Voltage F003 1 R/W 2 [1.0 , 250.0] V

B-66 F650 DIGITAL BAY CONTROLLER 1601-0800-A1


APPENDIX B: MODBUS PROTOCOL B.5 MEMORY MAP

ADDRESS BIT NAME FORMAT STEP MODE LENGTH MISCELLANEOUS


0x2195 Nominal Frequency F012 1 R/W 1 0=50 Hz
1=60 Hz
0x2196 Phase Rotation F012 1 R/W 1 0=ABC
1=ACB
0x2197 Frequency Reference F012 1 R/W 1 0=VI
1=VII
2=VIII
0x2198 Auxiliary Voltage F012 1 R/W 1 0=VX
1=VN
0x2199 Snapshot Events F012 1 R/W 1 0=DISABLED
1=ENABLED
0x219B Primary Meter Units F012 1 R/W 1 0=KA_KV
1=A_V
0x219C Device Name F009 1 R/W 8
0x2203 Confirmation address W 1
Ajustes Sobreintensidad Instantánea de Fases Nivel Alto Grupo 1 - Phase IOC High 1 Settings
0x2204 Function F012 1 R/W 1 0=DISABLED
1=ENABLED
0x2205 Input F012 1 R/W 1 0=PHASOR(DFT)
1=RMS
0x2206 Pickup Level F003 1 R/W 2 [0.05 , 160.00] A
0x2208 Trip Delay F003 1 R/W 2 [0.00 , 900.00] s
0x220A Reset Delay F003 1 R/W 2 [0.00 , 900.00] s
0x220C Snapshot Events F012 1 R/W 1 0=DISABLED
1=ENABLED
0x221F Confirmation address W 1
Ajustes Sobreintensidad Instantánea de Fases Nivel Alto Grupo 2 - Phase IOC High 2 Settings
0x2220 Function F012 1 R/W 1 0=DISABLED
1=ENABLED
0x2221 Input F012 1 R/W 1 0=PHASOR(DFT)
1=RMS
0x2222 Pickup Level F003 1 R/W 2 [0.05 , 160.00] A
0x2224 Trip Delay F003 1 R/W 2 [0.00 , 900.00] s
0x2226 Reset Delay F003 1 R/W 2 [0.00 , 900.00] s
0x2228 Snapshot Events F012 1 R/W 1 0=DISABLED
1=ENABLED
0x223B Confirmation address W 1
Ajustes Sobreintensidad Instantánea de Fases Nivel Alto Grupo 3 - Phase IOC High 3 Settings
0x223C Function F012 1 R/W 1 0=DISABLED
1=ENABLED
0x223D Input F012 1 R/W 1 0=PHASOR(DFT)
1=RMS
0x223E Pickup Level F003 1 R/W 2 [0.05 , 160.00] A
0x2240 Trip Delay F003 1 R/W 2 [0.00 , 900.00] s
0x2242 Reset Delay F003 1 R/W 2 [0.00 , 900.00] s
0x2244 Snapshot Events F012 1 R/W 1 0=DISABLED
1=ENABLED
0x2257 Confirmation address W 1
Ajustes Sobreintensidad Instantánea de Fases Nivel Bajo Grupo 1 - Phase IOC Low 1 Settings
0x2258 Function F012 1 R/W 1 0=DISABLED

1601-0800-A1 F650 DIGITAL BAY CONTROLLER B-67


B.5 MEMORY MAP APPENDIX B: MODBUS PROTOCOL

ADDRESS BIT NAME FORMAT STEP MODE LENGTH MISCELLANEOUS


1=ENABLED
0x2259 Input F012 1 R/W 1 0=PHASOR(DFT)
1=RMS
0x225A Pickup Level F003 1 R/W 2 [0.05 , 160.00] A
0x225C Trip Delay F003 1 R/W 2 [0.00 , 900.00] s
0x225E Reset Delay F003 1 R/W 2 [0.00 , 900.00] s
0x2260 Snapshot Events F012 1 R/W 1 0=DISABLED
1=ENABLED
0x2273 Confirmation address W 1
Ajustes Sobreintensidad Instantánea de Fases Nivel Bajo Grupo 2 - Phase IOC Low 2 Settings
0x2274 Function F012 1 R/W 1 0=DISABLED
1=ENABLED
0x2275 Input F012 1 R/W 1 0=PHASOR(DFT)
1=RMS
0x2276 Pickup Level F003 1 R/W 2 [0.05 , 160.00] A
0x2278 Trip Delay F003 1 R/W 2 [0.00 , 900.00] s
0x227A Reset Delay F003 1 R/W 2 [0.00 , 900.00] s
0x227C Snapshot Events F012 1 R/W 1 0=DISABLED
1=ENABLED
0x228F Confirmation address W 1
Ajustes Sobreintensidad Instantánea de Fases Nivel Bajo Grupo 3 - Phase IOC Low 3 Settings
0x2290 Function F012 1 R/W 1 0=DISABLED
1=ENABLED
0x2291 Input F012 1 R/W 1 0=PHASOR(DFT)
1=RMS
0x2292 Pickup Level F003 1 R/W 2 [0.05 , 160.00] A
0x2294 Trip Delay F003 1 R/W 2 [0.00 , 900.00] s
0x2296 Reset Delay F003 1 R/W 2 [0.00 , 900.00] s
0x2298 Snapshot Events F012 1 R/W 1 0=DISABLED
1=ENABLED
0x22AB Confirmation address W 1
Ajustes Sobreintensidad Instantánea de Neutro Grupo 1 - Neutral IOC 1 Settings
0x22AC Function F012 1 R/W 1 0=DISABLED
1=ENABLED
0x22AD Pickup Level F003 1 R/W 2 [0.05 , 160.00] A
0x22AF Trip Delay F003 1 R/W 2 [0.00 , 900.00] s
0x22B1 Reset Delay F003 1 R/W 2 [0.00 , 900.00] s
0x22B3 Snapshot Events F012 1 R/W 1 0=DISABLED
1=ENABLED
0x22C6 Confirmation address W 1
Ajustes Sobreintensidad Instantánea de Neutro Grupo 2 - Neutral IOC 2 Settings
0x22C7 Function F012 1 R/W 1 0=DISABLED
1=ENABLED
0x22C8 Pickup Level F003 1 R/W 2 [0.05 , 160.00] A
0x22CA Trip Delay F003 1 R/W 2 [0.00 , 900.00] s
0x22CC Reset Delay F003 1 R/W 2 [0.00 , 900.00] s
0x22CE Snapshot Events F012 1 R/W 1 0=DISABLED
1=ENABLED
0x22E1 Confirmation address W 1
Ajustes Sobreintensidad Instantánea de Neutro Grupo 3 - Neutral IOC 3 Settings

B-68 F650 DIGITAL BAY CONTROLLER 1601-0800-A1


APPENDIX B: MODBUS PROTOCOL B.5 MEMORY MAP

ADDRESS BIT NAME FORMAT STEP MODE LENGTH MISCELLANEOUS


0x22E2 Function F012 1 R/W 1 0=DISABLED
1=ENABLED
0x22E3 Pickup Level F003 1 R/W 2 [0.05 , 160.00] A
0x22E5 Trip Delay F003 1 R/W 2 [0.00 , 900.00] s
0x22E7 Reset Delay F003 1 R/W 2 [0.00 , 900.00] s
0x22E9 Snapshot Events F012 1 R/W 1 0=DISABLED
1=ENABLED
0x22FC Confirmation address W 1
Ajustes Sobreintensidad Instantánea de Tierra Grupo 1 - Ground IOC 1 Settings
0x22FD Function F012 1 R/W 1 0=DISABLED
1=ENABLED
0x22FE Input F012 1 R/W 1 0=PHASOR(DFT)
1=RMS
0x22FF Pickup Level F003 1 R/W 2 [0.05 , 160.00] A
0x2301 Trip Delay F003 1 R/W 2 [0.00 , 900.00] s
0x2303 Reset Delay F003 1 R/W 2 [0.00 , 900.00] s
0x2305 Snapshot Events F012 1 R/W 1 0=DISABLED
1=ENABLED
0x2318 Confirmation address W 1
Ajustes Sobreintensidad Instantánea de Tierra Grupo 2 - Ground IOC 2 Settings
0x2319 Function F012 1 R/W 1 0=DISABLED
1=ENABLED
0x231A Input F012 1 R/W 1 0=PHASOR(DFT)
1=RMS
0x231B Pickup Level F003 1 R/W 2 [0.05 , 160.00] A
0x231D Trip Delay F003 1 R/W 2 [0.00 , 900.00] s
0x231F Reset Delay F003 1 R/W 2 [0.00 , 900.00] s
0x2321 Snapshot Events F012 1 R/W 1 0=DISABLED
1=ENABLED
0x2334 Confirmation address W 1
Ajustes Sobreintensidad Instantánea de Tierra Grupo 3 - Ground IOC 3 Settings
0x2335 Function F012 1 R/W 1 0=DISABLED
1=ENABLED
0x2336 Input F012 1 R/W 1 0=PHASOR(DFT)
1=RMS
0x2337 Pickup Level F003 1 R/W 2 [0.05 , 160.00] A
0x2339 Trip Delay F003 1 R/W 2 [0.00 , 900.00] s
0x233B Reset Delay F003 1 R/W 2 [0.00 , 900.00] s
0x233D Snapshot Events F012 1 R/W 1 0=DISABLED
1=ENABLED
0x2350 Confirmation address W 1
Ajustes Sobreintensidad Instantánea de Tierra Sensible Grupo 1 - Sensitive Ground IOC 1 Settings
0x2351 Function F012 1 R/W 1 0=DISABLED
1=ENABLED
0x2352 Input F012 1 R/W 1 0=PHASOR(DFT)
1=RMS
0x2353 Pickup Level F003 1 R/W 2 [0.005 , 16.000] A
0x2355 Trip Delay F003 1 R/W 2 [0.00 , 900.00] s
0x2357 Reset Delay F003 1 R/W 2 [0.00 , 900.00] s
0x2359 Snapshot Events F012 1 R/W 1 0=DISABLED

1601-0800-A1 F650 DIGITAL BAY CONTROLLER B-69


B.5 MEMORY MAP APPENDIX B: MODBUS PROTOCOL

ADDRESS BIT NAME FORMAT STEP MODE LENGTH MISCELLANEOUS


1=ENABLED
0x236C Confirmation address W 1
Ajustes Sobreintensidad Instantánea de Tierra Sensible Grupo 2 - Sensitive Ground IOC 2 Settings
0x236D Function F012 1 R/W 1 0=DISABLED
1=ENABLED
0x236E Input F012 1 R/W 1 0=PHASOR(DFT)
1=RMS
0x236F Pickup Level F003 1 R/W 2 [0.005 , 16.000] A
0x2371 Trip Delay F003 1 R/W 2 [0.00 , 900.00] s
0x2373 Reset Delay F003 1 R/W 2 [0.00 , 900.00] s
0x2375 Snapshot Events F012 1 R/W 1 0=DISABLED
1=ENABLED
0x2388 Confirmation address W 1
Ajustes Sobreintensidad Instantánea de Tierra Sensible Grupo 3 - Sensitive Ground IOC 3 Settings
0x2389 Function F012 1 R/W 1 0=DISABLED
1=ENABLED
0x238A Input F012 1 R/W 1 0=PHASOR(DFT)
1=RMS
0x238B Pickup Level F003 1 R/W 2 [0.005 , 16.000] A
0x238D Trip Delay F003 1 R/W 2 [0.00 , 900.00] s
0x238F Reset Delay F003 1 R/W 2 [0.00 , 900.00] s
0x2391 Snapshot Events F012 1 R/W 1 0=DISABLED
1=ENABLED
0x23A4 Confirmation address W 1
Ajustes Sobreintensidad Temporizada de Fases Nivel Alto Grupo 1 - Phase TOC High 1 Settings
0x23A5 Function F012 1 R/W 1 0=DISABLED
1=ENABLED
0x23A6 Input F012 1 R/W 1 0=PHASOR(DFT)
1=RMS
0x23A7 Pickup Level F003 1 R/W 2 [0.05 , 160.00] A
0x23A9 Curve F012 1 R/W 1 0=IEEE Ext Inv
1=IEEE Very Inv
2=IEEE Mod Inv
3=IEC Curve A
4=IEC Curve B
5=IEC Curve C
6=IEC Long-Time Inv
7=IEC Short-Time Inv
8=IAC Ext Inv
9=IAC Very Inv
10=IAC Mod Inv
11=ANSI Ext Inv
12=ANSI Very Inv
13=ANSI Norm Inv
14=ANSI Mod Inv
15=I2t
16=Definite Time
17=Rectifier Curve
18=User Curve A
19=User Curve B

B-70 F650 DIGITAL BAY CONTROLLER 1601-0800-A1


APPENDIX B: MODBUS PROTOCOL B.5 MEMORY MAP

ADDRESS BIT NAME FORMAT STEP MODE LENGTH MISCELLANEOUS


20=User Curve C
21=User Curve D
0x23AA TD Multiplier F003 1 R/W 2 [0.00 , 900.00] s
0x23AC Reset F012 1 R/W 1 0=INSTANTANEOUS
Ajustes Sobreintensidad Temporizada de Fases Nivel Alto Grupo 1 - Phase TOC High 1 Settings (cont.)
1=LINEAR
0x23AD Voltage Restraint F012 1 R/W 1 0=DISABLED
1=ENABLED
0x23AE Snapshot Events F012 1 R/W 1 0=DISABLED
1=ENABLED
0x23C1 Confirmation address W 1
Ajustes Sobreintensidad Temporizada de Fases Nivel Alto Grupo 2 - Phase TOC High 2 Settings
0x23C2 Function F012 1 R/W 1 0=DISABLED
1=ENABLED
0x23C3 Input F012 1 R/W 1 0=PHASOR(DFT)
1=RMS
0x23C4 Pickup Level F003 1 R/W 2 [0.05 , 160.00] A
0x23C6 Curve F012 1 R/W 1 0=IEEE Ext Inv
1=IEEE Very Inv
2=IEEE Mod Inv
3=IEC Curve A
4=IEC Curve B
5=IEC Curve C
6=IEC Long-Time Inv
7=IEC Short-Time Inv
8=IAC Ext Inv
9=IAC Very Inv
10=IAC Mod Inv
11=ANSI Ext Inv
12=ANSI Very Inv
13=ANSI Norm Inv
14=ANSI Mod Inv
15=I2t
16=Definite Time
17=Rectifier Curve
18=User Curve A
19=User Curve B
20=User Curve C
21=User Curve D
0x23C7 TD Multiplier F003 1 R/W 2 [0.00 , 900.00] s
0x23C9 Reset F012 1 R/W 1 0=INSTANTANEOUS
1=LINEAR
0x23CA Voltage Restraint F012 1 R/W 1 0=DISABLED
1=ENABLED
0x23CB Snapshot Events F012 1 R/W 1 0=DISABLED
1=ENABLED
0x23DE Confirmation address W 1
Ajustes Sobreintensidad Temporizada de Fases Nivel Alto Grupo 3 - Phase TOC High 3 Settings
0x23DF Function F012 1 R/W 1 0=DISABLED
1=ENABLED

1601-0800-A1 F650 DIGITAL BAY CONTROLLER B-71


B.5 MEMORY MAP APPENDIX B: MODBUS PROTOCOL

ADDRESS BIT NAME FORMAT STEP MODE LENGTH MISCELLANEOUS


0x23E0 Input F012 1 R/W 1 0=PHASOR(DFT)
1=RMS
0x23E1 Pickup Level F003 1 R/W 2 [0.05 , 160.00] A
0x23E3 Curve F012 1 R/W 1 0=IEEE Ext Inv
1=IEEE Very Inv
2=IEEE Mod Inv
3=IEC Curve A
4=IEC Curve B
5=IEC Curve C
6=IEC Long-Time Inv
7=IEC Short-Time Inv
8=IAC Ext Inv
9=IAC Very Inv
10=IAC Mod Inv
11=ANSI Ext Inv
12=ANSI Very Inv
13=ANSI Norm Inv
14=ANSI Mod Inv
15=I2t
16=Definite Time
17=Rectifier Curve
18=User Curve A
19=User Curve B
20=User Curve C
21=User Curve D
0x23E4 TD Multiplier F003 1 R/W 2 [0.00 , 900.00] s
0x23E6 Reset F012 1 R/W 1 0=INSTANTANEOUS
1=LINEAR
0x23E7 Voltage Restraint F012 1 R/W 1 0=DISABLED
1=ENABLED
0x23E8 Snapshot Events F012 1 R/W 1 0=DISABLED
1=ENABLED
0x23FB Confirmation address W 1
Ajustes Sobreintensidad Temporizada de Neutro Grupo 1 - Neutral TOC 1 Settings
0x23FC Function F012 1 R/W 1 0=DISABLED
1=ENABLED
0x23FD Pickup Level F003 1 R/W 2 [0.05 , 160.00] A
0x23FF Curve F012 1 R/W 1 0=IEEE Ext Inv
1=IEEE Very Inv
2=IEEE Mod Inv
3=IEC Curve A
4=IEC Curve B
5=IEC Curve C
6=IEC Long-Time Inv
7=IEC Short-Time Inv
8=IAC Ext Inv
9=IAC Very Inv
10=IAC Mod Inv
11=ANSI Ext Inv
12=ANSI Very Inv

B-72 F650 DIGITAL BAY CONTROLLER 1601-0800-A1


APPENDIX B: MODBUS PROTOCOL B.5 MEMORY MAP

ADDRESS BIT NAME FORMAT STEP MODE LENGTH MISCELLANEOUS


13=ANSI Norm Inv
14=ANSI Mod Inv
15=I2t
16=Definite Time
17=Rectifier Curve
18=User Curve A
19=User Curve B
20=User Curve C
21=User Curve D
0x2400 TD Multiplier F003 1 R/W 2 [0.00 , 900.00] s
0x2402 Reset F012 1 R/W 1 0=INSTANTANEOUS
1=LINEAR
0x2403 Snapshot Events F012 1 R/W 1 0=DISABLED
1=ENABLED
0x2416 Confirmation address W 1
Ajustes Sobreintensidad Temporizada de Neutro Grupo 2 - Neutral TOC 2 Settings
0x2417 Function F012 1 R/W 1 0=DISABLED
1=ENABLED
0x2418 Pickup Level F003 1 R/W 2 [0.05 , 160.00] A
0x241A Curve F012 1 R/W 1 0=IEEE Ext Inv
1=IEEE Very Inv
2=IEEE Mod Inv
3=IEC Curve A
4=IEC Curve B
5=IEC Curve C
6=IEC Long-Time Inv
7=IEC Short-Time Inv
8=IAC Ext Inv
9=IAC Very Inv
10=IAC Mod Inv
11=ANSI Ext Inv
12=ANSI Very Inv
13=ANSI Norm Inv
14=ANSI Mod Inv
15=I2t
16=Definite Time
17=Rectifier Curve
18=User Curve A
19=User Curve B
20=User Curve C
21=User Curve D
0x241B TD Multiplier F003 1 R/W 2 [0.00 , 900.00] s
0x241D Reset F012 1 R/W 1 0=INSTANTANEOUS
1=LINEAR
0x241E Snapshot Events F012 1 R/W 1 0=DISABLED
1=ENABLED
0x2431 Confirmation address W 1
Ajustes Sobreintensidad Temporizada de Neutro Grupo 3 - Neutral TOC 3 Settings
0x2432 Function F012 1 R/W 1 0=DISABLED
1=ENABLED

1601-0800-A1 F650 DIGITAL BAY CONTROLLER B-73


B.5 MEMORY MAP APPENDIX B: MODBUS PROTOCOL

ADDRESS BIT NAME FORMAT STEP MODE LENGTH MISCELLANEOUS


0x2433 Pickup Level F003 1 R/W 2 [0.05 , 160.00] A
0x2435 Curve F012 1 R/W 1 0=IEEE Ext Inv
1=IEEE Very Inv
2=IEEE Mod Inv
3=IEC Curve A
4=IEC Curve B
5=IEC Curve C
6=IEC Long-Time Inv
7=IEC Short-Time Inv
8=IAC Ext Inv
9=IAC Very Inv
10=IAC Mod Inv
11=ANSI Ext Inv
12=ANSI Very Inv
13=ANSI Norm Inv
14=ANSI Mod Inv
15=I2t
16=Definite Time
17=Rectifier Curve
18=User Curve A
19=User Curve B
20=User Curve C
21=User Curve D
0x2436 TD Multiplier F003 1 R/W 2 [0.00 , 900.00] s
0x2438 Reset F012 1 R/W 1 0=INSTANTANEOUS
1=LINEAR
0x2439 Snapshot Events F012 1 R/W 1 0=DISABLED
1=ENABLED
0x244C Confirmation address W 1
Ajustes Sobreintensidad Temporizada de Tierra Grupo 1 - Ground TOC 1 Settings
0x244D Function F012 1 R/W 1 0=DISABLED
1=ENABLED
0x244E Input F012 1 R/W 1 0=PHASOR(DFT)
1=RMS
0x244F Pickup Level F003 1 R/W 2 [0.05 , 160.00] A
0x2451 Curve F012 1 R/W 1 0=IEEE Ext Inv
1=IEEE Very Inv
2=IEEE Mod Inv
3=IEC Curve A
4=IEC Curve B
5=IEC Curve C
6=IEC Long-Time Inv
7=IEC Short-Time Inv
8=IAC Ext Inv
9=IAC Very Inv
10=IAC Mod Inv
11=ANSI Ext Inv
12=ANSI Very Inv
13=ANSI Norm Inv
Ajustes Sobreintensidad Temporizada de Tierra Grupo 1 - Ground TOC 1 Settings (cont.)

B-74 F650 DIGITAL BAY CONTROLLER 1601-0800-A1


APPENDIX B: MODBUS PROTOCOL B.5 MEMORY MAP

ADDRESS BIT NAME FORMAT STEP MODE LENGTH MISCELLANEOUS


14=ANSI Mod Inv
15=I2t
16=Definite Time
17=Rectifier Curve
18=User Curve A
19=User Curve B
20=User Curve C
21=User Curve D
0x2452 TD Multiplier F003 1 R/W 2 [0.00 , 900.00] s
0x2454 Reset F012 1 R/W 1 0=INSTANTANEOUS
1=LINEAR
0x2455 Snapshot Events F012 1 R/W 1 0=DISABLED
1=ENABLED
0x2468 Confirmation address W 1
Ajustes Sobreintensidad Temporizada de Tierra Grupo 2 - Ground TOC 2 Settings
0x2469 Function F012 1 R/W 1 0=DISABLED
1=ENABLED
0x246A Input F012 1 R/W 1 0=PHASOR(DFT)
1=RMS
0x246B Pickup Level F003 1 R/W 2 [0.05 , 160.00] A
0x246D Curve F012 1 R/W 1 0=IEEE Ext Inv
1=IEEE Very Inv
2=IEEE Mod Inv
3=IEC Curve A
4=IEC Curve B
5=IEC Curve C
6=IEC Long-Time Inv
7=IEC Short-Time Inv
8=IAC Ext Inv
9=IAC Very Inv
10=IAC Mod Inv
11=ANSI Ext Inv
12=ANSI Very Inv
13=ANSI Norm Inv
14=ANSI Mod Inv
15=I2t
16=Definite Time
17=Rectifier Curve
18=User Curve A
19=User Curve B
20=User Curve C
21=User Curve D
0x246E TD Multiplier F003 1 R/W 2 [0.00 , 900.00] s
0x2470 Reset F012 1 R/W 1 0=INSTANTANEOUS
1=LINEAR
0x2471 Snapshot Events F012 1 R/W 1 0=DISABLED
1=ENABLED
0x2484 Confirmation address W 1
Ajustes Sobreintensidad Temporizada de Tierra Grupo 3 - Ground TOC 3 Settings
0x2485 Function F012 1 R/W 1 0=DISABLED

1601-0800-A1 F650 DIGITAL BAY CONTROLLER B-75


B.5 MEMORY MAP APPENDIX B: MODBUS PROTOCOL

ADDRESS BIT NAME FORMAT STEP MODE LENGTH MISCELLANEOUS


1=ENABLED
0x2486 Input F012 1 R/W 1 0=PHASOR(DFT)
1=RMS
0x2487 Pickup Level F003 1 R/W 2 [0.05 , 160.00] A
0x2489 Curve F012 1 R/W 1 0=IEEE Ext Inv
1=IEEE Very Inv
2=IEEE Mod Inv
3=IEC Curve A
4=IEC Curve B
5=IEC Curve C
6=IEC Long-Time Inv
7=IEC Short-Time Inv
8=IAC Ext Inv
9=IAC Very Inv
10=IAC Mod Inv
11=ANSI Ext Inv
12=ANSI Very Inv
13=ANSI Norm Inv
14=ANSI Mod Inv
15=I2t
16=Definite Time
17=Rectifier Curve
18=User Curve A
19=User Curve B
20=User Curve C
21=User Curve D
0x248A TD Multiplier F003 1 R/W 2 [0.00 , 900.00] s
0x248C Reset F012 1 R/W 1 0=INSTANTANEOUS
1=LINEAR
0x248D Snapshot Events F012 1 R/W 1 0=DISABLED
1=ENABLED
0x24A0 Confirmation address W 1
Ajustes Sobreintensidad Temporizada de Tierra Sensible Grupo 1 - Sensitive Ground TOC 1 Settings
0x24A1 Function F012 1 R/W 1 0=DISABLED
1=ENABLED
0x24A2 Input F012 1 R/W 1 0=PHASOR(DFT)
1=RMS
0x24A3 Pickup Level F003 1 R/W 2 [0.005 , 16.000] A
0x24A5 Curve F012 1 R/W 1 0=IEEE Ext Inv
1=IEEE Very Inv
2=IEEE Mod Inv
3=IEC Curve A
4=IEC Curve B
5=IEC Curve C
6=IEC Long-Time Inv
7=IEC Short-Time Inv
8=IAC Ext Inv
9=IAC Very Inv
10=IAC Mod Inv
11=ANSI Ext Inv

B-76 F650 DIGITAL BAY CONTROLLER 1601-0800-A1


APPENDIX B: MODBUS PROTOCOL B.5 MEMORY MAP

ADDRESS BIT NAME FORMAT STEP MODE LENGTH MISCELLANEOUS


Ajustes Sobreintensidad Temporizada de Tierra Sensible Grupo 1 - Sensitive Ground TOC 1 Settings (cont.)
12=ANSI Very Inv
13=ANSI Norm Inv
14=ANSI Mod Inv
15=I2t
16=Definite Time
17=Rectifier Curve
18=User Curve A
19=User Curve B
20=User Curve C
21=User Curve D
0x24A6 TD Multiplier F003 1 R/W 2 [0.00 , 900.00] s
0x24A8 Reset F012 1 R/W 1 0=INSTANTANEOUS
1=LINEAR
0x24A9 Snapshot Events F012 1 R/W 1 0=DISABLED
1=ENABLED
0x24BC Confirmation address W 1
Ajustes Sobreintensidad Temporizada de Tierra Sensible Grupo 2 - Sensitive Ground TOC 2 Settings
0x24BD Function F012 1 R/W 1 0=DISABLED
1=ENABLED
0x24BE Input F012 1 R/W 1 0=PHASOR(DFT)
1=RMS
0x24BF Pickup Level F003 1 R/W 2 [0.005 , 16.000] A
0x24C1 Curve F012 1 R/W 1 0=IEEE Ext Inv
1=IEEE Very Inv
2=IEEE Mod Inv
3=IEC Curve A
4=IEC Curve B
5=IEC Curve C
6=IEC Long-Time Inv
7=IEC Short-Time Inv
8=IAC Ext Inv
9=IAC Very Inv
10=IAC Mod Inv
11=ANSI Ext Inv
12=ANSI Very Inv
13=ANSI Norm Inv
14=ANSI Mod Inv
15=I2t
16=Definite Time
17=Rectifier Curve
18=User Curve A
19=User Curve B
20=User Curve C
21=User Curve D
0x24C2 TD Multiplier F003 1 R/W 2 [0.00 , 900.00] s
0x24C4 Reset F012 1 R/W 1 0=INSTANTANEOUS
1=LINEAR
0x24C5 Snapshot Events F012 1 R/W 1 0=DISABLED
1=ENABLED

1601-0800-A1 F650 DIGITAL BAY CONTROLLER B-77


B.5 MEMORY MAP APPENDIX B: MODBUS PROTOCOL

ADDRESS BIT NAME FORMAT STEP MODE LENGTH MISCELLANEOUS


0x24D8 Confirmation address W 1
Ajustes Sobreintensidad Temporizada de Tierra Sensible Grupo 3 - Sensitive Ground TOC 3 Settings
0x24D9 Function F012 1 R/W 1 0=DISABLED
1=ENABLED
0x24DA Input F012 1 R/W 1 0=PHASOR(DFT)
1=RMS
0x24DB Pickup Level F003 1 R/W 2 [0.005 , 16.000] A
0x24DD Curve F012 1 R/W 1 0=IEEE Ext Inv
1=IEEE Very Inv
2=IEEE Mod Inv
3=IEC Curve A
4=IEC Curve B
5=IEC Curve C
6=IEC Long-Time Inv
7=IEC Short-Time Inv
8=IAC Ext Inv
9=IAC Very Inv
10=IAC Mod Inv
11=ANSI Ext Inv
12=ANSI Very Inv
13=ANSI Norm Inv
14=ANSI Mod Inv
15=I2t
16=Definite Time
17=Rectifier Curve
18=User Curve A
19=User Curve B
20=User Curve C
21=User Curve D
0x24DE TD Multiplier F003 1 R/W 2 [0.00 , 900.00] s
0x24E0 Reset F012 1 R/W 1 0=INSTANTANEOUS
1=LINEAR
0x24E1 Snapshot Events F012 1 R/W 1 0=DISABLED
1=ENABLED
0x24F4 Confirmation address W 1
Ajustes Subtensión de Fases Grupo 1 - Phase UV 1 Settings
0x24F5 Function F012 1 R/W 1 0=DISABLED
1=ENABLED
0x24F6 Mode F012 1 R/W 1 0=PHASE-PHASE
1=PHASE-GROUND
0x24F7 Pickup Level F003 1 R/W 2 [3 , 300] V
0x24F9 Curve F012 1 R/W 1 0=DEFINITE TIME
1=INVERSE TIME
0x24FA Delay F003 1 R/W 2 [0.00 , 900.00] s
0x24FC Minimum Voltage F003 1 R/W 2 [0 , 300] V
0x24FE Logic F012 1 R/W 1 0=ANY PHASE
1=TWO PHASES
2=ALL PHASES
0x24FF Supervised by 52 F012 1 R/W 1 0=DISABLED
1=ENABLED

B-78 F650 DIGITAL BAY CONTROLLER 1601-0800-A1


APPENDIX B: MODBUS PROTOCOL B.5 MEMORY MAP

ADDRESS BIT NAME FORMAT STEP MODE LENGTH MISCELLANEOUS


0x2500 Snapshot Events F012 1 R/W 1 0=DISABLED
1=ENABLED
0x2513 Confirmation address W 1
Ajustes Subtensión de Fases Grupo 2 - Phase UV 2 Settings
0x2514 Function F012 1 R/W 1 0=DISABLED
1=ENABLED
0x2515 Mode F012 1 R/W 1 0=PHASE-PHASE
1=PHASE-GROUND
0x2516 Pickup Level F003 1 R/W 2 [3 , 300] V
0x2518 Curve F012 1 R/W 1 0=DEFINITE TIME
1=INVERSE TIME
0x2519 Delay F003 1 R/W 2 [0.00 , 900.00] s
0x251B Minimum Voltage F003 1 R/W 2 [0 , 300] V
0x251D Logic F012 1 R/W 1 0=ANY PHASE
1=TWO PHASES
2=ALL PHASES
0x251E Supervised by 52 F012 1 R/W 1 0=DISABLED
1=ENABLED
0x251F Snapshot Events F012 1 R/W 1 0=DISABLED
1=ENABLED
0x2532 Confirmation address W 1
Ajustes Subtensión de Fases Grupo 3 - Phase UV 3 Settings
0x2533 Function F012 1 R/W 1 0=DISABLED
1=ENABLED
0x2534 Mode F012 1 R/W 1 0=PHASE-PHASE
1=PHASE-GROUND
0x2535 Pickup Level F003 1 R/W 2 [3 , 300] V
0x2537 Curve F012 1 R/W 1 0=DEFINITE TIME
1=INVERSE TIME
0x2538 Delay F003 1 R/W 2 [0.00 , 900.00] s
0x253A Minimum Voltage F003 1 R/W 2 [0 , 300] V
0x253C Logic F012 1 R/W 1 0=ANY PHASE
1=TWO PHASES
2=ALL PHASES
0x253D Supervised by 52 F012 1 R/W 1 0=DISABLED
1=ENABLED
0x253E Snapshot Events F012 1 R/W 1 0=DISABLED
1=ENABLED
0x2551 Confirmation address W 1
Ajustes Sobretensión de Fases Secuencia Negativa Grupo 1 - Negative Sequence OV 1 Settings
0x2552 Function F012 1 R/W 1 0=DISABLED
1=ENABLED
0x2553 Pickup Level F003 1 R/W 2 [3 , 300] V
0x2555 Trip Delay F003 1 R/W 2 [0.00 , 900.00] s
0x2557 Reset Delay F003 1 R/W 2 [0.00 , 900.00] s
0x2559 Snapshot Events F012 1 R/W 1 0=DISABLED
1=ENABLED
0x256C Confirmation address W 1
Ajustes Sobretensión de Fases Secuencia Negativa Grupo 2 - Negative Sequence OV 2 Settings
0x256D Function F012 1 R/W 1 0=DISABLED

1601-0800-A1 F650 DIGITAL BAY CONTROLLER B-79


B.5 MEMORY MAP APPENDIX B: MODBUS PROTOCOL

ADDRESS BIT NAME FORMAT STEP MODE LENGTH MISCELLANEOUS


1=ENABLED
0x256E Pickup Level F003 1 R/W 2 [3 , 300] V
0x2570 Trip Delay F003 1 R/W 2 [0.00 , 900.00] s
0x2572 Reset Delay F003 1 R/W 2 [0.00 , 900.00] s
0x2574 Snapshot Events F012 1 R/W 1 0=DISABLED
1=ENABLED
0x2587 Confirmation address W 1
Ajustes Sobretensión de Fases Secuencia Negativa Grupo 3 - Negative Sequence OV 3 Settings
0x2588 Function F012 1 R/W 1 0=DISABLED
1=ENABLED
0x2589 Pickup Level F003 1 R/W 2 [3 , 300] V
0x258B Trip Delay F003 1 R/W 2 [0.00 , 900.00] s
0x258D Reset Delay F003 1 R/W 2 [0.00 , 900.00] s
0x258F Snapshot Events F012 1 R/W 1 0=DISABLED
1=ENABLED
0x25A2 Confirmation address W 1
Ajustes Imagen Térmica Grupo 1 - Thermal Model 1 Settings
0x25A3 Function F012 1 R/W 1 0=DISABLED
1=ENABLED
0x25A4 Heat Time Constant F003 1 R/W 2 [3.0 , 600.0] min
0x25A6 Cool Time Constant F003 1 R/W 2 [1.00 , 6.00]
0x25A8 Pickup Level F003 1 R/W 2 [0.05 , 160.00] A
0x25AA Alarm Level F003 1 R/W 2 [1.0 , 110.0] %
0x25AC Snapshot Events F012 1 R/W 1 0=DISABLED
1=ENABLED
0x25BF Confirmation address W 1
Ajustes Imagen Térmica Grupo 2 - Thermal Model 2 Settings
0x25C0 Function F012 1 R/W 1 0=DISABLED
1=ENABLED
0x25C1 Heat Time Constant F003 1 R/W 2 [3.0 , 600.0] min
0x25C3 Cool Time Constant F003 1 R/W 2 [1.00 , 6.00]
0x25C5 Pickup Level F003 1 R/W 2 [0.05 , 160.00] A
0x25C7 Alarm Level F003 1 R/W 2 [1.0 , 110.0] %
0x25C9 Snapshot Events F012 1 R/W 1 0=DISABLED
1=ENABLED
0x25DC Confirmation address W 1
Ajustes Imagen Térmica Grupo 3 - Thermal Model 3 Settings
0x25DD Function F012 1 R/W 1 0=DISABLED
1=ENABLED
0x25DE Heat Time Constant F003 1 R/W 2 [3.0 , 600.0] min
0x25E0 Cool Time Constant F003 1 R/W 2 [1.00 , 6.00]
0x25E2 Pickup Level F003 1 R/W 2 [0.05 , 160.00] A
0x25E4 Alarm Level F003 1 R/W 2 [1.0 , 110.0] %
0x25E6 Snapshot Events F012 1 R/W 1 0=DISABLED
1=ENABLED
0x25F9 Confirmation address W 1
Ajustes Unidad Direccional de Fases Grupo 1 - Phase Directional 1 Settings
0x25FA Function F012 1 R/W 1 0=DISABLED
1=ENABLED
0x25FB MTA F003 1 R/W 2 [-90 , 90] Deg

B-80 F650 DIGITAL BAY CONTROLLER 1601-0800-A1


APPENDIX B: MODBUS PROTOCOL B.5 MEMORY MAP

ADDRESS BIT NAME FORMAT STEP MODE LENGTH MISCELLANEOUS


0x25FD Direction F012 1 R/W 1 0=REVERSE
1=FORWARD
0x25FE Block Logic F012 1 R/W 1 0=PERMISSION
1=BLOCK
0x25FF Pol V Threshold F003 1 R/W 2 [0 , 300] V
0x2601 Snapshot Events F012 1 R/W 1 0=DISABLED
1=ENABLED
0x2602 Voltage Memory Time F003 1000 R/W 2 [0,00 , 3,00] s
0x2614 Confirmation address W 1
Ajustes Unidad Direccional de Fases Grupo 2 - Phase Directional 2 Settings
0x2615 Function F012 1 R/W 1 0=DISABLED
1=ENABLED
0x2616 MTA F003 1 R/W 2 [-90 , 90] Deg
0x2618 Direction F012 1 R/W 1 0=REVERSE
1=FORWARD
0x2619 Block Logic F012 1 R/W 1 0=PERMISSION
1=BLOCK
0x261A Pol V Threshold F003 1 R/W 2 [0 , 300] V
0x261C Snapshot Events F012 1 R/W 1 0=DISABLED
1=ENABLED
0x261D Voltage Memory Time F003 1000 R/W 2 [0,00 , 3,00] s
0x262F Confirmation address W 1
Ajustes Unidad Direccional de Fases Grupo 3 - Phase Directional 3 Settings
0x2630 Function F012 1 R/W 1 0=DISABLED
1=ENABLED
0x2631 MTA F003 1 R/W 2 [-90 , 90] Deg
0x2633 Direction F012 1 R/W 1 0=REVERSE
1=FORWARD
0x2634 Block Logic F012 1 R/W 1 0=PERMISSION
1=BLOCK
0x2635 Pol V Threshold F003 1 R/W 2 [0 , 300] V
0x2637 Snapshot Events F012 1 R/W 1 0=DISABLED
1=ENABLED
0x2638 Voltage Memory Time F003 1000 R/W 2 [0,00 , 3,00] s
0x264A Confirmation address W 1
Ajustes Unidad Direccional de Neutro Grupo 1 - Neutral Directional 1 Settings
0x264B Function F012 1 R/W 1 0=DISABLED
1=ENABLED
0x264C MTA F003 1 R/W 2 [-90 , 90] Deg
0x264E Direction F012 1 R/W 1 0=REVERSE
1=FORWARD
0x264F Polarization F012 1 R/W 1 0=VO
1=IP
2=VO + IP
3=VO*IP
0x2650 Block Logic F012 1 R/W 1 0=PERMISSION
1=BLOCK
0x2651 Pol V Threshold F003 1 R/W 2 [0 , 300] V
0x2653 Snapshot Events F012 1 R/W 1 0=DISABLED
1=ENABLED

1601-0800-A1 F650 DIGITAL BAY CONTROLLER B-81


B.5 MEMORY MAP APPENDIX B: MODBUS PROTOCOL

ADDRESS BIT NAME FORMAT STEP MODE LENGTH MISCELLANEOUS


0x2666 Confirmation address W 1
Ajustes Unidad Direccional de Neutro Grupo 2 - Neutral Directional 2 Settings
0x2667 Function F012 1 R/W 1 0=DISABLED
1=ENABLED
0x2668 MTA F003 1 R/W 2 [-90 , 90] Deg
0x266A Direction F012 1 R/W 1 0=REVERSE
1=FORWARD
0x266B Polarization F012 1 R/W 1 0=VO
1=IP
2=VO + IP
3=VO*IP
0x266C Block Logic F012 1 R/W 1 0=PERMISSION
1=BLOCK
0x266D Pol V Threshold F003 1 R/W 2 [0 , 300] V
0x266F Snapshot Events F012 1 R/W 1 0=DISABLED
1=ENABLED
0x2682 Confirmation address W 1
Ajustes Unidad Direccional de Neutro Grupo 3 - Neutral Directional 3 Settings
0x2683 Function F012 1 R/W 1 0=DISABLED
1=ENABLED
0x2684 MTA F003 1 R/W 2 [-90 , 90] Deg
0x2686 Direction F012 1 R/W 1 0=REVERSE
1=FORWARD
0x2687 Polarization F012 1 R/W 1 0=VO
1=IP
2=VO + IP
3=VO*IP
0x2688 Block Logic F012 1 R/W 1 0=PERMISSION
1=BLOCK
0x2689 Pol V Threshold F003 1 R/W 2 [0 , 300] V
0x268B Snapshot Events F012 1 R/W 1 0=DISABLED
1=ENABLED
0x269E Confirmation address W 1
Ajustes Unidad Direccional de Tierra Grupo 1 - Ground Directional 1 Settings
0x269F Function F012 1 R/W 1 0=DISABLED
1=ENABLED
0x26A0 MTA F003 1 R/W 2 [-90 , 90] Deg
0x26A2 Direction F012 1 R/W 1 0=REVERSE
1=FORWARD
0x26A3 Polarization F012 1 R/W 1 0=VO
1=IP
2=VO + IP
3=VO*IP
0x26A4 Block Logic F012 1 R/W 1 0=PERMISSION
1=BLOCK
0x26A5 Pol V Threshold F003 1 R/W 2 [0 , 300] V
0x26A7 Snapshot Events F012 1 R/W 1 0=DISABLED
1=ENABLED
0x26BA Confirmation address W 1
Ajustes Unidad Direccional de Tierra Grupo 2 - Ground Directional 2 Settings

B-82 F650 DIGITAL BAY CONTROLLER 1601-0800-A1


APPENDIX B: MODBUS PROTOCOL B.5 MEMORY MAP

ADDRESS BIT NAME FORMAT STEP MODE LENGTH MISCELLANEOUS


0x26BB Function F012 1 R/W 1 0=DISABLED
1=ENABLED
0x26BC MTA F003 1 R/W 2 [-90 , 90] Deg
0x26BE Direction F012 1 R/W 1 0=REVERSE
1=FORWARD
0x26BF Polarization F012 1 R/W 1 0=VO
1=IP
2=VO + IP
3=VO*IP
0x26C0 Block Logic F012 1 R/W 1 0=PERMISSION
1=BLOCK
0x26C1 Pol V Threshold F003 1 R/W 2 [0 , 300] V
0x26C3 Snapshot Events F012 1 R/W 1 0=DISABLED
1=ENABLED
0x26D6 Confirmation address W 1
Ajustes Unidad Direccional de Tierra Grupo 3 - Ground Directional 3 Settings
0x26D7 Function F012 1 R/W 1 0=DISABLED
1=ENABLED
0x26D8 MTA F003 1 R/W 2 [-90 , 90] Deg
0x26DA Direction F012 1 R/W 1 0=REVERSE
1=FORWARD
0x26DB Polarization F012 1 R/W 1 0=VO
1=IP
2=VO + IP
3=VO*IP
0x26DC Block Logic F012 1 R/W 1 0=PERMISSION
1=BLOCK
0x26DD Pol V Threshold F003 1 R/W 2 [0 , 300] V
0x26DF Snapshot Events F012 1 R/W 1 0=DISABLED
1=ENABLED
0x26F2 Confirmation address W 1
Ajustes Fallo Interruptor - Breaker Failure Settings
0x26F3 Function F012 1 R/W 1 0=DISABLED
1=ENABLED
0x26F4 Supervision Pickup F003 1 R/W 2 [0.05 , 160.00] A
0x26F6 Hiset Pickup F003 1 R/W 2 [0.05 , 160.00] A
0x26F8 Lowset Pickup F003 1 R/W 2 [0.05 , 160.00] A
0x26FA Internal Arc Pickup F003 1 R/W 2 [0.05 , 160.00] A
0x26FC Internal Arc Delay F003 1 R/W 2 [0.00 , 900.00] s
0x26FE Supervision Delay F003 1 R/W 2 [0.00 , 900.00] s
0x2700 HiSet Delay F003 1 R/W 2 [0.00 , 900.00] s
0x2702 LowSet Delay F003 1 R/W 2 [0.00 , 900.00] s
0x2704 2nd Step Delay F003 1 R/W 2 [0.00 , 900.00] s
0x2706 No Current Delay F003 1 R/W 2 [0.00 , 900.00] s
0x2708 Snapshot Events F012 1 R/W 1 0=DISABLED
1=ENABLED
0x271B Confirmation address W 1
Ajustes Fallo Fusible - Fuse Failure Settings
0x271C Function F012 1 R/W 1 0=DISABLED
1=ENABLED

1601-0800-A1 F650 DIGITAL BAY CONTROLLER B-83


B.5 MEMORY MAP APPENDIX B: MODBUS PROTOCOL

ADDRESS BIT NAME FORMAT STEP MODE LENGTH MISCELLANEOUS


0x271D Snapshot Events F012 1 R/W 1 0=DISABLED
1=ENABLED
0x2730 Confirmation address W 1
Ajustes Sincronismo - Synchrocheck Settings
0x2731 Function F012 1 R/W 1 0=DISABLED
1=ENABLED
0x2732 Dead Bus Level F003 1 R/W 2 [0.00 , 300.00] V
0x2734 Live Bus Level F003 1 R/W 2 [0.00 , 300.00] V
0x2736 Dead Line Level F003 1 R/W 2 [0.00 , 300.00] V
0x2738 Live Line Level F003 1 R/W 2 [0.00 , 300.00] V
0x273A Max Volt Difference F003 1 R/W 2 [2.00 , 300.00] V
0x273C Max Angle Difference F003 1 R/W 2 [2.0 , 80.0] Deg
0x273E Max Freq Difference F003 1 R/W 2 [10 , 5000] mHz
0x2740 Time F003 1 R/W 2 [0.01 , 600.00] s
0x2742 DL-DB Function F012 1 R/W 1 0=DISABLED
1=ENABLED
0x2743 LL-DB Function F012 1 R/W 1 0=DISABLED
1=ENABLED
0x2744 DL-LB Function F012 1 R/W 1 0=DISABLED
1=ENABLED
0x2745 Snapshot Events F012 1 R/W 1 0=DISABLED
1=ENABLED
0x2762 Confirmation address W 1
Ajustes Reenganchador - Recloser Settings
0x2763 Function F012 1 R/W 1 0=DISABLED
1=ENABLED
0x2764 Max Number Shots F004 1 R/W 1 [1 , 4]
0x2765 Dead Time 1 F003 1 R/W 2 [0.00 , 900.00] s
0x2767 Dead Time 2 F003 1 R/W 2 [0.00 , 900.00] s
0x2769 Dead Time 3 F003 1 R/W 2 [0.00 , 900.00] s
0x276B Dead Time 4 F003 1 R/W 2 [0.00 , 900.00] s
0x276D Reclaim Time F003 1 R/W 2 [0.00 , 900.00] s
0x276F Cond. Permission F012 1 R/W 1 0=DISABLED
1=ENABLED
0x2770 Hold Time F003 1 R/W 2 [0.00 , 900.00] s
0x2772 Reset Time F003 1 R/W 2 [0.00 , 900.00] s
0x2774 Snapshot Events F012 1 R/W 1 0=DISABLED
1=ENABLED
0x278B Confirmation address W 1
Ajustes Sobretensión de Neutro Nivel Alto Grupo 1 - Neutral OV High 1 Settings
0x278C Function F012 1 R/W 1 0=DISABLED
1=ENABLED
0x278D Pickup Level F003 1 R/W 2 [3 , 300] V
0x278F Trip Delay F003 1 R/W 2 [0.00 , 900.00] s
0x2791 Reset Delay F003 1 R/W 2 [0.00 , 900.00] s
0x2793 Snapshot Events F012 1 R/W 1 0=DISABLED
1=ENABLED
0x27A6 Confirmation address W 1
Ajustes Sobretensión de Neutro Nivel Alto Grupo 2 - Neutral OV High 2 Settings
0x27A7 Function F012 1 R/W 1 0=DISABLED

B-84 F650 DIGITAL BAY CONTROLLER 1601-0800-A1


APPENDIX B: MODBUS PROTOCOL B.5 MEMORY MAP

ADDRESS BIT NAME FORMAT STEP MODE LENGTH MISCELLANEOUS


1=ENABLED
0x27A8 Pickup Level F003 1 R/W 2 [3 , 300] V
0x27AA Trip Delay F003 1 R/W 2 [0.00 , 900.00] s
0x27AC Reset Delay F003 1 R/W 2 [0.00 , 900.00] s
0x27AE Snapshot Events F012 1 R/W 1 0=DISABLED
1=ENABLED
0x27C1 Confirmation address W 1
Ajustes Sobretensión de Neutro Nivel Alto Grupo 3 - Neutral OV High 3 Settings
0x27C2 Function F012 1 R/W 1 0=DISABLED
1=ENABLED
0x27C3 Pickup Level F003 1 R/W 2 [3 , 300] V
0x27C5 Trip Delay F003 1 R/W 2 [0.00 , 900.00] s
0x27C7 Reset Delay F003 1 R/W 2 [0.00 , 900.00] s
0x27C9 Snapshot Events F012 1 R/W 1 0=DISABLED
1=ENABLED
0x27DC Confirmation address W 1
Ajustes Sobretensión de Neutro Nivel Bajo Grupo 1 - Neutral OV Low 1 Settings
0x27DD Function F012 1 R/W 1 0=DISABLED
1=ENABLED
0x27DE Pickup Level F003 1 R/W 2 [3 , 300] V
0x27E0 Trip Delay F003 1 R/W 2 [0.00 , 900.00] s
0x27E2 Reset Delay F003 1 R/W 2 [0.00 , 900.00] s
0x27E4 Snapshot Events F012 1 R/W 1 0=DISABLED
1=ENABLED
0x27F7 Confirmation address W 1
Ajustes Sobretensión de Neutro Nivel Bajo Grupo 2 - Neutral OV Low 2 Settings
0x27F8 Function F012 1 R/W 1 0=DISABLED
1=ENABLED
0x27F9 Pickup Level F003 1 R/W 2 [3 , 300] V
0x27FB Trip Delay F003 1 R/W 2 [0.00 , 900.00] s
0x27FD Reset Delay F003 1 R/W 2 [0.00 , 900.00] s
0x27FF Snapshot Events F012 1 R/W 1 0=DISABLED
1=ENABLED
0x2812 Confirmation address W 1
Ajustes Sobretensión de Neutro Nivel Bajo Grupo 3 - Neutral OV Low 3 Settings
0x2813 Function F012 1 R/W 1 0=DISABLED
1=ENABLED
0x2814 Pickup Level F003 1 R/W 2 [3 , 300] V
0x2816 Trip Delay F003 1 R/W 2 [0.00 , 900.00] s
0x2818 Reset Delay F003 1 R/W 2 [0.00 , 900.00] s
0x281A Snapshot Events F012 1 R/W 1 0=DISABLED
1=ENABLED
0x282D Confirmation address W 1
Ajustes Subtensión Auxiliar Grupo 1 - Auxiliary UV 1 Settings
0x282E Function F012 1 R/W 1 0=DISABLED
1=ENABLED
0x282F Pickup Level F003 1 R/W 2 [3 , 300] V
0x2831 Curve F012 1 R/W 1 0=DEFINITE TIME
1=INVERSE TIME
0x2832 Delay F003 1 R/W 2 [0.00 , 900.00] s

1601-0800-A1 F650 DIGITAL BAY CONTROLLER B-85


B.5 MEMORY MAP APPENDIX B: MODBUS PROTOCOL

ADDRESS BIT NAME FORMAT STEP MODE LENGTH MISCELLANEOUS


0x2834 Snapshot Events F012 1 R/W 1 0=DISABLED
1=ENABLED
0x2847 Confirmation address W 1
Ajustes Subtensión Auxiliar Grupo 2 - Auxiliary UV 2 Settings
0x2848 Function F012 1 R/W 1 0=DISABLED
1=ENABLED
0x2849 Pickup Level F003 1 R/W 2 [3 , 300] V
0x284B Curve F012 1 R/W 1 0=DEFINITE TIME
1=INVERSE TIME
0x284C Delay F003 1 R/W 2 [0.00 , 900.00] s
0x284E Snapshot Events F012 1 R/W 1 0=DISABLED
1=ENABLED
0x2861 Confirmation address W 1
Ajustes Subtensión Auxiliar Grupo 3 - Auxiliary UV 3 Settings
0x2862 Function F012 1 R/W 1 0=DISABLED
1=ENABLED
0x2863 Pickup Level F003 1 R/W 2 [3 , 300] V
0x2865 Curve F012 1 R/W 1 0=DEFINITE TIME
1=INVERSE TIME
0x2866 Delay F003 1 R/W 2 [0.00 , 900.00] s
0x2868 Snapshot Events F012 1 R/W 1 0=DISABLED
1=ENABLED
0x287B Confirmation address W 1
Ajustes Sobretensión de Fases Grupo 1 - Phase OV 1 Settings
0x287C Function F012 1 R/W 1 0=DISABLED
1=ENABLED
0x287D Pickup Level F003 1 R/W 2 [3 , 300] V
0x287F Trip Delay F003 1 R/W 2 [0.00 , 900.00] s
0x2881 Reset Delay F003 1 R/W 2 [0.00 , 900.00] s
0x2883 Logic F012 1 R/W 1 0=ANY PHASE
1=TWO PHASES
2=ALL PHASES
0x2884 Snapshot Events F012 1 R/W 1 0=DISABLED
1=ENABLED
0x2897 Confirmation address W 1
Ajustes Sobretensión de Fases Grupo 2 - Phase OV 2 Settings
0x2898 Function F012 1 R/W 1 0=DISABLED
1=ENABLED
0x2899 Pickup Level F003 1 R/W 2 [3 , 300] V
0x289B Trip Delay F003 1 R/W 2 [0.00 , 900.00] s
0x289D Reset Delay F003 1 R/W 2 [0.00 , 900.00] s
0x289F Logic F012 1 R/W 1 0=ANY PHASE
1=TWO PHASES
2=ALL PHASES
0x28A0 Snapshot Events F012 1 R/W 1 0=DISABLED
1=ENABLED
0x28B3 Confirmation address W 1
Ajustes Sobretensión de Fases Grupo 3 - Phase OV 3 Settings
0x28B4 Function F012 1 R/W 1 0=DISABLED
1=ENABLED

B-86 F650 DIGITAL BAY CONTROLLER 1601-0800-A1


APPENDIX B: MODBUS PROTOCOL B.5 MEMORY MAP

ADDRESS BIT NAME FORMAT STEP MODE LENGTH MISCELLANEOUS


0x28B5 Pickup Level F003 1 R/W 2 [3 , 300] V
0x28B7 Trip Delay F003 1 R/W 2 [0.00 , 900.00] s
0x28B9 Reset Delay F003 1 R/W 2 [0.00 , 900.00] s
0x28BB Logic F012 1 R/W 1 0=ANY PHASE
1=TWO PHASES
2=ALL PHASES
0x28BC Snapshot Events F012 1 R/W 1 0=DISABLED
1=ENABLED
0x28CF Confirmation address W 1
Ajustes Sobretensión Auxiliar Grupo 1 - Auxiliary OV 1 Settings
0x28D0 Function F012 1 R/W 1 0=DISABLED
1=ENABLED
0x28D1 Pickup Level F003 1 R/W 2 [3 , 300] V
0x28D3 Trip Delay F003 1 R/W 2 [0.00 , 900.00] s
0x28D5 Reset Delay F003 1 R/W 2 [0.00 , 900.00] s
0x28D7 Snapshot Events F012 1 R/W 1 0=DISABLED
1=ENABLED
0x28EA Confirmation address W 1
Ajustes Sobretensión Auxiliar Grupo 2 - Auxiliary OV 2 Settings
0x28EB Function F012 1 R/W 1 0=DISABLED
1=ENABLED
0x28EC Pickup Level F003 1 R/W 2 [3 , 300] V
0x28EE Trip Delay F003 1 R/W 2 [0.00 , 900.00] s
0x28F0 Reset Delay F003 1 R/W 2 [0.00 , 900.00] s
0x28F2 Snapshot Events F012 1 R/W 1 0=DISABLED
1=ENABLED
0x2905 Confirmation address W 1
Ajustes Sobretensión Auxiliar Grupo 3 - Auxiliary OV 3 Settings
0x2906 Function F012 1 R/W 1 0=DISABLED
1=ENABLED
0x2907 Pickup Level F003 1 R/W 2 [3 , 300] V
0x2909 Trip Delay F003 1 R/W 2 [0.00 , 900.00] s
0x290B Reset Delay F003 1 R/W 2 [0.00 , 900.00] s
0x290D Snapshot Events F012 1 R/W 1 0=DISABLED
1=ENABLED
0x2920 Confirmation address W 1
Ajustes Sobreintensidad Temporizada de Secuencia Negativa Grupo 1 - Negative Sequence TOC 1 Settings
0x2921 Function F012 1 R/W 1 0=DISABLED
1=ENABLED
0x2922 Pickup Level F003 1 R/W 2 [0.05 , 160.00] A
0x2924 Curve F012 1 R/W 1 0=IEEE Ext Inv
1=IEEE Very Inv
2=IEEE Mod Inv
3=IEC Curve A
4=IEC Curve B
5=IEC Curve C
6=IEC Long-Time Inv
7=IEC Short-Time Inv
8=IAC Ext Inv
9=IAC Very Inv

1601-0800-A1 F650 DIGITAL BAY CONTROLLER B-87


B.5 MEMORY MAP APPENDIX B: MODBUS PROTOCOL

ADDRESS BIT NAME FORMAT STEP MODE LENGTH MISCELLANEOUS


10=IAC Mod Inv
11=ANSI Ext Inv
12=ANSI Very Inv
13=ANSI Norm Inv
14=ANSI Mod Inv
15=I2t
16=Definite Time
17=Rectifier Curve
18=User Curve A
19=User Curve B
20=User Curve C
21=User Curve D
0x2925 TD Multiplier F003 1 R/W 2 [0.00 , 900.00] s
0x2927 Reset F012 1 R/W 1 0=INSTANTANEOUS
1=LINEAR
0x2928 Snapshot Events F012 1 R/W 1 0=DISABLED
1=ENABLED
0x293B Confirmation address W 1
Ajustes Sobreintensidad Temporizada de Secuencia Negativa Grupo 2 - Negative Sequence TOC 2 Settings
0x293C Function F012 1 R/W 1 0=DISABLED
1=ENABLED
0x293D Pickup Level F003 1 R/W 2 [0.05 , 160.00] A
0x293F Curve F012 1 R/W 1 0=IEEE Ext Inv
1=IEEE Very Inv
2=IEEE Mod Inv
3=IEC Curve A
4=IEC Curve B
5=IEC Curve C
6=IEC Long-Time Inv
7=IEC Short-Time Inv
8=IAC Ext Inv
9=IAC Very Inv
10=IAC Mod Inv
11=ANSI Ext Inv
12=ANSI Very Inv
13=ANSI Norm Inv
14=ANSI Mod Inv
15=I2t
Ajustes Sobreintensidad Temporizada de Secuencia Negativa Grupo 2 - Negative Sequence TOC 2 Settings (cont.)
16=Definite Time
17=Rectifier Curve
18=User Curve A
19=User Curve B
20=User Curve C
21=User Curve D
0x2940 TD Multiplier F003 1 R/W 2 [0.00 , 900.00] s
0x2942 Reset F012 1 R/W 1 0=INSTANTANEOUS
1=LINEAR
0x2943 Snapshot Events F012 1 R/W 1 0=DISABLED
1=ENABLED

B-88 F650 DIGITAL BAY CONTROLLER 1601-0800-A1


APPENDIX B: MODBUS PROTOCOL B.5 MEMORY MAP

ADDRESS BIT NAME FORMAT STEP MODE LENGTH MISCELLANEOUS


0x2956 Confirmation address W 1
Ajustes Sobreintensidad Temporizada de Secuencia Negativa Grupo 3 - Negative Sequence TOC 3 Settings
0x2957 Function F012 1 R/W 1 0=DISABLED
1=ENABLED
0x2958 Pickup Level F003 1 R/W 2 [0.05 , 160.00] A
0x295A Curve F012 1 R/W 1 0=IEEE Ext Inv
1=IEEE Very Inv
2=IEEE Mod Inv
3=IEC Curve A
4=IEC Curve B
5=IEC Curve C
6=IEC Long-Time Inv
7=IEC Short-Time Inv
8=IAC Ext Inv
9=IAC Very Inv
10=IAC Mod Inv
11=ANSI Ext Inv
12=ANSI Very Inv
13=ANSI Norm Inv
14=ANSI Mod Inv
15=I2t
16=Definite Time
17=Rectifier Curve
18=User Curve A
19=User Curve B
20=User Curve C
21=User Curve D
0x295B TD Multiplier F003 1 R/W 2 [0.00 , 900.00] s
0x295D Reset F012 1 R/W 1 0=INSTANTANEOUS
1=LINEAR
0x295E Snapshot Events F012 1 R/W 1 0=DISABLED
1=ENABLED
0x2971 Confirmation address W 1
Ajustes Sobrefrecuencia Grupo 1 - Overfrequency 1 Settings
0x2972 Function F012 1 R/W 1 0=DISABLED
1=ENABLED
0x2973 Pickup Level F003 1 R/W 2 [20.00 , 65.00] Hz
0x2975 Trip Delay F003 1 R/W 2 [0.00 , 900.00] s
0x2977 Reset Delay F003 1 R/W 2 [0.00 , 900.00] s
0x2979 Minimum Voltage F003 1 R/W 2 [10 , 300] V
0x297B Snapshot Events F012 1 R/W 1 0=DISABLED
1=ENABLED
0x298E Confirmation address W 1
Ajustes Sobrefrecuencia Grupo 2 - Overfrequency 2 Settings
0x298F Function F012 1 R/W 1 0=DISABLED
1=ENABLED
0x2990 Pickup Level F003 1 R/W 2 [20.00 , 65.00] Hz
0x2992 Trip Delay F003 1 R/W 2 [0.00 , 900.00] s
0x2994 Reset Delay F003 1 R/W 2 [0.00 , 900.00] s
0x2996 Minimum Voltage F003 1 R/W 2 [10 , 300] V

1601-0800-A1 F650 DIGITAL BAY CONTROLLER B-89


B.5 MEMORY MAP APPENDIX B: MODBUS PROTOCOL

ADDRESS BIT NAME FORMAT STEP MODE LENGTH MISCELLANEOUS


0x2998 Snapshot Events F012 1 R/W 1 0=DISABLED
1=ENABLED
0x29AB Confirmation address W 1
Ajustes Sobrefrecuencia Grupo 3 - Overfrequency 3 Settings
0x29AC Function F012 1 R/W 1 0=DISABLED
1=ENABLED
0x29AD Pickup Level F003 1 R/W 2 [20.00 , 65.00] Hz
0x29AF Trip Delay F003 1 R/W 2 [0.00 , 900.00] s
0x29B1 Reset Delay F003 1 R/W 2 [0.00 , 900.00] s
0x29B3 Minimum Voltage F003 1 R/W 2 [10 , 300] V
0x29B5 Snapshot Events F012 1 R/W 1 0=DISABLED
1=ENABLED
0x29C8 Confirmation address W 1
Ajustes Subfrecuencia Grupo 1 - Underfrequency 1 Settings
0x29C9 Function F012 1 R/W 1 0=DISABLED
1=ENABLED
0x29CA Pickup Level F003 1 R/W 2 [20.00 , 65.00] Hz
0x29CC Trip Delay F003 1 R/W 2 [0.00 , 900.00] s
0x29CE Reset Delay F003 1 R/W 2 [0.00 , 900.00] s
0x29D0 Minimum Voltage F003 1 R/W 2 [10 , 300] V
0x29D2 Snapshot Events F012 1 R/W 1 0=DISABLED
1=ENABLED
0x29E5 Confirmation address W 1
Ajustes Subfrecuencia Grupo 2 - Underfrequency 2 Settings
0x29E6 Function F012 1 R/W 1 0=DISABLED
1=ENABLED
0x29E7 Pickup Level F003 1 R/W 2 [20.00 , 65.00] Hz
0x29E9 Trip Delay F003 1 R/W 2 [0.00 , 900.00] s
0x29EB Reset Delay F003 1 R/W 2 [0.00 , 900.00] s
0x29ED Minimum Voltage F003 1 R/W 2 [10 , 300] V
0x29EF Snapshot Events F012 1 R/W 1 0=DISABLED
1=ENABLED
0x2A02 Confirmation address W 1
Ajustes Subfrecuencia Grupo 3 - Underfrequency 3 Settings
0x2A03 Function F012 1 R/W 1 0=DISABLED
1=ENABLED
0x2A04 Pickup Level F003 1 R/W 2 [20.00 , 65.00] Hz
0x2A06 Trip Delay F003 1 R/W 2 [0.00 , 900.00] s
0x2A08 Reset Delay F003 1 R/W 2 [0.00 , 900.00] s
0x2A0A Minimum Voltage F003 1 R/W 2 [10 , 300] V
0x2A0C Snapshot Events F012 1 R/W 1 0=DISABLED
1=ENABLED
0x2A1F Confirmation address W 1
Ajustes Oscilografía - Oscillography Settings
0x2A7C Function F012 1 R/W 1 0=DISABLED
1=ENABLED
0x2A7D Trigger Position F004 1 R/W 1 [5 , 95] %
0x2A7E Samples/Cycle F012 1 R/W 1 0=64
1=32
2=16

B-90 F650 DIGITAL BAY CONTROLLER 1601-0800-A1


APPENDIX B: MODBUS PROTOCOL B.5 MEMORY MAP

ADDRESS BIT NAME FORMAT STEP MODE LENGTH MISCELLANEOUS


3=8
4=4
0x2A7F Max. Number Osc. F004 1 R/W 1 [1 , 20]
0x2A80 Automatic Overwrite F012 1 R/W 1 0=DISABLED
1=ENABLED
0x2A81 Snapshot Events F012 1 R/W 1 0=DISABLED
1=ENABLED
0x2A92 Confirmation address W 1
Ajustes Localizador de Faltas - Fault Report Settings
0x2A93 Function F012 1 R/W 1 0=DISABLED
1=ENABLED
0x2A94 Pos Seq Module F003 1 R/W 2 [0.01 , 250.00] Ohm
0x2A96 Pos Seq Angle F003 1 R/W 2 [25 , 90] Deg
0x2A98 Zero Seq Module F003 1 R/W 2 [0.01 , 750.00] Ohm
0x2A9A Zero Seq Angle F003 1 R/W 2 [25 , 90] Deg
0x2A9C Line Length F003 1 R/W 2 [0.0 , 2000.0]
0x2A9E Show Fault On HMI F012 1 R/W 1 0=DISABLED
1=ENABLED
0x2A9F Snapshot Events F012 1 R/W 1 0=DISABLED
1=ENABLED
0x2AA0 CT Direction F012 1000 R/W 1 0=REVERSE
1=FORWARD
0x2AB1 Confirmation address W 1
Ajustes de Agrupamiento de Funciones - Setting Groups Settings
0x2AB2 Function F012 1 R/W 1 0=DISABLED
1=ENABLED
0x2AB3 Active Group F012 1 R/W 1 0=GROUP 1
1=GROUP 2
2=GROUP 3
0x2AB4 Snapshot Events F012 1 R/W 1 0=DISABLED
1=ENABLED
0x2AC7 Confirmation address W 1
Textos Canales Digitales - Osc digital channels text
0x2AC8 Channel 1 Txt F009 1 R/W 16
0x2AD8 Channel 2 Txt F009 1 R/W 16
Textos Canales Digitales - Osc digital channels text(cont.)
0x2AE8 Channel 3 Txt F009 1 R/W 16
0x2AF8 Channel 4 Txt F009 1 R/W 16
0x2B08 Channel 5 Txt F009 1 R/W 16
0x2B18 Channel 6 Txt F009 1 R/W 16
0x2B28 Channel 7 Txt F009 1 R/W 16
0x2B38 Channel 8 Txt F009 1 R/W 16
0x2B48 Channel 9 Txt F009 1 R/W 16
0x2B58 Channel 10 Txt F009 1 R/W 16
0x2B68 Channel 11 Txt F009 1 R/W 16
0x2B78 Channel 12 Txt F009 1 R/W 16
0x2B88 Channel 13 Txt F009 1 R/W 16
0x2B98 Channel 14 Txt F009 1 R/W 16
0x2BA8 Channel 15 Txt F009 1 R/W 16
0x2BB8 Channel 16 Txt F009 1 R/W 16

1601-0800-A1 F650 DIGITAL BAY CONTROLLER B-91


B.5 MEMORY MAP APPENDIX B: MODBUS PROTOCOL

ADDRESS BIT NAME FORMAT STEP MODE LENGTH MISCELLANEOUS


0x2C07 Confirmation address W 1
Ajustes Conductor Roto Grupo 1 - Broken conductor 1 Settings
0x2C08 Function F012 1 R/W 1 0=DISABLED
1=ENABLED
0x2C09 Tap F003 1 R/W 2 [20.0 , 100.0] %
0x2C0B Trip Delay F003 1 R/W 2 [0.00 , 900.00] s
0x2C0D Snapshot Events F012 1 R/W 1 0=DISABLED
1=ENABLED
0x2C0E Operation Threshold F003 1 R/W 2 [0.000 , 1.000] A
0x2C20 Confirmation address W 1
Ajustes Conductor Roto Grupo 2 - Broken conductor 2 Settings
0x2C21 Function F012 1 R/W 1 0=DISABLED
1=ENABLED
0x2C22 Tap F003 1 R/W 2 [20.0 , 100.0] %
0x2C24 Trip Delay F003 1 R/W 2 [0.00 , 900.00] s
0x2C26 Snapshot Events F012 1 R/W 1 0=DISABLED
1=ENABLED
0x2C27 Operation Threshold F003 1 R/W 2 [0.000 , 1.000] A
0x2C39 Confirmation address W 1
Ajustes Conductor Roto Grupo 3 - Broken conductor 3 Settings
0x2C3A Function F012 1 R/W 1 0=DISABLED
1=ENABLED
0x2C3B Tap F003 1 R/W 2 [20.0 , 100.0] %
0x2C3D Trip Delay F003 1 R/W 2 [0.00 , 900.00] s
0x2C3F Snapshot Events F012 1 R/W 1 0=DISABLED
1=ENABLED
0x2C40 Operation Threshold F003 1 R/W 2 [0.000 , 1.000] A
0x2C52 Confirmation address W 1
Ajustes Ethernet 1 (or “A”)- ETHERNET 1 (or “A”) Settings
0x2C53 IP Address Oct1 F004 1 R/W 1 [0 , 255]
0x2C54 IP Address Oct2 F004 1 R/W 1 [0 , 255]
0x2C55 IP Address Oct3 F004 1 R/W 1 [0 , 255]
0x2C56 IP Address Oct4 F004 1 R/W 1 [0 , 255]
0x2C57 Netmask Oct1 F004 1 R/W 1 [0 , 255]
0x2C58 Netmask Oct2 F004 1 R/W 1 [0 , 255]
0x2C59 Netmask Oct3 F004 1 R/W 1 [0 , 255]
0x2C5A Netmask Oct4 F004 1 R/W 1 [0 , 255]
0x2C5B Gateway IP Oct1 F004 1 R/W 1 [0 , 255]
0x2C5C Gateway IP Oct2 F004 1 R/W 1 [0 , 255]
0x2C5D Gateway IP Oct3 F004 1 R/W 1 [0 , 255]
0x2C5E Gateway IP Oct4 F004 1 R/W 1 [0 , 255]
0x2C86 Confirmation address W 1
Ajustes Ethernet 2 (or “B”) - ETHERNET 2 (or “B”) Settings
0x2C87 IP Address Oct1 F004 1 R/W 1 [0 , 255]
0x2C88 IP Address Oct2 F004 1 R/W 1 [0 , 255]
0x2C89 IP Address Oct3 F004 1 R/W 1 [0 , 255]
0x2C8A IP Address Oct4 F004 1 R/W 1 [0 , 255]
0x2C8B Netmask Oct1 F004 1 R/W 1 [0 , 255]
0x2C8C Netmask Oct2 F004 1 R/W 1 [0 , 255]
0x2C8D Netmask Oct3 F004 1 R/W 1 [0 , 255]

B-92 F650 DIGITAL BAY CONTROLLER 1601-0800-A1


APPENDIX B: MODBUS PROTOCOL B.5 MEMORY MAP

ADDRESS BIT NAME FORMAT STEP MODE LENGTH MISCELLANEOUS


0x2C8E Netmask Oct4 F004 1 R/W 1 [0 , 255]
0x2C8F Gateway IP Oct1 F004 1 R/W 1 [0 , 255]
0x2C90 Gateway IP Oct2 F004 1 R/W 1 [0 , 255]
0x2C91 Gateway IP Oct3 F004 1 R/W 1 [0 , 255]
0x2C92 Gateway IP Oct4 F004 1 R/W 1 [0 , 255]
0x2CBA Confirmation address W 1
Ajustes DNP 3.0 Esclavo 1 - DNP 3.0 Slave 1 Settings
0x2CBB Physical Port F012 1 R/W 1 0=NONE
1=COM1
2=COM2
3=NETWORK
0x2CBC Address F005 1 R/W 2 [0 , 65534]
0x2CBE IP Addr Client1 Oct1 F004 1 R/W 1 [0 , 255]
0x2CBF IP Addr Client1 Oct2 F004 1 R/W 1 [0 , 255]
0x2CC0 IP Addr Client1 Oct3 F004 1 R/W 1 [0 , 255]
0x2CC1 IP Addr Client1 Oct4 F004 1 R/W 1 [0 , 255]
0x2CC2 IP Addr Client2 Oct1 F004 1 R/W 1 [0 , 255]
0x2CC3 IP Addr Client2 Oct2 F004 1 R/W 1 [0 , 255]
0x2CC4 IP Addr Client2 Oct3 F004 1 R/W 1 [0 , 255]
0x2CC5 IP Addr Client2 Oct4 F004 1 R/W 1 [0 , 255]
0x2CC6 IP Addr Client3 Oct1 F004 1 R/W 1 [0 , 255]
0x2CC7 IP Addr Client3 Oct2 F004 1 R/W 1 [0 , 255]
0x2CC8 IP Addr Client3 Oct3 F004 1 R/W 1 [0 , 255]
0x2CC9 IP Addr Client3 Oct4 F004 1 R/W 1 [0 , 255]
0x2CCA IP Addr Client4 Oct1 F004 1 R/W 1 [0 , 255]
0x2CCB IP Addr Client4 Oct2 F004 1 R/W 1 [0 , 255]
0x2CCC IP Addr Client4 Oct3 F004 1 R/W 1 [0 , 255]
0x2CCD IP Addr Client4 Oct4 F004 1 R/W 1 [0 , 255]
0x2CCE IP Addr Client5 Oct1 F004 1 R/W 1 [0 , 255]
0x2CCF IP Addr Client5 Oct2 F004 1 R/W 1 [0 , 255]
0x2CD0 IP Addr Client5 Oct3 F004 1 R/W 1 [0 , 255]
0x2CD1 IP Addr Client5 Oct4 F004 1 R/W 1 [0 , 255]
0x2CD2 TCP/UDP Port F005 1 R/W 2 [0 , 65535]
0x2CD4 Unsol Resp Function F012 1 R/W 1 0=DISABLED
1=ENABLED
0x2CD5 Unsol Resp TimeOut F005 1 R/W 2 [0 , 60] s
0x2CD7 Unsol Resp Max Ret F004 1 R/W 1 [0 , 255]
0x2CD8 Unsol Resp Dest Adr F005 1 R/W 2 [0 , 65519]
0x2CDA Current Scale Factor F012 1 R/W 1 0=0.00001
1=0.0001
2=0.001
3=0.01
4=0.1
5=1
6=10
Ajustes DNP 3.0 Esclavo 1 - DNP 3.0 Slave 1 Settings (cont.)
7=100
8=1000
9=10000
0x2CDB Voltage Scale Factor F012 1 R/W 1 0=0.00001

1601-0800-A1 F650 DIGITAL BAY CONTROLLER B-93


B.5 MEMORY MAP APPENDIX B: MODBUS PROTOCOL

ADDRESS BIT NAME FORMAT STEP MODE LENGTH MISCELLANEOUS


1=0.0001
2=0.001
3=0.01
4=0.1
5=1
6=10
7=100
8=1000
9=10000
0x2CDC Power Scale Factor F012 1 R/W 1 0=0.00001
1=0.0001
2=0.001
3=0.01
4=0.1
5=1
6=10
7=100
8=1000
9=10000
0x2CDD Energy Scale Factor F012 1 R/W 1 0=0.00001
1=0.0001
2=0.001
3=0.01
4=0.1
5=1
6=10
7=100
8=1000
9=10000
0x2CDE Other Scale Factor F012 1 R/W 1 0=0.00001
1=0.0001
2=0.001
3=0.01
4=0.1
5=1
6=10
7=100
8=1000
9=10000
0x2CDF Current Deadband F005 1 R/W 2 [0 , 65535]
0x2CE1 Voltage Deadband F005 1 R/W 2 [0 , 65535]
0x2CE3 Power Deadband F005 1 R/W 2 [0 , 65535]
0x2CE5 Energy Deadband F005 1 R/W 2 [0 , 65535]
0x2CE7 Other Deadband F005 1 R/W 2 [0 , 65535]
0x2CE9 Msg Fragment Size F005 1 R/W 2 [30 , 2048]
0x2CEB Binary Input Block 1 F012 1 R/W 1 0=NOT USED
1=CTL EVENTS 1-16
2=CTL EVENTS 17-32
Ajustes DNP 3.0 Esclavo 1 - DNP 3.0 Slave 1 Settings (cont.)
3=CTL EVENTS 33-48

B-94 F650 DIGITAL BAY CONTROLLER 1601-0800-A1


APPENDIX B: MODBUS PROTOCOL B.5 MEMORY MAP

ADDRESS BIT NAME FORMAT STEP MODE LENGTH MISCELLANEOUS


4=CTL EVENTS 49-64
5=CTL EVENTS 65-80
6=CTL EVENTS 81-96
7=CTL EVENTS 97-112
8=CTL EVENTS 113-128
9=SWITCHGEAR 1-8
10=SWITCHGEAR 9-16
11=BOARD F 1-16
12=BOARD F 17-32
13=BOARD G 1-16
14=BOARD G 17-32
15=BOARD H 1-16
16=BOARD H 17-32
17=BOARD J 1-16
18=BOARD J 17-32
0x2CEC Binary Input Block 2 F012 1 R/W 1 0=NOT USED
1=CTL EVENTS 1-16
2=CTL EVENTS 17-32
3=CTL EVENTS 33-48
4=CTL EVENTS 49-64
5=CTL EVENTS 65-80
6=CTL EVENTS 81-96
7=CTL EVENTS 97-112
8=CTL EVENTS 113-128
9=SWITCHGEAR 1-8
10=SWITCHGEAR 9-16
11=BOARD F 1-16
12=BOARD F 17-32
13=BOARD G 1-16
14=BOARD G 17-32
15=BOARD H 1-16
16=BOARD H 17-32
17=BOARD J 1-16
18=BOARD J 17-32
0x2CED Binary Input Block 3 F012 1 R/W 1 0=NOT USED
1=CTL EVENTS 1-16
2=CTL EVENTS 17-32
3=CTL EVENTS 33-48
4=CTL EVENTS 49-64
5=CTL EVENTS 65-80
6=CTL EVENTS 81-96
7=CTL EVENTS 97-112
8=CTL EVENTS 113-128
9=SWITCHGEAR 1-8
10=SWITCHGEAR 9-16
11=BOARD F 1-16
12=BOARD F 17-32
13=BOARD G 1-16
14=BOARD G 17-32
15=BOARD H 1-16

1601-0800-A1 F650 DIGITAL BAY CONTROLLER B-95


B.5 MEMORY MAP APPENDIX B: MODBUS PROTOCOL

ADDRESS BIT NAME FORMAT STEP MODE LENGTH MISCELLANEOUS


16=BOARD H 17-32
17=BOARD J 1-16
18=BOARD J 17-32
0x2CEE Binary Input Block 4 F012 1 R/W 1 0=NOT USED
1=CTL EVENTS 1-16
2=CTL EVENTS 17-32
3=CTL EVENTS 33-48
4=CTL EVENTS 49-64
5=CTL EVENTS 65-80
6=CTL EVENTS 81-96
7=CTL EVENTS 97-112
8=CTL EVENTS 113-128
9=SWITCHGEAR 1-8
10=SWITCHGEAR 9-16
11=BOARD F 1-16
12=BOARD F 17-32
13=BOARD G 1-16
14=BOARD G 17-32
15=BOARD H 1-16
16=BOARD H 17-32
17=BOARD J 1-16
18=BOARD J 17-32
0x2CEF Binary Input Block 5 F012 1 R/W 1 0=NOT USED
1=CTL EVENTS 1-16
2=CTL EVENTS 17-32
3=CTL EVENTS 33-48
4=CTL EVENTS 49-64
5=CTL EVENTS 65-80
6=CTL EVENTS 81-96
7=CTL EVENTS 97-112
8=CTL EVENTS 113-128
9=SWITCHGEAR 1-8
10=SWITCHGEAR 9-16
11=BOARD F 1-16
12=BOARD F 17-32
13=BOARD G 1-16
14=BOARD G 17-32
15=BOARD H 1-16
16=BOARD H 17-32
17=BOARD J 1-16
18=BOARD J 17-32
0x2CF0 Binary Input Block 6 F012 1 R/W 1 0=NOT USED
1=CTL EVENTS 1-16
2=CTL EVENTS 17-32
3=CTL EVENTS 33-48
4=CTL EVENTS 49-64
5=CTL EVENTS 65-80
6=CTL EVENTS 81-96
7=CTL EVENTS 97-112
8=CTL EVENTS 113-128

B-96 F650 DIGITAL BAY CONTROLLER 1601-0800-A1


APPENDIX B: MODBUS PROTOCOL B.5 MEMORY MAP

ADDRESS BIT NAME FORMAT STEP MODE LENGTH MISCELLANEOUS


Ajustes DNP 3.0 Esclavo 2 - DNP 3.0 Slave 1 Settings (cont.)
9=SWITCHGEAR 1-8
10=SWITCHGEAR 9-16
11=BOARD F 1-16
12=BOARD F 17-32
13=BOARD G 1-16
14=BOARD G 17-32
15=BOARD H 1-16
16=BOARD H 17-32
17=BOARD J 1-16
18=BOARD J 17-32
0x2CF1 Binary Input Block 7 F012 1 R/W 1 0=NOT USED
1=CTL EVENTS 1-16
2=CTL EVENTS 17-32
3=CTL EVENTS 33-48
4=CTL EVENTS 49-64
5=CTL EVENTS 65-80
6=CTL EVENTS 81-96
7=CTL EVENTS 97-112
8=CTL EVENTS 113-128
9=SWITCHGEAR 1-8
10=SWITCHGEAR 9-16
11=BOARD F 1-16
12=BOARD F 17-32
13=BOARD G 1-16
14=BOARD G 17-32
15=BOARD H 1-16
16=BOARD H 17-32
17=BOARD J 1-16
18=BOARD J 17-32
0x2CF2 Binary Input Block 8 F012 1 R/W 1 0=NOT USED
1=CTL EVENTS 1-16
2=CTL EVENTS 17-32
3=CTL EVENTS 33-48
4=CTL EVENTS 49-64
5=CTL EVENTS 65-80
6=CTL EVENTS 81-96
7=CTL EVENTS 97-112
8=CTL EVENTS 113-128
9=SWITCHGEAR 1-8
10=SWITCHGEAR 9-16
11=BOARD F 1-16
12=BOARD F 17-32
13=BOARD G 1-16
14=BOARD G 17-32
15=BOARD H 1-16
16=BOARD H 17-32
17=BOARD J 1-16
18=BOARD J 17-32
0x2CF3 Binary Input Block 9 F012 1 R/W 1 0=NOT USED

1601-0800-A1 F650 DIGITAL BAY CONTROLLER B-97


B.5 MEMORY MAP APPENDIX B: MODBUS PROTOCOL

ADDRESS BIT NAME FORMAT STEP MODE LENGTH MISCELLANEOUS


1=CTL EVENTS 1-16
2=CTL EVENTS 17-32
3=CTL EVENTS 33-48
4=CTL EVENTS 49-64
5=CTL EVENTS 65-80
6=CTL EVENTS 81-96
7=CTL EVENTS 97-112
8=CTL EVENTS 113-128
9=SWITCHGEAR 1-8
10=SWITCHGEAR 9-16
11=BOARD F 1-16
12=BOARD F 17-32
13=BOARD G 1-16
14=BOARD G 17-32
15=BOARD H 1-16
16=BOARD H 17-32
17=BOARD J 1-16
18=BOARD J 17-32
0x2CF4 Binary Input Block 10 F012 1 R/W 1 0=NOT USED
1=CTL EVENTS 1-16
2=CTL EVENTS 17-32
3=CTL EVENTS 33-48
4=CTL EVENTS 49-64
5=CTL EVENTS 65-80
6=CTL EVENTS 81-96
7=CTL EVENTS 97-112
8=CTL EVENTS 113-128
9=SWITCHGEAR 1-8
10=SWITCHGEAR 9-16
11=BOARD F 1-16
12=BOARD F 17-32
13=BOARD G 1-16
14=BOARD G 17-32
15=BOARD H 1-16
16=BOARD H 17-32
Ajustes DNP3.0 Esclavo 1 - DNP 3.0 Slave 2 Settings
17=BOARD J 1-16
18=BOARD J 17-32
0x2CF5 Default Analog Map F012 1000 R/W 1 0=DISABLED
1=ENABLED
0x2CF6 Analog Input Point 0 F004 1000 R/W 1 [0 , 32767]
0x2CF7 Analog Input Point 1 F004 1000 R/W 1 [0 , 32767]
0x2CF8 Analog Input Point 2 F004 1000 R/W 1 [0 , 32767]
0x2CF9 Analog Input Point 3 F004 1000 R/W 1 [0 , 32767]
0x2CFA Analog Input Point 4 F004 1000 R/W 1 [0 , 32767]
0x2CFB Analog Input Point 5 F004 1000 R/W 1 [0 , 32767]
0x2CFC Analog Input Point 6 F004 1000 R/W 1 [0 , 32767]
0x2CFD Analog Input Point 7 F004 1000 R/W 1 [0 , 32767]
0x2CFE Analog Input Point 8 F004 1000 R/W 1 [0 , 32767]

B-98 F650 DIGITAL BAY CONTROLLER 1601-0800-A1


APPENDIX B: MODBUS PROTOCOL B.5 MEMORY MAP

ADDRESS BIT NAME FORMAT STEP MODE LENGTH MISCELLANEOUS


0x2CFF Analog Input Point 9 F004 1000 R/W 1 [0 , 32767]
0x2D00 Analog Input Point 10 F004 1000 R/W 1 [0 , 32767]
0x2D01 Analog Input Point 11 F004 1000 R/W 1 [0 , 32767]
0x2D02 Analog Input Point 12 F004 1000 R/W 1 [0 , 32767]
0x2D03 Analog Input Point 13 F004 1000 R/W 1 [0 , 32767]
0x2D04 Analog Input Point 14 F004 1000 R/W 1 [0 , 32767]
0x2D05 Analog Input Point 15 F004 1000 R/W 1 [0 , 32767]
0x2D06 Analog Input Point 16 F004 1000 R/W 1 [0 , 32767]
0x2D07 Analog Input Point 17 F004 1000 R/W 1 [0 , 32767]
0x2D08 Analog Input Point 18 F004 1000 R/W 1 [0 , 32767]
0x2D09 Analog Input Point 19 F004 1000 R/W 1 [0 , 32767]
0x2D0A Analog Input Point 20 F004 1000 R/W 1 [0 , 32767]
0x2D0B Analog Input Point 21 F004 1000 R/W 1 [0 , 32767]
0x2D0C Analog Input Point 22 F004 1000 R/W 1 [0 , 32767]
0x2D0D Analog Input Point 23 F004 1000 R/W 1 [0 , 32767]
0x2D0E Analog Input Point 24 F004 1000 R/W 1 [0 , 32767]
0x2D0F Analog Input Point 25 F004 1000 R/W 1 [0 , 32767]
0x2D10 Analog Input Point 26 F004 1000 R/W 1 [0 , 32767]
0x2D11 Analog Input Point 27 F004 1000 R/W 1 [0 , 32767]
0x2D12 Analog Input Point 28 F004 1000 R/W 1 [0 , 32767]
0x2D13 Analog Input Point 29 F004 1000 R/W 1 [0 , 32767]
0x2D14 Analog Input Point 30 F004 1000 R/W 1 [0 , 32767]
0x2D15 Analog Input Point 31 F004 1000 R/W 1 [0 , 32767]
0x2D1C Confirmation address W 1
0x2D1D Physical Port F012 1 R/W 1 0=NONE
1=COM1
2=COM2
3=NETWORK

Ajustes DNP3.0 Esclavo 2 - DNP 3.0 Slave 2 Settings


0x2D1E Address F005 1 R/W 2 [0 , 65534]
0x2D20 IP Addr Client1 Oct1 F004 1 R/W 1 [0 , 255]
0x2D21 IP Addr Client1 Oct2 F004 1 R/W 1 [0 , 255]
0x2D22 IP Addr Client1 Oct3 F004 1 R/W 1 [0 , 255]
0x2D23 IP Addr Client1 Oct4 F004 1 R/W 1 [0 , 255]
0x2D24 IP Addr Client2 Oct1 F004 1 R/W 1 [0 , 255]
0x2D25 IP Addr Client2 Oct2 F004 1 R/W 1 [0 , 255]
0x2D26 IP Addr Client2 Oct3 F004 1 R/W 1 [0 , 255]
0x2D27 IP Addr Client2 Oct4 F004 1 R/W 1 [0 , 255]
0x2D28 IP Addr Client3 Oct1 F004 1 R/W 1 [0 , 255]
0x2D29 IP Addr Client3 Oct2 F004 1 R/W 1 [0 , 255]
0x2D2A IP Addr Client3 Oct3 F004 1 R/W 1 [0 , 255]
0x2D2B IP Addr Client3 Oct4 F004 1 R/W 1 [0 , 255]
0x2D2C IP Addr Client4 Oct1 F004 1 R/W 1 [0 , 255]
0x2D2D IP Addr Client4 Oct2 F004 1 R/W 1 [0 , 255]
0x2D2E IP Addr Client4 Oct3 F004 1 R/W 1 [0 , 255]
0x2D2F IP Addr Client4 Oct4 F004 1 R/W 1 [0 , 255]
0x2D30 IP Addr Client5 Oct1 F004 1 R/W 1 [0 , 255]
0x2D31 IP Addr Client5 Oct2 F004 1 R/W 1 [0 , 255]

1601-0800-A1 F650 DIGITAL BAY CONTROLLER B-99


B.5 MEMORY MAP APPENDIX B: MODBUS PROTOCOL

ADDRESS BIT NAME FORMAT STEP MODE LENGTH MISCELLANEOUS


0x2D32 IP Addr Client5 Oct3 F004 1 R/W 1 [0 , 255]
0x2D33 IP Addr Client5 Oct4 F004 1 R/W 1 [0 , 255]
0x2D34 TCP/UDP Port F005 1 R/W 2 [0 , 65535]
0x2D36 Unsol Resp Function F012 1 R/W 1 0=DISABLED
1=ENABLED
0x2D37 Unsol Resp TimeOut F005 1 R/W 2 [0 , 60] s
0x2D39 Unsol Resp Max Ret F004 1 R/W 1 [0 , 255]
0x2D3A Unsol Resp Dest Adr F005 1 R/W 2 [0 , 65519]
0x2D3C Current Scale Factor F012 1 R/W 1 0=0.00001
1=0.0001
2=0.001
3=0.01
4=0.1
5=1
6=10
7=100
8=1000
9=10000
0x2D3D Voltage Scale Factor F012 1 R/W 1 0=0.00001
1=0.0001
2=0.001
3=0.01
4=0.1
5=1
6=10
7=100
8=1000
9=10000
0x2D3E Power Scale Factor F012 1 R/W 1 0=0.00001
1=0.0001
2=0.001
3=0.01
4=0.1
5=1
6=10
7=100
8=1000
9=10000
0x2D3F Energy Scale Factor F012 1 R/W 1 0=0.00001
1=0.0001
Ajustes DNP3.0 Esclavo 2 - DNP 3.0 Slave 2 Settings (cont.)
2=0.001
3=0.01
4=0.1
5=1
6=10
7=100
8=1000
9=10000
0x2D40 Other Scale Factor F012 1 R/W 1 0=0.00001

B-100 F650 DIGITAL BAY CONTROLLER 1601-0800-A1


APPENDIX B: MODBUS PROTOCOL B.5 MEMORY MAP

ADDRESS BIT NAME FORMAT STEP MODE LENGTH MISCELLANEOUS


1=0.0001
2=0.001
3=0.01
4=0.1
5=1
6=10
7=100
8=1000
9=10000
0x2D41 Current Deadband F005 1 R/W 2 [0 , 65535]
0x2D43 Voltage Deadband F005 1 R/W 2 [0 , 65535]
0x2D45 Power Deadband F005 1 R/W 2 [0 , 65535]
0x2D47 Energy Deadband F005 1 R/W 2 [0 , 65535]
0x2D49 Other Deadband F005 1 R/W 2 [0 , 65535]
0x2D4B Msg Fragment Size F005 1 R/W 2 [30 , 2048]
0x2D4D Binary Input Block 1 F012 1 R/W 1 0=NOT USED
1=CTL EVENTS 1-16
2=CTL EVENTS 17-32
3=CTL EVENTS 33-48
4=CTL EVENTS 49-64
5=CTL EVENTS 65-80
6=CTL EVENTS 81-96
7=CTL EVENTS 97-112
Ajustes DNP3.0 Esclavo 2 - DNP 3.0 Slave 2 (cont.)
8=CTL EVENTS 113-128
9=SWITCHGEAR 1-8
10=SWITCHGEAR 9-16
0x2D4E Binary Input Block 2 F012 1 R/W 1 0=NOT USED
1=CTL EVENTS 1-16
2=CTL EVENTS 17-32
3=CTL EVENTS 33-48
4=CTL EVENTS 49-64
5=CTL EVENTS 65-80
6=CTL EVENTS 81-96
7=CTL EVENTS 97-112
8=CTL EVENTS 113-128
9=SWITCHGEAR 1-8
10=SWITCHGEAR 9-16
11=BOARD F 1-16
12=BOARD F 17-32
13=BOARD G 1-16
14=BOARD G 17-32
15=BOARD H 1-16
16=BOARD H 17-32
17=BOARD J 1-16
18=BOARD J 17-32
0x2D4F Binary Input Block 3 F012 1 R/W 1 0=NOT USED
1=CTL EVENTS 1-16
2=CTL EVENTS 17-32
3=CTL EVENTS 33-48

1601-0800-A1 F650 DIGITAL BAY CONTROLLER B-101


B.5 MEMORY MAP APPENDIX B: MODBUS PROTOCOL

ADDRESS BIT NAME FORMAT STEP MODE LENGTH MISCELLANEOUS


4=CTL EVENTS 49-64
5=CTL EVENTS 65-80
6=CTL EVENTS 81-96
7=CTL EVENTS 97-112
8=CTL EVENTS 113-128
9=SWITCHGEAR 1-8
10=SWITCHGEAR 9-16
11=BOARD F 1-16
12=BOARD F 17-32
13=BOARD G 1-16
14=BOARD G 17-32
15=BOARD H 1-16
16=BOARD H 17-32
17=BOARD J 1-16
18=BOARD J 17-32
0x2D50 Binary Input Block 4 F012 1 R/W 1 0=NOT USED
1=CTL EVENTS 1-16
2=CTL EVENTS 17-32
3=CTL EVENTS 33-48
4=CTL EVENTS 49-64
5=CTL EVENTS 65-80
6=CTL EVENTS 81-96
7=CTL EVENTS 97-112
8=CTL EVENTS 113-128
9=SWITCHGEAR 1-8
10=SWITCHGEAR 9-16
11=BOARD F 1-16
12=BOARD F 17-32
13=BOARD G 1-16
14=BOARD G 17-32
15=BOARD H 1-16
16=BOARD H 17-32
17=BOARD J 1-16
18=BOARD J 17-32
0x2D51 Binary Input Block 5 F012 1 R/W 1 0=NOT USED
1=CTL EVENTS 1-16
2=CTL EVENTS 17-32
3=CTL EVENTS 33-48
4=CTL EVENTS 49-64
5=CTL EVENTS 65-80
6=CTL EVENTS 81-96
7=CTL EVENTS 97-112
8=CTL EVENTS 113-128
9=SWITCHGEAR 1-8
10=SWITCHGEAR 9-16
11=BOARD F 1-16
12=BOARD F 17-32
13=BOARD G 1-16
14=BOARD G 17-32
15=BOARD H 1-16

B-102 F650 DIGITAL BAY CONTROLLER 1601-0800-A1


APPENDIX B: MODBUS PROTOCOL B.5 MEMORY MAP

ADDRESS BIT NAME FORMAT STEP MODE LENGTH MISCELLANEOUS


16=BOARD H 17-32
17=BOARD J 1-16
18=BOARD J 17-32
0x2D52 Binary Input Block 6 F012 1 R/W 1 0=NOT USED
1=CTL EVENTS 1-16
2=CTL EVENTS 17-32
3=CTL EVENTS 33-48
Ajustes DNP3.0 Esclavo 2 - DNP 3.0 Slave 2 (cont.)
4=CTL EVENTS 49-64
5=CTL EVENTS 65-80
6=CTL EVENTS 81-96
7=CTL EVENTS 97-112
8=CTL EVENTS 113-128
9=SWITCHGEAR 1-8
10=SWITCHGEAR 9-16
11=BOARD F 1-16
12=BOARD F 17-32
13=BOARD G 1-16
14=BOARD G 17-32
15=BOARD H 1-16
16=BOARD H 17-32
17=BOARD J 1-16
18=BOARD J 17-32
0x2D53 Binary Input Block 7 F012 1 R/W 1 0=NOT USED
1=CTL EVENTS 1-16
2=CTL EVENTS 17-32
3=CTL EVENTS 33-48
4=CTL EVENTS 49-64
5=CTL EVENTS 65-80
6=CTL EVENTS 81-96
7=CTL EVENTS 97-112
8=CTL EVENTS 113-128
9=SWITCHGEAR 1-8
10=SWITCHGEAR 9-16
11=BOARD F 1-16
12=BOARD F 17-32
13=BOARD G 1-16
14=BOARD G 17-32
15=BOARD H 1-16
16=BOARD H 17-32
17=BOARD J 1-16
18=BOARD J 17-32
0x2D54 Binary Input Block 8 F012 1 R/W 1 0=NOT USED
1=CTL EVENTS 1-16
2=CTL EVENTS 17-32
3=CTL EVENTS 33-48
4=CTL EVENTS 49-64
5=CTL EVENTS 65-80
6=CTL EVENTS 81-96
7=CTL EVENTS 97-112

1601-0800-A1 F650 DIGITAL BAY CONTROLLER B-103


B.5 MEMORY MAP APPENDIX B: MODBUS PROTOCOL

ADDRESS BIT NAME FORMAT STEP MODE LENGTH MISCELLANEOUS


8=CTL EVENTS 113-128
9=SWITCHGEAR 1-8
10=SWITCHGEAR 9-16
11=BOARD F 1-16
12=BOARD F 17-32
13=BOARD G 1-16
14=BOARD G 17-32
15=BOARD H 1-16
16=BOARD H 17-32
17=BOARD J 1-16
18=BOARD J 17-32
0x2D55 Binary Input Block 9 F012 1 R/W 1 0=NOT USED
1=CTL EVENTS 1-16
2=CTL EVENTS 17-32
3=CTL EVENTS 33-48
4=CTL EVENTS 49-64
5=CTL EVENTS 65-80
6=CTL EVENTS 81-96
7=CTL EVENTS 97-112
8=CTL EVENTS 113-128
9=SWITCHGEAR 1-8
10=SWITCHGEAR 9-16
11=BOARD F 1-16
12=BOARD F 17-32
13=BOARD G 1-16
14=BOARD G 17-32
15=BOARD H 1-16
16=BOARD H 17-32
17=BOARD J 1-16
18=BOARD J 17-32
0x2D56 Binary Input Block 10 F012 1 R/W 1 0=NOT USED
1=CTL EVENTS 1-16
2=CTL EVENTS 17-32
3=CTL EVENTS 33-48
4=CTL EVENTS 49-64
Ajustes DNP3.0 Esclavo 2 - DNP 3.0 Slave 2 (cont.)
5=CTL EVENTS 65-80
6=CTL EVENTS 81-96
7=CTL EVENTS 97-112
8=CTL EVENTS 113-128
9=SWITCHGEAR 1-8
10=SWITCHGEAR 9-16
12=BOARD F 17-32
13=BOARD G 1-16
14=BOARD G 17-32
15=BOARD H 1-16
16=BOARD H 17-32
17=BOARD J 1-16
18=BOARD J 17-32

B-104 F650 DIGITAL BAY CONTROLLER 1601-0800-A1


APPENDIX B: MODBUS PROTOCOL B.5 MEMORY MAP

ADDRESS BIT NAME FORMAT STEP MODE LENGTH MISCELLANEOUS


0x2D57 Default Analog Map F012 1000 R/W 1 0=DISABLED
1=ENABLED
0x2D58 Analog Input Point 0 F004 1000 R/W 1 [0 , 32767]
0x2D59 Analog Input Point 1 F004 1000 R/W 1 [0 , 32767]
0x2D5A Analog Input Point 2 F004 1000 R/W 1 [0 , 32767]
0x2D5B Analog Input Point 3 F004 1000 R/W 1 [0 , 32767]
0x2D5C Analog Input Point 4 F004 1000 R/W 1 [0 , 32767]
0x2D5D Analog Input Point 5 F004 1000 R/W 1 [0 , 32767]
0x2D5E Analog Input Point 6 F004 1000 R/W 1 [0 , 32767]
0x2D5F Analog Input Point 7 F004 1000 R/W 1 [0 , 32767]
0x2D60 Analog Input Point 8 F004 1000 R/W 1 [0 , 32767]
0x2D61 Analog Input Point 9 F004 1000 R/W 1 [0 , 32767]
0x2D62 Analog Input Point 10 F004 1000 R/W 1 [0 , 32767]
0x2D63 Analog Input Point 11 F004 1000 R/W 1 [0 , 32767]
0x2D64 Analog Input Point 12 F004 1000 R/W 1 [0 , 32767]
0x2D65 Analog Input Point 13 F004 1000 R/W 1 [0 , 32767]
0x2D66 Analog Input Point 14 F004 1000 R/W 1 [0 , 32767]
0x2D67 Analog Input Point 15 F004 1000 R/W 1 [0 , 32767]
0x2D68 Analog Input Point 16 F004 1000 R/W 1 [0 , 32767]
0x2D69 Analog Input Point 17 F004 1000 R/W 1 [0 , 32767]
0x2D6A Analog Input Point 18 F004 1000 R/W 1 [0 , 32767]
0x2D6B Analog Input Point 19 F004 1000 R/W 1 [0 , 32767]
0x2D6C Analog Input Point 20 F004 1000 R/W 1 [0 , 32767]
0x2D6D Analog Input Point 21 F004 1000 R/W 1 [0 , 32767]
0x2D6E Analog Input Point 22 F004 1000 R/W 1 [0 , 32767]
0x2D6F Analog Input Point 23 F004 1000 R/W 1 [0 , 32767]
0x2D70 Analog Input Point 24 F004 1000 R/W 1 [0 , 32767]
0x2D71 Analog Input Point 25 F004 1000 R/W 1 [0 , 32767]
0x2D72 Analog Input Point 26 F004 1000 R/W 1 [0 , 32767]
0x2D73 Analog Input Point 27 F004 1000 R/W 1 [0 , 32767]
0x2D74 Analog Input Point 28 F004 1000 R/W 1 [0 , 32767]
0x2D75 Analog Input Point 29 F004 1000 R/W 1 [0 , 32767]
0x2D76 Analog Input Point 30 F004 1000 R/W 1 [0 , 32767]
0x2D77 Analog Input Point 31 F004 1000 R/W 1 [0 , 32767]
0x2D7E Confirmation address W 1
Ajustes DNP 3.0 Esclavo 3 - DNP 3.0 Slave 3
0x2D7F Physical Port F012 1 R/W 1 0=NONE
1=COM1
2=COM2
3=NETWORK
0x2D80 Address F005 1 R/W 2 [0 , 65534]
0x2D82 IP Addr Client1 Oct1 F004 1 R/W 1 [0 , 255]
0x2D83 IP Addr Client1 Oct2 F004 1 R/W 1 [0 , 255]
0x2D84 IP Addr Client1 Oct3 F004 1 R/W 1 [0 , 255]
0x2D85 IP Addr Client1 Oct4 F004 1 R/W 1 [0 , 255]

1601-0800-A1 F650 DIGITAL BAY CONTROLLER B-105


B.5 MEMORY MAP APPENDIX B: MODBUS PROTOCOL

ADDRESS BIT NAME FORMAT STEP MODE LENGTH MISCELLANEOUS


0x2D86 IP Addr Client2 Oct1 F004 1 R/W 1 [0 , 255]
0x2D87 IP Addr Client2 Oct2 F004 1 R/W 1 [0 , 255]
0x2D88 IP Addr Client2 Oct3 F004 1 R/W 1 [0 , 255]
0x2D89 IP Addr Client2 Oct4 F004 1 R/W 1 [0 , 255]
0x2D8A IP Addr Client3 Oct1 F004 1 R/W 1 [0 , 255]
0x2D8B IP Addr Client3 Oct2 F004 1 R/W 1 [0 , 255]
0x2D8C IP Addr Client3 Oct3 F004 1 R/W 1 [0 , 255]
0x2D8D IP Addr Client3 Oct4 F004 1 R/W 1 [0 , 255]
0x2D8E IP Addr Client4 Oct1 F004 1 R/W 1 [0 , 255]
0x2D8F IP Addr Client4 Oct2 F004 1 R/W 1 [0 , 255]
0x2D90 IP Addr Client4 Oct3 F004 1 R/W 1 [0 , 255]
0x2D91 IP Addr Client4 Oct4 F004 1 R/W 1 [0 , 255]
0x2D92 IP Addr Client5 Oct1 F004 1 R/W 1 [0 , 255]
0x2D93 IP Addr Client5 Oct2 F004 1 R/W 1 [0 , 255]
0x2D94 IP Addr Client5 Oct3 F004 1 R/W 1 [0 , 255]
0x2D95 IP Addr Client5 Oct4 F004 1 R/W 1 [0 , 255]
0x2D96 TCP/UDP Port F005 1 R/W 2 [0 , 65535]
0x2D98 Unsol Resp Function F012 1 R/W 1 0=DISABLED
1=ENABLED
0x2D99 Unsol Resp TimeOut F005 1 R/W 2 [0 , 60] s
0x2D9B Unsol Resp Max Ret F004 1 R/W 1 [0 , 255]
0x2D9C Unsol Resp Dest Adr F005 1 R/W 2 [0 , 65519]
0x2D9E Current Scale Factor F012 1 R/W 1 0=0.00001
1=0.0001
2=0.001
3=0.01
4=0.1
5=1
6=10
7=100
8=1000
9=10000
0x2D9F Voltage Scale Factor F012 1 R/W 1 0=0.00001
1=0.0001
Ajustes DNP 3.0 Esclavo 3 - DNP 3.0 Slave 3 (cont.)
2=0.001
3=0.01
4=0.1
5=1
6=10
7=100
8=1000
9=10000
0x2DA0 Power Scale Factor F012 1 R/W 1 0=0.00001
1=0.0001
2=0.001
3=0.01
4=0.1
5=1
6=10

B-106 F650 DIGITAL BAY CONTROLLER 1601-0800-A1


APPENDIX B: MODBUS PROTOCOL B.5 MEMORY MAP

ADDRESS BIT NAME FORMAT STEP MODE LENGTH MISCELLANEOUS


7=100
8=1000
9=10000
0x2DA1 Energy Scale Factor F012 1 R/W 1 0=0.00001
1=0.0001
2=0.001
3=0.01
4=0.1
5=1
6=10
7=100
8=1000
9=10000
0x2DA2 Other Scale Factor F012 1 R/W 1 0=0.00001
1=0.0001
2=0.001
3=0.01
4=0.1
5=1
6=10
7=100
8=1000
9=10000
0x2DA3 Current Deadband F005 1 R/W 2 [0 , 65535]
0x2DA5 Voltage Deadband F005 1 R/W 2 [0 , 65535]
0x2DA7 Power Deadband F005 1 R/W 2 [0 , 65535]
0x2DA9 Energy Deadband F005 1 R/W 2 [0 , 65535]
0x2DAB Other Deadband F005 1 R/W 2 [0 , 65535]
0x2DAD Msg Fragment Size F005 1 R/W 2 [30 , 2048]
0x2DAF Binary Input Block 1 F012 1 R/W 1 0=NOT USED
1=CTL EVENTS 1-16
2=CTL EVENTS 17-32
3=CTL EVENTS 33-48
4=CTL EVENTS 49-64
5=CTL EVENTS 65-80
6=CTL EVENTS 81-96

Ajustes DNP 3.0 Esclavo 3 - DNP 3.0 Slave 3 (cont.)


7=CTL EVENTS 97-112
8=CTL EVENTS 113-128
9=SWITCHGEAR 1-8
10=SWITCHGEAR 9-16
11=BOARD F 1-16
12=BOARD F 17-32
13=BOARD G 1-16
14=BOARD G 17-32
15=BOARD H 1-16
16=BOARD H 17-32

1601-0800-A1 F650 DIGITAL BAY CONTROLLER B-107


B.5 MEMORY MAP APPENDIX B: MODBUS PROTOCOL

ADDRESS BIT NAME FORMAT STEP MODE LENGTH MISCELLANEOUS


17=BOARD J 1-16
18=BOARD J 17-32
0x2DB0 Binary Input Block 2 F012 1 R/W 1 0=NOT USED
1=CTL EVENTS 1-16
2=CTL EVENTS 17-32
3=CTL EVENTS 33-48
4=CTL EVENTS 49-64
5=CTL EVENTS 65-80
6=CTL EVENTS 81-96
7=CTL EVENTS 97-112
8=CTL EVENTS 113-128
9=SWITCHGEAR 1-8
10=SWITCHGEAR 9-16
11=BOARD F 1-16
12=BOARD F 17-32
13=BOARD G 1-16
14=BOARD G 17-32
15=BOARD H 1-16
16=BOARD H 17-32
17=BOARD J 1-16
18=BOARD J 17-32
0x2DB1 Binary Input Block 3 F012 1 R/W 1 0=NOT USED
1=CTL EVENTS 1-16
2=CTL EVENTS 17-32
3=CTL EVENTS 33-48
4=CTL EVENTS 49-64
5=CTL EVENTS 65-80
6=CTL EVENTS 81-96
7=CTL EVENTS 97-112
8=CTL EVENTS 113-128
9=SWITCHGEAR 1-8
10=SWITCHGEAR 9-16
11=BOARD F 1-16
12=BOARD F 17-32
13=BOARD G 1-16
14=BOARD G 17-32
15=BOARD H 1-16
16=BOARD H 17-32
17=BOARD J 1-16
18=BOARD J 17-32
0x2DB2 Binary Input Block 4 F012 1 R/W 1 0=NOT USED
1=CTL EVENTS 1-16
2=CTL EVENTS 17-32
3=CTL EVENTS 33-48
4=CTL EVENTS 49-64
5=CTL EVENTS 65-80
6=CTL EVENTS 81-96
7=CTL EVENTS 97-112
8=CTL EVENTS 113-128

B-108 F650 DIGITAL BAY CONTROLLER 1601-0800-A1


APPENDIX B: MODBUS PROTOCOL B.5 MEMORY MAP

ADDRESS BIT NAME FORMAT STEP MODE LENGTH MISCELLANEOUS


9=SWITCHGEAR 1-8
10=SWITCHGEAR 9-16
11=BOARD F 1-16
12=BOARD F 17-32
13=BOARD G 1-16
14=BOARD G 17-32
15=BOARD H 1-16
16=BOARD H 17-32
17=BOARD J 1-16
18=BOARD J 17-32
0x2DB3 Binary Input Block 5 F012 1 R/W 1 0=NOT USED
1=CTL EVENTS 1-16
2=CTL EVENTS 17-32
3=CTL EVENTS 33-48
4=CTL EVENTS 49-64
5=CTL EVENTS 65-80
6=CTL EVENTS 81-96
7=CTL EVENTS 97-112
8=CTL EVENTS 113-128
9=SWITCHGEAR 1-8
10=SWITCHGEAR 9-16
11=BOARD F 1-16
12=BOARD F 17-32
13=BOARD G 1-16
14=BOARD G 17-32
15=BOARD H 1-16
16=BOARD H 17-32
17=BOARD J 1-16
18=BOARD J 17-32
0x2DB4 Binary Input Block 6 F012 1 R/W 1 0=NOT USED
1=CTL EVENTS 1-16
2=CTL EVENTS 17-32
3=CTL EVENTS 33-48
4=CTL EVENTS 49-64
5=CTL EVENTS 65-80
6=CTL EVENTS 81-96
7=CTL EVENTS 97-112
8=CTL EVENTS 113-128
9=SWITCHGEAR 1-8
10=SWITCHGEAR 9-16
Ajustes DNP 3.0 Esclavo 3 - DNP 3.0 Slave 3 (cont.)
11=BOARD F 1-16
12=BOARD F 17-32
13=BOARD G 1-16
14=BOARD G 17-32
15=BOARD H 1-16
16=BOARD H 17-32
17=BOARD J 1-16
18=BOARD J 17-32

1601-0800-A1 F650 DIGITAL BAY CONTROLLER B-109


B.5 MEMORY MAP APPENDIX B: MODBUS PROTOCOL

ADDRESS BIT NAME FORMAT STEP MODE LENGTH MISCELLANEOUS


0x2DB5 Binary Input Block 7 F012 1 R/W 1 0=NOT USED
1=CTL EVENTS 1-16
2=CTL EVENTS 17-32
3=CTL EVENTS 33-48
4=CTL EVENTS 49-64
5=CTL EVENTS 65-80
6=CTL EVENTS 81-96
7=CTL EVENTS 97-112
8=CTL EVENTS 113-128
9=SWITCHGEAR 1-8
10=SWITCHGEAR 9-16
11=BOARD F 1-16
12=BOARD F 17-32
13=BOARD G 1-16
14=BOARD G 17-32
15=BOARD H 1-16
16=BOARD H 17-32
17=BOARD J 1-16
18=BOARD J 17-32
0x2DB6 Binary Input Block 8 F012 1 R/W 1 0=NOT USED
1=CTL EVENTS 1-16
2=CTL EVENTS 17-32
3=CTL EVENTS 33-48
4=CTL EVENTS 49-64
5=CTL EVENTS 65-80
6=CTL EVENTS 81-96
7=CTL EVENTS 97-112
8=CTL EVENTS 113-128
9=SWITCHGEAR 1-8
10=SWITCHGEAR 9-16
11=BOARD F 1-16
12=BOARD F 17-32
13=BOARD G 1-16
14=BOARD G 17-32
15=BOARD H 1-16
16=BOARD H 17-32
17=BOARD J 1-16
18=BOARD J 17-32
0x2DB7 Binary Input Block 9 F012 1 R/W 1 0=NOT USED
1=CTL EVENTS 1-16
2=CTL EVENTS 17-32
3=CTL EVENTS 33-48
4=CTL EVENTS 49-64
5=CTL EVENTS 65-80
6=CTL EVENTS 81-96
7=CTL EVENTS 97-112
8=CTL EVENTS 113-128
9=SWITCHGEAR 1-8
10=SWITCHGEAR 9-16

B-110 F650 DIGITAL BAY CONTROLLER 1601-0800-A1


APPENDIX B: MODBUS PROTOCOL B.5 MEMORY MAP

ADDRESS BIT NAME FORMAT STEP MODE LENGTH MISCELLANEOUS


11=BOARD F 1-16
12=BOARD F 17-32
13=BOARD G 1-16
14=BOARD G 17-32
15=BOARD H 1-16
16=BOARD H 17-32
17=BOARD J 1-16
18=BOARD J 17-32
0x2DB8 Binary Input Block 10 F012 1 R/W 1 0=NOT USED
1=CTL EVENTS 1-16
2=CTL EVENTS 17-32
3=CTL EVENTS 33-48
4=CTL EVENTS 49-64
5=CTL EVENTS 65-80
6=CTL EVENTS 81-96
7=CTL EVENTS 97-112
8=CTL EVENTS 113-128
9=SWITCHGEAR 1-8
10=SWITCHGEAR 9-16
11=BOARD F 1-16
12=BOARD F 17-32
13=BOARD G 1-16
14=BOARD G 17-32
15=BOARD H 1-16
16=BOARD H 17-32
17=BOARD J 1-16
18=BOARD J 17-32
0x2DB9 Default Analog Map F012 1000 R/W 1 0=DISABLED
1=ENABLED
0x2DBA Analog Input Point 0 F004 1000 R/W 1 [0 , 32767]
0x2DBB Analog Input Point 1 F004 1000 R/W 1 [0 , 32767]
0x2DBC Analog Input Point 2 F004 1000 R/W 1 [0 , 32767]
0x2DBD Analog Input Point 3 F004 1000 R/W 1 [0 , 32767]
0x2DBE Analog Input Point 4 F004 1000 R/W 1 [0 , 32767]
0x2DBF Analog Input Point 5 F004 1000 R/W 1 [0 , 32767]
0x2DC0 Analog Input Point 6 F004 1000 R/W 1 [0 , 32767]
0x2DC1 Analog Input Point 7 F004 1000 R/W 1 [0 , 32767]
0x2DC2 Analog Input Point 8 F004 1000 R/W 1 [0 , 32767]
0x2DC3 Analog Input Point 9 F004 1000 R/W 1 [0 , 32767]
0x2DC4 Analog Input Point 10 F004 1000 R/W 1 [0 , 32767]
0x2DC5 Analog Input Point 11 F004 1000 R/W 1 [0 , 32767]
0x2DC6 Analog Input Point 12 F004 1000 R/W 1 [0 , 32767]
Ajustes DNP 3.0 Esclavo 3 - DNP 3.0 Slave 3 (cont.)
0x2DC7 Analog Input Point 13 F004 1000 R/W 1 [0 , 32767]
0x2DC8 Analog Input Point 14 F004 1000 R/W 1 [0 , 32767]
0x2DC9 Analog Input Point 15 F004 1000 R/W 1 [0 , 32767]
0x2DCA Analog Input Point 16 F004 1000 R/W 1 [0 , 32767]
0x2DCB Analog Input Point 17 F004 1000 R/W 1 [0 , 32767]
0x2DCC Analog Input Point 18 F004 1000 R/W 1 [0 , 32767]

1601-0800-A1 F650 DIGITAL BAY CONTROLLER B-111


B.5 MEMORY MAP APPENDIX B: MODBUS PROTOCOL

ADDRESS BIT NAME FORMAT STEP MODE LENGTH MISCELLANEOUS


0x2DCD Analog Input Point 19 F004 1000 R/W 1 [0 , 32767]
0x2DCE Analog Input Point 20 F004 1000 R/W 1 [0 , 32767]
0x2DCF Analog Input Point 21 F004 1000 R/W 1 [0 , 32767]
0x2DD0 Analog Input Point 22 F004 1000 R/W 1 [0 , 32767]
0x2DD1 Analog Input Point 23 F004 1000 R/W 1 [0 , 32767]
0x2DD2 Analog Input Point 24 F004 1000 R/W 1 [0 , 32767]
0x2DD3 Analog Input Point 25 F004 1000 R/W 1 [0 , 32767]
0x2DD4 Analog Input Point 26 F004 1000 R/W 1 [0 , 32767]
0x2DD5 Analog Input Point 27 F004 1000 R/W 1 [0 , 32767]
0x2DD6 Analog Input Point 28 F004 1000 R/W 1 [0 , 32767]
0x2DD7 Analog Input Point 29 F004 1000 R/W 1 [0 , 32767]
0x2DD8 Analog Input Point 30 F004 1000 R/W 1 [0 , 32767]
0x2DD9 Analog Input Point 31 F004 1000 R/W 1 [0 , 32767]
0x2DE0 Confirmation address W 1
Miscellaneous Settings
0x2DE2 Relay Out Of Service F012 1000 R/W 1 0=DISABLED
1=ENABLED
0x2DE3 Local/Remote Blocked F012 1000 R/W 1 0=OFF
1=ON
0x2DE4 Active Language F004 1000 R/W 1 [0 , 1]
0x2DF5 Confirmation address W 1
Ajustes Unidad Sobreintensidad Instantánea de Tierra Aislada Grupo 1 - Isolated Ground IOC 1 Settings
0x2DF6 Function F012 1 R/W 1 0=DISABLED
1=ENABLED
0x2DF7 Vh Level F003 1 R/W 2 [2 , 70] V
0x2DF9 Il LEVEL F003 1 R/W 2 [0.005 , 0.400] A
0x2DFB Vl LEVEL F003 1 R/W 2 [2 , 70] V
0x2DFD Ih LEVEL F003 1 R/W 2 [0.005 , 0.400] A
0x2DFF Delay F003 1 R/W 2 [0.00 , 900.00] s
0x2E01 Time to inst F003 1 R/W 2 [0.00 , 900.00] s
0x2E03 Snapshot Events F012 1 R/W 1 0=DISABLED
1=ENABLED
0x2E16 Confirmation address W 1
Ajustes Unidad Sobreintensidad Instantánea de Tierra Aislada Grupo 2 - Isolated Ground IOC 2 Settings
0x2E17 Function F012 1 R/W 1 0=DISABLED
1=ENABLED
0x2E18 Vh Level F003 1 R/W 2 [2 , 70] V
0x2E1A Il LEVEL F003 1 R/W 2 [0.005 , 0.400] A
0x2E1C Vl LEVEL F003 1 R/W 2 [2 , 70] V
0x2E1E Ih LEVEL F003 1 R/W 2 [0.005 , 0.400] A
0x2E20 Delay F003 1 R/W 2 [0.00 , 900.00] s
0x2E22 Time to inst F003 1 R/W 2 [0.00 , 900.00] s
0x2E24 Snapshot Events F012 1 R/W 1 0=DISABLED
1=ENABLED
0x2E37 Confirmation address W 1
Ajustes Unidad Sobreintensidad Instantánea de Tierra Aislada Grupo 3 - Isolated Ground IOC 3 Settings
0x2E38 Function F012 1 R/W 1 0=DISABLED
1=ENABLED
0x2E39 Vh Level F003 1 R/W 2 [2 , 70] V
0x2E3B Il LEVEL F003 1 R/W 2 [0.005 , 0.400] A

B-112 F650 DIGITAL BAY CONTROLLER 1601-0800-A1


APPENDIX B: MODBUS PROTOCOL B.5 MEMORY MAP

ADDRESS BIT NAME FORMAT STEP MODE LENGTH MISCELLANEOUS


0x2E3D Vl LEVEL F003 1 R/W 2 [2 , 70] V
0x2E3F Ih LEVEL F003 1 R/W 2 [0.005 , 0.400] A
0x2E41 Delay F003 1 R/W 2 [0.00 , 900.00] s
0x2E43 Time to inst F003 1 R/W 2 [0.00 , 900.00] s
0x2E45 Snapshot Events F012 1 R/W 1 0=DISABLED
1=ENABLED
0x2E58 Confirmation address W 1
Ajustes Unidad Direccional de Tierra Sensible Grupo 1 - Sensitive Ground Directional 1 Settings
0x2E59 Function F012 1 R/W 1 0=DISABLED
1=ENABLED
0x2E5A MTA F003 1 R/W 2 [-90 , 90] Deg
0x2E5C Direction F012 1 R/W 1 0=REVERSE
1=FORWARD
Ajustes Unidad Direccional de Tierra Sensible Grupo 1 - Sensitive Ground Directional 1 Settings (cont.)
0x2E5D Block Logic F012 1 R/W 1 0=PERMISSION
1=BLOCK
0x2E5E Pol V Threshold F003 1 R/W 2 [0 , 300] V
0x2E60 Snapshot Events F012 1 R/W 1 0=DISABLED
1=ENABLED
0x2E73 Confirmation address W 1
Ajustes Unidad Direccional de Tierra Sensible Grupo 2 - Sensitive Ground Directional 2 Settings
0x2E74 Function F012 1 R/W 1 0=DISABLED
1=ENABLED
0x2E75 MTA F003 1 R/W 2 [-90 , 90] Deg
0x2E77 Direction F012 1 R/W 1 0=REVERSE
1=FORWARD
0x2E78 Block Logic F012 1 R/W 1 0=PERMISSION
1=BLOCK
0x2E79 Pol V Threshold F003 1 R/W 2 [0 , 300] V
0x2E7B Snapshot Events F012 1 R/W 1 0=DISABLED
1=ENABLED
0x2E8E Confirmation address W 1
Ajustes Unidad Direccional de Tierra Sensible Grupo 3 - Sensitive Ground Directional 3 Settings
0x2E8F Function F012 1 R/W 1 0=DISABLED
1=ENABLED
0x2E90 MTA F003 1 R/W 2 [-90 , 90] Deg
0x2E92 Direction F012 1 R/W 1 0=REVERSE
1=FORWARD
0x2E93 Block Logic F012 1 R/W 1 0=PERMISSION
1=BLOCK
0x2E94 Pol V Threshold F003 1 R/W 2 [0 , 300] V
0x2E96 Snapshot Events F012 1 R/W 1 0=DISABLED
1=ENABLED
0x2EA9 Confirmation address W 1
Ajustes Unidad de Potencia Máxima Directa Grupo 1 - Forward Power 1 Settings
0x2EAA Function F012 1 R/W 1 0=DISABLED
1=ENABLED
0x2EAB Blk Time After Close F003 1 R/W 2 [0.00 , 900.00] s
0x2EAD Stage 1 Tap F003 1 R/W 2 [0.00 , 10000.00] MW
0x2EAF Stage 1 Time F003 1 R/W 2 [0.00 , 900.00] s

1601-0800-A1 F650 DIGITAL BAY CONTROLLER B-113


B.5 MEMORY MAP APPENDIX B: MODBUS PROTOCOL

ADDRESS BIT NAME FORMAT STEP MODE LENGTH MISCELLANEOUS


0x2EB1 Stage 2 Tap F003 1 R/W 2 [0.00 , 10000.00] MW
0x2EB3 Stage 2 Time F003 1 R/W 2 [0.00 , 900.00] s
0x2EB5 Snapshot Events F012 1 R/W 1 0=DISABLED
1=ENABLED
0x2EC8 Confirmation address W 1
Ajustes Unidad de Potencia Máxima Directa Grupo 2 - Forward Power 2 Settings
0x2EC9 Function F012 1 R/W 1 0=DISABLED
1=ENABLED
0x2ECA Blk Time After Close F003 1 R/W 2 [0.00 , 900.00] s
0x2ECC Stage 1 Tap F003 1 R/W 2 [0.00 , 10000.00] MW
0x2ECE Stage 1 Time F003 1 R/W 2 [0.00 , 900.00] s
0x2ED0 Stage 2 Tap F003 1 R/W 2 [0.00 , 10000.00] MW
0x2ED2 Stage 2 Time F003 1 R/W 2 [0.00 , 900.00] s
0x2ED4 Snapshot Events F012 1 R/W 1 0=DISABLED
1=ENABLED
0x2EE7 Confirmation address W 1
Ajustes Unidad de Potencia Máxima Directa Grupo 3 - Forward Power 3 Settings
0x2EE8 Function F012 1 R/W 1 0=DISABLED
1=ENABLED
0x2EE9 Blk Time After Close F003 1 R/W 2 [0.00 , 900.00] s
0x2EEB Stage 1 Tap F003 1 R/W 2 [0.00 , 10000.00] MW
0x2EED Stage 1 Time F003 1 R/W 2 [0.00 , 900.00] s
0x2EEF Stage 2 Tap F003 1 R/W 2 [0.00 , 10000.00] MW
0x2EF1 Stage 2 Time F003 1 R/W 2 [0.00 , 900.00] s
0x2EF3 Snapshot Events F012 1 R/W 1 0=DISABLED
1=ENABLED
0x2F06 Confirmation address W 1
Ajustes Demanda - Demand Settings
0x2F07 Demand Function F012 1 R/W 1 0=DISABLED
1=ENABLED
0x2F08 CRNT Demand Method F012 1 R/W 1 0=THERMAL EXPONENTIAL
1=BLOCK INTERVAL
2=ROLLING DEMAND
0x2F09 POWER Demand Method F012 1 R/W 1 0=THERMAL EXPONENTIAL
1=BLOCK INTERVAL
2=ROLLING DEMAND
0x2F0A Demand Interval F012 1 R/W 1 0=5 Minutes
1=10 Minutes
2=15 Minutes
3=20 Minutes
4=30 Minutes
5=60 Minutes
0x2F0B Trigger Enabled F012 1 R/W 1 0=DISABLED
1=ENABLED
0x2F0C Snapshot Events F012 1 R/W 1 0=DISABLED
1=ENABLED
0x2F1F Confirmation address W 1
Ajustes Protocolo IEC 870-5-104 Settings
0x2F20 Function F012 1 R/W 1 0=DISABLED
1=ENABLED

B-114 F650 DIGITAL BAY CONTROLLER 1601-0800-A1


APPENDIX B: MODBUS PROTOCOL B.5 MEMORY MAP

ADDRESS BIT NAME FORMAT STEP MODE LENGTH MISCELLANEOUS


0x2F21 TCP Port F005 1 R/W 2 [0 , 65535]
0x2F23 Common Addr of ASDU F005 1 R/W 2 [0 , 65535]
0x2F25 Cyclic Meter Period F005 1 R/W 2 [0 , 3600]
0x2F27 Synchronization Event F005 1 R/W 2 [0 , 3600]
0x2F5A Confirmation address W 1
Ajustes Sobreintensidad Temporizada de Fases Nivel Alto Grupo 1 - Phase TOC Low 1 Settings
0x32A5 Function F012 1 R/W 1 0=DISABLED
1=ENABLED
0x32A6 Input F012 1 R/W 1 0=PHASOR(DFT)
1=RMS
0x32A7 Pickup Level F003 1 R/W 2 [0.05 , 160.00] A
0x32A9 Curve F012 1 R/W 1 0=IEEE Ext Inv
1=IEEE Very Inv
2=IEEE Mod Inv
3=IEC Curve A
4=IEC Curve B
5=IEC Curve C
6=IEC Long-Time Inv
7=IEC Short-Time Inv
8=IAC Ext Inv
9=IAC Very Inv
10=IAC Mod Inv
11=ANSI Ext Inv
12=ANSI Very Inv
13=ANSI Norm Inv
14=ANSI Mod Inv
15=I2t
16=Definite Time
17=Rectifier Curve
18=User Curve A
19=User Curve B
20=User Curve C
21=User Curve D
0x32AA TD Multiplier F003 1 R/W 2 [0.00 , 900.00] s
0x32AC Reset F012 1 R/W 1 0=INSTANTANEOUS
1=LINEAR
0x32AD Voltage Restraint F012 1 R/W 1 0=DISABLED
1=ENABLED
0x32AE Snapshot Events F012 1 R/W 1 0=DISABLED
1=ENABLED
0x32C1 Confirmation address W 1
Ajustes Sobreintensidad Temporizada de Fases Nivel Alto Grupo 2 - Phase TOC Low 2 Settings
0x32C2 Function F012 1 R/W 1 0=DISABLED
1=ENABLED
0x32C3 Input F012 1 R/W 1 0=PHASOR(DFT)
1=RMS
0x32C4 Pickup Level F003 1 R/W 2 [0.05 , 160.00] A
0x32C6 Curve F012 1 R/W 1 0=IEEE Ext Inv
1=IEEE Very Inv
2=IEEE Mod Inv

1601-0800-A1 F650 DIGITAL BAY CONTROLLER B-115


B.5 MEMORY MAP APPENDIX B: MODBUS PROTOCOL

ADDRESS BIT NAME FORMAT STEP MODE LENGTH MISCELLANEOUS


3=IEC Curve A
4=IEC Curve B
5=IEC Curve C
6=IEC Long-Time Inv
7=IEC Short-Time Inv
8=IAC Ext Inv
9=IAC Very Inv
Ajustes Sobreintensidad Temporizada de Fases Nivel Alto Grupo 2 - Phase TOC Low 2 Settings (cont.)
10=IAC Mod Inv
11=ANSI Ext Inv
12=ANSI Very Inv
13=ANSI Norm Inv
14=ANSI Mod Inv
15=I2t
16=Definite Time
17=Rectifier Curve
18=User Curve A
19=User Curve B
20=User Curve C
21=User Curve D
0x32C7 TD Multiplier F003 1 R/W 2 [0.00 , 900.00] s
0x32C9 Reset F012 1 R/W 1 0=INSTANTANEOUS
1=LINEAR
0x32CA Voltage Restraint F012 1 R/W 1 0=DISABLED
1=ENABLED
0x32CB Snapshot Events F012 1 R/W 1 0=DISABLED
1=ENABLED
0x32DE Confirmation address W 1
Ajustes Sobreintensidad Temporizada de Fases Nivel Alto Grupo 3 - Phase TOC Low 3 Settings
0x32DF Function F012 1 R/W 1 0=DISABLED
1=ENABLED
0x32E0 Input F012 1 R/W 1 0=PHASOR(DFT)
1=RMS
0x32E1 Pickup Level F003 1 R/W 2 [0.05 , 160.00] A
0x32E3 Curve F012 1 R/W 1 0=IEEE Ext Inv
1=IEEE Very Inv
2=IEEE Mod Inv
3=IEC Curve A
4=IEC Curve B
5=IEC Curve C
6=IEC Long-Time Inv
7=IEC Short-Time Inv
8=IAC Ext Inv
9=IAC Very Inv
10=IAC Mod Inv
11=ANSI Ext Inv
12=ANSI Very Inv
13=ANSI Norm Inv
14=ANSI Mod Inv
15=I2t

B-116 F650 DIGITAL BAY CONTROLLER 1601-0800-A1


APPENDIX B: MODBUS PROTOCOL B.5 MEMORY MAP

ADDRESS BIT NAME FORMAT STEP MODE LENGTH MISCELLANEOUS


16=Definite Time
17=Rectifier Curve
18=User Curve A
19=User Curve B
20=User Curve C
21=User Curve D
0x32E4 TD Multiplier F003 1 R/W 2 [0.00 , 900.00] s
0x32E6 Reset F012 1 R/W 1 0=INSTANTANEOUS
1=LINEAR
0x32E7 Voltage Restraint F012 1 R/W 1 0=DISABLED
Ajustes Sobreintensidad Temporizada de Fases Nivel Alto Grupo 3 - Phase TOC Low 3 Settings (cont.)
1=ENABLED
0x32E8 Snapshot Events F012 1 R/W 1 0=DISABLED
1=ENABLED
0x32FB Confirmation address W 1
Ajustes Aparamenta (16 elementos) - Switchgear Settings (16 items)
0x32FC CONTACTS TYPE_01 F012 1 R/W 1 0=52a + 52b
1=52a
2=52b
3=NONE
0x32FD CONTACTS TYPE_02 F012 1 R/W 1 0=52a + 52b
1=52a
2=52b
3=NONE
... ... ... ... ... ... ... ...
0x330B CONTACTS TYPE_16 F012 1 R/W 1 0=52a + 52b
1=52a
2=52b
3=NONE
0x330C FAIL TO OPEN 01 t F004 1 R/W 1 [0 , 30000] ms
0x330D FAIL TO OPEN 02 t F004 1 R/W 1 [0 , 30000] ms
... ... ... ... ... ... ... ...
0x331B FAIL TO OPEN 16 t F004 1 R/W 1 [0 , 30000] ms
0x331C FAIL TO CLOSE 01 t F004 1 R/W 1 [0 , 30000] ms
0x331D FAIL TO CLOSE 02 t F004 1 R/W 1 [0 , 30000] ms
... ... ... ... ... ... ... ...
0x332B FAIL TO CLOSE 16 t F004 1 R/W 1 [0 , 30000] ms
0x332C Snapshot Events SWGR 1 F012 1 R/W 1 0=DISABLED
1=ENABLED
0x332D Snapshot Events SWGR 2 F012 1 R/W 1 0=DISABLED
1=ENABLED
... ... ... ... ... ... ... ...
0x333B Snapshot Events SWGR 16 F012 1 R/W 1 0=DISABLED
1=ENABLED
0x334C Confirmation address W 1
Ajustes Interruptor - Breaker Settings
0x334D Number of Switchgear F004 1 R/W 1 [1 , 16]
0x334E Maximum KI2t F003 1 R/W 2 [0.00 , 9999.99] (KA)2 s
0x3350 KI2t Integ. Time F003 1 R/W 2 [0.03 , 0.25] s
0x3352 Maximum Openings F004 1 R/W 1 [0 , 9999]

1601-0800-A1 F650 DIGITAL BAY CONTROLLER B-117


B.5 MEMORY MAP APPENDIX B: MODBUS PROTOCOL

ADDRESS BIT NAME FORMAT STEP MODE LENGTH MISCELLANEOUS


0x3353 Max.Openings 1 hour F004 1 R/W 1 [1 , 60]
0x3354 Snapshot Events F012 1 R/W 1 0=DISABLED
1=ENABLED
0x3367 Confirmation address W 1
Ajustes Contadores Interruptor - Breaker Maintenance Settings
0x3368 KI2t BKR Ph A Cnt F003 1 R/W 2 [0.00 , 9999.99] (KA)2 s
0x336A KI2t BKR Ph B Cnt F003 1 R/W 2 [0.00 , 9999.99] (KA)2 s
0x336C KI2t BKR Ph C Cnt F003 1 R/W 2 [0.00 , 9999.99] (KA)2 s
0x336E BKR Openings Cnt F004 1 R/W 1 [0 , 9999]
0x336F BKR Closings Cnt F004 1 R/W 1 [0 , 9999]
0x3383 Confirmation address W 1
Ajustes Mapa Usuario Modbus - Modbus User Map Settings
0x3384 Address 00 F004 1 R/W 1 [0 , 65535]
0x3385 Address 01 F004 1 R/W 1 [0 , 65535]
... ... ... ... ... ... ... ...
0x3483 Address 255 F004 1 R/W 1 [0 , 65535]
0x3494 Confirmation address W 1
Ajustes Curva Usuario A - Flex Curves A Settings
0x3495 Time 0.00xPKP [RST] F003 1 R/W 2 [0.000 , 65.535] s
0x3497 Time 0.05xPKP [RST] F003 1 R/W 2 [0.000 , 65.535] s
0x3499 Time 0.10xPKP [RST] F003 1 R/W 2 [0.000 , 65.535] s
0x349B Time 0.15xPKP [RST] F003 1 R/W 2 [0.000 , 65.535] s
0x349D Time 0.20xPKP [RST] F003 1 R/W 2 [0.000 , 65.535] s
0x349F Time 0.25xPKP [RST] F003 1 R/W 2 [0.000 , 65.535] s
0x34A1 Time 0.30xPKP [RST] F003 1 R/W 2 [0.000 , 65.535] s
0x34A3 Time 0.35xPKP [RST] F003 1 R/W 2 [0.000 , 65.535] s
0x34A5 Time 0.40xPKP [RST] F003 1 R/W 2 [0.000 , 65.535] s
0x34A7 Time 0.45xPKP [RST] F003 1 R/W 2 [0.000 , 65.535] s
0x34A9 Time 0.48xPKP [RST] F003 1 R/W 2 [0.000 , 65.535] s
0x34AB Time 0.50xPKP [RST] F003 1 R/W 2 [0.000 , 65.535] s
0x34AD Time 0.52xPKP [RST] F003 1 R/W 2 [0.000 , 65.535] s
0x34AF Time 0.54xPKP [RST] F003 1 R/W 2 [0.000 , 65.535] s
0x34B1 Time 0.56xPKP [RST] F003 1 R/W 2 [0.000 , 65.535] s
0x34B3 Time 0.58xPKP [RST] F003 1 R/W 2 [0.000 , 65.535] s
0x34B5 Time 0.60xPKP [RST] F003 1 R/W 2 [0.000 , 65.535] s
0x34B7 Time 0.62xPKP [RST] F003 1 R/W 2 [0.000 , 65.535] s
0x34B9 Time 0.64xPKP [RST] F003 1 R/W 2 [0.000 , 65.535] s
0x34BB Time 0.66xPKP [RST] F003 1 R/W 2 [0.000 , 65.535] s
0x34BD Time 0.68xPKP [RST] F003 1 R/W 2 [0.000 , 65.535] s
0x34BF Time 0.70xPKP [RST] F003 1 R/W 2 [0.000 , 65.535] s
0x34C1 Time 0.72xPKP [RST] F003 1 R/W 2 [0.000 , 65.535] s
0x34C3 Time 0.74xPKP [RST] F003 1 R/W 2 [0.000 , 65.535] s
0x34C5 Time 0.76xPKP [RST] F003 1 R/W 2 [0.000 , 65.535] s
0x34C7 Time 0.78xPKP [RST] F003 1 R/W 2 [0.000 , 65.535] s
0x34C9 Time 0.80xPKP [RST] F003 1 R/W 2 [0.000 , 65.535] s
0x34CB Time 0.82xPKP [RST] F003 1 R/W 2 [0.000 , 65.535] s
0x34CD Time 0.84xPKP [RST] F003 1 R/W 2 [0.000 , 65.535] s
0x34CF Time 0.86xPKP [RST] F003 1 R/W 2 [0.000 , 65.535] s
0x34D1 Time 0.88xPKP [RST] F003 1 R/W 2 [0.000 , 65.535] s
0x34D3 Time 0.90xPKP [RST] F003 1 R/W 2 [0.000 , 65.535] s

B-118 F650 DIGITAL BAY CONTROLLER 1601-0800-A1


APPENDIX B: MODBUS PROTOCOL B.5 MEMORY MAP

ADDRESS BIT NAME FORMAT STEP MODE LENGTH MISCELLANEOUS


0x34D5 Time 0.91xPKP [RST] F003 1 R/W 2 [0.000 , 65.535] s
0x34D7 Time 0.92xPKP [RST] F003 1 R/W 2 [0.000 , 65.535] s
0x34D9 Time 0.93xPKP [RST] F003 1 R/W 2 [0.000 , 65.535] s
0x34DB Time 0.94xPKP [RST] F003 1 R/W 2 [0.000 , 65.535] s
0x34DD Time 0.95xPKP [RST] F003 1 R/W 2 [0.000 , 65.535] s
0x34DF Time 0.96xPKP [RST] F003 1 R/W 2 [0.000 , 65.535] s
0x34E1 Time 0.97xPKP [RST] F003 1 R/W 2 [0.000 , 65.535] s
0x34E3 Time 0.98xPKP [RST] F003 1 R/W 2 [0.000 , 65.535] s
0x34E5 Time 1.03xPKP [OP] F003 1 R/W 2 [0.000 , 65.535] s
0x34E7 Time 1.05xPKP [OP] F003 1 R/W 2 [0.000 , 65.535] s
0x34E9 Time 1.10xPKP [OP] F003 1 R/W 2 [0.000 , 65.535] s
0x34EB Time 1.20xPKP [OP] F003 1 R/W 2 [0.000 , 65.535] s
0x34ED Time 1.30xPKP [OP] F003 1 R/W 2 [0.000 , 65.535] s
0x34EF Time 1.40xPKP [OP] F003 1 R/W 2 [0.000 , 65.535] s
Ajustes Curva Usuario A - Flex Curves A Settings (cont.)
0x34F1 Time 1.50xPKP [OP] F003 1 R/W 2 [0.000 , 65.535] s
0x34F3 Time 1.60xPKP [OP] F003 1 R/W 2 [0.000 , 65.535] s
0x34F5 Time 1.70xPKP [OP] F003 1 R/W 2 [0.000 , 65.535] s
0x34F7 Time 1.80xPKP [OP] F003 1 R/W 2 [0.000 , 65.535] s
0x34F9 Time 1.90xPKP [OP] F003 1 R/W 2 [0.000 , 65.535] s
0x34FB Time 2.00xPKP [OP] F003 1 R/W 2 [0.000 , 65.535] s
0x34FD Time 2.10xPKP [OP] F003 1 R/W 2 [0.000 , 65.535] s
0x34FF Time 2.20xPKP [OP] F003 1 R/W 2 [0.000 , 65.535] s
0x3501 Time 2.30xPKP [OP] F003 1 R/W 2 [0.000 , 65.535] s
0x3503 Time 2.40xPKP [OP] F003 1 R/W 2 [0.000 , 65.535] s
0x3505 Time 2.50xPKP [OP] F003 1 R/W 2 [0.000 , 65.535] s
0x3507 Time 2.60xPKP [OP] F003 1 R/W 2 [0.000 , 65.535] s
0x3509 Time 2.70xPKP [OP] F003 1 R/W 2 [0.000 , 65.535] s
0x350B Time 2.80xPKP [OP] F003 1 R/W 2 [0.000 , 65.535] s
0x350D Time 2.90xPKP [OP] F003 1 R/W 2 [0.000 , 65.535] s
0x350F Time 3.00xPKP [OP] F003 1 R/W 2 [0.000 , 65.535] s
0x3511 Time 3.10xPKP [OP] F003 1 R/W 2 [0.000 , 65.535] s
0x3513 Time 3.20xPKP [OP] F003 1 R/W 2 [0.000 , 65.535] s
0x3515 Time 3.30xPKP [OP] F003 1 R/W 2 [0.000 , 65.535] s
0x3517 Time 3.40xPKP [OP] F003 1 R/W 2 [0.000 , 65.535] s
0x3519 Time 3.50xPKP [OP] F003 1 R/W 2 [0.000 , 65.535] s
0x351B Time 3.60xPKP [OP] F003 1 R/W 2 [0.000 , 65.535] s
0x351D Time 3.70xPKP [OP] F003 1 R/W 2 [0.000 , 65.535] s
0x351F Time 3.80xPKP [OP] F003 1 R/W 2 [0.000 , 65.535] s
0x3521 Time 3.90xPKP [OP] F003 1 R/W 2 [0.000 , 65.535] s
0x3523 Time 4.00xPKP [OP] F003 1 R/W 2 [0.000 , 65.535] s
0x3525 Time 4.10xPKP [OP] F003 1 R/W 2 [0.000 , 65.535] s
0x3527 Time 4.20xPKP [OP] F003 1 R/W 2 [0.000 , 65.535] s
0x3529 Time 4.30xPKP [OP] F003 1 R/W 2 [0.000 , 65.535] s
0x352B Time 4.40xPKP [OP] F003 1 R/W 2 [0.000 , 65.535] s
0x352D Time 4.50xPKP [OP] F003 1 R/W 2 [0.000 , 65.535] s
0x352F Time 4.60xPKP [OP] F003 1 R/W 2 [0.000 , 65.535] s
0x3531 Time 4.70xPKP [OP] F003 1 R/W 2 [0.000 , 65.535] s
0x3533 Time 4.80xPKP [OP] F003 1 R/W 2 [0.000 , 65.535] s
0x3535 Time 4.90xPKP [OP] F003 1 R/W 2 [0.000 , 65.535] s

1601-0800-A1 F650 DIGITAL BAY CONTROLLER B-119


B.5 MEMORY MAP APPENDIX B: MODBUS PROTOCOL

ADDRESS BIT NAME FORMAT STEP MODE LENGTH MISCELLANEOUS


0x3537 Time 5.00xPKP [OP] F003 1 R/W 2 [0.000 , 65.535] s
0x3539 Time 5.10xPKP [OP] F003 1 R/W 2 [0.000 , 65.535] s
0x353B Time 5.20xPKP [OP] F003 1 R/W 2 [0.000 , 65.535] s
0x353D Time 5.30xPKP [OP] F003 1 R/W 2 [0.000 , 65.535] s
0x353F Time 5.40xPKP [OP] F003 1 R/W 2 [0.000 , 65.535] s
0x3541 Time 5.50xPKP [OP] F003 1 R/W 2 [0.000 , 65.535] s
0x3543 Time 5.60xPKP [OP] F003 1 R/W 2 [0.000 , 65.535] s
0x3545 Time 5.70xPKP [OP] F003 1 R/W 2 [0.000 , 65.535] s
0x3547 Time 5.80xPKP [OP] F003 1 R/W 2 [0.000 , 65.535] s
0x3549 Time 5.90xPKP [OP] F003 1 R/W 2 [0.000 , 65.535] s
0x354B Time 6.00xPKP [OP] F003 1 R/W 2 [0.000 , 65.535] s
0x354D Time 6.50xPKP [OP] F003 1 R/W 2 [0.000 , 65.535] s
0x354F Time 7.00xPKP [OP] F003 1 R/W 2 [0.000 , 65.535] s
0x3551 Time 7.50xPKP [OP] F003 1 R/W 2 [0.000 , 65.535] s
0x3553 Time 8.00xPKP [OP] F003 1 R/W 2 [0.000 , 65.535] s
0x3555 Time 8.50xPKP [OP] F003 1 R/W 2 [0.000 , 65.535] s
0x3557 Time 9.00xPKP [OP] F003 1 R/W 2 [0.000 , 65.535] s
Ajustes Curva Usuario A - Flex Curves A Settings (cont.)
0x3559 Time 9.50xPKP [OP] F003 1 R/W 2 [0.000 , 65.535] s
0x355B Time 10.00xPKP [OP] F003 1 R/W 2 [0.000 , 65.535] s
0x355D Time 10.50xPKP [OP] F003 1 R/W 2 [0.000 , 65.535] s
0x355F Time 11.00xPKP [OP] F003 1 R/W 2 [0.000 , 65.535] s
0x3561 Time 11.50xPKP [OP] F003 1 R/W 2 [0.000 , 65.535] s
0x3563 Time 12.00xPKP [OP] F003 1 R/W 2 [0.000 , 65.535] s
0x3565 Time 12.50xPKP [OP] F003 1 R/W 2 [0.000 , 65.535] s
0x3567 Time 13.00xPKP [OP] F003 1 R/W 2 [0.000 , 65.535] s
0x3569 Time 13.50xPKP [OP] F003 1 R/W 2 [0.000 , 65.535] s
0x356B Time 14.00xPKP [OP] F003 1 R/W 2 [0.000 , 65.535] s
0x356D Time 14.50xPKP [OP] F003 1 R/W 2 [0.000 , 65.535] s
0x356F Time 15.00xPKP [OP] F003 1 R/W 2 [0.000 , 65.535] s
0x3571 Time 15.50xPKP [OP] F003 1 R/W 2 [0.000 , 65.535] s
0x3573 Time 16.00xPKP [OP] F003 1 R/W 2 [0.000 , 65.535] s
0x3575 Time 16.50xPKP [OP] F003 1 R/W 2 [0.000 , 65.535] s
0x3577 Time 17.00xPKP [OP] F003 1 R/W 2 [0.000 , 65.535] s
0x3579 Time 17.50xPKP [OP] F003 1 R/W 2 [0.000 , 65.535] s
0x357B Time 18.00xPKP [OP] F003 1 R/W 2 [0.000 , 65.535] s
0x357D Time 18.50xPKP [OP] F003 1 R/W 2 [0.000 , 65.535] s
0x357F Time 19.00xPKP [OP] F003 1 R/W 2 [0.000 , 65.535] s
0x3581 Time 19.50xPKP [OP] F003 1 R/W 2 [0.000 , 65.535] s
0x3583 Time 20.00xPKP [OP] F003 1 R/W 2 [0.000 , 65.535] s
0x3598 Confirmation address W 1
Ajustes Curva Usuario B - Flex Curves B Settings
0x3599 Time 0.00xPKP [RST] F003 1 R/W 2 [0.000 , 65.535] s
0x359B Time 0.05xPKP [RST] F003 1 R/W 2 [0.000 , 65.535] s
0x359D Time 0.10xPKP [RST] F003 1 R/W 2 [0.000 , 65.535] s
0x359F Time 0.15xPKP [RST] F003 1 R/W 2 [0.000 , 65.535] s
0x35A1 Time 0.20xPKP [RST] F003 1 R/W 2 [0.000 , 65.535] s
0x35A3 Time 0.25xPKP [RST] F003 1 R/W 2 [0.000 , 65.535] s
0x35A5 Time 0.30xPKP [RST] F003 1 R/W 2 [0.000 , 65.535] s
0x35A7 Time 0.35xPKP [RST] F003 1 R/W 2 [0.000 , 65.535] s

B-120 F650 DIGITAL BAY CONTROLLER 1601-0800-A1


APPENDIX B: MODBUS PROTOCOL B.5 MEMORY MAP

ADDRESS BIT NAME FORMAT STEP MODE LENGTH MISCELLANEOUS


0x35A9 Time 0.40xPKP [RST] F003 1 R/W 2 [0.000 , 65.535] s
0x35AB Time 0.45xPKP [RST] F003 1 R/W 2 [0.000 , 65.535] s
0x35AD Time 0.48xPKP [RST] F003 1 R/W 2 [0.000 , 65.535] s
0x35AF Time 0.50xPKP [RST] F003 1 R/W 2 [0.000 , 65.535] s
0x35B1 Time 0.52xPKP [RST] F003 1 R/W 2 [0.000 , 65.535] s
0x35B3 Time 0.54xPKP [RST] F003 1 R/W 2 [0.000 , 65.535] s
0x35B5 Time 0.56xPKP [RST] F003 1 R/W 2 [0.000 , 65.535] s
0x35B7 Time 0.58xPKP [RST] F003 1 R/W 2 [0.000 , 65.535] s
0x35B9 Time 0.60xPKP [RST] F003 1 R/W 2 [0.000 , 65.535] s
0x35BB Time 0.62xPKP [RST] F003 1 R/W 2 [0.000 , 65.535] s
0x35BD Time 0.64xPKP [RST] F003 1 R/W 2 [0.000 , 65.535] s
0x35BF Time 0.66xPKP [RST] F003 1 R/W 2 [0.000 , 65.535] s
0x35C1 Time 0.68xPKP [RST] F003 1 R/W 2 [0.000 , 65.535] s
0x35C3 Time 0.70xPKP [RST] F003 1 R/W 2 [0.000 , 65.535] s
0x35C5 Time 0.72xPKP [RST] F003 1 R/W 2 [0.000 , 65.535] s
0x35C7 Time 0.74xPKP [RST] F003 1 R/W 2 [0.000 , 65.535] s
0x35C9 Time 0.76xPKP [RST] F003 1 R/W 2 [0.000 , 65.535] s
0x35CB Time 0.78xPKP [RST] F003 1 R/W 2 [0.000 , 65.535] s
0x35CD Time 0.80xPKP [RST] F003 1 R/W 2 [0.000 , 65.535] s
Ajustes Curva Usuario B - Flex Curves B Settings (cont.)
0x35CF Time 0.82xPKP [RST] F003 1 R/W 2 [0.000 , 65.535] s
0x35D1 Time 0.84xPKP [RST] F003 1 R/W 2 [0.000 , 65.535] s
0x35D3 Time 0.86xPKP [RST] F003 1 R/W 2 [0.000 , 65.535] s
0x35D5 Time 0.88xPKP [RST] F003 1 R/W 2 [0.000 , 65.535] s
0x35D7 Time 0.90xPKP [RST] F003 1 R/W 2 [0.000 , 65.535] s
0x35D9 Time 0.91xPKP [RST] F003 1 R/W 2 [0.000 , 65.535] s
0x35DB Time 0.92xPKP [RST] F003 1 R/W 2 [0.000 , 65.535] s
0x35DD Time 0.93xPKP [RST] F003 1 R/W 2 [0.000 , 65.535] s
0x35DF Time 0.94xPKP [RST] F003 1 R/W 2 [0.000 , 65.535] s
0x35E1 Time 0.95xPKP [RST] F003 1 R/W 2 [0.000 , 65.535] s
0x35E3 Time 0.96xPKP [RST] F003 1 R/W 2 [0.000 , 65.535] s
0x35E5 Time 0.97xPKP [RST] F003 1 R/W 2 [0.000 , 65.535] s
0x35E7 Time 0.98xPKP [RST] F003 1 R/W 2 [0.000 , 65.535] s
0x35E9 Time 1.03xPKP [OP] F003 1 R/W 2 [0.000 , 65.535] s
0x35EB Time 1.05xPKP [OP] F003 1 R/W 2 [0.000 , 65.535] s
0x35ED Time 1.10xPKP [OP] F003 1 R/W 2 [0.000 , 65.535] s
0x35EF Time 1.20xPKP [OP] F003 1 R/W 2 [0.000 , 65.535] s
0x35F1 Time 1.30xPKP [OP] F003 1 R/W 2 [0.000 , 65.535] s
0x35F3 Time 1.40xPKP [OP] F003 1 R/W 2 [0.000 , 65.535] s
0x35F5 Time 1.50xPKP [OP] F003 1 R/W 2 [0.000 , 65.535] s
0x35F7 Time 1.60xPKP [OP] F003 1 R/W 2 [0.000 , 65.535] s
0x35F9 Time 1.70xPKP [OP] F003 1 R/W 2 [0.000 , 65.535] s
0x35FB Time 1.80xPKP [OP] F003 1 R/W 2 [0.000 , 65.535] s
0x35FD Time 1.90xPKP [OP] F003 1 R/W 2 [0.000 , 65.535] s
0x35FF Time 2.00xPKP [OP] F003 1 R/W 2 [0.000 , 65.535] s
0x3601 Time 2.10xPKP [OP] F003 1 R/W 2 [0.000 , 65.535] s
0x3603 Time 2.20xPKP [OP] F003 1 R/W 2 [0.000 , 65.535] s
0x3605 Time 2.30xPKP [OP] F003 1 R/W 2 [0.000 , 65.535] s
0x3607 Time 2.40xPKP [OP] F003 1 R/W 2 [0.000 , 65.535] s
0x3609 Time 2.50xPKP [OP] F003 1 R/W 2 [0.000 , 65.535] s

1601-0800-A1 F650 DIGITAL BAY CONTROLLER B-121


B.5 MEMORY MAP APPENDIX B: MODBUS PROTOCOL

ADDRESS BIT NAME FORMAT STEP MODE LENGTH MISCELLANEOUS


0x360B Time 2.60xPKP [OP] F003 1 R/W 2 [0.000 , 65.535] s
0x360D Time 2.70xPKP [OP] F003 1 R/W 2 [0.000 , 65.535] s
0x360F Time 2.80xPKP [OP] F003 1 R/W 2 [0.000 , 65.535] s
0x3611 Time 2.90xPKP [OP] F003 1 R/W 2 [0.000 , 65.535] s
0x3613 Time 3.00xPKP [OP] F003 1 R/W 2 [0.000 , 65.535] s
0x3615 Time 3.10xPKP [OP] F003 1 R/W 2 [0.000 , 65.535] s
0x3617 Time 3.20xPKP [OP] F003 1 R/W 2 [0.000 , 65.535] s
0x3619 Time 3.30xPKP [OP] F003 1 R/W 2 [0.000 , 65.535] s
0x361B Time 3.40xPKP [OP] F003 1 R/W 2 [0.000 , 65.535] s
0x361D Time 3.50xPKP [OP] F003 1 R/W 2 [0.000 , 65.535] s
0x361F Time 3.60xPKP [OP] F003 1 R/W 2 [0.000 , 65.535] s
0x3621 Time 3.70xPKP [OP] F003 1 R/W 2 [0.000 , 65.535] s
0x3623 Time 3.80xPKP [OP] F003 1 R/W 2 [0.000 , 65.535] s
0x3625 Time 3.90xPKP [OP] F003 1 R/W 2 [0.000 , 65.535] s
0x3627 Time 4.00xPKP [OP] F003 1 R/W 2 [0.000 , 65.535] s
0x3629 Time 4.10xPKP [OP] F003 1 R/W 2 [0.000 , 65.535] s
0x362B Time 4.20xPKP [OP] F003 1 R/W 2 [0.000 , 65.535] s
0x362D Time 4.30xPKP [OP] F003 1 R/W 2 [0.000 , 65.535] s
0x362F Time 4.40xPKP [OP] F003 1 R/W 2 [0.000 , 65.535] s
0x3631 Time 4.50xPKP [OP] F003 1 R/W 2 [0.000 , 65.535] s
0x3633 Time 4.60xPKP [OP] F003 1 R/W 2 [0.000 , 65.535] s
0x3635 Time 4.70xPKP [OP] F003 1 R/W 2 [0.000 , 65.535] s
Ajustes Curva Usuario B - Flex Curves B Settings (cont.)
0x3637 Time 4.80xPKP [OP] F003 1 R/W 2 [0.000 , 65.535] s
0x3639 Time 4.90xPKP [OP] F003 1 R/W 2 [0.000 , 65.535] s
0x363B Time 5.00xPKP [OP] F003 1 R/W 2 [0.000 , 65.535] s
0x363D Time 5.10xPKP [OP] F003 1 R/W 2 [0.000 , 65.535] s
0x363F Time 5.20xPKP [OP] F003 1 R/W 2 [0.000 , 65.535] s
0x3641 Time 5.30xPKP [OP] F003 1 R/W 2 [0.000 , 65.535] s
0x3643 Time 5.40xPKP [OP] F003 1 R/W 2 [0.000 , 65.535] s
0x3645 Time 5.50xPKP [OP] F003 1 R/W 2 [0.000 , 65.535] s
0x3647 Time 5.60xPKP [OP] F003 1 R/W 2 [0.000 , 65.535] s
0x3649 Time 5.70xPKP [OP] F003 1 R/W 2 [0.000 , 65.535] s
0x364B Time 5.80xPKP [OP] F003 1 R/W 2 [0.000 , 65.535] s
0x364D Time 5.90xPKP [OP] F003 1 R/W 2 [0.000 , 65.535] s
0x364F Time 6.00xPKP [OP] F003 1 R/W 2 [0.000 , 65.535] s
0x3651 Time 6.50xPKP [OP] F003 1 R/W 2 [0.000 , 65.535] s
0x3653 Time 7.00xPKP [OP] F003 1 R/W 2 [0.000 , 65.535] s
0x3655 Time 7.50xPKP [OP] F003 1 R/W 2 [0.000 , 65.535] s
0x3657 Time 8.00xPKP [OP] F003 1 R/W 2 [0.000 , 65.535] s
0x3659 Time 8.50xPKP [OP] F003 1 R/W 2 [0.000 , 65.535] s
0x365B Time 9.00xPKP [OP] F003 1 R/W 2 [0.000 , 65.535] s
0x365D Time 9.50xPKP [OP] F003 1 R/W 2 [0.000 , 65.535] s
0x365F Time 10.00xPKP [OP] F003 1 R/W 2 [0.000 , 65.535] s
0x3661 Time 10.50xPKP [OP] F003 1 R/W 2 [0.000 , 65.535] s
0x3663 Time 11.00xPKP [OP] F003 1 R/W 2 [0.000 , 65.535] s
0x3665 Time 11.50xPKP [OP] F003 1 R/W 2 [0.000 , 65.535] s
0x3667 Time 12.00xPKP [OP] F003 1 R/W 2 [0.000 , 65.535] s
0x3669 Time 12.50xPKP [OP] F003 1 R/W 2 [0.000 , 65.535] s
0x366B Time 13.00xPKP [OP] F003 1 R/W 2 [0.000 , 65.535] s

B-122 F650 DIGITAL BAY CONTROLLER 1601-0800-A1


APPENDIX B: MODBUS PROTOCOL B.5 MEMORY MAP

ADDRESS BIT NAME FORMAT STEP MODE LENGTH MISCELLANEOUS


0x366D Time 13.50xPKP [OP] F003 1 R/W 2 [0.000 , 65.535] s
0x366F Time 14.00xPKP [OP] F003 1 R/W 2 [0.000 , 65.535] s
0x3671 Time 14.50xPKP [OP] F003 1 R/W 2 [0.000 , 65.535] s
0x3673 Time 15.00xPKP [OP] F003 1 R/W 2 [0.000 , 65.535] s
0x3675 Time 15.50xPKP [OP] F003 1 R/W 2 [0.000 , 65.535] s
0x3677 Time 16.00xPKP [OP] F003 1 R/W 2 [0.000 , 65.535] s
0x3679 Time 16.50xPKP [OP] F003 1 R/W 2 [0.000 , 65.535] s
0x367B Time 17.00xPKP [OP] F003 1 R/W 2 [0.000 , 65.535] s
0x367D Time 17.50xPKP [OP] F003 1 R/W 2 [0.000 , 65.535] s
0x367F Time 18.00xPKP [OP] F003 1 R/W 2 [0.000 , 65.535] s
0x3681 Time 18.50xPKP [OP] F003 1 R/W 2 [0.000 , 65.535] s
0x3683 Time 19.00xPKP [OP] F003 1 R/W 2 [0.000 , 65.535] s
0x3685 Time 19.50xPKP [OP] F003 1 R/W 2 [0.000 , 65.535] s
0x3687 Time 20.00xPKP [OP] F003 1 R/W 2 [0.000 , 65.535] s
0x369C Confirmation address W 1
Ajustes Curva Usuario C - Flex Curves C
0x369D Time 0.00xPKP [RST] F003 1 R/W 2 [0.000 , 65.535] s
0x369F Time 0.05xPKP [RST] F003 1 R/W 2 [0.000 , 65.535] s
0x36A1 Time 0.10xPKP [RST] F003 1 R/W 2 [0.000 , 65.535] s
0x36A3 Time 0.15xPKP [RST] F003 1 R/W 2 [0.000 , 65.535] s
0x36A5 Time 0.20xPKP [RST] F003 1 R/W 2 [0.000 , 65.535] s
0x36A7 Time 0.25xPKP [RST] F003 1 R/W 2 [0.000 , 65.535] s
0x36A9 Time 0.30xPKP [RST] F003 1 R/W 2 [0.000 , 65.535] s
0x36AB Time 0.35xPKP [RST] F003 1 R/W 2 [0.000 , 65.535] s
Ajustes Curva Usuario C - Flex Curves C (cont.)
0x36AD Time 0.40xPKP [RST] F003 1 R/W 2 [0.000 , 65.535] s
0x36AF Time 0.45xPKP [RST] F003 1 R/W 2 [0.000 , 65.535] s
0x36B1 Time 0.48xPKP [RST] F003 1 R/W 2 [0.000 , 65.535] s
0x36B3 Time 0.50xPKP [RST] F003 1 R/W 2 [0.000 , 65.535] s
0x36B5 Time 0.52xPKP [RST] F003 1 R/W 2 [0.000 , 65.535] s
0x36B7 Time 0.54xPKP [RST] F003 1 R/W 2 [0.000 , 65.535] s
0x36B9 Time 0.56xPKP [RST] F003 1 R/W 2 [0.000 , 65.535] s
0x36BB Time 0.58xPKP [RST] F003 1 R/W 2 [0.000 , 65.535] s
0x36BD Time 0.60xPKP [RST] F003 1 R/W 2 [0.000 , 65.535] s
0x36BF Time 0.62xPKP [RST] F003 1 R/W 2 [0.000 , 65.535] s
0x36C1 Time 0.64xPKP [RST] F003 1 R/W 2 [0.000 , 65.535] s
0x36C3 Time 0.66xPKP [RST] F003 1 R/W 2 [0.000 , 65.535] s
0x36C5 Time 0.68xPKP [RST] F003 1 R/W 2 [0.000 , 65.535] s
0x36C7 Time 0.70xPKP [RST] F003 1 R/W 2 [0.000 , 65.535] s
0x36C9 Time 0.72xPKP [RST] F003 1 R/W 2 [0.000 , 65.535] s
0x36CB Time 0.74xPKP [RST] F003 1 R/W 2 [0.000 , 65.535] s
0x36CD Time 0.76xPKP [RST] F003 1 R/W 2 [0.000 , 65.535] s
0x36CF Time 0.78xPKP [RST] F003 1 R/W 2 [0.000 , 65.535] s
0x36D1 Time 0.80xPKP [RST] F003 1 R/W 2 [0.000 , 65.535] s
0x36D3 Time 0.82xPKP [RST] F003 1 R/W 2 [0.000 , 65.535] s
0x36D5 Time 0.84xPKP [RST] F003 1 R/W 2 [0.000 , 65.535] s
0x36D7 Time 0.86xPKP [RST] F003 1 R/W 2 [0.000 , 65.535] s
0x36D9 Time 0.88xPKP [RST] F003 1 R/W 2 [0.000 , 65.535] s
0x36DB Time 0.90xPKP [RST] F003 1 R/W 2 [0.000 , 65.535] s
0x36DD Time 0.91xPKP [RST] F003 1 R/W 2 [0.000 , 65.535] s

1601-0800-A1 F650 DIGITAL BAY CONTROLLER B-123


B.5 MEMORY MAP APPENDIX B: MODBUS PROTOCOL

ADDRESS BIT NAME FORMAT STEP MODE LENGTH MISCELLANEOUS


0x36DF Time 0.92xPKP [RST] F003 1 R/W 2 [0.000 , 65.535] s
0x36E1 Time 0.93xPKP [RST] F003 1 R/W 2 [0.000 , 65.535] s
0x36E3 Time 0.94xPKP [RST] F003 1 R/W 2 [0.000 , 65.535] s
0x36E5 Time 0.95xPKP [RST] F003 1 R/W 2 [0.000 , 65.535] s
0x36E7 Time 0.96xPKP [RST] F003 1 R/W 2 [0.000 , 65.535] s
0x36E9 Time 0.97xPKP [RST] F003 1 R/W 2 [0.000 , 65.535] s
0x36EB Time 0.98xPKP [RST] F003 1 R/W 2 [0.000 , 65.535] s
0x36ED Time 1.03xPKP [OP] F003 1 R/W 2 [0.000 , 65.535] s
0x36EF Time 1.05xPKP [OP] F003 1 R/W 2 [0.000 , 65.535] s
0x36F1 Time 1.10xPKP [OP] F003 1 R/W 2 [0.000 , 65.535] s
0x36F3 Time 1.20xPKP [OP] F003 1 R/W 2 [0.000 , 65.535] s
0x36F5 Time 1.30xPKP [OP] F003 1 R/W 2 [0.000 , 65.535] s
0x36F7 Time 1.40xPKP [OP] F003 1 R/W 2 [0.000 , 65.535] s
0x36F9 Time 1.50xPKP [OP] F003 1 R/W 2 [0.000 , 65.535] s
0x36FB Time 1.60xPKP [OP] F003 1 R/W 2 [0.000 , 65.535] s
0x36FD Time 1.70xPKP [OP] F003 1 R/W 2 [0.000 , 65.535] s
0x36FF Time 1.80xPKP [OP] F003 1 R/W 2 [0.000 , 65.535] s
0x3701 Time 1.90xPKP [OP] F003 1 R/W 2 [0.000 , 65.535] s
0x3703 Time 2.00xPKP [OP] F003 1 R/W 2 [0.000 , 65.535] s
0x3705 Time 2.10xPKP [OP] F003 1 R/W 2 [0.000 , 65.535] s
0x3707 Time 2.20xPKP [OP] F003 1 R/W 2 [0.000 , 65.535] s
0x3709 Time 2.30xPKP [OP] F003 1 R/W 2 [0.000 , 65.535] s
0x370B Time 2.40xPKP [OP] F003 1 R/W 2 [0.000 , 65.535] s
0x370D Time 2.50xPKP [OP] F003 1 R/W 2 [0.000 , 65.535] s
0x370F Time 2.60xPKP [OP] F003 1 R/W 2 [0.000 , 65.535] s
0x3711 Time 2.70xPKP [OP] F003 1 R/W 2 [0.000 , 65.535] s
0x3713 Time 2.80xPKP [OP] F003 1 R/W 2 [0.000 , 65.535] s
Ajustes Curva Usuario C - Flex Curves C (cont.)
0x3715 Time 2.90xPKP [OP] F003 1 R/W 2 [0.000 , 65.535] s
0x3717 Time 3.00xPKP [OP] F003 1 R/W 2 [0.000 , 65.535] s
0x3719 Time 3.10xPKP [OP] F003 1 R/W 2 [0.000 , 65.535] s
0x371B Time 3.20xPKP [OP] F003 1 R/W 2 [0.000 , 65.535] s
0x371D Time 3.30xPKP [OP] F003 1 R/W 2 [0.000 , 65.535] s
0x371F Time 3.40xPKP [OP] F003 1 R/W 2 [0.000 , 65.535] s
0x3721 Time 3.50xPKP [OP] F003 1 R/W 2 [0.000 , 65.535] s
0x3723 Time 3.60xPKP [OP] F003 1 R/W 2 [0.000 , 65.535] s
0x3725 Time 3.70xPKP [OP] F003 1 R/W 2 [0.000 , 65.535] s
0x3727 Time 3.80xPKP [OP] F003 1 R/W 2 [0.000 , 65.535] s
0x3729 Time 3.90xPKP [OP] F003 1 R/W 2 [0.000 , 65.535] s
0x372B Time 4.00xPKP [OP] F003 1 R/W 2 [0.000 , 65.535] s
0x372D Time 4.10xPKP [OP] F003 1 R/W 2 [0.000 , 65.535] s
0x372F Time 4.20xPKP [OP] F003 1 R/W 2 [0.000 , 65.535] s
0x3731 Time 4.30xPKP [OP] F003 1 R/W 2 [0.000 , 65.535] s
0x3733 Time 4.40xPKP [OP] F003 1 R/W 2 [0.000 , 65.535] s
0x3735 Time 4.50xPKP [OP] F003 1 R/W 2 [0.000 , 65.535] s
0x3737 Time 4.60xPKP [OP] F003 1 R/W 2 [0.000 , 65.535] s
0x3739 Time 4.70xPKP [OP] F003 1 R/W 2 [0.000 , 65.535] s
0x373B Time 4.80xPKP [OP] F003 1 R/W 2 [0.000 , 65.535] s
0x373D Time 4.90xPKP [OP] F003 1 R/W 2 [0.000 , 65.535] s
0x373F Time 5.00xPKP [OP] F003 1 R/W 2 [0.000 , 65.535] s

B-124 F650 DIGITAL BAY CONTROLLER 1601-0800-A1


APPENDIX B: MODBUS PROTOCOL B.5 MEMORY MAP

ADDRESS BIT NAME FORMAT STEP MODE LENGTH MISCELLANEOUS


0x3741 Time 5.10xPKP [OP] F003 1 R/W 2 [0.000 , 65.535] s
0x3743 Time 5.20xPKP [OP] F003 1 R/W 2 [0.000 , 65.535] s
0x3745 Time 5.30xPKP [OP] F003 1 R/W 2 [0.000 , 65.535] s
0x3747 Time 5.40xPKP [OP] F003 1 R/W 2 [0.000 , 65.535] s
0x3749 Time 5.50xPKP [OP] F003 1 R/W 2 [0.000 , 65.535] s
0x374B Time 5.60xPKP [OP] F003 1 R/W 2 [0.000 , 65.535] s
0x374D Time 5.70xPKP [OP] F003 1 R/W 2 [0.000 , 65.535] s
0x374F Time 5.80xPKP [OP] F003 1 R/W 2 [0.000 , 65.535] s
0x3751 Time 5.90xPKP [OP] F003 1 R/W 2 [0.000 , 65.535] s
0x3753 Time 6.00xPKP [OP] F003 1 R/W 2 [0.000 , 65.535] s
0x3755 Time 6.50xPKP [OP] F003 1 R/W 2 [0.000 , 65.535] s
0x3757 Time 7.00xPKP [OP] F003 1 R/W 2 [0.000 , 65.535] s
0x3759 Time 7.50xPKP [OP] F003 1 R/W 2 [0.000 , 65.535] s
0x375B Time 8.00xPKP [OP] F003 1 R/W 2 [0.000 , 65.535] s
0x375D Time 8.50xPKP [OP] F003 1 R/W 2 [0.000 , 65.535] s
0x375F Time 9.00xPKP [OP] F003 1 R/W 2 [0.000 , 65.535] s
0x3761 Time 9.50xPKP [OP] F003 1 R/W 2 [0.000 , 65.535] s
0x3763 Time 10.00xPKP [OP] F003 1 R/W 2 [0.000 , 65.535] s
0x3765 Time 10.50xPKP [OP] F003 1 R/W 2 [0.000 , 65.535] s
0x3767 Time 11.00xPKP [OP] F003 1 R/W 2 [0.000 , 65.535] s
0x3769 Time 11.50xPKP [OP] F003 1 R/W 2 [0.000 , 65.535] s
0x376B Time 12.00xPKP [OP] F003 1 R/W 2 [0.000 , 65.535] s
0x376D Time 12.50xPKP [OP] F003 1 R/W 2 [0.000 , 65.535] s
0x376F Time 13.00xPKP [OP] F003 1 R/W 2 [0.000 , 65.535] s
0x3771 Time 13.50xPKP [OP] F003 1 R/W 2 [0.000 , 65.535] s
0x3773 Time 14.00xPKP [OP] F003 1 R/W 2 [0.000 , 65.535] s
0x3775 Time 14.50xPKP [OP] F003 1 R/W 2 [0.000 , 65.535] s
0x3777 Time 15.00xPKP [OP] F003 1 R/W 2 [0.000 , 65.535] s
0x3779 Time 15.50xPKP [OP] F003 1 R/W 2 [0.000 , 65.535] s
Ajustes Curva Usuario C - Flex Curves C (cont.)
0x377B Time 16.00xPKP [OP] F003 1 R/W 2 [0.000 , 65.535] s
0x377D Time 16.50xPKP [OP] F003 1 R/W 2 [0.000 , 65.535] s
0x377F Time 17.00xPKP [OP] F003 1 R/W 2 [0.000 , 65.535] s
0x3781 Time 17.50xPKP [OP] F003 1 R/W 2 [0.000 , 65.535] s
0x3783 Time 18.00xPKP [OP] F003 1 R/W 2 [0.000 , 65.535] s
0x3785 Time 18.50xPKP [OP] F003 1 R/W 2 [0.000 , 65.535] s
0x3787 Time 19.00xPKP [OP] F003 1 R/W 2 [0.000 , 65.535] s
0x3789 Time 19.50xPKP [OP] F003 1 R/W 2 [0.000 , 65.535] s
0x378B Time 20.00xPKP [OP] F003 1 R/W 2 [0.000 , 65.535] s
0x37A0 Confirmation address W 1
Ajustes Curva Usuario D - Flex Curves D
0x37A1 Time 0.00xPKP [RST] F003 1 R/W 2 [0.000 , 65.535] s
0x37A3 Time 0.05xPKP [RST] F003 1 R/W 2 [0.000 , 65.535] s
0x37A5 Time 0.10xPKP [RST] F003 1 R/W 2 [0.000 , 65.535] s
0x37A7 Time 0.15xPKP [RST] F003 1 R/W 2 [0.000 , 65.535] s
0x37A9 Time 0.20xPKP [RST] F003 1 R/W 2 [0.000 , 65.535] s
0x37AB Time 0.25xPKP [RST] F003 1 R/W 2 [0.000 , 65.535] s
0x37AD Time 0.30xPKP [RST] F003 1 R/W 2 [0.000 , 65.535] s
0x37AF Time 0.35xPKP [RST] F003 1 R/W 2 [0.000 , 65.535] s
0x37B1 Time 0.40xPKP [RST] F003 1 R/W 2 [0.000 , 65.535] s

1601-0800-A1 F650 DIGITAL BAY CONTROLLER B-125


B.5 MEMORY MAP APPENDIX B: MODBUS PROTOCOL

ADDRESS BIT NAME FORMAT STEP MODE LENGTH MISCELLANEOUS


0x37B3 Time 0.45xPKP [RST] F003 1 R/W 2 [0.000 , 65.535] s
0x37B5 Time 0.48xPKP [RST] F003 1 R/W 2 [0.000 , 65.535] s
0x37B7 Time 0.50xPKP [RST] F003 1 R/W 2 [0.000 , 65.535] s
0x37B9 Time 0.52xPKP [RST] F003 1 R/W 2 [0.000 , 65.535] s
0x37BB Time 0.54xPKP [RST] F003 1 R/W 2 [0.000 , 65.535] s
0x37BD Time 0.56xPKP [RST] F003 1 R/W 2 [0.000 , 65.535] s
0x37BF Time 0.58xPKP [RST] F003 1 R/W 2 [0.000 , 65.535] s
0x37C1 Time 0.60xPKP [RST] F003 1 R/W 2 [0.000 , 65.535] s
0x37C3 Time 0.62xPKP [RST] F003 1 R/W 2 [0.000 , 65.535] s
0x37C5 Time 0.64xPKP [RST] F003 1 R/W 2 [0.000 , 65.535] s
0x37C7 Time 0.66xPKP [RST] F003 1 R/W 2 [0.000 , 65.535] s
0x37C9 Time 0.68xPKP [RST] F003 1 R/W 2 [0.000 , 65.535] s
0x37CB Time 0.70xPKP [RST] F003 1 R/W 2 [0.000 , 65.535] s
0x37CD Time 0.72xPKP [RST] F003 1 R/W 2 [0.000 , 65.535] s
0x37CF Time 0.74xPKP [RST] F003 1 R/W 2 [0.000 , 65.535] s
0x37D1 Time 0.76xPKP [RST] F003 1 R/W 2 [0.000 , 65.535] s
0x37D3 Time 0.78xPKP [RST] F003 1 R/W 2 [0.000 , 65.535] s
0x37D5 Time 0.80xPKP [RST] F003 1 R/W 2 [0.000 , 65.535] s
0x37D7 Time 0.82xPKP [RST] F003 1 R/W 2 [0.000 , 65.535] s
0x37D9 Time 0.84xPKP [RST] F003 1 R/W 2 [0.000 , 65.535] s
0x37DB Time 0.86xPKP [RST] F003 1 R/W 2 [0.000 , 65.535] s
0x37DD Time 0.88xPKP [RST] F003 1 R/W 2 [0.000 , 65.535] s
0x37DF Time 0.90xPKP [RST] F003 1 R/W 2 [0.000 , 65.535] s
0x37E1 Time 0.91xPKP [RST] F003 1 R/W 2 [0.000 , 65.535] s
0x37E3 Time 0.92xPKP [RST] F003 1 R/W 2 [0.000 , 65.535] s
0x37E5 Time 0.93xPKP [RST] F003 1 R/W 2 [0.000 , 65.535] s
0x37E7 Time 0.94xPKP [RST] F003 1 R/W 2 [0.000 , 65.535] s
0x37E9 Time 0.95xPKP [RST] F003 1 R/W 2 [0.000 , 65.535] s
0x37EB Time 0.96xPKP [RST] F003 1 R/W 2 [0.000 , 65.535] s
0x37ED Time 0.97xPKP [RST] F003 1 R/W 2 [0.000 , 65.535] s
0x37EF Time 0.98xPKP [RST] F003 1 R/W 2 [0.000 , 65.535] s
Ajustes Curva Usuario D - Flex Curves D (cont.)
0x37F1 Time 1.03xPKP [OP] F003 1 R/W 2 [0.000 , 65.535] s
0x37F3 Time 1.05xPKP [OP] F003 1 R/W 2 [0.000 , 65.535] s
0x37F5 Time 1.10xPKP [OP] F003 1 R/W 2 [0.000 , 65.535] s
0x37F7 Time 1.20xPKP [OP] F003 1 R/W 2 [0.000 , 65.535] s
0x37F9 Time 1.30xPKP [OP] F003 1 R/W 2 [0.000 , 65.535] s
0x37FB Time 1.40xPKP [OP] F003 1 R/W 2 [0.000 , 65.535] s
0x37FD Time 1.50xPKP [OP] F003 1 R/W 2 [0.000 , 65.535] s
0x37FF Time 1.60xPKP [OP] F003 1 R/W 2 [0.000 , 65.535] s
0x3801 Time 1.70xPKP [OP] F003 1 R/W 2 [0.000 , 65.535] s
0x3803 Time 1.80xPKP [OP] F003 1 R/W 2 [0.000 , 65.535] s
0x3805 Time 1.90xPKP [OP] F003 1 R/W 2 [0.000 , 65.535] s
0x3807 Time 2.00xPKP [OP] F003 1 R/W 2 [0.000 , 65.535] s
0x3809 Time 2.10xPKP [OP] F003 1 R/W 2 [0.000 , 65.535] s
0x380B Time 2.20xPKP [OP] F003 1 R/W 2 [0.000 , 65.535] s
0x380D Time 2.30xPKP [OP] F003 1 R/W 2 [0.000 , 65.535] s
0x380F Time 2.40xPKP [OP] F003 1 R/W 2 [0.000 , 65.535] s
0x3811 Time 2.50xPKP [OP] F003 1 R/W 2 [0.000 , 65.535] s
0x3813 Time 2.60xPKP [OP] F003 1 R/W 2 [0.000 , 65.535] s

B-126 F650 DIGITAL BAY CONTROLLER 1601-0800-A1


APPENDIX B: MODBUS PROTOCOL B.5 MEMORY MAP

ADDRESS BIT NAME FORMAT STEP MODE LENGTH MISCELLANEOUS


0x3815 Time 2.70xPKP [OP] F003 1 R/W 2 [0.000 , 65.535] s
0x3817 Time 2.80xPKP [OP] F003 1 R/W 2 [0.000 , 65.535] s
0x3819 Time 2.90xPKP [OP] F003 1 R/W 2 [0.000 , 65.535] s
0x381B Time 3.00xPKP [OP] F003 1 R/W 2 [0.000 , 65.535] s
0x381D Time 3.10xPKP [OP] F003 1 R/W 2 [0.000 , 65.535] s
0x381F Time 3.20xPKP [OP] F003 1 R/W 2 [0.000 , 65.535] s
0x3821 Time 3.30xPKP [OP] F003 1 R/W 2 [0.000 , 65.535] s
0x3823 Time 3.40xPKP [OP] F003 1 R/W 2 [0.000 , 65.535] s
0x3825 Time 3.50xPKP [OP] F003 1 R/W 2 [0.000 , 65.535] s
0x3827 Time 3.60xPKP [OP] F003 1 R/W 2 [0.000 , 65.535] s
0x3829 Time 3.70xPKP [OP] F003 1 R/W 2 [0.000 , 65.535] s
0x382B Time 3.80xPKP [OP] F003 1 R/W 2 [0.000 , 65.535] s
0x382D Time 3.90xPKP [OP] F003 1 R/W 2 [0.000 , 65.535] s
0x382F Time 4.00xPKP [OP] F003 1 R/W 2 [0.000 , 65.535] s
0x3831 Time 4.10xPKP [OP] F003 1 R/W 2 [0.000 , 65.535] s
0x3833 Time 4.20xPKP [OP] F003 1 R/W 2 [0.000 , 65.535] s
0x3835 Time 4.30xPKP [OP] F003 1 R/W 2 [0.000 , 65.535] s
0x3837 Time 4.40xPKP [OP] F003 1 R/W 2 [0.000 , 65.535] s
0x3839 Time 4.50xPKP [OP] F003 1 R/W 2 [0.000 , 65.535] s
0x383B Time 4.60xPKP [OP] F003 1 R/W 2 [0.000 , 65.535] s
0x383D Time 4.70xPKP [OP] F003 1 R/W 2 [0.000 , 65.535] s
0x383F Time 4.80xPKP [OP] F003 1 R/W 2 [0.000 , 65.535] s
0x3841 Time 4.90xPKP [OP] F003 1 R/W 2 [0.000 , 65.535] s
0x3843 Time 5.00xPKP [OP] F003 1 R/W 2 [0.000 , 65.535] s
0x3845 Time 5.10xPKP [OP] F003 1 R/W 2 [0.000 , 65.535] s
0x3847 Time 5.20xPKP [OP] F003 1 R/W 2 [0.000 , 65.535] s
0x3849 Time 5.30xPKP [OP] F003 1 R/W 2 [0.000 , 65.535] s
0x384B Time 5.40xPKP [OP] F003 1 R/W 2 [0.000 , 65.535] s
0x384D Time 5.50xPKP [OP] F003 1 R/W 2 [0.000 , 65.535] s
0x384F Time 5.60xPKP [OP] F003 1 R/W 2 [0.000 , 65.535] s
0x3851 Time 5.70xPKP [OP] F003 1 R/W 2 [0.000 , 65.535] s
0x3853 Time 5.80xPKP [OP] F003 1 R/W 2 [0.000 , 65.535] s
0x3855 Time 5.90xPKP [OP] F003 1 R/W 2 [0.000 , 65.535] s
Ajustes Curva Usuario D - Flex Curves D (cont.)
0x3857 Time 6.00xPKP [OP] F003 1 R/W 2 [0.000 , 65.535] s
0x3859 Time 6.50xPKP [OP] F003 1 R/W 2 [0.000 , 65.535] s
0x385B Time 7.00xPKP [OP] F003 1 R/W 2 [0.000 , 65.535] s
0x385D Time 7.50xPKP [OP] F003 1 R/W 2 [0.000 , 65.535] s
0x385F Time 8.00xPKP [OP] F003 1 R/W 2 [0.000 , 65.535] s
0x3861 Time 8.50xPKP [OP] F003 1 R/W 2 [0.000 , 65.535] s
0x3863 Time 9.00xPKP [OP] F003 1 R/W 2 [0.000 , 65.535] s
0x3865 Time 9.50xPKP [OP] F003 1 R/W 2 [0.000 , 65.535] s
0x3867 Time 10.00xPKP [OP] F003 1 R/W 2 [0.000 , 65.535] s
0x3869 Time 10.50xPKP [OP] F003 1 R/W 2 [0.000 , 65.535] s
0x386B Time 11.00xPKP [OP] F003 1 R/W 2 [0.000 , 65.535] s
0x386D Time 11.50xPKP [OP] F003 1 R/W 2 [0.000 , 65.535] s
0x386F Time 12.00xPKP [OP] F003 1 R/W 2 [0.000 , 65.535] s
0x3871 Time 12.50xPKP [OP] F003 1 R/W 2 [0.000 , 65.535] s
0x3873 Time 13.00xPKP [OP] F003 1 R/W 2 [0.000 , 65.535] s
0x3875 Time 13.50xPKP [OP] F003 1 R/W 2 [0.000 , 65.535] s

1601-0800-A1 F650 DIGITAL BAY CONTROLLER B-127


B.5 MEMORY MAP APPENDIX B: MODBUS PROTOCOL

ADDRESS BIT NAME FORMAT STEP MODE LENGTH MISCELLANEOUS


0x3877 Time 14.00xPKP [OP] F003 1 R/W 2 [0.000 , 65.535] s
0x3879 Time 14.50xPKP [OP] F003 1 R/W 2 [0.000 , 65.535] s
0x387B Time 15.00xPKP [OP] F003 1 R/W 2 [0.000 , 65.535] s
0x387D Time 15.50xPKP [OP] F003 1 R/W 2 [0.000 , 65.535] s
0x387F Time 16.00xPKP [OP] F003 1 R/W 2 [0.000 , 65.535] s
0x3881 Time 16.50xPKP [OP] F003 1 R/W 2 [0.000 , 65.535] s
0x3883 Time 17.00xPKP [OP] F003 1 R/W 2 [0.000 , 65.535] s
0x3885 Time 17.50xPKP [OP] F003 1 R/W 2 [0.000 , 65.535] s
0x3887 Time 18.00xPKP [OP] F003 1 R/W 2 [0.000 , 65.535] s
0x3889 Time 18.50xPKP [OP] F003 1 R/W 2 [0.000 , 65.535] s
0x388B Time 19.00xPKP [OP] F003 1 R/W 2 [0.000 , 65.535] s
0x388D Time 19.50xPKP [OP] F003 1 R/W 2 [0.000 , 65.535] s
0x388F Time 20.00xPKP [OP] F003 1 R/W 2 [0.000 , 65.535] s
0x38A4 Confirmation address W 1
Ajustes Protocolo Modbus - MODBUS Settings
0x38A5 Modbus Address COM1 F004 1 R/W 1 [1 , 255]
0x38A6 Modbus Address COM2 F004 1 R/W 1 [1 , 255]
0x38A7 Modbus Port Number F005 1 R/W 2 [0 , 65535]
0x38BC Confirmation address W 1
Ajustes Puertos Serie - SERIAL PORTS Settings
0x38BD COM1 Baud Rate F012 1 R/W 1 0=300
1=600
2=1200
3=2400
4=4800
5=9600
6=19200
7=38400
8=57600
9=115200
0x38BE COM2 Baud Rate F012 1 R/W 1 0=300
1=600
2=1200
3=2400
4=4800
5=9600
6=19200
7=38400
8=57600
9=115200
0x38BF COM1 Parity F012 1000 R/W 1 0=NONE
1=ODD
2=EVEN
0x38C0 COM2 Parity F012 1000 R/W 1 0=NONE
1=ODD
2=EVEN
0x38D3 Confirmation address W 1
Ajustes Registrador de Datos - Data Logger Settings
0x38D4 Function F012 1 R/W 1 0=DISABLED
1=ENABLED

B-128 F650 DIGITAL BAY CONTROLLER 1601-0800-A1


APPENDIX B: MODBUS PROTOCOL B.5 MEMORY MAP

ADDRESS BIT NAME FORMAT STEP MODE LENGTH MISCELLANEOUS


0x38D5 Data Logger Rate F012 1 R/W 1 0=1 s
1=5 Minutes
2=10 Minutes
3=15 Minutes
4=20 Minutes
5=30 Minutes
6=60 Minutes
0x38D6 Data Logger Chnl 1 F004 1 R/W 1 [0 , 32767]
0x38D7 Data Logger Chnl 2 F004 1 R/W 1 [0 , 32767]
0x38D8 Data Logger Chnl 3 F004 1 R/W 1 [0 , 32767]
0x38D9 Data Logger Chnl 4 F004 1 R/W 1 [0 , 32767]
0x38DA Data Logger Chnl 5 F004 1 R/W 1 [0 , 32767]
0x38DB Data Logger Chnl 6 F004 1 R/W 1 [0 , 32767]
0x38DC Data Logger Chnl 7 F004 1 R/W 1 [0 , 32767]
0x38DD Data Logger Chnl 8 F004 1 R/W 1 [0 , 32767]
0x38DE Data Logger Chnl 9 F004 1 R/W 1 [0 , 32767]
0x38DF Data Logger Chnl 10 F004 1 R/W 1 [0 , 32767]
0x38E0 Data Logger Chnl 11 F004 1 R/W 1 [0 , 32767]
0x38E1 Data Logger Chnl 12 F004 1 R/W 1 [0 , 32767]
0x38E2 Data Logger Chnl 13 F004 1 R/W 1 [0 , 32767]
0x38E3 Data Logger Chnl 14 F004 1 R/W 1 [0 , 32767]
0x38E4 Data Logger Chnl 15 F004 1 R/W 1 [0 , 32767]
0x38E5 Data Logger Chnl 16 F004 1 R/W 1 [0 , 32767]
0x38F9 Confirmation address W 1
Ajustes unidad direccional de potencia Grupo 1 - Directional Power 1 Settings
0x38FA Function F012 1 R/W 1 0=DISABLED
1=ENABLED
0x38FB Blk Time After Close F003 1 R/W 2 [0,00 , 900,00] s
0x38FD Dir Power Angle 1 F003 1 R/W 2 [0,00 , 359,99] Deg
0x38FF Stage 1 Tap F003 1 R/W 2 [-10000,00 , 10000,00] MW
0x3901 Stage 1 Time F003 1 R/W 2 [0,00 , 900,00] s
0x3903 Dir Power Angle 2 F003 1 R/W 2 [0,00 , 359,99] Deg
0x3905 Stage 2 Tap F003 1 R/W 2 [-10000,00 , 10000,00] MW
0x3907 Stage 2 Time F003 1 R/W 2 [0,00 , 900,00] s
0x3909 Snapshot Events F012 1 R/W 1 0=DISABLED
1=ENABLED
0x391C Confirmation address W 1
Ajustes unidad direccional de potencia Grupo 2 - Directional Power 2 Settings
0x391D Function F012 1 R/W 1 0=DISABLED
1=ENABLED
0x391E Blk Time After Close F003 1 R/W 2 [0,00 , 900,00] s
0x3920 Dir Power Angle 1 F003 1 R/W 2 [0,00 , 359,99] Deg
0x3922 Stage 1 Tap F003 1 R/W 2 [-10000,00 , 10000,00] MW
0x3924 Stage 1 Time F003 1 R/W 2 [0,00 , 900,00] s
0x3926 Dir Power Angle 2 F003 1 R/W 2 [0,00 , 359,99] Deg
0x3928 Stage 2 Tap F003 1 R/W 2 [-10000,00 , 10000,00] MW
0x392A Stage 2 Time F003 1 R/W 2 [0,00 , 900,00] s
0x392C Snapshot Events F012 1 R/W 1 0=DISABLED
1=ENABLED
0x393F Confirmation address W 1

1601-0800-A1 F650 DIGITAL BAY CONTROLLER B-129


B.5 MEMORY MAP APPENDIX B: MODBUS PROTOCOL

ADDRESS BIT NAME FORMAT STEP MODE LENGTH MISCELLANEOUS


Ajustes unidad direccional de potencia Grupo 3 - Directional Power 3 Settings
0x3940 Function F012 1 R/W 1 0=DISABLED
1=ENABLED
0x3941 Blk Time After Close F003 1 R/W 2 [0,00 , 900,00] s
0x3943 Dir Power Angle 1 F003 1 R/W 2 [0,00 , 359,99] Deg
0x3945 Stage 1 Tap F003 1 R/W 2 [-10000,00 , 10000,00] MW
0x3947 Stage 1 Time F003 1 R/W 2 [0,00 , 900,00] s
0x3949 Dir Power Angle 2 F003 1 R/W 2 [0,00 , 359,99] Deg
0x394B Stage 2 Tap F003 1 R/W 2 [-10000,00 , 10000,00] MW
0x394D Stage 2 Time F003 1 R/W 2 [0,00 , 900,00] s
0x394F Snapshot Events F012 1 R/W 1 0=DISABLED
1=ENABLED
0x3962 Confirmation address W 1
Ajustes unidad Rotor Bloqueado Grupo 1 - Locked Rotor 1 Settings
Locked Rotor 1
0x3963 Function F012 1 R/W 1 0=DISABLED
1=ENABLED
0x3964 Input F012 1 R/W 1 0=PHASOR(DFT)
1=RMS
0x3965 Full Load Current F003 1 R/W 2 [0.10 , 10.00] KA
0x3967 Pickup Level F003 1 R/W 2 [1.01 , 109.00]
0x3969 Trip Delay F003 1 R/W 2 [0.00 , 900.00] s
0x396B Reset Delay F003 1 R/W 2 [0.00 , 900.00] s
0x396D Snapshot Events F012 1 R/W 1 0=DISABLED
1=ENABLED
0x3977 Confirmation address W 1
Ajustes unidad Rotor Bloqueado Grupo 2 - Locked Rotor 2 Settings
Locked Rotor 2
0x3978 Function F012 1 R/W 1 0=DISABLED
1=ENABLED
0x3979 Input F012 1 R/W 1 0=PHASOR(DFT)
1=RMS
0x397A Full Load Current F003 1 R/W 2 [0.10 , 10.00] KA
0x397C Pickup Level F003 1 R/W 2 [1.01 , 109.00]
0x397E Trip Delay F003 1 R/W 2 [0.00 , 900.00] s
0x3980 Reset Delay F003 1 R/W 2 [0.00 , 900.00] s
0x3982 Snapshot Events F012 1 R/W 1 0=DISABLED
1=ENABLED
0x398C Confirmation address W 1
Ajustes unidad Rotor Bloqueado Grupo 3 - Locked Rotor 3 Settings
Locked Rotor 3
0x398D Function F012 1 R/W 1 0=DISABLED
1=ENABLED
0x398E Input F012 1 R/W 1 0=PHASOR(DFT)
1=RMS
0x398F Full Load Current F003 1 R/W 2 [0.10 , 10.00] KA
0x3991 Pickup Level F003 1 R/W 2 [1.01 , 109.00]
0x3993 Trip Delay F003 1 R/W 2 [0.00 , 900.00] s
0x3995 Reset Delay F003 1 R/W 2 [0.00 , 900.00] s
0x3997 Snapshot Events F012 1 R/W 1 0=DISABLED

B-130 F650 DIGITAL BAY CONTROLLER 1601-0800-A1


APPENDIX B: MODBUS PROTOCOL B.5 MEMORY MAP

ADDRESS BIT NAME FORMAT STEP MODE LENGTH MISCELLANEOUS


1=ENABLED
0x39A1 Confirmation address W 1
Ajustes Comunicaciones Remotas - Remote Communications Settings
0x3A76 Remote Comms F012 1 R/W 1 0=DISABLED
1=GSSE
2=GOOSE
0x3A77 F650 ID F009 1 R/W 33
0x3A98 Hold Time F005 1 R/W 2 [1000 , 60000] ms
0x3A9A Events Remote Out F012 1 R/W 1 0=DISABLED
1=ENABLED
Ajustes Entradas Remotas (32 elementos) - Remote Inputs Settings (32 items) [Only Configurable for GSSE]
0x3A9B Remote Device 1 F009 1 R/W 33
0x3ABC Bit Pair 1 F012 1 R/W 1 0=NONE
1=DNA-1
2=DNA-2
--------
32=DNA-32
33=UserSt-1
34=UserSt-2
--------
96=UserSt-64
0x3ABD Default Value 1 F012 1 R/W 1 0=OFF
1=ON
2=Latest OFF
3=Latest ON
Ajustes Entradas Remotas (32 elementos) - Remote Inputs Settings (32 items) [Only Configurable for GSSE] (cont.)
0x3ABE Remote Device 2 F009 1 R/W 33
0x3ADF Bit Pair 2 F012 1 R/W 1 0=NONE
1=DNA-1
2=DNA-2
--------
32=DNA-32
33=UserSt-1
34=UserSt-2
--------
96=UserSt-64
0x3AE0 Default Value 2 F012 1 R/W 1 0=OFF
1=ON
2=Latest OFF
3=Latest ON
... ... ... ... ... ... ... ...
... ... ... ... ... ... ... ...
... ... ... ... ... ... ... ...
0x3ED8 Remote Device 32 F009 1 R/W 33
0x3EF9 Bit Pair 32 F012 1 R/W 1 0=NONE
1=DNA-1
2=DNA-2
--------
32=DNA-32
33=UserSt-1

1601-0800-A1 F650 DIGITAL BAY CONTROLLER B-131


B.5 MEMORY MAP APPENDIX B: MODBUS PROTOCOL

ADDRESS BIT NAME FORMAT STEP MODE LENGTH MISCELLANEOUS


34=UserSt-2
--------
96=UserSt-64
0x3EFA Default Value 32 F012 1 R/W 1 0=OFF
1=ON
2=Latest OFF
3=Latest ON
0x3EFB Events Remote Inp F012 1 R/W 1 0=DISABLED
1=ENABLED
0x3EFC Destination MAC Data1 F004 1000 R/W 1
0x3EFD Destination MAC Data2 F004 1000 R/W 1
0x3EFE Destination MAC Data3 F004 1000 R/W 1
0x3EFF GSSE RemDevice01 MAC Data1 F004 1000 R/W 1
0x3F00 GSSE RemDevice01 MAC Data2 F004 1000 R/W 1
0x3F01 GSSE RemDevice01 MAC Data3 F004 1000 R/W 1
0x3F02 GSSE RemDevice02 MAC Data1 F004 1000 R/W 1
0x3F03 GSSE RemDevice02 MAC Data2 F004 1000 R/W 1
0x3F04 GSSE RemDevice02 MAC Data3 F004 1000 R/W 1
0x3F05 GSSE RemDevice03 MAC Data1 F004 1000 R/W 1
0x3F06 GSSE RemDevice03 MAC Data2 F004 1000 R/W 1
0x3F07 GSSE RemDevice03 MAC Data3 F004 1000 R/W 1
0x3F08 GSSE RemDevice04 MAC Data1 F004 1000 R/W 1
0x3F09 GSSE RemDevice04 MAC Data2 F004 1000 R/W 1
0x3F0A GSSE RemDevice04 MAC Data3 F004 1000 R/W 1
0x3F0B GSSE RemDevice05 MAC Data1 F004 1000 R/W 1
0x3F0C GSSE RemDevice05 MAC Data2 F004 1000 R/W 1
0x3F0D GSSE RemDevice05 MAC Data3 F004 1000 R/W 1
0x3F0E GSSE RemDevice06 MAC Data1 F004 1000 R/W 1
0x3F0F GSSE RemDevice06 MAC Data2 F004 1000 R/W 1
0x3F10 GSSE RemDevice06 MAC Data3 F004 1000 R/W 1
0x3F11 GSSE RemDevice07 MAC Data1 F004 1000 R/W 1
0x3F12 GSSE RemDevice07 MAC Data2 F004 1000 R/W 1
0x3F13 GSSE RemDevice07 MAC Data3 F004 1000 R/W 1
0x3F14 GSSE RemDevice08 MAC Data1 F004 1000 R/W 1
0x3F15 GSSE RemDevice08 MAC Data2 F004 1000 R/W 1
0x3F16 GSSE RemDevice08 MAC Data3 F004 1000 R/W 1
0x3F17 GSSE RemDevice09 MAC Data1 F004 1000 R/W 1
0x3F18 GSSE RemDevice09 MAC Data2 F004 1000 R/W 1
0x3F19 GSSE RemDevice09 MAC Data3 F004 1000 R/W 1
0x3F1A GSSE RemDevice10 MAC Data1 F004 1000 R/W 1
0x3F1B GSSE RemDevice10 MAC Data2 F004 1000 R/W 1
0x3F1C GSSE RemDevice10 MAC Data3 F004 1000 R/W 1
0x3F1D GSSE RemDevice11 MAC Data1 F004 1000 R/W 1
0x3F1E GSSE RemDevice11 MAC Data2 F004 1000 R/W 1
0x3F1F GSSE RemDevice11 MAC Data3 F004 1000 R/W 1
0x3F20 GSSE RemDevice12 MAC Data1 F004 1000 R/W 1
0x3F21 GSSE RemDevice12 MAC Data2 F004 1000 R/W 1
0x3F22 GSSE RemDevice12 MAC Data3 F004 1000 R/W 1
0x3F23 GSSE RemDevice13 MAC Data1 F004 1000 R/W 1

B-132 F650 DIGITAL BAY CONTROLLER 1601-0800-A1


APPENDIX B: MODBUS PROTOCOL B.5 MEMORY MAP

ADDRESS BIT NAME FORMAT STEP MODE LENGTH MISCELLANEOUS


0x3F24 GSSE RemDevice13 MAC Data2 F004 1000 R/W 1
0x3F25 GSSE RemDevice13 MAC Data3 F004 1000 R/W 1
0x3F26 GSSE RemDevice14 MAC Data1 F004 1000 R/W 1
0x3F27 GSSE RemDevice14 MAC Data2 F004 1000 R/W 1
0x3F28 GSSE RemDevice14 MAC Data3 F004 1000 R/W 1
0x3F29 GSSE RemDevice15 MAC Data1 F004 1000 R/W 1
0x3F2A GSSE RemDevice15 MAC Data2 F004 1000 R/W 1
0x3F2B GSSE RemDevice15 MAC Data3 F004 1000 R/W 1
0x3F2C GSSE RemDevice16 MAC Data1 F004 1000 R/W 1
0x3F2D GSSE RemDevice16 MAC Data2 F004 1000 R/W 1
0x3F2E GSSE RemDevice16 MAC Data3 F004 1000 R/W 1
0x3F2F GSSE RemDevice17 MAC Data1 F004 1000 R/W 1
0x3F30 GSSE RemDevice17 MAC Data2 F004 1000 R/W 1
0x3F31 GSSE RemDevice17 MAC Data3 F004 1000 R/W 1
0x3F32 GSSE RemDevice18 MAC Data1 F004 1000 R/W 1
0x3F33 GSSE RemDevice18 MAC Data2 F004 1000 R/W 1
0x3F34 GSSE RemDevice18 MAC Data3 F004 1000 R/W 1
0x3F35 GSSE RemDevice19 MAC Data1 F004 1000 R/W 1
0x3F36 GSSE RemDevice19 MAC Data2 F004 1000 R/W 1
0x3F37 GSSE RemDevice19 MAC Data3 F004 1000 R/W 1
0x3F38 GSSE RemDevice20 MAC Data1 F004 1000 R/W 1
0x3F39 GSSE RemDevice20 MAC Data2 F004 1000 R/W 1
0x3F3A GSSE RemDevice20 MAC Data3 F004 1000 R/W 1
0x3F3B GSSE RemDevice21 MAC Data1 F004 1000 R/W 1
0x3F3C GSSE RemDevice21 MAC Data2 F004 1000 R/W 1
0x3F3D GSSE RemDevice21 MAC Data3 F004 1000 R/W 1
0x3F3E GSSE RemDevice22 MAC Data1 F004 1000 R/W 1
0x3F3F GSSE RemDevice22 MAC Data2 F004 1000 R/W 1
0x3F40 GSSE RemDevice22 MAC Data3 F004 1000 R/W 1
0x3F41 GSSE RemDevice23 MAC Data1 F004 1000 R/W 1
0x3F42 GSSE RemDevice23 MAC Data2 F004 1000 R/W 1
0x3F43 GSSE RemDevice23 MAC Data3 F004 1000 R/W 1
0x3F44 GSSE RemDevice24 MAC Data1 F004 1000 R/W 1
0x3F45 GSSE RemDevice24 MAC Data2 F004 1000 R/W 1
0x3F46 GSSE RemDevice24 MAC Data3 F004 1000 R/W 1
0x3F47 GSSE PORT F012 1000 R/W 1 0=PORT A
1=PORT B
2=BOTH
0x3F5B Confirmation address
Ajustes Sincronizacion SNTP - SNTP synchronization Settings (Do not apply to C650 models)
SNTP
0x3F5C Function F012 1 R/W 1 0=DISABLED
1=UNICAST
2=BROADCAST
3=ANYCAST
0x3F5D UDP Port F005 1 R/W 2 [1 , 65535]
0x3F5F Server IP Oct 1 F004 1 R/W 1 [0 , 255]
0x3F60 Server IP Oct 2 F004 1 R/W 1 [0 , 255]
0x3F61 Server IP Oct 3 F004 1 R/W 1 [0 , 255]

1601-0800-A1 F650 DIGITAL BAY CONTROLLER B-133


B.5 MEMORY MAP APPENDIX B: MODBUS PROTOCOL

ADDRESS BIT NAME FORMAT STEP MODE LENGTH MISCELLANEOUS


0x3F62 Server IP Oct 4 F004 1 R/W 1 [0 , 255]
0x3F66 Confirmation address
0x3F67 Server2 UDP Port F004 1 R/W 1 [0 , 255]
0x3F69 Server2 IP Oct 1 F004 1 R/W 1 [0 , 255]
0x3F6A Server2 IP Oct 2 F004 1 R/W 1 [0 , 255]
0x3F6B Server2 IP Oct 3 F004 1 R/W 1 [0 , 255]
0x3F6C Server2 IP Oct 4 F004 1 R/W 1 [0 , 255]
0x3F87 Confirmation address W 1
Contador de Pulsos-Pulse Counters
0x3F88 PulseCntr Enabled 1 F012 1,000 R/W 1 0=DISABLED
1=ENABLED
0x3F89 PulseCntr Name 1 F009 1,000 R/W 16
0x3F99 PulseCntr Factor 1 F003 1,000 R/W 2 [0.000 , 65000.000]
0x3F9B PulseCntr Overflow 1 F005 1,000 R/W 2 [0 , 1000000]
0x3F9D PulseCntr Board Origin 1 F012 1,000 R/W 1 0=F
1=G
2=H
3=J
0x3F9E PulseCntr Input Origin 1 F004 1,000 R/W 1 [1 , 32]
0x3F9F PulseCntr Enabled 2 F012 1,000 R/W 1 0=DISABLED
1=ENABLED
0x3FA0 PulseCntr Name 2 F009 1,000 R/W 16
0x3FB0 PulseCntr Factor 2 F003 1,000 R/W 2 [0.000 , 65000.000]
0x3FB2 PulseCntr Overflow 2 F005 1,000 R/W 2 [0 , 1000000]
0x3FB4 PulseCntr Board Origin 2 F012 1,000 R/W 1 0=F
1=G
2=H
3=J
0x3FB5 PulseCntr Input Origin 2 F004 1,000 R/W 1 [1 , 32]
0x3FB6 PulseCntr Enabled 3 F012 1,000 R/W 1 0=DISABLED
1=ENABLED
0x3FB7 PulseCntr Name 3 F009 1,000 R/W 16
0x3FC7 PulseCntr Factor 3 F003 1,000 R/W 2 [0.000 , 65000.000]
0x3FC9 PulseCntr Overflow 3 F005 1,000 R/W 2 [0 , 1000000]
0x3FCB PulseCntr Board Origin 3 F012 1,000 R/W 1 0=F
1=G
2=H
3=J
0x3FCC PulseCntr Input Origin 3 F004 1,000 R/W 1 [1 , 32]
0x3FCD PulseCntr Enabled 4 F012 1,000 R/W 1 0=DISABLED
1=ENABLED
0x3FCE PulseCntr Name 4 F009 1,000 R/W 16
0x3FDE PulseCntr Factor 4 F003 1,000 R/W 2 [0.000 , 65000.000]

B-134 F650 DIGITAL BAY CONTROLLER 1601-0800-A1


APPENDIX B: MODBUS PROTOCOL B.5 MEMORY MAP

ADDRESS BIT NAME FORMAT STEP MODE LENGTH MISCELLANEOUS


0x3FE0 PulseCntr Overflow 4 F005 1,000 R/W 2 [0 , 1000000]
0x3FE2 PulseCntr Board Origin 4 F012 1,000 R/W 1 0=F
1=G
2=H
3=J
0x3FE3 PulseCntr Input Origin 4 F004 1,000 R/W 1 [1 , 32]
0x3FE4 PulseCntr Enabled 5 F012 1,000 R/W 1 0=DISABLED
1=ENABLED
Contador de Pulsos-Pulse Counters (cont.)
0x3FE5 PulseCntr Name 5 F009 1,000 R/W 16
0x3FF5 PulseCntr Factor 5 F003 1,000 R/W 2 [0.000 , 65000.000]
0x3FF7 PulseCntr Overflow 5 F005 1,000 R/W 2 [0 , 1000000]
0x3FF9 PulseCntr Board Origin 5 F012 1,000 R/W 1 0=F
1=G
2=H
3=J
0x3FFA PulseCntr Input Origin 5 F004 1,000 R/W 1 [1 , 32]
0x3FFB PulseCntr Enabled 6 F012 1,000 R/W 1 0=DISABLED
1=ENABLED
0x3FFC PulseCntr Name 6 F009 1,000 R/W 16
0x400C PulseCntr Factor 6 F003 1,000 R/W 2 [0.000 , 65000.000]
0x400E PulseCntr Overflow 6 F005 1,000 R/W 2 [0 , 1000000]
0x4010 PulseCntr Board Origin 6 F012 1,000 R/W 1 0=F
1=G
2=H
3=J
0x4011 PulseCntr Input Origin 6 F004 1,000 R/W 1 [1 , 32]
0x4012 PulseCntr Enabled 7 F012 1,000 R/W 1 0=DISABLED
1=ENABLED
0x4013 PulseCntr Name 7 F009 1,000 R/W 16
0x4023 PulseCntr Factor 7 F003 1,000 R/W 2 [0.000 , 65000.000]
0x4025 PulseCntr Overflow 7 F005 1,000 R/W 2 [0 , 1000000]
0x4027 PulseCntr Board Origin 7 F012 1,000 R/W 1 0=F
1=G
2=H
3=J
0x4028 PulseCntr Input Origin 7 F004 1,000 R/W 1 [1 , 32]
0x4029 PulseCntr Enabled 8 F012 1,000 R/W 1 0=DISABLED
1=ENABLED
0x402A PulseCntr Name 8 F009 1,000 R/W 16
0x403A PulseCntr Factor 8 F003 1,000 R/W 2 [0.000 , 65000.000]
0x403C PulseCntr Overflow 8 F005 1,000 R/W 2 [0 , 1000000]

1601-0800-A1 F650 DIGITAL BAY CONTROLLER B-135


B.5 MEMORY MAP APPENDIX B: MODBUS PROTOCOL

ADDRESS BIT NAME FORMAT STEP MODE LENGTH MISCELLANEOUS


0x403E PulseCntr Board Origin 8 F012 1,000 R/W 1 0=F
1=G
2=H
3=J
0x403F PulseCntr Input Origin 8 F004 1,000 R/W 1 [1 , 32]
0x4052 Confirmation address W 1
Comparadores Analógicos-Analog comparators
0x4053 Analog Function F012 1,000 R/W 1 0=DISABLED
1=ENABLED
0x4054 Analog Snapshot Events F012 1,000 R/W 1 0=DISABLED
1=ENABLED
0x4055 Analog Input 01 F004 1,000 R/W 1
0x4056 Analog Maximum 01 F003 1,000 R/W 2 [-100000.000 , 100000.000]
0x4058 Analog Minimum 01 F003 1,000 R/W 2 [-100000.000 , 100000.000]
0x405A Analog Delay 01 F003 1,000 R/W 2 [0.00 , 900.00] s
0x405C Analog Hysteresis 01 F003 1,000 R/W 2 [0.0 , 50.0]
0x405E Analog Direction 01 F012 1,000 R/W 1 0=OUT
1=IN
0x405F Analog Input 02 F004 1,000 R/W 1
0x4060 Analog Maximum 02 F003 1,000 R/W 2 [-100000.000 , 100000.000]
0x4062 Analog Minimum 02 F003 1,000 R/W 2 [-100000.000 , 100000.000]
0x4064 Analog Delay 02 F003 1,000 R/W 2 [0.00 , 900.00] s
0x4066 Analog Hysteresis 02 F003 1,000 R/W 2 [0.0 , 50.0]
0x4068 Analog Direction 02 F012 1,000 R/W 1 0=OUT
1=IN
0x4069 Analog Input 03 F004 1,000 R/W 1
0x406A Analog Maximum 03 F003 1,000 R/W 2 [-100000.000 , 100000.000]
0x406C Analog Minimum 03 F003 1,000 R/W 2 [-100000.000 , 100000.000]
0x406E Analog Delay 03 F003 1,000 R/W 2 [0.00 , 900.00] s
0x4070 Analog Hysteresis 03 F003 1,000 R/W 2 [0.0 , 50.0]
0x4072 Analog Direction 03 F012 1,000 R/W 1 0=OUT
1=IN
0x4073 Analog Input 04 F004 1,000 R/W 1
0x4074 Analog Maximum 04 F003 1,000 R/W 2 [-100000.000 , 100000.000]
0x4076 Analog Minimum 04 F003 1,000 R/W 2 [-100000.000 , 100000.000]
0x4078 Analog Delay 04 F003 1,000 R/W 2 [0.00 , 900.00] s
0x407A Analog Hysteresis 04 F003 1,000 R/W 2 [0.0 , 50.0]
0x407C Analog Direction 04 F012 1,000 R/W 1 0=OUT
1=IN
0x407D Analog Input 05 F004 1,000 R/W 1
0x407E Analog Maximum 05 F003 1,000 R/W 2 [-100000.000 , 100000.000]
0x4080 Analog Minimum 05 F003 1,000 R/W 2 [-100000.000 , 100000.000]

B-136 F650 DIGITAL BAY CONTROLLER 1601-0800-A1


APPENDIX B: MODBUS PROTOCOL B.5 MEMORY MAP

ADDRESS BIT NAME FORMAT STEP MODE LENGTH MISCELLANEOUS


0x4082 Analog Delay 05 F003 1,000 R/W 2 [0.00 , 900.00] s
0x4084 Analog Hysteresis 05 F003 1,000 R/W 2 [0.0 , 50.0]
0x4086 Analog Direction 05 F012 1,000 R/W 1 0=OUT
1=IN
0x4087 Analog Input 06 F004 1,000 R/W 1
0x4088 Analog Maximum 06 F003 1,000 R/W 2 [-100000.000 , 100000.000]
Comparadores Analógicos-Analog comparators (cont.)
0x408A Analog Minimum 06 F003 1,000 R/W 2 [-100000.000 , 100000.000]
0x408C Analog Delay 06 F003 1,000 R/W 2 [0.00 , 900.00] s
0x408E Analog Hysteresis 06 F003 1,000 R/W 2 [0.0 , 50.0]
0x4090 Analog Direction 06 F012 1,000 R/W 1 0=OUT
1=IN
0x4091 Analog Input 07 F004 1,000 R/W 1
0x4092 Analog Maximum 07 F003 1,000 R/W 2 [-100000.000 , 100000.000]
0x4094 Analog Minimum 07 F003 1,000 R/W 2 [-100000.000 , 100000.000]
0x4096 Analog Delay 07 F003 1,000 R/W 2 [0.00 , 900.00] s
0x4098 Analog Hysteresis 07 F003 1,000 R/W 2 [0.0 , 50.0]
0x409A Analog Direction 07 F012 1,000 R/W 1 0=OUT
1=IN
0x409B Analog Input 08 F004 1,000 R/W 1
0x409C Analog Maximum 08 F003 1,000 R/W 2 [-100000.000 , 100000.000]
0x409E Analog Minimum 08 F003 1,000 R/W 2 [-100000.000 , 100000.000]
0x40A0 Analog Delay 08 F003 1,000 R/W 2 [0.00 , 900.00] s
0x40A2 Analog Hysteresis 08 F003 1,000 R/W 2 [0.0 , 50.0]
0x40A4 Analog Direction 08 F012 1,000 R/W 1 0=OUT
1=IN
0x40A5 Analog Input 09 F004 1,000 R/W 1
0x40A6 Analog Maximum 09 F003 1,000 R/W 2 [-100000.000 , 100000.000]
0x40A8 Analog Minimum 09 F003 1,000 R/W 2 [-100000.000 , 100000.000]
0x40AA Analog Delay 09 F003 1,000 R/W 2 [0.00 , 900.00] s
0x40AC Analog Hysteresis 09 F003 1,000 R/W 2 [0.0 , 50.0]
0x40AE Analog Direction 09 F012 1,000 R/W 1 0=OUT
1=IN
0x40AF Analog Input 10 F004 1,000 R/W 1
0x40B0 Analog Maximum 10 F003 1,000 R/W 2 [-100000.000 , 100000.000]
0x40B2 Analog Minimum 10 F003 1,000 R/W 2 [-100000.000 , 100000.000]
0x40B4 Analog Delay 10 F003 1,000 R/W 2 [0.00 , 900.00] s
0x40B6 Analog Hysteresis 10 F003 1,000 R/W 2 [0.0 , 50.0]
0x40B8 Analog Direction 10 F012 1,000 R/W 1 0=OUT
1=IN
0x40B9 Analog Input 11 F004 1,000 R/W 1
0x40BA Analog Maximum 11 F003 1,000 R/W 2 [-100000.000 , 100000.000]

1601-0800-A1 F650 DIGITAL BAY CONTROLLER B-137


B.5 MEMORY MAP APPENDIX B: MODBUS PROTOCOL

ADDRESS BIT NAME FORMAT STEP MODE LENGTH MISCELLANEOUS


0x40BC Analog Minimum 11 F003 1,000 R/W 2 [-100000.000 , 100000.000]
0x40BE Analog Delay 11 F003 1,000 R/W 2 [0.00 , 900.00] s
0x40C0 Analog Hysteresis 11 F003 1,000 R/W 2 [0.0 , 50.0]
0x40C2 Analog Direction 11 F012 1,000 R/W 1 0=OUT
1=IN
0x40C3 Analog Input 12 F004 1,000 R/W 1
Comparadores Analógicos-Analog comparators (cont.)
0x40C4 Analog Maximum 12 F003 1,000 R/W 2 [-100000.000 , 100000.000]
0x40C6 Analog Minimum 12 F003 1,000 R/W 2 [-100000.000 , 100000.000]
0x40C8 Analog Delay 12 F003 1,000 R/W 2 [0.00 , 900.00] s
0x40CA Analog Hysteresis 12 F003 1,000 R/W 2 [0.0 , 50.0]
0x40CC Analog Direction 12 F012 1,000 R/W 1 0=OUT
1=IN
0x40CD Analog Input 13 F004 1,000 R/W 1
0x40CE Analog Maximum 13 F003 1,000 R/W 2 [-100000.000 , 100000.000]
0x40D0 Analog Minimum 13 F003 1,000 R/W 2 [-100000.000 , 100000.000]
0x40D2 Analog Delay 13 F003 1,000 R/W 2 [0.00 , 900.00] s
0x40D4 Analog Hysteresis 13 F003 1,000 R/W 2 [0.0 , 50.0]
0x40D6 Analog Direction 13 F012 1,000 R/W 1 0=OUT
1=IN
0x40D7 Analog Input 14 F004 1,000 R/W 1
0x40D8 Analog Maximum 14 F003 1,000 R/W 2 [-100000.000 , 100000.000]
0x40DA Analog Minimum 14 F003 1,000 R/W 2 [-100000.000 , 100000.000]
0x40DC Analog Delay 14 F003 1,000 R/W 2 [0.00 , 900.00] s
0x40DE Analog Hysteresis 14 F003 1,000 R/W 2 [0.0 , 50.0]
0x40E0 Analog Direction 14 F012 1,000 R/W 1 0=OUT
1=IN
0x40E1 Analog Input 15 F004 1,000 R/W 1
0x40E2 Analog Maximum 15 F003 1,000 R/W 2 [-100000.000 , 100000.000]
0x40E4 Analog Minimum 15 F003 1,000 R/W 2 [-100000.000 , 100000.000]
0x40E6 Analog Delay 15 F003 1,000 R/W 2 [0.00 , 900.00] s
0x40E8 Analog Hysteresis 15 F003 1,000 R/W 2 [0.0 , 50.0]
0x40EA Analog Direction 15 F012 1,000 R/W 1 0=OUT
1=IN
0x40EB Analog Input 16 F004 1,000 R/W 1
0x40EC Analog Maximum 16 F003 1,000 R/W 2 [-100000.000 , 100000.000]
0x40EE Analog Minimum 16 F003 1,000 R/W 2 [-100000.000 , 100000.000]
0x40F0 Analog Delay 16 F003 1,000 R/W 2 [0.00 , 900.00] s
0x40F2 Analog Hysteresis 16 F003 1,000 R/W 2 [0.0 , 50.0]
0x40F4 Analog Direction 16 F012 1,000 R/W 1 0=OUT
1=IN
0x40F5 Analog Input 17 F004 1,000 R/W 1

B-138 F650 DIGITAL BAY CONTROLLER 1601-0800-A1


APPENDIX B: MODBUS PROTOCOL B.5 MEMORY MAP

ADDRESS BIT NAME FORMAT STEP MODE LENGTH MISCELLANEOUS


0x40F6 Analog Maximum 17 F003 1,000 R/W 2 [-100000.000 , 100000.000]
0x40F8 Analog Minimum 17 F003 1,000 R/W 2 [-100000.000 , 100000.000]
0x40FA Analog Delay 17 F003 1,000 R/W 2 [0.00 , 900.00] s
0x40FC Analog Hysteresis 17 F003 1,000 R/W 2 [0.0 , 50.0]
0x40FE Analog Direction 17 F012 1,000 R/W 1 0=OUT
1=IN
Comparadores Analógicos-Analog comparators (cont.)
0x40FF Analog Input 18 F004 1,000 R/W 1
0x4100 Analog Maximum 18 F003 1,000 R/W 2 [-100000.000 , 100000.000]
0x4102 Analog Minimum 18 F003 1,000 R/W 2 [-100000.000 , 100000.000]
0x4104 Analog Delay 18 F003 1,000 R/W 2 [0.00 , 900.00] s
0x4106 Analog Hysteresis 18 F003 1,000 R/W 2 [0.0 , 50.0]
0x4108 Analog Direction 18 F012 1,000 R/W 1 0=OUT
1=IN
0x4109 Analog Input 19 F004 1,000 R/W 1
0x410A Analog Maximum 19 F003 1,000 R/W 2 [-100000.000 , 100000.000]
0x410C Analog Minimum 19 F003 1,000 R/W 2 [-100000.000 , 100000.000]
0x410E Analog Delay 19 F003 1,000 R/W 2 [0.00 , 900.00] s
0x4110 Analog Hysteresis 19 F003 1,000 R/W 2 [0.0 , 50.0]
0x4112 Analog Direction 19 F012 1,000 R/W 1 0=OUT
1=IN
0x4113 Analog Input 20 F004 1,000 R/W 1
0x4114 Analog Maximum 20 F003 1,000 R/W 2 [-100000.000 , 100000.000]
0x4116 Analog Minimum 20 F003 1,000 R/W 2 [-100000.000 , 100000.000]
0x4118 Analog Delay 20 F003 1,000 R/W 2 [0.00 , 900.00] s
0x411A Analog Hysteresis 20 F003 1,000 R/W 2 [0.0 , 50.0]
0x411C Analog Direction 20 F012 1,000 R/W 1 0=OUT
1=IN
0x412F Confirmation address W 1
Ajustes Derivada de Frecuencia 1-Frequency Rate of Change 1 Settings
0x4130 Function F012 1,000 R/W 1 0=DISABLED
1=ENABLED
0x4131 Freq. Rate Trend F012 1,000 R/W 1 0=INCREASING
1=DECREASING
2=BI-DIRECTIONAL
0x4132 Freq. Rate Pickup F003 1,000 R/W 2 [0.10 , 10.00] Hz/s
0x4134 Freq. Rate OV Supv F003 1,000 R/W 2 [0.00 , 110.00] %
0x4136 Freq. Rate Min F003 1,000 R/W 2 [20.00 , 80.00] Hz
0x4138 Freq. Rate Max F003 1,000 R/W 2 [20.00 , 80.00] Hz
0x413A Freq. Rate Delay F003 1,000 R/W 2 [0.00 , 60.00] s
0x413C Snapshot Events F012 1,000 R/W 1 0=DISABLED
1=ENABLED

1601-0800-A1 F650 DIGITAL BAY CONTROLLER B-139


B.5 MEMORY MAP APPENDIX B: MODBUS PROTOCOL

ADDRESS BIT NAME FORMAT STEP MODE LENGTH MISCELLANEOUS


0x414F Confirmation address W 1
Ajustes Derivada de Frecuencia 2-Frequency Rate of Change 2 Settings
0x4150 Function F012 1,000 R/W 1 0=DISABLED
1=ENABLED
0x4151 Freq. Rate Trend F012 1,000 R/W 1 0=INCREASING
1=DECREASING
2=BI-DIRECTIONAL
0x4152 Freq. Rate Pickup F003 1,000 R/W 2 [0.10 , 10.00] Hz/s
0x4154 Freq. Rate OV Supv F003 1,000 R/W 2 [0.00 , 110.00] %
0x4156 Freq. Rate Min F003 1,000 R/W 2 [20.00 , 80.00] Hz
0x4158 Freq. Rate Max F003 1,000 R/W 2 [20.00 , 80.00] Hz
0x415A Freq. Rate Delay F003 1,000 R/W 2 [0.00 , 60.00] s
0x415C Snapshot Events F012 1,000 R/W 1 0=DISABLED
1=ENABLED
0x416F Confirmation address W 1
Ajustes Derivada de Frecuencia 3-Frequency Rate of Change 3 Settings
0x4170 Function F012 1,000 R/W 1 0=DISABLED
1=ENABLED
0x4171 Freq. Rate Trend F012 1,000 R/W 1 0=INCREASING
1=DECREASING
2=BI-DIRECTIONAL
0x4172 Freq. Rate Pickup F003 1,000 R/W 2 [0.10 , 10.00] Hz/s
0x4174 Freq. Rate OV Supv F003 1,000 R/W 2 [0.00 , 110.00] %
0x4176 Freq. Rate Min F003 1,000 R/W 2 [20.00 , 80.00] Hz
0x4178 Freq. Rate Max F003 1,000 R/W 2 [20.00 , 80.00] Hz
0x417A Freq. Rate Delay F003 1,000 R/W 2 [0.00 , 60.00] s
0x417C Snapshot Events F012 1,000 R/W 1 0=DISABLED
1=ENABLED
0x418F Confirmation address W 1
Inversión de carga 1-Load Encroachment 1
0x4190 Function F012 1,000 R/W 1 0=DISABLED
1=ENABLED
0x4191 Min. Voltage F003 1,000 R/W 2 [0.00 , 300.00] V
0x4193 Reach F003 1,000 R/W 2 [0.02 , 250.00] Ohm
0x4195 Angle F003 1,000 R/W 2 [5 , 50] Deg
0x4197 Pickup Delay F003 1,000 R/W 2 [0.000 , 65.535] s
0x4199 Reset Delay F003 1,000 R/W 2 [0.000 , 65.535] s
0x419B Snapshot Events F012 1,000 R/W 1 0=DISABLED
1=ENABLED
0x41AE Confirmation address W 1
Inversión de carga 2-Load Encroachment 2
0x41AF Function F012 1,000 R/W 1 0=DISABLED

B-140 F650 DIGITAL BAY CONTROLLER 1601-0800-A1


APPENDIX B: MODBUS PROTOCOL B.5 MEMORY MAP

ADDRESS BIT NAME FORMAT STEP MODE LENGTH MISCELLANEOUS


1=ENABLED
0x41B0 Min. Voltage F003 1,000 R/W 2 [0.00 , 300.00] V
0x41B2 Reach F003 1,000 R/W 2 [0.02 , 250.00] Ohm
0x41B4 Angle F003 1,000 R/W 2 [5 , 50] Deg
0x41B6 Pickup Delay F003 1,000 R/W 2 [0.000 , 65.535] s
0x41B8 Reset Delay F003 1,000 R/W 2 [0.000 , 65.535] s
0x41BA Snapshot Events F012 1,000 R/W 1 0=DISABLED
1=ENABLED
0x41CD Confirmation address W 1
Inversión de carga 3-Load Encroachment 3
0x41CE Function F012 1,000 R/W 1 0=DISABLED
1=ENABLED
0x41CF Min. Voltage F003 1,000 R/W 2 [0.00 , 300.00] V
0x41D1 Reach F003 1,000 R/W 2 [0.02 , 250.00] Ohm
0x41D3 Angle F003 1,000 R/W 2 [5 , 50] Deg
0x41D5 Pickup Delay F003 1,000 R/W 2 [0.000 , 65.535] s
0x41D7 Reset Delay F003 1,000 R/W 2 [0.000 , 65.535] s
0x41D9 Snapshot Events F012 1,000 R/W 1 0=DISABLED
1=ENABLED
0x41EC Confirmation address W 1
Max. Number of Starts
0x41ED Function F012 1000 R/W 1 0=DISABLED
1=ENABLED
0x41EE Full Load Amps F003 1000 R/W 2 [0,5 , 10,0] A
0x41F0 Breaker Supervision F012 1000 R/W 1 0=DISABLED
1=ENABLED
0x41F1 Min. Stop Time F003 1000 R/W 2 [0,0 , 900,0] s
0x41F3 Number of starts F004 1000 R/W 1 [0 , 10]
0x41F4 Time to restart F004 1000 R/W 1 [0 , 100] min
0x41F5 Reset counter F012 1000 R/W 1 0=DISABLED
1=ENABLED
0x41F6 Snapshot Events F012 1000 R/W 1 0=DISABLED
1=ENABLED
0x4209 Confirmation address W 1
Ajustes Protocolo PROCOME - PROCOME Protocol Communication Settings
0x420A COMM Port F012 1 R/W 1 0=NONE
1=COM 1
0x420B Slave Number F004 1 R/W 1 [0 , 254]
0x4210 Confirmation address W 1
32N1 High - wattmetric Ground Fault High Level Group 1 Settings
0x44A0 Function F012 1 R/W 1 0=DISABLED
1=ENABLED
0x44A1 Voltage Pickup Level F003 1 R/W 2 [2.00 , 70.00] V
0x44A3 Current Selection F012 1 R/W 1 0=IN
1=IG
0x44A4 OC Pickup Level F003 1 R/W 2 [0.005 , 0.400] A

1601-0800-A1 F650 DIGITAL BAY CONTROLLER B-141


B.5 MEMORY MAP APPENDIX B: MODBUS PROTOCOL

ADDRESS BIT NAME FORMAT STEP MODE LENGTH MISCELLANEOUS


0x44A6 OC Pickup Delay F003 1 R/W 2 [0.00 , 600.00] s
0x44A8 Power Pickup F003 1 R/W 2 [0.01 , 4.50] W
0x44AA MTA F004 1 R/W 1 [0 , 360] Deg
0x44AB Power Pickup Delay F003 1 R/W 2 [0.00 , 600.00] s
0x44AD Curve F012 1 R/W 1 0=DEFINITE TIME
1=INVERSE TIME
2=USER CURVE A
3=USER CURVE B
4=USER CURVE C
5=USER CURVE D
0x44AE Multiplier F003 1 R/W 2 [0.02 , 2.00] s
0x44B0 Snapshot Events F012 1 R/W 1 0=DISABLED
1=ENABLED
0x44BA Confirmation address W 1
32N2 High - wattmetric Ground Fault High Level Group 2 Settings
0x44BB Function F012 1 R/W 1 0=DISABLED
1=ENABLED
0x44BC Voltage Pickup Level F003 1 R/W 2 [2.00 , 70.00] V
0x44BE Current Selection F012 1 R/W 1 0=IN
1=IG
0x44BF OC Pickup Level F003 1 R/W 2 [0.005 , 0.400] A
0x44C1 OC Pickup Delay F003 1 R/W 2 [0.00 , 600.00] s
0x44C3 Power Pickup F003 1 R/W 2 [0.01 , 4.50] W
0x44C5 MTA F004 1 R/W 1 [0 , 360] Deg
0x44C6 Power Pickup Delay F003 1 R/W 2 [0.00 , 600.00] s
0x44C8 Curve F012 1 R/W 1 0=DEFINITE TIME
1=INVERSE TIME
32N2 High - wattmetric Ground Fault High Level Group 2 Settings (cont.)
2=USER CURVE A
3=USER CURVE B
4=USER CURVE C
5=USER CURVE D
0x44C9 Multiplier F003 1 R/W 2 [0.02 , 2.00] s
0x44CB Snapshot Events F012 1 R/W 1 0=DISABLED
1=ENABLED
0x44D5 Confirmation address W 1
32N3 High - wattmetric Ground Fault High Level Group 3 Settings
0x44D6 Function F012 1 R/W 1 0=DISABLED
1=ENABLED
0x44D7 Voltage Pickup Level F003 1 R/W 2 [2.00 , 70.00] V
0x44D9 Current Selection F012 1 R/W 1 0=IN
1=IG
0x44DA OC Pickup Level F003 1 R/W 2 [0.005 , 0.400] A
0x44DC OC Pickup Delay F003 1 R/W 2 [0.00 , 600.00] s
0x44DE Power Pickup F003 1 R/W 2 [0.01 , 4.50] W
0x44E0 MTA F004 1 R/W 1 [0 , 360] Deg
0x44E1 Power Pickup Delay F003 1 R/W 2 [0.00 , 600.00] s
0x44E3 Curve F012 1 R/W 1 0=DEFINITE TIME
1=INVERSE TIME
2=USER CURVE A

B-142 F650 DIGITAL BAY CONTROLLER 1601-0800-A1


APPENDIX B: MODBUS PROTOCOL B.5 MEMORY MAP

ADDRESS BIT NAME FORMAT STEP MODE LENGTH MISCELLANEOUS


3=USER CURVE B
4=USER CURVE C
5=USER CURVE D
0x44E4 Multiplier F003 1 R/W 2 [0.02 , 2.00] s
0x44E6 Snapshot Events F012 1 R/W 1 0=DISABLED
1=ENABLED
0x44F0 Confirmation address W 1
32N1 Low - wattmetric Ground Fault Low Level Group 1 Settings
0x44F1 Function F012 1 R/W 1 0=DISABLED
1=ENABLED
0x44F2 Voltage Pickup Level F003 1 R/W 2 [2.00 , 70.00] V
0x44F4 Current Selection F012 1 R/W 1 0=IN
1=IG
0x44F5 OC Pickup Level F003 1 R/W 2 [0.005 , 0.400] A
0x44F7 OC Pickup Delay F003 1 R/W 2 [0.00 , 600.00] s
0x44F9 Power Pickup F003 1 R/W 2 [0.01 , 4.50] W
0x44FB MTA F004 1 R/W 1 [0 , 360] Deg
0x44FC Power Pickup Delay F003 1 R/W 2 [0.00 , 600.00] s
0x44FE Curve F012 1 R/W 1 0=DEFINITE TIME
1=INVERSE TIME
2=USER CURVE A
3=USER CURVE B
4=USER CURVE C
5=USER CURVE D
0x44FF Multiplier F003 1 R/W 2 [0.02 , 2.00] s
0x4501 Snapshot Events F012 1 R/W 1 0=DISABLED
1=ENABLED
0x450B Confirmation address W 1
32N2 Low - wattmetric Ground Fault Low Level Group 2 Settings
0x450C Function F012 1 R/W 1 0=DISABLED
1=ENABLED
0x450D Voltage Pickup Level F003 1 R/W 2 [2.00 , 70.00] V
0x450F Current Selection F012 1 R/W 1 0=IN
1=IG
0x4510 OC Pickup Level F003 1 R/W 2 [0.005 , 0.400] A
0x4512 OC Pickup Delay F003 1 R/W 2 [0.00 , 600.00] s
0x4514 Power Pickup F003 1 R/W 2 [0.01 , 4.50] W
0x4516 MTA F004 1 R/W 1 [0 , 360] Deg
0x4517 Power Pickup Delay F003 1 R/W 2 [0.00 , 600.00] s
0x4519 Curve F012 1 R/W 1 0=DEFINITE TIME
1=INVERSE TIME
2=USER CURVE A
3=USER CURVE B
4=USER CURVE C
5=USER CURVE D
0x451A Multiplier F003 1 R/W 2 [0.02 , 2.00] s
0x451C Snapshot Events F012 1 R/W 1 0=DISABLED
1=ENABLED
0x4526 Confirmation address W 1
32N3 Low - wattmetric Ground Fault Low Level Group 3 Settings

1601-0800-A1 F650 DIGITAL BAY CONTROLLER B-143


B.5 MEMORY MAP APPENDIX B: MODBUS PROTOCOL

ADDRESS BIT NAME FORMAT STEP MODE LENGTH MISCELLANEOUS


0x4527 Function F012 1 R/W 1 0=DISABLED
1=ENABLED
0x4528 Voltage Pickup Level F003 1 R/W 2 [2.00 , 70.00] V
0x452A Current Selection F012 1 R/W 1 0=IN
1=IG
0x452B OC Pickup Level F003 1 R/W 2 [0.005 , 0.400] A
0x452D OC Pickup Delay F003 1 R/W 2 [0.00 , 600.00] s
0x452F Power Pickup F003 1 R/W 2 [0.01 , 4.50] W
0x4531 MTA F004 1 R/W 1 [0 , 360] Deg
0x4532 Power Pickup Delay F003 1 R/W 2 [0.00 , 600.00] s
0x4534 Curve F012 1 R/W 1 0=DEFINITE TIME
1=INVERSE TIME
2=USER CURVE A
3=USER CURVE B
4=USER CURVE C
5=USER CURVE D
0x4535 Multiplier F003 1 R/W 2 [0.02 , 2.00] s
0x4537 Snapshot Events F012 1 R/W 1 0=DISABLED
1=ENABLED
0x4541 Confirmation address W 1
Ajustes IEC 870-5-103 - IEC 870-5-103 Settings
0x4542 COMM Port F012 1 R/W 1 0=NONE
1=COM 1
0x4543 Slave Number F004 1 R/W 1 [0 , 254]
0x4544 Synchronization Timeout F004 1 R/W 1 [0 , 1440] min
0x454E Confirmation address W 1
Ajustes de Fecha y Hora - Time Settings
0x454F LOC TIME OFFS. UTC F003 1 R/W 2 [-24.0 , 24.0]
0x4551 DAYLIG. SAVINGS TIME F012 1 R/W 1 0=DISABLED
1=ENABLED
0x4552 DST START MONTH F012 1 R/W 1 0=JAN
1=FEB
2=MAR
3=APR
4=MAY
5=JUN
6=JUL
7=AUG
8=SEP
9=OCT
10=NOV
11=DEC
0x4553 DST START WEEKDAY F012 1 R/W 1 0=Monday
1=Tuesday
2=Wednesday
3=Thursday
4=Friday
5=Saturday
6=Sunday
0x4554 DST START DAY INST F012 1 R/W 1 0=First

B-144 F650 DIGITAL BAY CONTROLLER 1601-0800-A1


APPENDIX B: MODBUS PROTOCOL B.5 MEMORY MAP

ADDRESS BIT NAME FORMAT STEP MODE LENGTH MISCELLANEOUS


1=Second
2=Third
3=Fourth
4=Last
0x4555 DST START HOUR F004 1 R/W 1 [0 , 23]
0x4556 DST STOP MONTH F012 1 R/W 1 0=JAN
1=FEB
2=MAR
3=APR
4=MAY
5=JUN
6=JUL
7=AUG
8=SEP
9=OCT
10=NOV
11=DEC
0x4557 DST STOP WEEKDAY F012 1 R/W 1 0=Monday
1=Tuesday
2=Wednesday
3=Thursday
4=Friday
5=Saturday
6=Sunday
0x4558 DST STOP DAY INST F012 1 R/W 1 0=First
1=Second
2=Third
3=Fourth
4=Last
Ajustes de Fecha y Hora - Time Settings (cont.)
0x4559 DST STOP HOUR F004 1 R/W 1 [0 , 23]
0x455A IRIG-B LOCAL TIME F012 1 R/W 1 0=OFF
1=ON
0x455B IRIGB Function F012 1000 R/W 1 0=DISABLED
1=ENABLED
0x455C PTP IRIGB Priority F012 1000 R/W 1 0=PTP-1588
1=IRIG-B
0x4564 Confirmation address W 1
Digital Counters
0x48B8 DigCnt 1 Function F012 1000 R/W 1 0=DISABLED
1=ENABLED
0x48B9 DigCnt 1 Name F009 1000 R/W 16
0x48C9 DigCnt 1 Preset F005 1000 R/W 2 [-2147483648 , 2147483647]
0x48CB DigCnt 1 Compare F005 1000 R/W 2 [-2147483648 , 2147483647]
0x48CD DigCnt 2 Function F012 1000 R/W 1 0=DISABLED
1=ENABLED
0x48CE DigCnt 2 Name F009 1000 R/W 16
0x48DE DigCnt 2 Preset F005 1000 R/W 2 [-2147483648 , 2147483647]
0x48E0 DigCnt 2 Compare F005 1000 R/W 2 [-2147483648 , 2147483647]
0x48E2 DigCnt 3 Function F012 1000 R/W 1 0=DISABLED

1601-0800-A1 F650 DIGITAL BAY CONTROLLER B-145


B.5 MEMORY MAP APPENDIX B: MODBUS PROTOCOL

ADDRESS BIT NAME FORMAT STEP MODE LENGTH MISCELLANEOUS


1=ENABLED
0x48E3 DigCnt 3 Name F009 1000 R/W 16
0x48F3 DigCnt 3 Preset F005 1000 R/W 2 [-2147483648 , 2147483647]
0x48F5 DigCnt 3 Compare F005 1000 R/W 2 [-2147483648 , 2147483647]
0x48F7 DigCnt 4 Function F012 1000 R/W 1 0=DISABLED
1=ENABLED
0x48F8 DigCnt 4 Name F009 1000 R/W 16
0x4908 DigCnt 4 Preset F005 1000 R/W 2 [-2147483648 , 2147483647]
0x490A DigCnt 4 Compare F005 1000 R/W 2 [-2147483648 , 2147483647]
0x490C DigCnt 5 Function F012 1000 R/W 1 0=DISABLED
1=ENABLED
0x490D DigCnt 5 Name F009 1000 R/W 16
0x491D DigCnt 5 Preset F005 1000 R/W 2 [-2147483648 , 2147483647]
0x491F DigCnt 5 Compare F005 1000 R/W 2 [-2147483648 , 2147483647]
0x4921 DigCnt 6 Function F012 1000 R/W 1 0=DISABLED
1=ENABLED
0x4922 DigCnt 6 Name F009 1000 R/W 16
0x4932 DigCnt 6 Preset F005 1000 R/W 2 [-2147483648 , 2147483647]
0x4934 DigCnt 6 Compare F005 1000 R/W 2 [-2147483648 , 2147483647]
0x4936 DigCnt 7 Function F012 1000 R/W 1 0=DISABLED
1=ENABLED
0x4937 DigCnt 7 Name F009 1000 R/W 16
0x4947 DigCnt 7 Preset F005 1000 R/W 2 [-2147483648 , 2147483647]
0x4949 DigCnt 7 Compare F005 1000 R/W 2 [-2147483648 , 2147483647]
0x494B DigCnt 8 Function F012 1000 R/W 1 0=DISABLED
1=ENABLED
0x494C DigCnt 8 Name F009 1000 R/W 16
0x495C DigCnt 8 Preset F005 1000 R/W 2 [-2147483648 , 2147483647]
0x495E DigCnt 8 Compare F005 1000 R/W 2 [-2147483648 , 2147483647]
0x4960 Snapshot Events F012 1000 R/W 1 0=DISABLED
1=ENABLED
0x496A Confirmation address W 1
PTP 1588
0x4975 PTP FUNCTION F012 1000 R/W 1 0=DISABLED
1=ENABLED
0x4976 PORTA DELAY ADDER F005 1000 R/W 2 [0 , 60000] ns
0x4978 PORTA DELAY ASYM F004 1000 R/W 1 [-1000 , 1000] ns
0x497A PORTB DELAY ADDER F005 1000 R/W 2 [0 , 60000] ns
0x497C PORTB DELAY ASYM F004 1000 R/W 1 [-1000 , 1000] ns
0x497D STRICT POWER PROFILE F012 1000 R/W 1 0=DISABLED
1=ENABLED
0x497E PTP DOMAIN NUMBER F004 1000 R/W 1 [0 , 255]
0x497F PTP VLAN PRIORITY F004 1000 R/W 1 [0 , 7]
0x4980 PTP VLAN ID F004 1000 R/W 1 [0 , 4095]
0x4981 PTP EPOCH F012 1000 R/W 1 0=UTC_SINCE_2000
1=UTC_SINCE_1900
2=UTC_SINCE_1970
0x4988 Confirmation address W 1
Routing

B-146 F650 DIGITAL BAY CONTROLLER 1601-0800-A1


APPENDIX B: MODBUS PROTOCOL B.5 MEMORY MAP

ADDRESS BIT NAME FORMAT STEP MODE LENGTH MISCELLANEOUS


0x4989 Default RT GWY Oct1 F004 1000 R/W 1 [0 , 255]
0x498A Default RT GWY Oct2 F004 1000 R/W 1 [0 , 255]
0x498B Default RT GWY Oct3 F004 1000 R/W 1 [0 , 255]
0x498C Default RT GWY Oct4 F004 1000 R/W 1 [0 , 255]
0x498D Static RT1 IP Oct1 F004 1000 R/W 1 [0 , 255]
0x498E Static RT1 IP Oct2 F004 1000 R/W 1 [0 , 255]
0x498F Static RT1 IP Oct3 F004 1000 R/W 1 [0 , 255]
0x4990 Static RT1 IP Oct4 F004 1000 R/W 1 [0 , 255]
0x4991 Static RT1 Mask Oct1 F004 1000 R/W 1 [0 , 255]
0x4992 Static RT1 Mask Oct2 F004 1000 R/W 1 [0 , 255]
0x4993 Static RT1 Mask Oct3 F004 1000 R/W 1 [0 , 255]
0x4994 Static RT1 Mask Oct4 F004 1000 R/W 1 [0 , 255]
0x4995 Static RT1 GWY Oct1 F004 1000 R/W 1 [0 , 255]
0x4996 Static RT1 GWY Oct2 F004 1000 R/W 1 [0 , 255]
0x4997 Static RT1 GWY Oct3 F004 1000 R/W 1 [0 , 255]
0x4998 Static RT1 GWY Oct4 F004 1000 R/W 1 [0 , 255]
0x4999 Static RT2 IP Oct1 F004 1000 R/W 1 [0 , 255]
0x499A Static RT2 IP Oct2 F004 1000 R/W 1 [0 , 255]
0x499B Static RT2 IP Oct3 F004 1000 R/W 1 [0 , 255]
0x499C Static RT2 IP Oct4 F004 1000 R/W 1 [0 , 255]
0x499D Static RT2 Mask Oct1 F004 1000 R/W 1 [0 , 255]
0x499E Static RT2 Mask Oct2 F004 1000 R/W 1 [0 , 255]
0x499F Static RT2 Mask Oct3 F004 1000 R/W 1 [0 , 255]
0x49A0 Static RT2 Mask Oct4 F004 1000 R/W 1 [0 , 255]
0x49A1 Static RT2 GWY Oct1 F004 1000 R/W 1 [0 , 255]
0x49A2 Static RT2 GWY Oct2 F004 1000 R/W 1 [0 , 255]
0x49A3 Static RT2 GWY Oct3 F004 1000 R/W 1 [0 , 255]
0x49A4 Static RT2 GWY Oct4 F004 1000 R/W 1 [0 , 255]
0x49A5 Static RT3 IP Oct1 F004 1000 R/W 1 [0 , 255]
0x49A6 Static RT3 IP Oct2 F004 1000 R/W 1 [0 , 255]
0x49A7 Static RT3 IP Oct3 F004 1000 R/W 1 [0 , 255]
0x49A8 Static RT3 IP Oct4 F004 1000 R/W 1 [0 , 255]
0x49A9 Static RT3 Mask Oct1 F004 1000 R/W 1 [0 , 255]
0x49AA Static RT3 Mask Oct2 F004 1000 R/W 1 [0 , 255]
0x49AB Static RT3 Mask Oct3 F004 1000 R/W 1 [0 , 255]
0x49AC Static RT3 Mask Oct4 F004 1000 R/W 1 [0 , 255]
0x49AD Static RT3 GWY Oct1 F004 1000 R/W 1 [0 , 255]
0x49AE Static RT3 GWY Oct2 F004 1000 R/W 1 [0 , 255]
0x49AF Static RT3 GWY Oct3 F004 1000 R/W 1 [0 , 255]
0x49B0 Static RT3 GWY Oct4 F004 1000 R/W 1 [0 , 255]
0x49B1 Static RT4 IP Oct1 F004 1000 R/W 1 [0 , 255]
0x49B2 Static RT4 IP Oct2 F004 1000 R/W 1 [0 , 255]
0x49B3 Static RT4 IP Oct3 F004 1000 R/W 1 [0 , 255]
0x49B4 Static RT4 IP Oct4 F004 1000 R/W 1 [0 , 255]
0x49B5 Static RT4 Mask Oct1 F004 1000 R/W 1 [0 , 255]
0x49B6 Static RT4 Mask Oct2 F004 1000 R/W 1 [0 , 255]
0x49B7 Static RT4 Mask Oct3 F004 1000 R/W 1 [0 , 255]
0x49B8 Static RT4 Mask Oct4 F004 1000 R/W 1 [0 , 255]
0x49B9 Static RT4 GWY Oct1 F004 1000 R/W 1 [0 , 255]

1601-0800-A1 F650 DIGITAL BAY CONTROLLER B-147


B.5 MEMORY MAP APPENDIX B: MODBUS PROTOCOL

ADDRESS BIT NAME FORMAT STEP MODE LENGTH MISCELLANEOUS


0x49BA Static RT4 GWY Oct2 F004 1000 R/W 1 [0 , 255]
0x49BB Static RT4 GWY Oct3 F004 1000 R/W 1 [0 , 255]
0x49BC Static RT4 GWY Oct4 F004 1000 R/W 1 [0 , 255]
0x49BD Static RT5 IP Oct1 F004 1000 R/W 1 [0 , 255]
0x49BE Static RT5 IP Oct2 F004 1000 R/W 1 [0 , 255]
0x49BF Static RT5 IP Oct3 F004 1000 R/W 1 [0 , 255]
0x49C0 Static RT5 IP Oct4 F004 1000 R/W 1 [0 , 255]
0x49C1 Static RT5 Mask Oct1 F004 1000 R/W 1 [0 , 255]
0x49C2 Static RT5 Mask Oct2 F004 1000 R/W 1 [0 , 255]
0x49C3 Static RT5 Mask Oct3 F004 1000 R/W 1 [0 , 255]
0x49C4 Static RT5 Mask Oct4 F004 1000 R/W 1 [0 , 255]
0x49C5 Static RT5 GWY Oct1 F004 1000 R/W 1 [0 , 255]
0x49C6 Static RT5 GWY Oct2 F004 1000 R/W 1 [0 , 255]
0x49C7 Static RT5 GWY Oct3 F004 1000 R/W 1 [0 , 255]
0x49C8 Static RT5 GWY Oct4 F004 1000 R/W 1 [0 , 255]
0x49C9 Static RT6 IP Oct1 F004 1000 R/W 1 [0 , 255]
0x49CA Static RT6 IP Oct2 F004 1000 R/W 1 [0 , 255]
0x49CB Static RT6 IP Oct3 F004 1000 R/W 1 [0 , 255]
0x49CC Static RT6 IP Oct4 F004 1000 R/W 1 [0 , 255]
0x49CD Static RT6 Mask Oct1 F004 1000 R/W 1 [0 , 255]
0x49CE Static RT6 Mask Oct2 F004 1000 R/W 1 [0 , 255]
0x49CF Static RT6 Mask Oct3 F004 1000 R/W 1 [0 , 255]
0x49D0 Static RT6 Mask Oct4 F004 1000 R/W 1 [0 , 255]
0x49D1 Static RT6 GWY Oct1 F004 1000 R/W 1 [0 , 255]
0x49D2 Static RT6 GWY Oct2 F004 1000 R/W 1 [0 , 255]
0x49D3 Static RT6 GWY Oct3 F004 1000 R/W 1 [0 , 255]
0x49D4 Static RT6 GWY Oct4 F004 1000 R/W 1 [0 , 255]
0x49EC Confirmation address W 1
Network (Ethernet) E Settings
0x49ED IP Address Oct1 F004 1000 R/W 1 [0 , 255]
0x49EE IP Address Oct2 F004 1000 R/W 1 [0 , 255]
0x49EF IP Address Oct3 F004 1000 R/W 1 [0 , 255]
0x49F0 IP Address Oct4 F004 1000 R/W 1 [0 , 255]
0x49F1 Netmask Oct1 F004 1000 R/W 1 [0 , 255]
0x49F2 Netmask Oct2 F004 1000 R/W 1 [0 , 255]
0x49F3 Netmask Oct3 F004 1000 R/W 1 [0 , 255]
0x49F4 Netmask Oct4 F004 1000 R/W 1 [0 , 255]
0x4A05 Confirmation address W 1
Redundancy settings
0x4A06 REDUNDANCY MODE F012 1000 R/W 1 0=INDEPENDENT
1=LLA
2=PRP
3=HSR
4=RSTP
5=DAISY_CHAIN
0x4A07 LLA Priority F012 1000 R/W 1 0=DISABLED
1=ENABLED
0x4A08 LLA Timeout F005 1000 R/W 2 [0 , 600000] ms

B-148 F650 DIGITAL BAY CONTROLLER 1601-0800-A1


APPENDIX B: MODBUS PROTOCOL B.5 MEMORY MAP

ADDRESS BIT NAME FORMAT STEP MODE LENGTH MISCELLANEOUS


0x4A0A RSTP BRIDGE PRIORITY F005 1000 R/W 2 [0 , 61440]
0x4A0C RSTP PORTA PRIORITY F005 1000 R/W 2 [0 , 240]
0x4A0E RSTP PORTA PATHCOST F005 1000 R/W 2 [0 , 2000000]
0x4A10 RSTP PORTB PRIORITY F005 1000 R/W 2 [0 , 240]
0x4A12 RSTP PORTB PATHCOST F005 1000 R/W 2 [0 , 2000000]
0x4A1E Confirmation address W 1
Cold Load Pickup
0x4A1F Cold Load Function F012 1000 R/W 1 0=DISABLED
1=ENABLED
0x4A20 Cold Outage Time F004 1000 R/W 1 [1 , 1000] min
0x4A21 Cold Blocking Time F004 1000 R/W 1 [1 , 1000] s
0x4A22 Cold Load Events F012 1000 R/W 1 0=DISABLED
1=ENABLED
0x4A28 Confirmation address W 1
Ajustes de unidad de Sobrefrequencia Grupo 4- Overfrequency 4 Settings
0x39DD Function F012 1.000 R/W 1 0=DISABLED
1=ENABLED
0x39DE Pickup Level F003 1.000 R/W 2 [20
0x39E0 Trip Delay F003 1.000 R/W 2 [0
0x39E2 Reset Delay F003 1.000 R/W 2 [0
0x39E4 Minimum Voltage F003 1.000 R/W 2 [10
0x39E6 Snapshot Events F012 1.000 R/W 1 0=DISABLED
1=ENABLED
0x39E7 Frequency Source F012 1.000 R/W 1 0=LINE FRQ
1=BUS FRQ
0x39F9 Confirmation address W 1
Ajustes de unidad Subfrencuencia Grupo4- Underfrequency 4 Settings
0x39FA Function F012 1.000 R/W 1 0=DISABLED
1=ENABLED
0x39FB Pickup Level F003 1.000 R/W 2 [20
0x39FD Trip Delay F003 1.000 R/W 2 [0
0x39FF Reset Delay F003 1.000 R/W 2 [0
0x3A01 Minimum Voltage F003 1.000 R/W 2 [10
0x3A03 Snapshot Events F012 1.000 R/W 1 0=DISABLED
1=ENABLED
0x3A04 Frequency Source F012 1.000 R/W 1 0=LINE FRQ
1=BUS FRQ
0x3A16 Confirmation address W 1
Ajustes unidad Sobrefrequencia 5- Overfrequency 5 Settings
0x4A29 Function F012 1.000 R/W 1 0=DISABLED
1=ENABLED
0x4A2A Pickup Level F003 1.000 R/W 2 [20
0x4A2C Trip Delay F003 1.000 R/W 2 [0
0x4A2E Reset Delay F003 1.000 R/W 2 [0
0x4A30 Minimum Voltage F003 1.000 R/W 2 [10
0x4A32 Snapshot Events F012 1.000 R/W 1 0=DISABLED
1=ENABLED
0x4A33 Frequency Source F012 1.000 R/W 1 0=LINE FRQ
1=BUS FRQ
0x4A37 Confirmation address W 1

1601-0800-A1 F650 DIGITAL BAY CONTROLLER B-149


B.5 MEMORY MAP APPENDIX B: MODBUS PROTOCOL

ADDRESS BIT NAME FORMAT STEP MODE LENGTH MISCELLANEOUS


Ajustes de unidad de Subfrecuencia 5- Underfrequency 5 Settings
0x4A38 Function F012 1.000 R/W 1 0=DISABLED
1=ENABLED
0x4A39 Pickup Level F003 1.000 R/W 2 [20
0x4A3B Trip Delay F003 1.000 R/W 2 [0
0x4A3D Reset Delay F003 1.000 R/W 2 [0
0x4A3F Minimum Voltage F003 1.000 R/W 2 [10
0x4A41 Snapshot Events F012 1.000 R/W 1 0=DISABLED
1=ENABLED
0x4A42 Frequency Source F012 1.000 R/W 1 0=LINE FRQ
1=BUS FRQ
0x4A46 Confirmation address W 1
Ajustes de unidad de sobrefrequencia 6- Overfrequency 6 Settings
0x4A47 Function F012 1.000 R/W 1 0=DISABLED
1=ENABLED
0x4A48 Pickup Level F003 1.000 R/W 2 [20
0x4A4A Trip Delay F003 1.000 R/W 2 [0
0x4A4C Reset Delay F003 1.000 R/W 2 [0
0x4A4E Minimum Voltage F003 1.000 R/W 2 [10
0x4A50 Snapshot Events F012 1.000 R/W 1 0=DISABLED
1=ENABLED
0x4A51 Frequency Source F012 1.000 R/W 1 0=LINE FRQ
1=BUS FRQ
0x4A55 Confirmation address W 1
Ajustes de unidad de subfrequencia 6- Underfrequency 6 Settings
0x4A56 Function F012 1.000 R/W 1 0=DISABLED
1=ENABLED
0x4A57 Pickup Level F003 1.000 R/W 2 [20
0x4A59 Trip Delay F003 1.000 R/W 2 [0
0x4A5B Reset Delay F003 1.000 R/W 2 [0
0x4A5D Minimum Voltage F003 1.000 R/W 2 [10
0x4A5F Snapshot Events F012 1.000 R/W 1 0=DISABLED
1=ENABLED
0x4A60 Frequency Source F012 1.000 R/W 1 0=LINE FRQ
1=BUS FRQ
0x4A64 Confirmation address W 1
Ajustes de unidad de 60CTs- 60CTS Failure Settings
0x4A65 Function F012 1.000 R/W 1 0=DISABLED
1=ENABLED
0x4A66 3IO Current PKP F003 1.000 R/W 2 [0
0x4A68 3VO Voltage Inhibit F003 1.000 R/W 2 [0
0x4A6A GND Current Inhibit F003 1.000 R/W 2 [0
0x4A6C SGND Current Inhibit F003 1.000 R/W 2 [0
0x4A6E Time Delay F003 1.000 R/W 2 [0
0x4A70 Events F012 1.000 R/W 1 0=DISABLED
1=ENABLED
0x4A78 Confirmation address W 1
Ajustes de unidad de bloqueo por 2nd armónico-2nd HRMC Inhibit Settings
0x4A79 Function F012 1.000 R/W 1 0=DISABLED
1=ENABLED

B-150 F650 DIGITAL BAY CONTROLLER 1601-0800-A1


APPENDIX B: MODBUS PROTOCOL B.5 MEMORY MAP

ADDRESS BIT NAME FORMAT STEP MODE LENGTH MISCELLANEOUS


0x4A7A Pickup F003 1.000 R/W 2 [1
0x4A7C Delay F003 1.000 R/W 2 [0
0x4A7E Minimum Current F003 1.000 R/W 2 [0
0x4A80 Phases For Operation F012 1.000 R/W 1 0=ANY ONE
1=ANY TWO
2=ALL THREE
3=AVERAGE
0x4A81 Events F012 1.000 R/W 1 0=DISABLED
1=ENABLED
0x4A87 Confirmation address W 1
Datos Ecuaciones PLC - PLC Data
0x6000 PLC equations F009 R 15360
Datos Display Gráfico - LCD Data
0x9C00 LCD configuration R 768
Bits de Maniobra (24 bits) - Commands
0xAFFE 0x0001 Operation 1 F001 W 1
0xAFFE 0x0002 Operation 2 F001 W 1
0xAFFE 0x0004 Operation 3 F001 W 1
0xAFFE 0x0008 Operation 4 F001 W 1
0xAFFE 0x0010 Operation 5 F001 W 1
0xAFFE 0x0020 Operation 6 F001 W 1
0xAFFE 0x0040 Operation 7 F001 W 1
0xAFFE 0x0080 Operation 8 F001 W 1
0xAFFE 0x0100 Operation 9 F001 W 1
0xAFFE 0x0200 Operation 10 F001 W 1
0xAFFE 0x0400 Operation 11 F001 W 1
0xAFFE 0x0800 Operation 12 F001 W 1
0xAFFE 0x1000 Operation 13 F001 W 1
0xAFFE 0x2000 Operation 14 F001 W 1
0xAFFE 0x4000 Operation 15 F001 W 1
0xAFFE 0x8000 Operation 16 F001 W 1
0xAFFF 0x0001 Operation 17 F001 W 1
0xAFFF 0x0002 Operation 18 F001 W 1
0xAFFF 0x0004 Operation 19 F001 W 1
0xAFFF 0x0008 Operation 20 F001 W 1
0xAFFF 0x0010 Operation 21 F001 W 1
0xAFFF 0x0020 Operation 22 F001 W 1
0xAFFF 0x0040 Operation 23 F001 W 1
0xAFFF 0x0080 Operation 24 F001 W 1
Identificación del Equipo - Relay Identification
0xB000 Relay model F009 R 8
0xB008 Firmware version F009 R 2
0xB018 Year(0=2000,1=2001,...) and part F001 R 1
of firmware compilation
0xB019 Day and month of firmware F001 R 1
compilation
0xB020 Address of PLC equations F005 R 2
0xB022 Address of LCD configuration F005 R 2
0xB027 MAC Address F009 R 6
0xB02D Serial Number F009 R 4
0xB031 Manufacturing Date F009 R 8

1601-0800-A1 F650 DIGITAL BAY CONTROLLER B-151


B.5 MEMORY MAP APPENDIX B: MODBUS PROTOCOL

ADDRESS BIT NAME FORMAT STEP MODE LENGTH MISCELLANEOUS


Eventos de Control y Panel de Alarmas - Control Events & Alarm Panel
0xF000 Status and acknowledge of the F001 R 24 Status = 24 first bytes
192 control events
1st byte: 1st eight control events (First
event=bit less significant)
2nd byte: 2nd eight control events (Ninth
event=bit less significant)
...
Ack = 24 second bytes
25th byte: 1st eight control events (First
event=bit less significant)
26th byte: 2nd eight control events (Ninth
event=bit less significant)
...
0xF018 Indicate which control events are F001 R 12 1st byte: 1st eight control events (First
configured as alarm event=bit less significant)
2nd byte: 2nd eight control events (Ninth
event=bit less significant)
...
0xF024 Date/Time of the 1-16 alarms F011 R 64
0xF064 Date/Time of the 17-32 alarms F011 R 64
0xF0A4 Date/Time of the 33-48 alarms F011 R 64
0xF0E4 Date/Time of the 49-64 alarms F011 R 64
0xF124 Date/Time of the 65-80 alarms F011 R 64
0xF164 Date/Time of the 81-96 alarms F011 R 64
0xF1A4 Date/Time of the 97-112 alarms F011 R 64
0xF1E4 Date/Time of the 113-128 F011 R 64
alarms
0xF224 Date/Time of the 129-144 F011 R 64
alarms
0xF264 Date/Time of the 145-160 F011 R 64
alarms
0xF2A4 Date/Time of the 161-176 F011 R 64
alarms
0xF2E4 Date/Time of the 177-192 F011 R 64
alarms
0xF324 Alarm acknowledge F001 W 12 1st byte: 1st eight alarms (First alarm=bit
less significant)
2nd byte: 2nd eight alarms (Ninth
alarm=bit less significant)
...
Entradas Virtuales - Virtual Inputs
0xF430 64 Virtual Inputs (32 Latched + F001 R/W 4 2nd byte: 1st eight virtual inputs (First
32 Self Reset) virtual input=bit less significant)
1st byte: 2nd eight virtual inputs (Ninth
virtual input=bit less significant)
...
Nombre Fichero de Eventos - Events File Name
0xFE00 Name of the events file to read F009 W EVE.TXT: all snapshot-events are sent in
ASCII format
NEW_EVE.TXT: the new snapshot-events
are sent in ASCII format
EVE.BIN: all snapshot-events are sent in
BINARY format

B-152 F650 DIGITAL BAY CONTROLLER 1601-0800-A1


APPENDIX B: MODBUS PROTOCOL B.5 MEMORY MAP

ADDRESS BIT NAME FORMAT STEP MODE LENGTH MISCELLANEOUS


NEW_EVE.BIN: the new snapshot-events
are sent in BINARY format
Forzado de Salidas por Comunicaciones - Forcing Outputs
0xFE20 Opening force output file F004 W 3 Write "OUTPUT"
0xFE28 Closing force output file F004 W 3 Write "OUTPUT"
0xFF20 Forcing outputs F004 W 5 First word = Board number;
Ficheros Oscilografía y Reporte de Faltas - Oscillography and Fault Report Files
0xFE40 Name of the oscillography/fault F009 W OSCXXX.DAT, OSCXXX.CFG, OSCXXX.HDR
report file to read
FLTXXX.TXT (where XXX=001 to 999)
Sucesos - Snapshot events
0xFF00 Character position of current F005 R 2
block within events file
0xFF02 Size of currently-available data F004 R 1
block of events file
0xFF03 Block of data requested events F004 R 1
file (122 items)
Ficheros Oscilografía y Reporte de Faltas - Oscillography and Fault Report Files
0xFF40 Character position of current F005 R 2
block within osc file
0xFF42 Size of currently-available data F004 R 1
block of osc file
0xFF43 Block of data requested osc file F004 R 1
(122 items)
Sincronización Horaria - Synchronization
0xFFF0 Synchronization (milliseconds F011 R/W 4
from 01/01/2000)
DESCRIPCIÓN FORMATO DE DATOS - FORMATS DESCRIPTION
F001 UNSIGNED INT 16 BIT (BITMASK)
F002 SIGNED INT 32 BIT
F003 FLOAT 32 BIT
F004 SIGNED INT 16 BIT
F005 SIGNED INT 32 BIT
F006 DOUBLE 64 BIT
F007 UNSIGNED INT 8 BIT
F008 SIGNED INT 8 BIT
F009 STRING
F011 UNSIGNED INT 64 BIT
(MILISECONDS FROM 01/01/
2000)
F012 UNSIGNED INT 16 BIT
(ENUMERATED)

1601-0800-A1 F650 DIGITAL BAY CONTROLLER B-153


B.5 MEMORY MAP APPENDIX B: MODBUS PROTOCOL

B-154 F650 DIGITAL BAY CONTROLLER 1601-0800-A1


GE
Grid Solutions

F650 Digital Bay Controller

Appendix C:

DNP 3.0 PROTOCOL FOR F650

C.1 DNP 3.0 protocol settings


F650 units enable the programming of certain parameters related to DNP3 protocol. These parameters are called DNP3
protocol settings and can be modified from the front panel or from the Level 2 software. The F650 relay supports
communication with multiple masters (3) and maintains three separate groups of DNP3 settings. Each group of DNP3
settings is related to a single logical DNP3 slave device. The F650 relay is able to communicate simultaneously with up to
three different DNP3 master stations. Each master communicates with a different logical DNP3 slave, these logical slaves
appearing as separate physical DNP3 slaves. This is achieved by keeping separate set of settings, event queues and set of
states for each logical device.
Notice that it is necessary to set different DNP Address and TCP/UDP Port for each logical DNP3 slave device.
Time synchronization through DNP protocol is available from all three DNP masters that can communicate with F650.
However the date & time are taken from only one master at the same moment. It is recommended to use only one master
to do time sync through DNP.

Setting No Setting Name Default Value Range


1 Physical Port NONE NONE, COM1, COM2, NETWORK
2 Address 255 0 to 65534, step 1
3 IP Addr Client1 Oct1 0 0 to 255 step 1
4 IP Addr Client1 Oct2 0 0 to 255 step 1
5 IP Addr Client1 Oct3 0 0 to 255 step 1
6 IP Addr Client1 Oct4 0 0 to 255 step 1
7 IP Addr Client2 Oct1 0 0 to 255 step 1
8 IP Addr Client2 Oct2 0 0 to 255 step 1
9 IP Addr Client2 Oct3 0 0 to 255 step 1
10 IP Addr Client2 Oct4 0 0 to 255 step 1
11 IP Addr Client3 Oct1 0 0 to 255 step 1
12 IP Addr Client3 Oct2 0 0 to 255 step 1
13 IP Addr Client3 Oct3 0 0 to 255 step 1
14 IP Addr Client3 Oct4 0 0 to 255 step 1
15 IP Addr Client4 Oct1 0 0 to 255 step 1
16 IP Addr Client4 Oct2 0 0 to 255 step 1

1601-0800-A1 F650 DIGITAL BAY CONTROLLER C-1


C.1 DNP 3.0 PROTOCOL SETTINGS APPENDIX C:

Setting No Setting Name Default Value Range


17 IP Addr Client4 Oct3 0 0 to 255 step 1
18 IP Addr Client4 Oct4 0 0 to 255 step 1
19 IP Addr Client5 Oct1 0 0 to 255 step 1
20 IP Addr Client5 Oct2 0 0 to 255 step 1
21 IP Addr Client5 Oct3 0 0 to 255 step 1
22 IP Addr Client5 Oct4 0 0 to 255 step 1
23 TCP/UDP Port 20000 1 to 65535, step 1
24 Unsol Resp Function DISABLED DISABLED, ENABLED
25 Unsol Resp TimeOut 5s 0 to 60 sec, step 1
26 Unsol Resp Max Ret 10 1 to 255, step 1
27 Unsol Resp Dest Adr 200 0 to 65519, step 1
28 Current Scale Factor 1 0.00001, 0.0001, 0.001, 0.01, 0.1, 1, 10, 100, 1000, 10000
29 Voltage Scale Factor 1 0.00001, 0.0001, 0.001, 0.01, 0.1, 1, 10, 100, 1000, 10000
30 Power Scale Factor 1 0.00001, 0.0001, 0.001, 0.01, 0.1, 1, 10, 100, 1000, 10000
31 Energy Scale Factor 1 0.00001, 0.0001, 0.001, 0.01, 0.1, 1, 10, 100, 1000, 10000
32 Other Scale Factor 1 0.00001, 0.0001, 0.001, 0.01, 0.1, 1, 10, 100, 1000, 10000
33 Current Deadband 30000 0 to 65535, step 1
34 Voltage Deadband 30000 0 to 65535, step 1
35 Power Deadband 30000 0 to 65535, step 1
36 Energy Deadband 30000 0 to 65535, step 1
37 Other Deadband 30000 0 to 65535, step 1
38 Msg Fragment Size 240 30 to 2048, step 1
39 Binary Input Block1 CTL EVENTS 1-16 See the explanation below
40 Binary Input Block2 CTL EVENTS 17-32 See the explanation below
41 Binary Input Block3 CTL EVENTS 33-48 See the explanation below
42 Binary Input Block4 CTL EVENTS 49-64 See the explanation below
43 Binary Input Block5 CTL EVENTS 65-80 See the explanation below
44 Binary Input Block6 CTL EVENTS 81-96 See the explanation below
45 Binary Input Block7 CTL EVENTS 97-112 See the explanation below
46 Binary Input Block8 CTL EVENTS 113-128 See the explanation below
47 Binary Input Block9 SWITCHGEAR 1-8 See the explanation below
48 Binary Input Block10 SWITCHGEAR 9-16 See the explanation below
49 Default analog Map Disabled See the explanation below
50 Analog Input Point 0 End Of List See the explanation below
51 Analog Input Point 1 End Of List See the explanation below
52 Analog Input Point 2 End Of List See the explanation below
53 Analog Input Point 3 End Of List See the explanation below
54 Analog Input Point 4 End Of List See the explanation below
55 Analog Input Point 5 End Of List See the explanation below
56 Analog Input Point 6 End Of List See the explanation below
57 Analog Input Point 7 End Of List See the explanation below
58 Analog Input Point 8 End Of List See the explanation below
59 Analog Input Point 9 End Of List See the explanation below
60 Analog Input Point 10 End Of List See the explanation below
61 Analog Input Point 11 End Of List See the explanation below
62 Analog Input Point 12 End Of List See the explanation below
63 Analog Input Point 13 End Of List See the explanation below
64 Analog Input Point 14 End Of List See the explanation below
65 Analog Input Point 15 End Of List See the explanation below
66 Analog Input Point 16 End Of List See the explanation below

C-2 F650 DIGITAL BAY CONTROLLER 1601-0800-A1


APPENDIX C: C.1 DNP 3.0 PROTOCOL SETTINGS

Setting No Setting Name Default Value Range


67 Analog Input Point 17 End Of List See the explanation below
68 Analog Input Point 18 End Of List See the explanation below
69 Analog Input Point 19 End Of List See the explanation below
70 Analog Input Point 20 End Of List See the explanation below
71 Analog Input Point 21 End Of List See the explanation below
72 Analog Input Point 22 End Of List See the explanation below
73 Analog Input Point 23 End Of List See the explanation below
74 Analog Input Point 24 End Of List See the explanation below
75 Analog Input Point 25 End Of List See the explanation below
76 Analog Input Point 26 End Of List See the explanation below
77 Analog Input Point 27 End Of List See the explanation below
78 Analog Input Point 28 End Of List See the explanation below
79 Analog Input Point 29 End Of List See the explanation below
80 Analog Input Point 30 End Of List See the explanation below
81 Analog Input Point 31 End Of List See the explanation below

1. Physical Port: The F650 supports the Distributed Network Protocol (DNP) version 3.0. The F650 can be used as a
DNP slave device connected up to three DNP masters (usually RTUs or SCADA master stations). The Physical Port
setting is used to select the communications port assigned to the DNP protocol for a specific logical DNP slave
device of F650. When this setting is set to NETWORK, the DNP protocol can be used over either TCP/IP or UDP/IP.
2. Address: This setting is the DNP slave address. This number identifies the F650 on a DNP communications link.
Each logical DNP slave should be assigned a unique address.
3-22. IP Addr Client x Oct x: this setting is one of four octets of an IP address. The F650 relay can respond to a maximum
of 5 specific DNP masters (not in the same time). To set the IP address of DNP master it is necessary to set four
octets (e.g. to set the IP address of the first DNP master to 192.168.48.125, you should set IP Addr Client1 Oct1 =
192, IP Addr Client1 Oct2 = 168, IP Addr Client1 Oct3 = 48, IP Addr Client1 Oct4 = 125).
23. TCP/UDP Port: TCP/UDP port number for the case of DNP3 communication being performed through the Ethernet.
24. Unsol Resp Function: ENABLED, if unsolicited responses are allowed, and DISABLED otherwise.
25. Unsol Resp TimeOut: sets the time the F650 waits for a DNP master to confirm an unsolicited response.
26. Unsol Resp Max Ret: This setting determines the number of times the F650 retransmits an unsolicited response
without receiving a confirmation from the master. Once this limit has been exceeded, the unsolicited response is
sent at a larger interval. This interval is called the unsolicited offline interval and is fixed at 10 minutes.
27. Unsol Resp Dest Adr: This setting is DNP address to which all unsolicited responses are sent. The IP address to
which unsolicited responses are sent is determined by the F650 from either the current DNP TCP connection or the
most recent UDP message.
28-32. Scale Factor: These settings are numbers used to scale Analog Input point values. These settings group the F650
Analog Input data into types: current, voltage, power, energy, and other. Each setting represents the scale factor
for all Analog Input points of that type. For example, if the Voltage Scale Factor is set to a value of 1000, all DNP
Analog Input points that are voltages are returned with the values 1000 times smaller (e.g. a value 72000 V on the
F650 is returned as 72). These settings are useful when Analog Input values must be adjusted to fit within certain
ranges in DNP masters. Note that a scale factor of 0.1 is equivalent to a multiplier of 10 (i.e. the value is 10 times
larger).
33-37. Deadband: These settings are the values used by the F650 to determine when to trigger unsolicited responses
containing Analog Input data. These settings group the F650 Analog Input data into types: current, voltage, power,
energy, and other. Each setting represents the default deadband value for all Analog Input points of that type. For
example, in order to trigger unsolicited responses from the F650 when any current values change by 15 A, the
Current Deadband setting should be set to 15. Note that these settings are the default values of the deadbands.
DNP object 34 points can be used to change deadband values, from the default, for each individual DNP Analog
Input point. Whenever power is removed and re-applied to the F650, the default deadbands are in effect.

1601-0800-A1 F650 DIGITAL BAY CONTROLLER C-3


C.1 DNP 3.0 PROTOCOL SETTINGS APPENDIX C:

38. Msg Fragment Size: This setting determines the size, in bytes, at which message fragmentation occurs. Large
fragment sizes allow for more efficient throughput; smaller fragment sizes cause more application layer
confirmations to be necessary which can provide for more robust data transfer over noisy communication
channels
39-48. Binary Input Block x: These settings allow customization and change of the size of DNP Binary Inputs point list. The
default Binary Inputs point list contains 160 points representing binary states that are configured using Setpoint >
Relay Configuration in the EnerVista 650 Setup program. These 160 binary states are grouped in 10 blocks of 16
points each. There are 128 bits (8 blocks of 16) called Control Events and 32 bits (2 blocks of 16) corresponding to
the states of 16 switchgears available in F650 relay. If not all of the 160 points are required in the DNP master, a
custom Binary Inputs point list can be created by selecting up to 10 blocks of 16 points. Each block represents 16
Binary Input points. Block 1 represents Binary Input points 0-15, block 2 represents Binary Input points 16- 31, block
3 represents Binary Input points 32-47, etc. The minimum number of Binary Input points that can be selected is 16
(1 block). If all of the Binary Input Block x settings are set to “NOT USED”, the default list of 160 points is in effect.
The F650 forms the Binary Inputs points list from the Binary Input Block x settings up to the first occurrence of a
setting value “NOT USED”. Permitted values for these settings are: NOT USED, CTL EVENTS 1-16, CTL EVENTS 17-32,
CTL EVENTS 33-48, CTL EVENTS 49-64, CTL EVENTS 65-80, CTL EVENTS 81-96, CTL EVENTS 97-112, CTL EVENTS 113-
128, SWITCHGEAR 1-8, SWITCHGEAR 9-16,BOARD F 1-16,BOARD F 17-32, BOARD G 1-16, BOARD G 17-32,BOARD H
1-16, BOARD H 17-32, BOARD J 1-16,BOARD J 17-32.
49-81. Default analog Map: This setting allows selection between predefined Analog Input Points or choosing preferred
Analog Input Points (from 50 to 81).

C-4 F650 DIGITAL BAY CONTROLLER 1601-0800-A1


APPENDIX C: C.2 DNP 3.0 DEVICE PROFILE DOCUMENT

C.2 DNP 3.0 device profile document


The following table provides a “Device Profile Document” in the standard format defined in the DNP 3.0 Subset Definitions
Document.

DNP V3.00 DEVICE PROFILE DOCUMENT (Sheet 1 of 3)


(Also see the IMPLEMENTATION TABLE in the following section)
Vendor Name: General Electric Multilin
Device Name: F650 Relay
Highest DNP Level Supported: Device Function:
For Requests: Level 2  Master
For Responses: Level 2  Slave
Notable objects, functions, and/or qualifiers supported in addition to the Highest DNP Levels Supported (the complete
list is described in the attached table):
Binary Inputs (Object 1)
Binary Inputs Changes (Object 2)
Binary Outputs (Object 10)
Binary Counters (Object 20)
Frozen Counters (21)
Binary Counters Change (Object 22)
Frozen Counter Change (23)
Analog Inputs (Object 30)
Analog Input Changes (Object 32)
Analog Deadbands (Object 34)
Maximum Data Link String Size (octets): Maximum Application Fragment Size (octets):
Transmitted: 292 Transmitted: Configurable up to 2048
Received: 292 Received: 2048
Maximum Data Link Re-tries: Maximum Application Layer Re-tries:
 None  None
 Fixed at 2  Configurable
 Configurable
Requires Data Link Layer Confirmation:
 Never
 Always
 Sometimes
 Configurable

1601-0800-A1 F650 DIGITAL BAY CONTROLLER C-5


C.2 DNP 3.0 DEVICE PROFILE DOCUMENT APPENDIX C:

DNP V3.00 DEVICE PROFILE DOCUMENT (Sheet 2 of 3)

Requires Application Layer Confirmation:


 Never
 Always
 When reporting Event Data
 When sending multi-fragment responses
 Sometimes
 Configurable
Timeouts while waiting for:
Data Link Confirm:  None  Fixed at 3 s  Variable  Configurable
Complete Appl. Fragment:  None  Fixed at  Variable  Configurable
Application Confirm:  None  Fixed at 4 s  Variable  Configurable
Complete Appl. Response  No0ne  Fixed at  Variable  Configurable
Others:
Transmission Delay: No intentional delay
Need Time Delay: 10 min.
Select/Operate Arm Timeout: 10 s
Binary Input change scanning period: 1 ms
Packed binary change process period: 1s
Analog Input change scanning period: 500 ms
Unsolicited response notification delay: 500 ms
Unsolicited response retry delay: Configurable 0 to 60 s
Unsolicited offline interval: 10 min.
Sends/Executes Control Operations:
WRITE Binary Outputs  Never  Always  Sometimes  Configurable
SELECT/OPERATE  Never  Always  Sometimes  Configurable
DIRECT OPERATE  Never  Always  Sometimes  Configurable
DIRECT OPERATE – NO ACK  Never  Always  Sometimes  Configurable
Count > 1  Never  Always  Sometimes  Configurable
Pulse On  Never  Always  Sometimes  Configurable
Pulse Off  Never  Always  Sometimes  Configurable
Latch On  Never  Always  Sometimes  Configurable
Latch Off  Never  Always  Sometimes  Configurable
Queue  Never  Always  Sometimes  Configurable
Clear Queue  Never  Always  Sometimes  Configurable

C-6 F650 DIGITAL BAY CONTROLLER 1601-0800-A1


APPENDIX C: C.2 DNP 3.0 DEVICE PROFILE DOCUMENT

DNP V3.00 DEVICE PROFILE DOCUMENT (Sheet 3 of 3)

Reports Binary Input Change Events when no specific Reports time-tagged Binary Input Change Events when no
variation requested: specific variation requested:
 Never  Never
 Only time-tagged  Binary Input Change With Time
 Only non-time-tagged  Binary Input Change With Relative Time
 Configurable  Configurable (attach explanation)
Sends Unsolicited Responses: Sends Static Data in Unsolicited Responses:
 Never  Never
 Configurable  When Device Restarts
 Only certain objects  When Status Flag Change
 Sometimes (attach explanation)
 ENABLE/DISABLE unsolicited Function codes No other options permitted
supported
Explanation of ‘Sometimes’: It will be disabled for RS-
485 applications, since there is no collision avoidance
mechanism. For ethernet communication it will be
available and it can be disabled or enabled with the
proper function code.
Default CounterObject/Variation: Counters Roll Over at:
 No Counters Reported  No Counters Reported
 Configurable (attach explanation)  Configurable (attach explanation)
 Default Object: 20.  16 Bits
Default Variation: 1  32 Bits
 Point-by-point list attached  Other Value: ______
 Point-by-point list attached
Sends Multi-Fragment Responses:
 Yes
 No

1601-0800-A1 F650 DIGITAL BAY CONTROLLER C-7


C.3 IMPLEMENTATION TABLE APPENDIX C:

C.3 Implementation table

The following table shows objects, variations, function codes and qualifiers supported by F650 units, both in requests and
responses for DNP3 protocol. For static (non-change-event) objects, requests sent with qualifiers 00, 01, 06, 07 or 08, are
responded to with qualifiers 00 or 01. Static object requests sent with qualifiers 17 or 28 are responded to with qualifiers 17
or 28. For change-event objects, qualifiers 17 or 28 are always responded.
Text in bold and italic indicates functionality higher than DNP3 implementation level 2.

IMPLEMENTATION TABLE (Sheet 1 out of 3)

OBJECT REQUEST RESPONSE


Object Variation Description Function Codes Qualifier Codes Function Codes Qualifier Codes
No. No. (dec) (hex) (hex)
06 (no range, or all)
Binary Input (Variation 0 is used to 1 (read) 00,01 (start-stop)
1 0
request default variation) 22 (assign class) 07,08 (limited qty)
17,28 (index)
00,01 (start-stop)
00, 01 (start-stop)
1 (read) 06 (no range, or all)
1 1 Binary Input 129 (response) 17,28 (index)
22 (assign class) 07,08 (limited qty)
See Note 2
17,28 (index)
00,01 (start-stop)
00, 01 (start-stop)
Binary Input with Status 1 (read) 06 (no range, or all)
1 2 129 (response) 17,28 (index)
(default – see Note 1) 22 (assign class) 07,08 (limited qty)
See Note 2
17,28 (index)
Binary Input Change - All Variations 06 (no range, or all)
2 0 1 (read)
See Note 1 07,08 (limited qty)
06 (no range, or all) 129 (response)
2 1 Binary Input Change without Time 1 (read) 17, 28 (index)
07,08 (limited qty) 130 (unsol. resp.)
06 (no range, or all) 129 (response)
2 2 Binary Input Change with Time 1 (read) 17, 28 (index)
07,08 (limited qty) 130 (unsol. resp.)
06 (no range, or all)
00,01 (start-stop)
10 0 Binary Output - All Variations 1 (read)
07,08 (limited qty)
17,28 (index)
00,01 (start-stop)
00, 01 (start-stop)
Binary Output Status 06 (no range, or all)
10 2 1 read 129 (response) 17,28 (index)
See Note 1 07,08 (limited qty)
See Note 2
17,28 (index)
3 (select)
00,01 (start-stop)
4 (operate)
12 1 Control Relay Output Block 07,08 (limited qty) 129 (response) echo of request
5 (direct op)
17, 28 (index)
6 (dir.op, noack)
1 (select)
7 (freeze)
20 0 Binary Counter - All Variations 8 (freeze noack) 06 (no range, or all)
9 (freeze clear)
10 (frz.cl. noack)
Note 1: A default variation refers to the variation responded when variation 0 is requested and/or in class 0, 1, 2, or 3 scans.
Note 2: For static (non-change-event) objects, qualifiers 17 or 28 are only responded when a request is sent with qualifiers 17 or 28,
respectively. Otherwise, static object requests sent with qualifiers 00, 01, 06, 07, or 08, are responded to with qualifiers 00 or 01 (for
change-event objects, qualifiers 17 or 28 are always responded).
Note 3: Cold restarts are implemented the same as warm restarts – The F650 is not restarted, but the DNP process is restarted.

C-8 F650 DIGITAL BAY CONTROLLER 1601-0800-A1


APPENDIX C: C.3 IMPLEMENTATION TABLE

IMPLEMENTATION TABLE (Sheet 2 out of 3)


OBJECT REQUEST RESPONSE
Object Variation Description Function Codes Qualifier Codes Function Codes Qualifier Codes
No. No. (dec) (hex) (hex)
21 0 Frozen Counter - All Variations 1 (read) 06 (no range, or all)
Counter Change Event - All 06 (no range, or all)
22 0 1 (read)
Variations 07,08 (limited qty)
06 (no range, or all)
23 0 Frozen Counter Change Event 1 (read)
07,08 (limited qty)
06 (no range, or all)
1 (read) 00,01 (start-stop)
30 0 Analog Input - All Variations
22 (assign class) 07,08 (limited qty)
17,28 (index)
000,01 (start-stop) 00, 01 (start-
32-Bit Analog Input 1 (read) 06 (no range, or all) stop)
30 1 129 (response)
See Note 1 22 (assign class) 07,08 (limited qty) 17,28 (index)
17,28 (index) See Note 2
00,01 (start-stop) 00, 01 (start-
1 (read) 06 (no range, or all) stop)
30 2 129 (response)
16-Bit Analog Input 22 (assign class) 07,08 (limited qty) 17,28 (index)
17,28 (index) See Note 2
00,01 (start-stop) 00, 01 (start-
1 (read) 06 (no range, or all) stop)
30 3 32-Bit Analog Input without Flag 129 (response)
22 (assign class) 07,08 (limited qty) 17,28 (index)
17,28 (index) See Note 2
00,01 (start-stop) 00, 01 (start-
1 (read) 06 (no range, or all) stop)
30 4 16-Bit Analog Input without Flag 129 (response)
22 (assign class) 07,08 (limited qty) 17,28 (index)
17,28 (index) See Note 2
00,01 (start-stop) 00, 01 (start-
1 (read) 06 (no range, or all) stop)
30 5 Analog Short Float 129 (response)
22 (assign class) 07,08 (limited qty) 17,28 (index)
17,28 (index) See Note 2
06 (no range, or all)
32 0 Analog Change Event - All Variations 1 (read)
07,08 (limited qty)
32-Bit Analog Change Event without
06 (no range, or all) 129 (response)
32 1 Time 1 (read) 17, 28 (index)
07,08 (limited qty) 130 (unsol.resp)
See Note 1
16-Bit Analog Change Event without 06 (no range, or all) 129 (response)
32 2 1 (read) 17, 28 (index)
Time 07,08 (limited qty) 130 (unsol.resp)
32-Bit Analog Change Event with 06 (no range, or all) 129 (response)
32 3 1 (read) 17,28 (index)
Time 07,08 (limited qty) 130 (unsol.resp)
16-Bit Analog Change Event with 06 (no range, or all) 129 (response)
32 4 1 (read) 17,28 (index)
Time 07,08 (limited qty) 130 (unsol.resp)
06 (no range, or all) 129 (response)
32 5 Analogs (Short-float) without time 1 (read) 17,28 (index)
07,08 (limited qty) 130 (unsol.resp)
06 (no range, or all) 129 (response)
32 7 Analogs (Short-float) with time 1 (read) 17,28 (index)
07,08 (limited qty) 130 (unsol.resp)
00,01 (start-stop)
06 (no range, or all)
34 0 Analog Input Reporting Deadband 1 (read)
07,08 (limited qty)
17,28 (index)
00,01 (start-stop) 00,01 (start-
16-Bit Analog Input Reporting
06 (no range, or all) stop)
34 1 Deadband 1 (read) 129 (response)
07,08 (limited qty) 17,28 (index)
See Note 1
17,28 (index) See Note 2
Note 1: A default variation refers to the variation responded when variation 0 is requested and/or in class 0, 1, 2, or 3 scans.
Note 2: For static (non-change-event) objects, qualifiers 17 or 28 are only responded when a request is sent with qualifiers 17 or 28,
respectively. Otherwise, static object requests sent with qualifiers 00, 01, 06, 07, or 08, are responded to with qualifiers 00 or 01 (for
change-event objects, qualifiers 17 or 28 are always responded).
Note 3: Cold restarts are implemented the same as warm restarts – The F650 is not restarted, but the DNP process is restarted.

1601-0800-A1 F650 DIGITAL BAY CONTROLLER C-9


C.3 IMPLEMENTATION TABLE APPENDIX C:

IMPLEMENTATION TABLE (Sheet 3 out of 3)

OBJECT REQUEST RESPONSE


Object Variation Description Function Codes Qualifier Codes Function Codes Qualifier Codes
No. No. (dec) (hex) (hex)
32-Bit Analog Input Reporting 00,01 (start-stop)
34 2 Deadband 2 (write) 07,08 (limited qty)
See Note 1 17,28 (index)
00,01 (start-stop) 00,01 (start-
06 (no range, or all) stop)
50 0 Time and Date - All Variations 1 (read) 129 (response)
07,08 (limited qty) 17,28 (index)
17,28 (index) See Note 2
00,01 (start-stop)
00,01 (start-
06 (no range, or all)
Time and Date 1 (read) stop)
50 1 07 (limited qty=1) 129 (response)
See Note 1 2 (write) 17,28 (index)
08 (limited qty)
See Note 2
17,28 (index)
1 (read)
07 (limited qty)
52 2 Time Delay Fine 2 (write) 129 (response)
quantity=1

1 (read)
20 (enable unsol)
60 0 Class 0, 1, 2, and 3 Data 06 (no range, or all)
21 (disable unsol)
22 (assign class)
60 1 Class 0 Data 06 (no range, or all)
1 (read)
20 (enable unsol) 06 (no range, or all)
60 2 Class 1 Data
21 (disable unsol) 07,08 (limited qty)
22 (assign class)
1 (read)
20 (enable unsol) 06 (no range, or all)
60 3 Class 2 Data
21 (disable unsol) 07,08 (limited qty)
22 (assign class)

1 (read)
20 (enable unsol) 06 (no range, or all)
60 4 Class 3 Data
21 (disable unsol) 07,08 (limited qty)
22 (assign class)

00 (start-stop)
80 1 Internal Indications 2 (write)
(index must =7)
No Object (function code only)
13 (cold restart)
See Note 3
No Object (function code only) 14 (warm restart)
No Object (function code only) 23 (delay meas.)

Note 1: A default variation refers to the variation responded when variation 0 is requested and/or in class 0, 1, 2, or 3 scans.
Note 2: For static (non-change-event) objects, qualifiers 17 or 28 are only responded when a request is sent with qualifiers 17 or 28,
respectively. Otherwise, static object requests sent with qualifiers 00, 01, 06, 07, or 08, are responded to with qualifiers 00 or 01 (for
change-event objects, qualifiers 17 or 28 are always responded).
Note 3: Cold restarts are implemented the same as warm restarts – The F650 is not restarted, but the DNP process is restarted.

C-10 F650 DIGITAL BAY CONTROLLER 1601-0800-A1


APPENDIX C: C.4 BINARY INPUT POINTS

C.4 Binary input points


The F650 relay has a configurable Map of DNP Binary Input points. This map can be formed by up to 10 blocks of 16 binary
states that are configured using Setpoint > Relay Configuration in the EnerVista 650 Setup program. The minimum
number of DNP Binary Input points is 16 and the maximum number is 160. Within these 160 DNP points, 128 bits (8 blocks
of 16) are mapped to Control Events (Setpoint > Relay Configuration > Control Events) and 32 bits (2 block of 16) are
mapped to contacts A, B of 16 Switchgears (Setpoint > Relay Configuration > Switchgear). Each Switchgear in F650 is
mapped into two DNP Binary Input points. Lets say the setting Binary Input Block1 has been set the value Switchgear 1-8,
it means that DNP Binary Input point 0 = Switchgear 1Contact A, DNP Binary Input point 1 = Switchgear 1 Contact B, DNP
Binary Input point 2 = Switchgear 2 Contact A, etc.
To each Control Event or Switchgear Contact, assign any of the binary states of the F650 relay. These states are contact
inputs and outputs, virtual outputs, protection element states, PLC states, etc. DNP Points that correspond to Control
Events or Switchgear Contacts that are not configured have a zero value in the response.
Using the PLC-Editor, through the EnerVista 650 Setup program select Setpoint > Logic Configuration to implement
complex logic, more than simple OR and NOT previous functions. To accomplish this, under Setpoint > Relay
Configuration > Control Events, assign a Virtual Output to a selected point, and then implement wished logic with the
PLC-Editor.

BINARY INPUT POINTS


Static (Steady-State) Object Number: 1
Change Event Object Number: 2
Request Function Codes supported: 1 (read), 22 (assign class)
Static Variation Reported when variation 0 requested: 2 (Binary Input Change with status)
Change Event Variation reported when variation 0 requested: 2 (Binary Input Change with Time)
Default Class for all points: 1

DEFAULT BINARY INPUT POINTS MAP

POINT NAME/DESCRIPTION
INDEX
0-127 Control Events 1-128
128 Switchgear 1 Contact A
129 Switchgear 1 Contact B
130 Switchgear 2 Contact A
131 Switchgear 2 Contact B
132 Switchgear 3 Contact A
133 Switchgear 3 Contact B
134 Switchgear 4 Contact A
135 Switchgear 4 Contact B
136 Switchgear 5 Contact A
137 Switchgear 5 Contact B
138 Switchgear 6 Contact A
139 Switchgear 6 Contact B
140 Switchgear 7 Contact A
141 Switchgear 7 Contact B
142 Switchgear 8 Contact A

1601-0800-A1 F650 DIGITAL BAY CONTROLLER C-11


C.4 BINARY INPUT POINTS APPENDIX C:

143 Switchgear 8 Contact B


144 Switchgear 9 Contact A
145 Switchgear 9 Contact B
146 Switchgear 10 Contact A
147 Switchgear 10 Contact B
148 Switchgear 11 Contact A
149 Switchgear 11 Contact B
150 Switchgear 12 Contact A
151 Switchgear 12 Contact B
152 Switchgear 13 Contact A
153 Switchgear 13 Contact B
154 Switchgear 14 Contact A
155 Switchgear 14 Contact B
156 Switchgear 15 Contact A
157 Switchgear 15 Contact B
158 Switchgear 16 Contact A
159 Switchgear 16 Contact B

C-12 F650 DIGITAL BAY CONTROLLER 1601-0800-A1


APPENDIX C: C.5 DNP CONFIGURATION EXAMPLES

C.5 DNP configuration examples


C.5.1 Configuring DNP user map
For example, consider configuring DNP Binary Inputs Map with 8 Contact Inputs, 8 Protection states, 8 Contact Outputs
and 2 Switchgears. This configuration can be done in two steps. In first step, select Setpoint > Relay Configuration from
the EnerVista 650 Setup program and then configure the Control Events bits and Switchgear bits. This is shown in figures
9.1 and 9.2. In the second step, select Setpoint > System Setup > Communication settings > DNP in order to change the
DNP Binary Input Block settings. Set the values of the first three Binary Input blocks, Binary Input Block1 = CTL EVENTS 1-16,
Binary Input Block2 = CTL EVENTS 17-32, Binary Input Block3 = SWITCHGEAR 1-8. This is shown in Figure C-1: Configuration
of Control Events bits 13-1

Figure C-1: Configuration of Control Events bits

1601-0800-A1 F650 DIGITAL BAY CONTROLLER C-13


C.5 DNP CONFIGURATION EXAMPLES APPENDIX C:

Figure C-2: CONFIGURATION OF SWITCHGEAR

Figure 0–1: CONFIGURATION OF DNP BINARY INPUT BLOCKS

In the example presented in this chapter the F650 relay has 48 Binary Input points, as shown in the table below.

C-14 F650 DIGITAL BAY CONTROLLER 1601-0800-A1


APPENDIX C: C.5 DNP CONFIGURATION EXAMPLES

C.5.2 Example of custom binary input points map

POINT NAME/DESCRIPTION
INDEX
0 CONT_IP_F_CC1(CC1)
1 CONT_IP_F_CC2(CC2)
2 CONT_IP_F_CC3(CC3)
3 CONT_IP_F_CC4(CC4)
4 CONT_IP_F_CC5(CC5)
5 CONT_IP_F_CC6(CC6)
6 CONT_IP_F_CC7(CC7)
7 CONT_IP_F_CC8(CC8)
8 PH IOC1 HIGH A PKP
9 PH IOC1 HIGH B PKP
10 PH IOC1 HIGH C PKP
11 PH IOC1 LOW A PKP
12 PH IOC1 LOW B PKP
13 PH IOC1 LOW C PKP
14 GROUND IOC1 PKP
15 NEUTRAL IOC1 PKP
16 CONT OP_F_01
17 CONT OP_F_02
18 CONT OP_F_03
19 CONT OP_F_04
20 CONT OP_F_05
21 CONT OP_F_06
22 CONT OP_F_07
23 CONT OP_F_08

POINT NAME/DESCRIPTION
INDEX
24 Not Configured
25 Not Configured
26 Not Configured
27 Not Configured
28 Not Configured
29 Not Configured
30 Not Configured
31 Not Configured
32 CONT_IP_F_CC13 (CC13)
33 CONT_IP_F_CC14(CC14)
34 CONT_IP_F_CC15(CC15)
35 CONT_IP_F_CC16(CC16)
36 Not Configured
37 Not Configured
38 Not Configured
39 Not Configured
40 Not Configured

1601-0800-A1 F650 DIGITAL BAY CONTROLLER C-15


C.5 DNP CONFIGURATION EXAMPLES APPENDIX C:

41 Not Configured
42 Not Configured
43 Not Configured
44 Not Configured
45 Not Configured
46 Not Configured
47 Not Configured

C.5.3 Multiple DNP 3.0 masters communication with F650


Typical architecture of multi-master communication using DNP 3.0.

Figure C-3: Multiple DNP3.0 masters communicating with F650

C-16 F650 DIGITAL BAY CONTROLLER 1601-0800-A1


APPENDIX C: C.5 DNP CONFIGURATION EXAMPLES

Figure C-4: SETTINGS FOR DNP3.0 MULTI-master communications with F650

1601-0800-A1 F650 DIGITAL BAY CONTROLLER C-17


C.6 BINARY OUTPUT AND CONTROL RELAY OUTPUT APPENDIX C:

C.6 Binary output and control relay output


Supported Control Relay Output Block fields: Pulse On.
The F650 relay provides 24 DNP Binary/Control Output points. These outputs are mapped to the first 24 commands
configured in the F650. Executing a command is equal to activate the PLC equation that was attached to this command.
Thus all of the 24 DNP Binary/Control Output points are pulsed points. It means that only Pulse On flag is accepted in DNP
control operations on those points. All commands have configurable names. Changing the command’s name can be done
using the EnerVista 650 Setup program.

BINARY OUTPUT STATUS POINTS


Object Number: 10
Request Function Codes supported: 1 (read)
Default Variation Reported when variation 0 requested: 2 (Binary Output Status)
CONTROL RELAY OUTPUT BLOCKS
Object Number: 12
Request Function Codes supported: 3 (select), 4 (operate), 5 (direct operate), 6 (direct operate, no ack.)

BINARY/CONTROL OUTPUT POINTS BINARY/CONTROL OUTPUT POINTS


POINT NAME/DESCRIPTION POINT NAME/DESCRIPTION
INDEX INDEX
0 OPERATION1 59 VI Self Reset 7-8
1 OPERATION2 60 VI Self Reset 9-10
2 OPERATION3 61 VI Self Reset 11-12
3 OPERATION4 62 VI Self Reset 13-14
4 OPERATION5 63 VI Self Reset 15-16
5 OPERATION6 64 VI Self Reset 17-18
6 OPERATION7 65 VI Self Reset 19-20
7 OPERATION8 66 VI Self Reset 21-22
8 OPERATION9 67 VI Self Reset 23-24
9 OPERATION10 68 VI Self Reset 25-26
10 OPERATION11 69 VI Self Reset 27-28
11 OPERATION12 70 VI Self Reset 29-30
12 OPERATION13 71 VI Self Reset 31-32
13 OPERATION14
14 OPERATION15
15 OPERATION16
16 OPERATION17
17 OPERATION18
18 OPERATION19
19 OPERATION20
20 OPERATION21
21 OPERATION22
22 OPERATION23
23 OPERATION24
24-55 VI latched 1-32
56 VI Self Reset 1-2
57 VI Self Reset 3-4
58 VI Self Reset 5-6

C-18 F650 DIGITAL BAY CONTROLLER 1601-0800-A1


APPENDIX C: C.7 BINARY COUNTERS

C.7 Binary counters


The following table lists both Binary Counters (Object 20) and Frozen Counters (Object 21). When a freeze function is
performed on a Binary Counter point, the frozen value is available in the corresponding Frozen Counter point. Digital
Counter values are represented as 32-bit integers. The DNP 3.0 protocol defines counters to be unsigned integers. Care
should be taken when interpreting negative counter values.

BINARY COUNTERS

Static (Steady-State) Object Number: 20


Change Event Object Number: 22
Request Function Codes supported: 1 (read), 7 (freeze), 8 (freeze no ack), 9 (freeze and clear),
10 (freeze and clear, no ack), 22 (assign class)
Static Variation reported when variation 0 requested: 1 (32-Bit Binary Counter with Flag)
Change Event Variation reported when variation 0 requested: 1 (32-Bit Counter Change Event without time)
Default Class for all points: 3

FROZEN COUNTERS

Static (Steady-State) Object Number: 21


Change Event Object Number: 23
Request Function Codes supported: 1 (read)
Static Variation reported when variation 0 requested: 1 (32-Bit Frozen Counter with Flag)
Change Event Variation reported when variation 0 requested: 1 (32-Bit Frozen Counter Event without time)
Default Class for all points: 3

BINARY AND FROZEN COUNTERS POINT INDEX NAME/DESCRIPTION:

0 Pulse Counter 1 16 Pos MWatthour


1 Pulse Counter 2 17 Neg MWatthour
2 Pulse Counter 3 18 Pos MVatthour
3 Pulse Counter 4 19 Neg MVatthour
4 Pulse Counter 5
5 Pulse Counter 6
6 Pulse Counter 7
7 Pulse Counter 8
8 Digital Counter 1
9 Digital Counter 2
10 Digital Counter 3
11 Digital Counter 4
12 Digital Counter 5
13 Digital Counter 6
14 Digital Counter 7
15 Digital Counter 8

1601-0800-A1 F650 DIGITAL BAY CONTROLLER C-19


C.8 ANALOG INPUTS APPENDIX C:

C.8 Analog inputs


It is important to note that 16-bit and 32-bit variations of Analog Inputs are transmitted through DNP as signed numbers.
Even for analog input points that are not valid as negative values, the maximum positive representation is 32767. This is a
DNP requirement.
The deadbands for all Analog Input points are in the same units as the Analog Input quantity. For example, an Analog Input
quantity measured in volts has a corresponding deadband in units of volts. This is in conformance with DNP Technical
Bulletin 9809-001 Analog Input Reporting Deadband. The scale factors apply also to deadbands. For example if Current
Scale Factor is set to 0.001, and it is desired that a specific Analog Input point (that is of type current) trigger an event when
its value changes by 1 kA, then the deadband for this point should be set to 1000. Relay settings are available to set default
deadband values according to data type. Deadbands for individual Analog Input Points can be set using DNP Object 34.

ANALOG INPUT POINTS


Static (Steady-State) Object Number: 30
Change Event Object Number: 32
Request Function Codes supported: 1 (read), 2 (write, deadbands only), 22 (assign class)
Static Variation Reported when variation 0 requested: 1 (32-Bit Analog Input)
Change Event Variation reported when variation 0 requested: 1 (Analog Change event without Time)
Change Event Scan Rate: defaults to 500ms.
Default Class for all points: 1

Units for Analog Input points are as follows:

Current: kA/A Apparent Power: MVA/KVA


Voltage: kV/V Energy: MWh, MVArh/ kWh, kVArh
Real Power: MW/KV Frequency: Hz
Reactive Power: MVAr/kVAr Angle: degrees

ANALOG INPUT POINTS

POINT DESCRIPTION UNIT


0 Phasor Ia Primary kA / A
1 Phasor Ib Primary kA / A
2 Phasor Ic Primary kA / A
3 Phasor Ig Primary kA / A
4 Phasor Isg Primary kA / A
5 Phasor In Primary kA / A
6 RMS Ia Primary kA / A
7 RMS Ib Primary kA / A
8 RMS Ic Primary kA / A
9 RMS Ig Primary kA / A
10 RMS Isg Primary kA / A
11 I0 Primary kA / A
12 I1 Primary kA / A

C-20 F650 DIGITAL BAY CONTROLLER 1601-0800-A1


APPENDIX C: C.8 ANALOG INPUTS

POINT DESCRIPTION UNIT


13 I2 Primary kA / A
14 V0 Primary kV / V
15 V1 Primary kV / V
16 V2 Primary kV / V
17 Vab Primary kV / V
18 Vbc Primary kV / V
19 Vca Primary kV / V
20 Vn Primary kV / V
21 Va Primary kV / V
22 Vb Primary kV / V
23 Vc Primary kV / V
24 VL Primary kV / V
25 VBB Primary kV / V
26 Phase A Reactive Pwr MVAr / kVAr
27 Phase A Apparent Pwr MVA / kVA
28 Phase A Real Pwr MW / kW
29 Phase B Reactive Pwr MVAr / kVAr
30 Phase B Apparent Pwr MVA / kVA
31 Phase B Real Pwr MW / kW
32 Phase C Reactive Pwr MVAr / kVAr
33 Phase C Apparent Pwr MVA / kVA
34 Phase C Real Pwr MW / kW
35 3 Phase Reactive Pwr MVAr / kVAr
36 3 Phase Apparent Pwr MVA / kVA
37 3 Phase Real Pwr MW / kW
38 Phase A Power Factor
39 Phase B Power Factor
40 Phase C Power Factor
41 3 Phase Power Factor
42 Line Frequency Primary Hz
43 Bus Frequency Primary Hz
44 Vx Primary kV / V
45 Pos MVarhour Freeze MVArh / kVArh
46 Neg MVarhour Freeze MVArh / kVArh
47 Pos MWatthour Freeze MWh / kWh
48 Pos MWatthour Freeze MWh / kWh
49 Positive MVarhour MVArh / kVArh
50 Negative MVarhour MVArh / kVArh
51 Positive MWatthour MWh / kWh
52 Negative MWatthour MWh / kWh
53 Fault 1 Prefault Phase A Current Magnitude kA / A
54 Fault 1 Prefault Phase A Current Angle degrees
55 Fault 1 Prefault Phase B Current Magnitude kA / A
56 Fault 1 Prefault Phase B Current Angle degrees
57 Fault 1 Prefault Phase C Current Magnitude kA / A
58 Fault 1 Prefault Phase C Current Angle degrees
59 Fault 1 Prefault Phase AB Voltage Magnitude kV / V
60 Fault 1 Prefault Phase AB Voltage Angle degrees
61 Fault 1 Prefault Phase BC Voltage Magnitude kV / V
62 Fault 1 Prefault Phase BC Voltage Angle degrees

1601-0800-A1 F650 DIGITAL BAY CONTROLLER C-21


C.8 ANALOG INPUTS APPENDIX C:

POINT DESCRIPTION UNIT


63 Fault 1 Prefault Phase CA Voltage Magnitude kV / V
64 Fault 1 Prefault Phase CA Voltage Angle degrees
65 Fault 1 Postfault Phase A Current Magnitude kA / A
66 Fault 1 Postfault Phase A Current Angle degrees
67 Fault 1 Postfault Phase B Current Magnitude kA / A
68 Fault 1 Postfault Phase B Current Angle degrees
69 Fault 1 Postfault Phase C Current Magnitude kA / A
70 Fault 1 Postfault Phase C Current Angle degrees
71 Fault 1 Postfault Phase AB Voltage Magnitude kV / V
72 Fault 1 Postfault Phase AB Voltage Angle degrees
73 Fault 1 Postfault Phase BC Voltage Magnitude kV / V
74 Fault 1 Postfault Phase BC Voltage Angle degrees
75 Fault 1 Postfault Phase CA Voltage Magnitude kV / V
76 Fault 1 Postfault Phase CA Voltage Angle degrees
77 Fault 1 Type Enum
78 Fault 1 Location km
79 Fault 1 Prefault Ground Current Magnitude kA / A
80 Fault 1 Prefault Ground Current Angle degrees
81 Fault 1 Prefault Sensitive Ground Current Magnitude kA / A
82 Fault 1 Prefault Sensitive Ground Current Angle degrees
83 Fault 1 Postfault Ground Current Magnitude kA / A
84 Fault 1 Postfault Ground Current Angle degrees
85 Fault 1 Postfault Sensitive Ground Current Magnitude kA / A
86 Fault 1 Postfault Sensitive Ground Current Angle degrees
87 % of Load to Trip %
88 Board F - Analog 1
89 Board F - Analog 2
90 Board F - Analog 3
91 Board F - Analog 4
92 Board F - Analog 5
93 Board F - Analog 6
94 Board F - Analog 7
95 Board F - Analog 8
96 Board G - Analog 1
97 Board G - Analog 2
98 Board G - Analog 3
99 Board G - Analog 4
100 Board G - Analog 5
101 Board G - Analog 6
102 Board G - Analog 7
103 Board G - Analog 8
104 Board H - Analog 1
105 Board H - Analog 2
106 Board H - Analog 3
107 Board H - Analog 4
108 Board H - Analog 5
109 Board H - Analog 6
110 Board H - Analog 7
111 Board H - Analog 8
112 Board J - Analog 1

C-22 F650 DIGITAL BAY CONTROLLER 1601-0800-A1


APPENDIX C: C.8 ANALOG INPUTS

POINT DESCRIPTION UNIT


113 Board J - Analog 2
114 Board J - Analog 3
115 Board J - Analog 4
116 Board J - Analog 5
117 Board J - Analog 6
118 Board J - Analog 7
119 Board J - Analog 8

The "Fault Type" is represented by enumeration value. The table below shows values with DNP3 setting "Other Scale Factor
= 1".
ENUM VALUE FAULT TYPE
0 GROUND
1 PHASE
2 TRIPH
3 AG
4 ABG
5 AB
6 BG
7 BCG
8 BC
9 CG
10 CAG
11 CA
12 NAF

If the DNP3 setting "Other Scale Factor" has a value different from "1" then "Enum Value" is scaled by the adjusted factor.
For example if "Other Scale Factor = 0.001", then the value corresponding to "TRIPH" fault type is 2000.

NAF indicates that the type of fault has not been calculated.

1601-0800-A1 F650 DIGITAL BAY CONTROLLER C-23


C.8 ANALOG INPUTS APPENDIX C:

C-24 F650 DIGITAL BAY CONTROLLER 1601-0800-A1


GE
Grid Solutions

F650 Digital Bay Controller

Appendix D: IEC 60870-5-104 protocol

IEC 60870-5-104 PROTOCOL

D.1 Introduction

The F650 implements functionality of an IEC 60870-5-104 server. The devices responds to client requests or can send
spontaneous transmissions. F650 implementation of 60870-5-104 provides analog metering and states.
The IEC 60870-5-104 communications protocol is supported on Ethernet ports A and B only.

D.2 Technical description

ASDU is the information unit used for data transmission. An ASDU may have data inside or not. The ASDU is encapsulated
in another package of the link layer. ASDU address takes up 2 bytes.
Communication frames can be control or data frames. Control strings do not have ASDU inside.
A frame is consisting of 3 parts. (2 of them are not always present):
Link data + [ASDU header+ [ASDU data]]
The data between brackets can be omitted.
In IEC104 communication is made by TCP/IP protocols. Actually, it is a TCP communication. The default port is the 2404.
The F650 is listening as a server and supports up to two different IEC60870-5-104 masters simultaneously.

D.3 Basic application functions


Cyclic data transmission
Cyclic data transmission is used to send measured values to the IEC 60870-5-104 master.

Spontaneous Transmission:
Information objects may be transmitted without a specific request from the IEC 60870-5-104 master.

1601-0800-A1 F650 DIGITAL BAY CONTROLLER D-1


D.4 IEC 104 SETTINGS APPENDIX D: IEC 60870-5-104 PROTOCOL

The data that can be sent spontaneously are:

• Measured values when a deadband overflow takes place.


• Single points in the time the event is produced.
• Double points in the time the event is produced.
• Integrated Totals

Clock synchronization
F650 supports clock synchronization from IEC 60870-5-104 master.

If IRIG-B, PTP-1588 or SNTP is being used for time synchronization, the IEC 60870-5-104 clock synchronization command
does not set the F650 real time clock.

Command transmission
F650 is allowed to accept single commands and double commands.

D.4 IEC 104 settings

The Communication settings for IEC 60870-5-104 protocol are the following:
Product Setup > Communication Settings > IEC 870-5-104
Name Value Units Range
Function DISABLED
TCP Port 2404 [0:65535]
Common Addr of ASDU 255 [0:65535]
Cyclic Meter Period 0 Seconds [0:3600]
Synchronization Event 0 Minutes [0:1400]
IEC104 NET1 CLI1 OCTET1 0 [0 : 255]
IEC104 NET1 CLI1 OCTET2 0 [0 : 255]
IEC104 NET1 CLI1 OCTET3 0 [0 : 255]
IEC104 NET1 CLI1 OCTET4 0 [0 : 255]
IEC104 NET1 CLI2 OCTET1 0 [0 : 255]
IEC104 NET1 CLI2 OCTET2 0 [0 : 255]
IEC104 NET1 CLI2 OCTET3 0 [0 : 255]
IEC104 NET1 CLI2 OCTET4 0 [0 : 255]
Function 2 DISABLED
TCP Port 2 2404 [0:65535]
Common Addr of ASDU 2 255 [0:65535]
IEC104 NET2 CLI1 OCTET1 0 0 : 255]
IEC104 NET2 CLI1 OCTET2 0 0 : 255]
IEC104 NET2 CLI1 OCTET3 0 0 : 255]
IEC104 NET2 CLI1 OCTET4 0 0 : 255]
IEC104 NET2 CLI2 OCTET1 0 0 : 255]
IEC104 NET2 CLI2 OCTET2 0 0 : 255]
IEC104 NET2 CLI2 OCTET3 0 0 : 255]
IEC104 NET2 CLI2 OCTET4 0 0 : 255]
IEC104 SCALE CURRENT 1
IEC104 SCALE VOLTAGE 1

D-2 F650 DIGITAL BAY CONTROLLER 1601-0800-A1


APPENDIX D: IEC 60870-5-104 PROTOCOL D.4 IEC 104 SETTINGS

IEC104 SCALE POWER 1


IEC104 SCALE ENERGY 1
IEC104 SCALE OTHER 1
IEC104 DEADBAND CURRENT 30000 [0:65535]
IEC104 DEADBAND VOLTAGE 30000 [0:65535]
IEC104 DEADBAND POWER 30000 [0:65535]
IEC104 DEADBAND ENERGY 30000 [0:65535]
IEC104 DEADBAND OTHER 30000 [0:65535]
IEC104 IOA BINARIES 1000 [0:65535]
IEC104 IOA DOUBLE POINTS 1500 [0:65535]
IEC104 IOA ANALOGS 2000 [0:65535]
IEC104 IOA COUNTERS 4000 [0:65535]
IEC104 IOA COMMANDS 3000 [0:65535]
IEC104 IOA ANALOG 5000 [0:65535]
PARAMETERS

Function: Enable or disable the protocol operation for the first IEC 60870-5-104
connection.
TCP Port: Listening TCP port in the relay. Default value is 2404.
Common Addr of ASDU: Address in the ASDU header. Default value is 255.
Cyclic Meter Period: Number of seconds for cyclical data sending, 0 means no spontaneous
meterings.
Synchronization event: Period of time (in minutes) for which timestamps are considered valid after
receiving a clock synchronization command.
IEC104 NET1 CLI1 OCTET1 to 4: These four octets define the IP address of the first client that is accepted in
the first connection. The F650 relay can respond to a maximum of 2 IEC
60870-5-104 masters (not at the same time) in this connection.
EC104 NET1 CLI2 OCTET1 to 4: These four octets define the IP address of the second client that is accepted
in the first connection. The F650 relay can respond to a maximum of 2 IEC
60870-5-104 masters (not at the same time) in this connection.
Function 2: Enable or disable the protocol operation for the second connection.
TCP Port 2: Listening TCP port in the relay. Default value is 2404.
Common Addr of ASDU2: Address in the ASDU header. Default value is 255.
IEC104 NET2 CLI1 OCTET1 to 4: These four octets define the IP address of the first client that is accepted in
the second connection. The F650 relay can respond to a maximum of 2 IEC
60870-5-104 masters (not at the same time) in this connection.
IEC104 NET2 CLI2 OCTET1 to 4: These four octets define the IP address of the second client that is accepted
in the second connection. The F650 relay can respond to a maximum of 2
IEC 60870-5-104 masters (not at the same time) in this connection.
IEC104 SCALE CURRENT, VOLTAGE,
POWER, ENERGY, OTHER: These settings are numbers used to scale Analog Input point values. These
settings group the F650 Analog Input data into types: current, voltage,
power, energy, and other. Each setting represents the scale factor for all
Analog Input points of that type. For example, if the IEC104 SCALE VOLTAGE
is set to a value of 1000, all IEC104 Analog Input points that are voltages are
returned with the values 1000 times smaller (e.g. a value 72000 V on the
F650 is returned as 72). These settings are useful when Analog Input values
must be adjusted to fit within certain ranges in IEC 60870-5-104 masters.
Note that a scale factor of 0.1 is equivalent to a multiplier of 10 (i.e. the value
is 10 times larger).

1601-0800-A1 F650 DIGITAL BAY CONTROLLER D-3


D.4 IEC 104 SETTINGS APPENDIX D: IEC 60870-5-104 PROTOCOL

IEC104 DEADBAND CURRENT,


VOLTAGE, POWER, ENERGY, OTHER: These settings are the values used by the F650 to determine when to trigger
spontaneous responses containing Analog Input data.
These settings group the F650 Analog Input data into types: current, voltage,
power, energy, and other. Each setting represents the default deadband
value for all Analog Input points of that type. For example, in order to trigger
spontaneous responses from the F650 when any current values change by
15 A, the IEC104 DEADBAND CURRENT setting should be set to 15. Note
that these settings are the default values of the deadbands. Parameter of
measured value ASDU can be used to change deadband values, from the
default, for each individual IEC104 Analog Input point. Whenever power is
removed and re-applied to the F650, the default deadbands are in effect.

IEC104 IOA BINARIES: Starting Information Object Address for Single Points.
IEC104 IOA DOUBLE POINTS: Starting Information Object Address for Double Points.
IEC104 IOA ANALOGS: Starting Information Object Address for Analog Inputs.
IEC104 IOA COUNTERS: Starting Information Object Address for Counters.
IEC104 IOA COMMANDS: Starting Information Object Address for Single or Double Commands.
IEC104 IOA ANALOG PARAMETERS: Starting Information Object Address for Parameter of measured value. Each
Measured value has a Parameter of measured value associated with its
threshold.

The F650 relay has a custom Binary Inputs points list, called User Map; it is common for any protocol. In the case of IEC 104
Protocol, those points are GROUP1 and GROUP2.
The IEC 104 User Map can be configured using the EnerVista 650 Setup software in Setpoint > Relay Configuration >
Control Events.
The User Map contains 128 Binary Inputs. To each point of the User Map, assign any of the binary states of the F650 relay.
It is also possible to combine those states using OR and NOT functions. These states are: contact inputs and outputs, virtual
outputs, protection element states, PLC states, etc. The User Map always has a size of 128 Binary Inputs. Points in the User
Map that are not configured have a zero value in the answer.
It is possible to implement more complex logic than simple OR and NOT using the PLC Editor tool in EnerVista 650 Setup in
the menu Setpoint > Logic Configuration. These complex signals (Virtual Outputs) can be assigned to the binary points in
the Control Events configuration for the IEC 104 user map.

Groups of Data

The data is organized into groups in order to provide values when the controlling station requests them by a general or
group interrogation.

Group 1, 2 & 4 are set by the 256 Single Points (M_SP_NA_1).

Group 3 is set by the 16 Double Points (M_DP_NA_1).

Group 5 and 6 are set by the120 Analog Inputs, short floating-point (M_ME_NC_1).

Group 7 is set by the 120 Parameter of measured value, short floating-point (P_ME_NC_1).

These 256 Single Points, 16 Double points and 120 Measured Values are also sent as a response to a General Interrogation.
The 20 Integrated Totals (M_IT_NA_1) has its own Counter Group and it is sent as a response to a General Request Counter.

D-4 F650 DIGITAL BAY CONTROLLER 1601-0800-A1


APPENDIX D: IEC 60870-5-104 PROTOCOL D.4 IEC 104 SETTINGS

Group 1 Status
POINT DESCRIPTION
M_SP_NA_1
1000-1063 CONTROL EVENTS 1-64

Group 2 Status
POINT DESCRIPTION
M_SP_NA_1
1064-1127 CONTROL EVENTS 65-128

Group 3 Status
POINT DESCRIPTION
M_DP_NA_1
1500-1515 SWITCHGEAR EVENTS

Group 4 Status
POINT DESCRIPTION
M_SP_NA_1
1128-1255 BOARD F 1-32, G 1-32, H 1-32, J 1-32

Group 5 Single point


POINT DESCRIPTION
M_ME_NC_1
2000 Phasor Ia Primary
2001 Phasor Ib Primary
2002 Phasor Ic Primary
2003 Phasor Ig Primary
2004 Phasor Isg Primary
2005 Phasor In Primary
2006 RMS Ia Primary
2007 RMS Ib Primary
2008 RMS Ic Primary
2009 RMS Ig Primary
2010 RMS Isg Primary
2011 I0 Primary
2012 I1 Primary
2013 I2 Primary
2014 V0 Primary
2015 V1 Primary
2016 V2 Primary
2017 Vab Primary
2018 Vbc Primary
2019 Vca Primary
2020 Vn Primary
2021 Va Primary
2022 Vb Primary
2023 Vc Primary
2024 VL Primary
2025 VBB Primary

1601-0800-A1 F650 DIGITAL BAY CONTROLLER D-5


D.4 IEC 104 SETTINGS APPENDIX D: IEC 60870-5-104 PROTOCOL

Group 5 Single point


2026 Phase A Reactive Pwr
2027 Phase A Apparent Pwr
2028 Phase A Real Pwr
2029 Phase B Reactive Pwr
2030 Phase B Apparent Pwr
2031 Phase B Real Pwr
2032 Phase C Reactive Pwr
2033 Phase C Apparent Pwr
2034 Phase C Real Pwr
2035 3 Phase Reactive Pwr
2036 3 Phase Apparent Pwr
2037 3 Phase Real Pwr
2038 Phase A Power Factor
2039 Phase B Power Factor
2040 Phase C Power Factor
2041 3 Phase Power Factor
2042 Line Frequency Primary
2043 Bus Frequency Primary
2044 Vx Primary
2045 Pos Mvarhour Freeze
2046 Neg Mvarhour Freeze
2047 Pos MWatthour Freeze
2048 Neg MWatthour Freeze
2049 Positive MVarhour
2050 Negative MVarhour
2051 Positive MWatthour
2052 Negative MWatthour
2053 Fault 1 Prefault Phase A Current Magnitude
2054 Fault 1 Prefault Phase A Current Angle
2055 Fault 1 Prefault Phase B Current Magnitude
2056 Fault 1 Prefault Phase B Current Angle
2057 Fault 1 Prefault Phase C Current Magnitude
2058 Fault 1 Prefault Phase C Current Angle
2059 Fault 1 Prefault Phase AB Voltage Magnitude

Group 6 Metering
POINT DESCRIPTION
M_ME_NC_1
2060 Fault 1 Prefault Phase AB Voltage Angle
2061 Fault 1 Prefault Phase BC Voltage Magnitude
2062 Fault 1 Prefault Phase BC Voltage Angle
2063 Fault 1 Prefault Phase CA Voltage Magnitude
2064 Fault 1 Prefault Phase CA Voltage Angle
2065 Fault 1 Postfault Phase A Current Magnitude
2066 Fault 1 Postfault Phase A Current Angle
2067 Fault 1 Postfault Phase B Current Magnitude
2068 Fault 1 Postfault Phase B Current Angle
2069 Fault 1 Postfault Phase C Current Magnitude
2070 Fault 1 Postfault Phase C Current Angle

D-6 F650 DIGITAL BAY CONTROLLER 1601-0800-A1


APPENDIX D: IEC 60870-5-104 PROTOCOL D.4 IEC 104 SETTINGS

Group 6 Metering
2071 Fault 1 Postfault Phase AB Voltage Magnitude
2072 Fault 1 Postfault Phase AB Voltage Angle
2073 Fault 1 Postfault Phase BC Voltage Magnitude
2074 Fault 1 Postfault Phase BC Voltage Angle
2075 Fault 1 Postfault Phase CA Voltage Magnitude
2076 Fault 1 Postfault Phase CA Voltage Angle
2077 Fault 1 Type
2078 Fault 1 Location
2079 Fault 1 Prefault Ground Current Magnitude
2080 Fault 1 Prefault Ground Current Angle
2081 Fault 1 Prefault Sensitive Ground Current Magnitude
2082 Fault 1 Prefault Sensitive Ground Current Angle
2083 Fault 1 Postfault Ground Current Magnitude
2084 Fault 1 Postfault Ground Current Angle
2085 Fault 1 Postfault Sensitive Ground Current Magnitude
2086 Fault 1 Postfault Sensitive Ground Current Angle
2087 % of Load to Trip
2088 Board F – Analog 1
2089 Board F – Analog 2
2090 Board F – Analog 3
2091 Board F – Analog 4
2092 Board F – Analog 5
2093 Board F – Analog 6
2094 Board F – Analog 7
2095 Board F – Analog 8
2096 Board G – Analog 1
2097 Board G – Analog 2
2098 Board G – Analog 3
2099 Board G – Analog 4
2100 Board G – Analog 5
2101 Board G – Analog 6
2102 Board G – Analog 7
2103 Board G – Analog 8
2104 Board H – Analog 1
2105 Board H – Analog 2
2106 Board H – Analog 3
2107 Board H – Analog 4
2108 Board H – Analog 5
2109 Board H – Analog 6
2110 Board H – Analog 7
2111 Board H – Analog 8
2112 Board J – Analog 1
2113 Board J – Analog 2
2114 Board J – Analog 3
2115 Board J – Analog 4
2116 Board J – Analog 5
2117 Board J – Analog 6
2118 Board J – Analog 7
2119 Board J – Analog 8

1601-0800-A1 F650 DIGITAL BAY CONTROLLER D-7


D.5 IEC 60870-5-104 POINT LIST APPENDIX D: IEC 60870-5-104 PROTOCOL

Group 7 Deadband
POINT DESCRIPTION
P_ME_NC_1
5000-5119 Analog Input Deadbands 2000-2119

Integrated Totals
POINT DESCRIPTION
M_IT_NA_1
4000-4007 Pulse Counter 1-8
4008-4015 Digital Counters 1-8
4016-4019 Energy Counters

D.5 IEC 60870-5-104 point list


OPERATIONS IN IEC 60870-5-104 FOR F650
The two standard procedures for command transmission are accepted, Direct command or Select and Execute command.
The following table determines how a command can be executed in F650

Commands
POINT DESCRIPTION COMMAND MODE
3000 Operation 1 (ON) + Operation 2(OFF) Select and Execute Double Command
--- --- ---
3005 Operation 11 (ON) + Operation 12(OFF) Select and Execute Double Command
3006 Operation 13 (ON) + Operation 14(OFF) Direct Double Command
--- --- ---
3011 Operation 23 (ON) + Operation 24(OFF) Direct Double Command
3012 Virtual Self Reset 1 (ON) + Virtual Self Reset 2(OFF) Direct Double Command
--- --- ---
3027 Virtual Self Reset 31 (ON) + Virtual Self Reset 32(OFF) Direct Double Command
3028-3059 Virtual Latched 1-32 Direct Single Command

There are 24 available operation in F650 device; they must be configured using EnerVista 650 Setup in Setting
> Relay Configuration > Operations.
ASDU address must start with 3000; the addresses for operation are from 3000 to 3011. The operations go from 0 to 23.

D.6 IEC 60870-5-104 Interoperability


This companion standard presents sets of parameters and alternatives from which subsets must be selected to implement
particular telecontrol systems. Certain parameter values, such as the choice of "structured" or "unstructured" fields of the
INFORMATION OBJECT ADDRESS of ASDUs represent mutually exclusive alternatives. This means that only one value of the
defined parameters is admitted per system. Other parameters, such as the listed set of different process information in
command and in monitor direction allow the specification of the complete set or subsets, as appropriate for given
applications. This clause summarizes the parameters of the previous clauses to facilitate a suitable selection for a specific
application. If a system is composed of equipment stemming from different manufacturers, it is necessary that all partners
agree on the selected parameters.

D-8 F650 DIGITAL BAY CONTROLLER 1601-0800-A1


APPENDIX D: IEC 60870-5-104 PROTOCOL D.6 IEC 60870-5-104 INTEROPERABILITY

The interoperability list is defined as in IEC 60870-5-101 and extended with parameters used in this standard. The text
descriptions of parameters which are not applicable to this companion standard are strike-through (corresponding check
box is marked black).
NOTEIn addition, the full specification of a system may require individual selection of certain parameters for certain parts
of the system, such as the individual selection of scaling factors for individually addressable measured values.

The selected parameters should be marked in the white boxes as follows

Function or ASDU is not used

X Function or ASDU is used as standardized (default)

R Function or ASDU is used in reverse mode

B Function or ASDU is used in standard and reverse mode

The possible selection (blank, X, R, or B) is specified for each specific clause or parameter.

A black check box indicates that the option cannot be selected in this companion standard.

System or device

(system-specific parameter, indicate definition of a system or a device by marking one of the

following with “X”)

System definition

X Controlling station definition (Master)

R Controlled station definition (Slave)

Network configuration

(network-specific parameter, all configurations that are used are to be marked "X")

Physical layer
(network-specific parameter, all interfaces and data rates that are used are to be marked "X")

Transmission speed (control direction)


Unbalanced interchange Unbalanced interchange Balanced interchange

Circuit V.24/V.28 Circuit V.24/V.28 Circuit X.24/X.27


StandardRecommended if >1 200 bit/s

1601-0800-A1 F650 DIGITAL BAY CONTROLLER D-9


D.6 IEC 60870-5-104 INTEROPERABILITY APPENDIX D: IEC 60870-5-104 PROTOCOL

Transmission speed (monitor direction)

Unbalanced interchange Unbalanced interchange Balanced interchange

Circuit V.24/V.28 Circuit V.24/V.28 Circuit X.24/X.27

StandardRecommended if >1 200 bit/s

Link layer
(network-specific parameter, all options that are used are to be marked “X”. Specify the maximum frame length. If a non-
standard assignment of class 2 messages is implemented for unbalanced transmission, indicate the Type ID and COT of all
messages assigned to class 2.)

Frame format FT 1.2, single character 1 and the fixed time out interval are used exclusively in this companion
standard.

Link transmission Address field of the link

Frame length

D-10 F650 DIGITAL BAY CONTROLLER 1601-0800-A1


APPENDIX D: IEC 60870-5-104 PROTOCOL D.6 IEC 60870-5-104 INTEROPERABILITY

When using an unbalanced link layer, the following ASDU types are returned in class 2 messages (low priority)
with the indicated causes of transmission:

Type identification Cause of transmission


9, 11, 13, 21 <1>

Type identification Cause of transmission

Note: (In response to a class 2 poll, a controlled station may respond with class 1 data when there is no class
2 data available).

Application layer
Transmission mode for application data
Mode 1 (Least significant octet first), as defined in 4.10 of IEC 60870-5-4, is used exclusively in this companion
standard.

Common address of ASDU


(system-specific parameter, all configurations that are used are to be marked "X")

Information object address


(system-specific parameter, all configurations that are used are to be marked "X")

1601-0800-A1 F650 DIGITAL BAY CONTROLLER D-11


D.6 IEC 60870-5-104 INTEROPERABILITY APPENDIX D: IEC 60870-5-104 PROTOCOL

Cause of transmission
(system-specific parameter, all configurations that are used are to be marked "X")

Length of APDU
(system-specific parameter, specify the maximum length of the APDU per system)
The maximum length of APDU for both directions is 253. It is a fixed system parameter.

Selection of standard ASDUs

Process information in monitor direction


(station-specific parameter, mark each Type ID “X” if it is only used in the standard direction, "R" if only used in
the reverse direction, and “B” if used in both directions).

D-12 F650 DIGITAL BAY CONTROLLER 1601-0800-A1


APPENDIX D: IEC 60870-5-104 PROTOCOL D.6 IEC 60870-5-104 INTEROPERABILITY

In this companion standard only the use of the set <30> – <40> for ASDUs with time tag is permitted.

Process information in control direction


(station-specific parameter, mark each Type ID “X” if it is only used in the standard direction, "R" if only used in
the reverse direction, and “B” if used in both directions).

1601-0800-A1 F650 DIGITAL BAY CONTROLLER D-13


D.6 IEC 60870-5-104 INTEROPERABILITY APPENDIX D: IEC 60870-5-104 PROTOCOL

Either the ASDUs of the set <45> – <51> or of the set <58> – <64> are used.

System information in monitor direction


(station-specific parameter, mark with an “X” if it is only used in the standard direction, “R” if only used in the
reverse direction, and “B” if used in both directions).

System information in control direction


(station-specific parameter, mark each Type ID "X" if it is only used in the standard direction, "R" if only used in
the reverse direction, and "B" if used in both directions).

D-14 F650 DIGITAL BAY CONTROLLER 1601-0800-A1


APPENDIX D: IEC 60870-5-104 PROTOCOL D.6 IEC 60870-5-104 INTEROPERABILITY

Parameter in control direction


(station-specific parameter, mark each Type ID "X" if it is only used in the standard direction, "R" if only used in
the reverse direction, and "B" if used in both directions).

File transfer
(station-specific parameter, mark each Type ID "X" if it is only used in the standard direction, "R" if only used in
the reverse direction, and "B" if used in both directions).

Type identifier and cause of transmission assignments


(station-specific parameters)

Shaded boxes: option not required.


Black boxes: option not permitted in this companion standard
Blank: functions or ASDU not used.
Mark Type Identification/Cause of transmission combinations:

"X" if only used in the standard direction;


"R" if only used in the reverse direction;
"B" if used in both directions.

Type identification Cause of transmission


1 2 3 4 5 6 7 8 9 10 11 12 13 20 37 44 45 46 47

to to

36 41
<1> M_SP_NA_1 X X
<2> M_SP_TA_1
<3> M_DP_NA_1 X X
<4> M_DP_TA_1
<5> M_ST_NA_1

1601-0800-A1 F650 DIGITAL BAY CONTROLLER D-15


D.6 IEC 60870-5-104 INTEROPERABILITY APPENDIX D: IEC 60870-5-104 PROTOCOL

<6> M_ST_TA_1
<7> M_BO_NA_1
<8> M_BO_TA_1
<9> M_ME_NA_1
<10> M_ME_TA_1
<11> M_ME_NB_1
<12> M_ME_TB_1
<13> M_ME_NC_1 X X X
<14> M_ME_TC_1
<15> M_IT_NA_1 X
<16> M_IT_TA_1
<17> M_EP_TA_1
<18> M_EP_TB_1
<19> M_EP_TC_1
<20> M_PS_NA_1
<21> M_ME_ND_1
<30> M_SP_TB_1 X
<31> M_DP_TB_1
<32> M_ST_TB_1
<33> M_BO_TB_1
<34> M_ME_TD_1
<35> M_ME_TE_1
<36> M_ME_TF_1 X
<37> M_IT_TB_1 X
<38> M_EP_TD_1
<39> M_EP_TE_1
<40> M_EP_TF_1
<45> C_SC_NA_1 X X X X X
<46> C_DC_NA_1 X X X X X
<47> C_RC_NA_1
<48> C_SE_NA_1
<49> C_SE_NB_1
<50> C_SE_NC_1
<51> C_BO_NA_1
<58> C_SC_TA_1 X X X X X
<59> C_DC_TA_1 X X X X X
<60> C_RC_TA_1
Type identification Cause of transmission
1 2 3 4 5 6 7 8 9 10 11 12 13 20 37 44 45 46 47

to to

36 41
<61> C_SE_TA_1
<62> C_SE_TB_1
<63> C_SE_TC_1
<64> C_BO_TA_1
<70> M_EI_NA_1* X
<100> C_IC_NA_1 X X X X X

D-16 F650 DIGITAL BAY CONTROLLER 1601-0800-A1


APPENDIX D: IEC 60870-5-104 PROTOCOL D.6 IEC 60870-5-104 INTEROPERABILITY

<101> C_CI_NA_1 X X X
<102> C_RD_NA_1 X
<103> C_CS_NA_1 X X
<104> C_TS_NA_1
<105> C_RP_NA_1 X X
<106> C_CD_NA_1
<107> C_TS_TA_1
<110> P_ME_NA_1
<111> P_ME_NB_1
<112> P_ME_NC_1 X X X
<113> P_AC_NA_1
<120> F_FR_NA_1
<121> F_SR_NA_1
<122> F_SC_NA_1
<123> F_LS_NA_1
<124> F_AF_NA_1
<125> F_SG_NA_1
<126> F_DR_TA_1*
<127> F_SC_NB_1*
* Blank or X only

Basic application functions

Station initialization
(station-specific parameter, mark "X" if function is used)

X Remote initialization

Cyclic data transmission


(station-specific parameter, mark “X” if function is only used in the standard direction, "R" if only used in the
reverse direction, and "B" if used in both directions)

X Cyclic data transmission

Read procedure
(station-specific parameter, mark "X" if function is only used in the standard direction, "R" if only used in the
reverse direction, and "B" if used in both directions)

X Read procedure

Spontaneous transmission
(station-specific parameter, mark “X” if function is only used in the standard direction, "R" if only used in the
reverse direction, and “B” if used in both directions)

X Spontaneous transmission

1601-0800-A1 F650 DIGITAL BAY CONTROLLER D-17


D.6 IEC 60870-5-104 INTEROPERABILITY APPENDIX D: IEC 60870-5-104 PROTOCOL

Double transmission of information objects with cause of transmission spontaneous


(station-specific parameter, mark each information type "X" where both a Type ID without time and corresponding
Type ID with time are issued in response to a single spontaneous change of a monitored object)

The following type identifications may be transmitted in succession caused by a single status change of an
information object. The particular information object addresses for which double transmission is enabled are
defined in a project-specific list.

Station interrogation
(station-specific parameter, mark "X" if function is only used in the standard direction, "R" if only used in the
reverse direction, and "B" if used in both directions).

Clock synchronization
(station-specific parameter, mark "X" if function is only used in the standard direction, "R" if only used in the
reverse direction, and "B" if used in both directions).

X Spontaneous transmission

Day of week used

RES1, GEN (time tag substituted/ not substituted) used

SU-bit (summertime) used

optional, see 7.6

D-18 F650 DIGITAL BAY CONTROLLER 1601-0800-A1


APPENDIX D: IEC 60870-5-104 PROTOCOL D.6 IEC 60870-5-104 INTEROPERABILITY

Command transmission
(object-specific parameter, mark "X" if function is only used in the standard direction, "R" if only used in the
reverse direction, and "B" if used in both directions).

X Direct command transmission

Direct set point command transmission

X Select and execute command

Select and execute set point command

X C_SE ACTTERM used

X No additional definition

X Short-pulse duration (duration determined by a system parameter in the outstation)

X Long-pulse duration (duration determined by a system parameter in the outstation)

X Persistent output

X Supervision of maximum delay in command direction of commands and set point commands

10s Maximum allowable delay of commands and set point commands

Transmission of integrated totals


(station- or object-specific parameter, mark "X" if function is only used in the standard direction, "R" if only used
in the reverse direction, and "B" if used in both directions).

X Mode A: Local freeze with spontaneous transmission

X Mode B: Local freeze with counter interrogation

X Mode C: Freeze and transmit by counter-interrogation commands

X Mode D: Freeze by counter-interrogation command, frozen values reported

X Counter read

X Counter freeze without reset

X Counter freeze with reset

X Counter freeze with reset

X General request counter

X Request counter group 1

X Request counter group 2

X Request counter group 3

Request counter group 4

1601-0800-A1 F650 DIGITAL BAY CONTROLLER D-19


D.6 IEC 60870-5-104 INTEROPERABILITY APPENDIX D: IEC 60870-5-104 PROTOCOL

Parameter loading
(object-specific parameter, mark "X" if function is only used in the standard direction, "R" if only used in the reverse
direction, and “B” if used in both directions).

X Threshold value

Smoothing factor

Low limit for transmission of measured values

Low limit for transmission of measured values

Parameter activation
(object-specific parameter, mark "X" if function is only used in the standard direction, "R" if only used in the
reverse direction, and "B" if used in both directions).

Act/deact of persistent cyclic or periodic transmission of the addressed object

Test procedure
(station-specific parameter, mark "X" if function is only used in the standard direction, "R" if only used in the
reverse direction, and "B" if used in both directions).

Test procedure

File transfer
(station-specific parameter, mark “X” if function is used).
File transfer in monitor direction

Transparent file

Transmission of disturbance data of protection equipment

Transmission of sequences of events

Transmission of sequences of recorded analogue values

File transfer in control direction

Transparent file

Background scan
(station-specific parameter, mark "X" if function is only used in the standard direction, "R" if only used in the
reverse direction, and "B" if used in both directions).

Background scan

D-20 F650 DIGITAL BAY CONTROLLER 1601-0800-A1


APPENDIX D: IEC 60870-5-104 PROTOCOL D.6 IEC 60870-5-104 INTEROPERABILITY

Acquisition of transmission delay


(station-specific parameter, mark "X" if function is only used in the standard direction, "R" if only used in the
reverse direction, and "B" if used in both directions).

Acquisition of transmission delay

Definition of time outs

Parameter Default value Remarks Selected value


t0 30 s Time-out of connection establishment N/A
t1 15 s Time-out of send or test APDUs 15 s
t2 10 s Time-out for acknowledges in case of no data 10 s
messages t2 < t1
t3 20 s Time-out for sending test frames in case of a 20 s
long idle state

Maximum range for timeouts t0 to t2: 1 s to 255 s, accuracy 1 s.


Recommended range for timeout t3: 1 s to 48 h, resolution 1 s.
Long timeouts for t3 may be needed in special cases where satellite links or dialup connections are used (for
instance to establish connection and collect values only once per day or week).

Maximum number of outstanding I format APDUs k and latest acknowledge APDUs (w)

Parameter Default value Remarks Selected value


k 12 APDUs Maximum difference receive sequence number 12 APDUs
to send state variable
w 8 APDUs Latest acknowledge after receiving w I format 8 APDUs
APDUs

Maximum range of values k: 1 to 32767 (215–1) APDUs, accuracy 1 APDU


Maximum range of values w: 1 to 32767 APDUs, accuracy 1 APDU (Recommendation: w should not exceed two-
thirds of k).

Portnumber

Parameter Value Remarks


Portnumber 2404 In all cases

Redundant connections

Number N of redundancy group connections used

1601-0800-A1 F650 DIGITAL BAY CONTROLLER D-21


D.6 IEC 60870-5-104 INTEROPERABILITY APPENDIX D: IEC 60870-5-104 PROTOCOL

RFC 2200 suite


RFC 2200 is an official Internet Standard which describes the state of standardization of protocols used in the
Internet as determined by the Internet Architecture Board (IAB). It offers a broad spectrum of actual standards
used in the Internet. The suitable selection of documents from RFC 2200 defined in this standard for a given
projects has to be chosen by the user of this standard.

X Ethernet 802.3
Serial X.21 interface
Other selection from RFC 2200:

List of valid documents from RFC 2200


1..............................................................
2..............................................................
3..............................................................
4..............................................................
5..............................................................
6..............................................................
7. etc.

D-22 F650 DIGITAL BAY CONTROLLER 1601-0800-A1


GE
Grid Solutions

F650 Digital Bay Controller

Appendix E:

PROCOME PROTOCOL

E.1 PROCOME protocol

Procome is an communication protocol focused on control operations. Commands to read data as status, measurements,
events and counters have been implemented together with commands to perform operations and synchronization.

This procome implementation has a subset of the basic application functions, asdus and services of the whole procome
profile. The protection functionality for procome has not been implemented.

Application functions and ASDUS:


The implemented profile is the following:
a) Secondary station initialization
- ASDU 5 Identification
b) Control Functions - Control requests
- Primary to Secondary:
ASDU 100 Control data request
- Secondary to Primary:
ASDU 100 Measurements and digital changes transmission
ASDU 101 Counters transmission
c) Control Functions - Digital signals status refresh
- Primary to Secondary.
ASDU 103 Digital status data request
- Secondary to Primary.
ASDU 103 Digital status data transmission
d) Control Functions - Overflow
e) Control Functions - Commands

1601-0800-A1 F650 DIGITAL BAY CONTROLLER E-1


E.1 PROCOME PROTOCOL APPENDIX E:

- Primary to Secondary.
ASDU 121 Commands
- Secondary to Primary.
ASDU 121 Commands
f) Clock Synchronization
- Primary to Secondary.
ASDU 6 Clock Synchronization
-Secondary to Primary:
ASDU 6 Clock Synchronization

Procome Settings:

Product Setup > Communication Settings > PROCOME


Name Default Value Step Range
COMM Port NONE [NONE - COM1]
Slave Number 0
[0 : 254]

When value NONE is selected in the COMM Port setting the protocol is not enabled. The COM1 selection enables PROCOME
for the COM1 (remote) serial port.
Slave Number:is the PROCOME slave number.

Baud rate and parity for COM1 must be set in Setpoint > Communications > Serial Ports.

Procome Configuration:
The procome data configuration is performed through the Setpoint > Procome Configuration tool when communicating
via Ethernet with the device. The procome configuration file can be retrieved and sent to the relay easily. The relay must be
switched off and on to start working with the new procome configuration set by the user. The relay by default has no
procome configuration. For more information about procome configuration see 5.13 IEC 60870-5-103 configuration.

E-2 F650 DIGITAL BAY CONTROLLER 1601-0800-A1


GE
Grid Solutions

F650 Digital Bay Controller

Appendix F: IEC 60870-5-103 protocol

IEC 60870-5-103 PROTOCOL

F.1 IEC 60870-5-103 protocol


F.1.1 Interoperability document
The F650 implements functionality of an IEC 60870-5-103 server.
This section describes the protocol IEC 60870-5-103 implementation in the unit.

1. PHYSICAL LAYER
Electrical interface
X EIA RS-485

32 Number of loads for one protection equipment

Optical interface
X Glass fiber

X Plastic fiber

F-SMA type connector

X BFOC/2,5 type connector

Transmission speed
X 9600 bits/s

X 19200 bits/s

2. LINK LAYER
There are no choices for the link layer.

1601-0800-A1 F650 DIGITAL BAY CONTROLLER F-1


F.1 IEC 60870-5-103 PROTOCOL APPENDIX F: IEC 60870-5-103 PROTOCOL

3. APPLICATION LAYER
Transmission mode for application data
Mode 1 (least significant octet first), as defined in 4.10 of IEC 60870-5-4, is used exclusively in this companion standard.

Common address of ASDU


X One COMMON ADDRESS OF ASDU (identical with station address)

More than one COMMON ADDRESS OF ASDU

Selection of standard information numbers in monitor direction


System functions in monitor direction
INF Semantics

X <0> End of general interrogation

X <0> Time synchronization

X <2> Reset FCB

X <3> Reset CU

X <4> Start/restart

X <5> Power on

Status indications in monitor direction


INF Semantics F650 Identifier F650 Data Text

X <16> Auto-recloser active 4591 AR READY

X <17> Teleprotection active 3895 LOCAL

<18> Protection active

X <19> LED reset 6839 RESET LEDS

<20> Monitor direction blocked

<21> Test mode

<22> Local parameter setting

X <23> Characteristic 1 4875 GROUP 1 ACT ON

X <24> Characteristic 2 4876 GROUP 2 ACT ON

X <25> Characteristic 3 4877 GROUP 3 ACT ON

<26> Characteristic 4

<27> Auxiliary input 1

<28> Auxiliary input 2

<29> Auxiliary input 3

<30> Auxiliary input 4

Supervision indications in monitor direction


INF Semantics F650 Identifier F650 Data Text

<32> Measurand supervision I

F-2 F650 DIGITAL BAY CONTROLLER 1601-0800-A1


APPENDIX F: IEC 60870-5-103 PROTOCOL F.1 IEC 60870-5-103 PROTOCOL

<33> Measurand supervision V

<35> Phase sequence supervision

<36> Trip circuit supervision 4539 BREAKER FAIL


X
SUPERVISION

<37> I>> back-up operation

X <38> VT fuse failure 4545 VT FUSE FAILURE

<39> Teleprotection disturbed

<46> Group warning

<47> Group alarm

Earth fault indications in monitor direction


INF Semantics F650 Identifier F650 Data Text

<48> Earth fault L1

<49> Earth fault L2

<50> Earth fault L3

<51> Earth fault forward, i.e. line

<52> Earth fault reverse, i.e. busbar

Fault indications in monitor direction


INF Semantics F650 Identifier F650 Data Text

<64> Start / pick-up L1 3997|4013|4029|4045|4061|4077|41 PH IOC/TOC 1/2/3


X
64|4182|4200|5651|5669|5687 H/L A PKP

<65> Start / pick-up L2 3999|4015|4031|4047|4063|4079|41 PH IOC/TOC 1/2/3


X
66|4184|4202|5653|5671|5689 H/L B PKP

<66> Start / pick-up L3 4001|4017|4033|4049|4065|4081|41 PH IOC/TOC 1/2/3


X
68|4186|4204|5655|5673|5691 H/L C PKP

<67> Start / pick-up N 4112|4120|4128|4239|4248|4257 GROUND IOC/TOC


X
1/2/3 PKP

<68> General trip 4004|4020|4036|4052|4068|4084|41 PH IOC/TOC 1/2/3


X
71|4189|4207|5658|5676|5694 H/L OP

<69> Trip L1 3998|4014|4030|4046|4062|4078|41 PH IOC/TOC 1/2/3


X
65|4183|4201|5652|5670|5688 H/L A OP

<70> Trip L2 4000|4016|4032|4048|4064|4080|41 PH IOC/TOC 1/2/3


X
67|4185|4203|5654|5672|5690 H/L B OP

<71> Trip L3 4002|4018|4034|4050|4066|4082|41 PH IOC/TOC 1/2/3


X
69|4187|4205|5656|5674|5692 H/L C OP

<72> Trip I>> (back-up operation)

<73> Fault location X in ohms

<74> Fault forward / line

<75> Fault forward / lbusbar

1601-0800-A1 F650 DIGITAL BAY CONTROLLER F-3


F.1 IEC 60870-5-103 PROTOCOL APPENDIX F: IEC 60870-5-103 PROTOCOL

<76> Teleprotection signal


transmitted

<77> Teleprotection signal


received

<78> Zone 1

<79> Zone 2

<80> Zone 3

<81> Zone 4

<82> Zone 5

<83> Zone 6

<84> General start / pick-up 4003|4019|4035|4051|4067|4083|41 PH H/L / GND IOC/


X 70|4188|4206|5657|5675|5693|4112 TOC 1/2/3 PKP
|4120|4128|4239|4248|4257

X <85> Breaker failure 4537 BKR FAIL INITIATE

<86> Trip measuring system L1

<87> Trip measuring system L2

<88> Trip measuring system L3

<89> Trip measuring system E

X <90> Trip I> 4004|4020|4036|4052|4068|4084 PH IOC 1/2/3 H/L OP

<91> Trip I>> 4171|4189|4207|5658|5676|5694 PH TOC 1/2/3 H/L


X
OP

X <92> Trip IN> 4113|4121|4129 GND IOC 1/2/3 OP

X <93> Trip IN>> 4240|4249|4258 GND TOC 1/2/3 OP

Auto-reclosure indications in monitor direction


INF Semantics F650 Identifier F650 Data Text

X <128> CB 'on' by AR 4586 AR CLOSE BREAKER

<129> CB 'on' by long-time AR

X <130> AR blocked 4593 AR BLOCK

Measurands in monitor direction


INF Semantics F650 Identifier F650 Data Text

X <144> Measurand I 5064 Ib Primary

X <145> Measurands I, V 5064-5080 Ib,Vab Primary

<146> Measurands I, V, P, Q 5064-5080-5099- Ib,Vab,P,Q Primary


X
5100

<147> Measurands In, Vn 5066-5086 Ig Primary, Vn


X
Primary

F-4 F650 DIGITAL BAY CONTROLLER 1601-0800-A1


APPENDIX F: IEC 60870-5-103 PROTOCOL F.1 IEC 60870-5-103 PROTOCOL

<148> Measurands IL123, VL123, P, Q, f 5063-5064-5065- Ia,Ib,Ic,Va,Vb,Vc,P,Q


X 5083-5084-5085- Primary ,Line
5099-5100-3969 Frequency

Generic functions in monitor direction


INF Semantics

<240> Read headings of all defined groups

<241> Read values or attributes of all entries of one group

<243> Read directory of a single entry

<244> Read value or attribute of a single entry

<245> End of general interrogation of generic data

<249> Write entry with confirmation

<250> Write entry with execution

<251> Write entry aborted

Selection of standard information numbers in control direction


System functions in control direction
INF Semantics

X <0> Initiation of general interrogation

X <0> Time synchronization

General commands in control direction


INF Semantics

<16> Auto-recloser on / off

<17> Teleprotection on / off

<18> Protection on / off

<19> LED reset

<23> Activate characteristic 1

<24> Activate characteristic 2

<25> Activate characteristic 3

<26> Activate characteristic 4

Generic functions in control direction


INF Semantics

<240> Read headings of all defined groups

<241> Read values or attributes of all entries of one group

<243> Read directory of a single entry

1601-0800-A1 F650 DIGITAL BAY CONTROLLER F-5


F.1 IEC 60870-5-103 PROTOCOL APPENDIX F: IEC 60870-5-103 PROTOCOL

<244> Read value or attribute of a single entry

<245> End of general interrogation of generic data

<248> Write entry

<249> Write entry with confirmation

<250> Write entry with execution

<251> Write entry aborted

Basic application functions


Test mode

Blocking of monitor direction

Disturbance data

Generic services

Private data

Miscellaneous
Measurand Max. MVAL = times rated value

1,2 or 2,4

Current L1 X

Current L2 X

Current L3 X

Voltage L1-E X

Voltage L2-E X

Voltage L3-E X

Active power P X

Reactive power Q X

Frequency f X

Voltage L1-L2 X

F.1.2 Application level


1. Application Functions
The unbalanced transmission mode of the protocol is used to avoid the possibility that more than one protection
equipment attempts to transmit on the channel at the same time, over the RS485 backside port.

Data is transferred to the primary or control station (master) using the "data acquisition by polling" principle. Cyclically, the
master requests class 2 data to the secondary station (slave). When slave has class 1 data (high priority) pending, the ACD

F-6 F650 DIGITAL BAY CONTROLLER 1601-0800-A1


APPENDIX F: IEC 60870-5-103 PROTOCOL F.1 IEC 60870-5-103 PROTOCOL

control bit is set to 1 demanding the master to request for that data. Periodically, the master can send a General
Interrogation in order to update the complete database.

The measurands are sent to the primary station as a response to a class 2 request. There is a setting (0-60 min) in order to
configure the desired interval, where 0 means transmission as fast as possible.

The following functions are supported:


• Initialization
• General Interrogation
• Synchronization
• Commands transmission

2. Type identification
The implemented Type Identification values are listed below:
TYPE IDENTIFICATION UI8[1..8] <1..255>
<1..31> := definitions of this companion standard (compatible range)
<32..255>:= for special use (private range)

Information in monitor direction:


<1>:= time-tagged message
<3>:= measurands I
<5>:= identification
<6>:= time synchronization
<8>:= general interrogation termination
<9>:= measurands II

Information in control direction:


<6>:= time synchronization
<7>:= general interrogation
<20>:= general command

3. Function Type
FUNCTION TYPE UI8 [1..8] <0..255>

<0..127>:= private range


<128..129>:= compatible range
<130..143>:= private range
<144..145>:= compatible range
<146..159>:= private range
<160..161>:= compatible range
<162..175>:= private range

1601-0800-A1 F650 DIGITAL BAY CONTROLLER F-7


F.1 IEC 60870-5-103 PROTOCOL APPENDIX F: IEC 60870-5-103 PROTOCOL

<176..177>:= compatible range


<178..191>:= private range
<192..193>:= compatible range
<194..207>:= private range
<208..209>:= compatible range
<210..223>:= private range
<224..225>:= compatible range
<226..239>:= private range
<240..241>:= compatible range
<242..253>:= private range
<254..255>:= compatible range

The F650 device is identified at the protocol level as "overcurrent protection", so the Function Type <160> is used for all the
digital and analogue points proposed by the standard and mapped in this profile. For the other data supported by the
device, the number can be set from the private range.

4. Information Number
INFORMATION NUMBER := UI8 [1..8] <0..255>

Monitor direction := <0..255>


<0..15>:=system functions
<16..31>:= status
<32..47>:=supervision
<48..63>:=earth fault
<64..127>:=short circuit
<128..143>:=auto-reclosure
<144..159>:=measurands
<160..239>:=not used
<240..255>:=generic functions
Control direction:=<0..255>
<0..15>:=system functions
<16..31>:=general commands
<240..255>:=generic functions

F-8 F650 DIGITAL BAY CONTROLLER 1601-0800-A1


GE
Grid Solutions

F650 Digital Bay Controller

Appendix G: Redundancy protocol

REDUNDANCY PROTOCOL

G.1 PRP and HSR Ethernet protocols

Industrial real-time Ethernets typically demand much higher availability and uninterrupted operation than office Ethernet
solutions can provide. Even a short loss of connectivity can result in loss of functionality, as for example in some
automation, vehicular, power generation, and power distribution systems.

To recover from a network failure, different standard redundancy schemes are applied such as Parallel Redundancy
Protocol (PRP), High-availability Seamless Redundancy (HSR) and others.

The basic concept of both protocols, PRP and HSR, is to send practically identical frames over different paths and discard
one of the copies in reception, at best. If an error occurs or one of the paths is down, the frame traveling through that path
does not reach the destination, but its copy does.

If the node to be attached to a redundant network has not the capability to do it (e.g. has only one port), it can be
connected through a Redundancy Box (RedBox). This type of node allows single attached nodes connect transparently to a
redundant network. An example can be seen in Figures 1.

PRP operates on two independent networks. Each frame is replicated on the sending node and transmitted over both
networks. The receiving node processes the frame arriving first and discards the subsequent copy. The PRP layer is
responsible for this replicate/discard function and hides the two networks from the upper layers. This scheme works
without explicit reconfiguration and switchover and therefore does not show a period of unavailability.

1601-0800-A1 F650 DIGITAL BAY CONTROLLER G-1


G.1 PRP AND HSR ETHERNET PROTOCOLS APPENDIX G: REDUNDANCY PROTOCOL

Figure G-1: Example of PRP with two LANs (LAN A and LAN B)

The two LANs, named LAN_A and LAN_B, are identical in protocol at the MAC level, but they can differ in performance and
topology. Transmission delays can also be different. The LANs have no direct connection among them and they are
assumed to be fail independent.
In some applications, only availability-critical nodes need a double attachment, while others do not. In order to meet the
specific requirements, PRP defines different kinds of end nodes.
• The Dual Attached Node (DAN) is connected to both LANs.
• Uncritical nodes can be attached to only one LAN and are therefore called Single Attached Nodes (SAN). SANs that
need to communicate with each other are on the same LAN.
• The Redundancy Box (RedBox) is used when a single interface node has to be attached to both networks. Such a node
can communicate with all other nodes. Since a node behind a RedBox appears for other nodes like a DAN, it is called
Virtual DANs (VDAN). The RedBox itself is a DAN and acts as a proxy on behalf of its VDANs. The RedBox has its own IP
address for management purposes
Similarly to PRP, HSR is based in the duplication of every frame sent, but in a ring topology. Each copy of the frame is
injected in a different direction of the ring. If any of the links between nodes is down, all nodes are still reachable. This
topology forces every node in the net to be HSR aware because they have to forward every message until it reaches its
destination. With that purpose, the redundancy information is located at the beginning of the frame allowing a faster
forwarding, see next figure.

G-2 F650 DIGITAL BAY CONTROLLER 1601-0800-A1


APPENDIX G: REDUNDANCY PROTOCOL G.1 PRP AND HSR ETHERNET PROTOCOLS

Figure G-2: Example of HSR with HSR ring

Definitions:
• PRP – Parallel Redundancy Protocol - redundancy protocol for high availability in substation automation networks
based on IEC 62439-3 Clause 4 and applicable to networks based on Ethernet technology (ISO/IEC 8802-3).
• OSI - Open Systems Interconnection - model defined by the International Organization for Standardization (ISO) for
standardizing the functions of a communication system in terms of abstraction layers. Similar communication
functions are grouped into logical layers. A layer serves the layer above it and is served by the layer below it. There are
7 layers: physical, data link, network, transport, session, presentation, application.
• DANP – Doubly Attached Node running PRP – a node that has two ports which operate in parallel and are attached to
the upper layers of the OSI communications stack through a Link Redundancy Entity module.
• DANH – Doubly Attached Node with HSR protocol.
• LRE - Link Redundancy Entity – module operating at the link layer of the OSI stack and responsible for handling
duplicates and managing redundancy.
• SAN – Singly Attached Node – regular nodes with non-redundant network adapters
• RedBox – device attaching singly attached nodes (SANs) to a redundant network.

• RCT – Redundancy Check Trailer – PRP trailer added to frames and consisting of the following fields:
– 16-bit sequence number (SeqNr);
– 4-bit LAN identifier (LanId);
– 12 bit frame size (LSDUsize)
– 16-bit suffix (PRPsuffix).

1601-0800-A1 F650 DIGITAL BAY CONTROLLER G-3


G.1 PRP AND HSR ETHERNET PROTOCOLS APPENDIX G: REDUNDANCY PROTOCOL

G.1.1 PRP
PRP defines a redundancy protocol for high availability in substation automation networks. It is applicable to networks
based on Ethernet technology (ISO/IEC 8802-3).

PRP is designed to provide seamless recovery in case of a single failure in the network, by using a combination of LAN
duplication and frame duplication technique. Identical frames are sent on two completely independent networks that
connect source and destination, see next figure.

Figure G-3: Example of PRP Redundant Network

Under normal circumstances both frames reach their destination and one of them is sent up the OSI stack to the
destination application, while the second one is discarded. If an error occurs in one of the networks and traffic is prevented
from flowing on that path, connectivity is still be provided through the other network to ensure continuous communication.
However, care must be taken when designing the two LANs, so that no single point of failure (such as a common power
supply) is encountered, as such scenarios can bring down both LANs simultaneously.
PRP uses specialized nodes called doubly attached nodes (DANPs) for handling the duplicated frames. DANPs devices have
an additional module at the link layer level, called the Link Redundancy Entity (LRE). LRE is responsible for duplicating
frames and adding the specific PRP trailer when sending the frames out on the LAN, as well as making decisions on
received frames as to which one is sent up the OSI stack to the application layer and which one is discarded. In essence
LRE is responsible for making PRP transparent to the higher layers of the stack. There is a second type of specialized device
used in PRP networks, called RedBox, with the role of connecting Single Attached Nodes (SANs) to a redundant network.
F650 relays implement only the DANP functionality. The RedBox functionality is not implemented.
The original standard IEC 62439-3 (2010) was amended to align PRP with the High availability Seamless Redundancy (HSR)
protocol. To achieve this, the original PRP was modified at the cost of losing compatibility with the PRP 2010 version. The
revised standard IEC 62439-3 (2012) is commonly referred to as PRP-1, while the original standard is PRP-0. The F650
relays support only PRP-1.
PRP can be enabled in configuration through a setting available on the network configuration menu (Product Setup?
Communication Settings? Network (Ethernet), REDUNDANCY, which already has the capability of enabling Failover
redundancy. When REDUNDANCY is set to PRP, the ports dedicated for PRP operate in redundant mode.
The rights associated with configuring PRP follow the security requirements for network configuration.

G-4 F650 DIGITAL BAY CONTROLLER 1601-0800-A1


APPENDIX G: REDUNDANCY PROTOCOL G.1 PRP AND HSR ETHERNET PROTOCOLS

PRP management through SNMP MIB is not supported, as F650 doesn’t currently support SNMP for configuration. Settings
and actual values are only available through the front panel and through EnerVista.
The PRP solution to implement must ensure that performance requirements stated in IEC 61850-5 Clause 13 are still met. It
is specified under Clause 13 (Message performance requirements) that messages of type 1A must meet the performance
class P2/3, which is 3ms (See 3.7.1.1).

G.1.2 HSR
HSR defines a redundancy protocol for high availability in substation automation networks, based on PRP principles,
provides the property of zero recovery time, typically used in ring topology but applicable to any topology.
In the F650 relay, HSR is implemented in devices with communication option number K (for Fiber; 100 Base Fx) and M (for
cooper; Base 100 Tx). A frame is sent over both ports. A destination should receive, in the fault-free state, two identical
frames within a certain time skew, forward the first frame to the application and discard the second frame when (and if) it
comes. A sequence number is used to recognize such duplicates.
In contrast to PRP (IEC 62439-3- Clause 4), with which it shares the operating principle, HSR nodes are arranged into a ring,
which allows the network to operate without dedicated switches, since every node is able to forward frames from port to
port. HSR originally meant "High-availability Seamless Ring", but HSR is not limited to a simple ring topology.
Redundant connections to other HSR rings and to PRP networks are possible.

1601-0800-A1 F650 DIGITAL BAY CONTROLLER G-5


G.2 RSTP (IEEE 802.1D-2004) AND DAISY CHAIN APPENDIX G: REDUNDANCY PROTOCOL

G.2 RSTP (IEEE 802.1D-2004) and daisy chain


G.2.1 RSTP description
The Rapid Spanning Tree Protocol (RTSP), like STP, was designed to avoid loops in an Ethernet network. Rapid Spanning
Tree Protocol (RSTP) (IEEE 802.1w) is an evolution of the Spanning Tree Protocol (STP) (802.1d standard) and provides for
faster spanning tree convergence after a topology change.

G.2.2 RSTP concepts


The IEEE 802.1d Spanning Tree Protocol (STP) was developed to allow the construction of robust networks that incorporate
redundancy while pruning the active topology of the network to prevent loops. While STP is effective, it requires that frame
transfer must halt after a link outage until all bridges in the network are sure to be aware of the new topology.
Using STP (IEEE 802.1d) recommended values, this period lasts 30 seconds. The Rapid Spanning Tree Protocol (IEEE 802.1w)
is a further evolution of the 802.1d Spanning Tree Protocol. It replaces the settling period with an active handshake
between switches (bridges) that guarantees topology information to be rapidly propagated through the network. RSTP
converges in less than one second. RSTP also offers a number of other significant innovations. These include:

• Topology changes in STP must be passed to the root bridge before they can be propagated to the network. Topology
changes in RSTP can be originated from and acted upon by any designated switch (bridge), leading to more rapid
propagation of address information
• STP recognizes one state - blocking for ports that should not forward any data or information. RSTP explicitly
recognizes two states or blocking roles - alternate and backup port including them in computations of when to learn
and forward and when to block
• STP relays configuration messages received on the root port going out of its designated ports. If an STP switch (bridge)
fails to receive a message from its neighbor it cannot be sure where along the path to the root a failure occurred. RSTP
switches (bridges) generate their own configuration messages, even if they fail to receive one from the root bridge.
This leads to quicker failure detection
• RSTP offers edge port recognition, allowing ports at the edge of the network to forward frames immediately after
activation while at the same time protecting them against loops
• An improvement in RSTP allows configuration messages to age more quickly preventing them from “going around in
circles” in the event of a loop RSTP has three states. They are discarding, learning and forwarding.

The discarding state is entered when the port is first taken into service. The port does not learn addresses in this state and
does not participate in frame transfer. The port looks for STP traffic in order to determine its role in the network. When it is
determined that the port plays an active part in the network, the state changes to learning. The learning state is entered
when the port is preparing to play an active member of the network. The port learns addresses in this state but does not
participate in frame transfer. In a network of RSTP switches (bridges) the time spent in this state is usually quite short. RSTP
switches (bridges) operating in STP compatibility mode spend between 6 to 40 seconds in this state. After 'learning' the
bridge places the port in the forwarding state. While in this state the port both learn addresses and participates in frame
transfer while in this state. The result of these enhanced states is that the IEEE 802.1d version of spanning tree (STP) can
take a fairly long time to resolve all the possible paths and to select the most efficient path through the network. The IEEE
802.1w Rapid reconfiguration of Spanning Tree significantly reduces the amount of time it takes to establish the network
path. The result is reduced network downtime and improved network robustness. In addition to faster network
reconfiguration, RSTP also implements greater ranges for port path costs to accommodate the higher connection speeds
that are being implemented.
Proper implementations of RSTP (by switch vendors) is designed to be compatible with IEEE 802.1d STP. GE recommends
that you employ RSTP or STP in your network.

G-6 F650 DIGITAL BAY CONTROLLER 1601-0800-A1


APPENDIX G: REDUNDANCY PROTOCOL G.2 RSTP (IEEE 802.1D-2004) AND DAISY CHAIN

G.2.3 Use in meshed networks


One great strength of RSTP is its support for all kinds of meshed topologies. The resulting flexibility regarding the
installation is a clear advantage over the stringent restrictions that are imposed by ring protocols such as MRP and ring
installations. However, this flexibility harbors one great disadvantage, namely the reconfiguration time, which for an
interconnected network depends – among other things – on the complexity of the network topology and the location in the
network at which the failure occurred. Since RSTP is a decentralized protocol, it may also provoke highly unpredictable
race conditions in the establishment of new communications paths, particularly when choosing a new root bridge. This
gives rise to network reconfiguration times that can be estimated only very roughly, and this does restrict the use of RSTP,
particularly in meshed networks. In the case of meshed networks with very little complexity (such as ring networks with
two or three additional loops or subrings), a detailed analysis can make it possible to determine upper limits, but these
always need to be worked out individually. Unlike with the protocols MRP, HSR and PRP, it is not possible to make a general
statement.

G.2.4 Daisy chain


A daisy chain is an interconnection of devices where each device is connected in series to the next.
With an Ethernet daisy-chain redundancy selected, the F650 has two Ethernet ports and it is working as an Ethernet
unmanaged switch. The two Ethernet ports are used for connecting each device to the ports of its two neighboring
devices.
Each device in the daisy chain forwards the message until it reaches the destination.
Ports A and B use the same MAC (physical device) address and operate by chaining one device with the next one.
Note: It is important not to create a loop in this topology. Both ends of the chain can be connected to different networks.
The device operates only with one IP address through these 2 ports.

1601-0800-A1 F650 DIGITAL BAY CONTROLLER G-7


G.3 LINK LOSS ALERT (LLA) APPENDIX G: REDUNDANCY PROTOCOL

G.3 Link loss alert (LLA)


G.3.1 LLA
(Link Loss Alert) operation: The operation of ports A and B are as follows:

Ports A and B use port A’s MAC and IP address settings while port B is in standby mode in that it does not actively
communicate on the Ethernet network but monitors its link.

G.3.2 LLA priority


If this setting is set to enabled, the port A has the priority. If PORTA’s LLA detects a problem with the link, communications is
switched to Port B. Port B is, in effect, acting as a redundant or backup link to the network for port A.

G.3.3 LLA timeout


This setting is active only when the LLA PRIORITY is set to ENABLED. When the link on primary port is detected again after it
fails, there is LLA TIMEOUT (ms) monitoring time for the health of the network. During this time, the secondary port remains
active. If primary network is healthy for more than LLA TOIMEOUT value, the switch over to primary port is automatic.

If the setting LLA PRIORITY is enabled:


• The primary port is port A while secondary (redundant) port is port B.
• The primary port is always used if available.
• If the link on primary port is lost switch over to secondary port occurs immediately.
• When the link on primary port is detected again, there is a monitoring timeout (LLA TIMEOUT) for the health of the
network. After that period the communication switch over to primary port automatically.

If the setting LLA PRIORITY is disabled:


• There is no priority, therefore there is no primary port. The communication switch over from one Port to the other
occurs when the link fails.
• In this case the LLA TIMEOUT setting does not act.

G-8 F650 DIGITAL BAY CONTROLLER 1601-0800-A1


GE
Grid Solutions

F650 Digital Bay Controller

Appendix H:

FACTORY DEFAULT LOGIC

1601-0800-A1 F650 DIGITAL BAY CONTROLLER H-1


APPENDIX H:

LEDS AND OUTPUTS BOOLEANS

PICKUPS

104
PH TOC1 HIGH PKP 40
105 319
VO_053_51P _PKP
PH TOC2 HIGH PKP inOR1 OR6 outOR1

106 inOR2
PH TOC3 HIGH PKP
316 inOR3

PH TOC1 LOW PKP inOR4


317
PH TOC2 LOW PKP inOR5

318 inOR6
PH TOC3 LOW PKP
101
39
PH IOC1 HIGH PKP 11
VO_05 1_50PH_PKP
102 inOR1 OR3 outOR1
PH IOC2 HIGH PKP
inOR2
103
PH IOC3 HIGH PKP inOR3

98 38
PH IOC1 LOW PKP 10
VO_05 0_50PL_PKP
99 inOR1 OR3 outOR1
PH IOC2 LOW PKP
100 inOR2

PH IOC3 LOW PKP inOR3


182 210
THERMAL1 ALARM 185
VO_00 1_THERMAL_ALARM
OVERCURREN T 183 inOR1 OR3 outOR1
PICKUPS THERMAL2 ALARM
inOR2
184
THERMAL3 ALARM inOR3
211 214
VO_05 0_50PL_PKP 306
VO_007_PHASE_OVERCURRENT_PKP
212 inOR1 OR3 outOR1
VO_05 1_50PH_PKP
inOR2
213
VO_05 3_51P_PKP inOR3
201 204
NEUTRAL TOC1 PKP 197
VO_00 5_51N_PKP
202 inOR1 OR3 outOR1
NEUTRAL TOC2 PKP
401 inOR2

NEUTRAL TOC3 PKP inOR3


198
203
NEUTRAL IOC1 PKP 196
VO_00 4_50N_PKP
199 inOR1 OR3 outOR1
NEUTRAL IOC2 PKP
inOR2
200
NEUTRAL IOC3 PKP inOR3
216 215
VO_005_51N_PKP OR 218
217 VO_00 8_NEU TRAL_OVERCURRENT_PKP
VO_00 4_50N_PKP

95 37
GROUND TOC1 PKP 1
VO_049_51G_PKP
96 inOR1 OR3 outOR1
GROUND TOC2 PKP
inOR2
97
GROUND TOC3 PKP inOR3
92
GROUND IOC1 PKP 36
0
VO_04 8_50G_PKP
93 inOR1 OR3 outOR1
GROUND IOC2 PKP
inOR2
94
GROUND IOC3 PKP inOR3
220 219
VO 049 51G PKP OR 221

H-2 F650 DIGITAL BAY CONTROLLER 1601-0800-A1


APPENDIX H:

VO_049_51G_PKP OR 221
222 VO_009_GROUND_OVERCURRENT_PKP
VO_048_50G_PKP
191 195
SENS GND TOC1 PKP 187
VO_003_51SG_PKP
192 inOR1 OR3 outOR1
SENS GND TOC2 PKP
inOR2
193
SENS GND TOC3 PKP inOR3
188
194
SENS GND IOC1 PKP 186
VO_00 2_50SG_PKP
189 inOR1 OR3 outOR1
SENS GND IOC2 PKP
inOR2
190
SENS GND IOC3 PKP inOR3
173
ISOLATED GND1 PKP 172
171
VO_043_50IG_PKP
OVERCURRENT 174 inOR1 OR3 outOR1
PICKUPS ISOLATED GND2 PKP
175 inOR2

ISOLATED GND3 PKP inOR3


223
227
VO_002_50SG_PKP 226
VO_01 0_SENSITIVE_ GROUND_PKP
224 inOR1 OR3 outOR1
VO_003_51SG_PKP
inOR2
225
VO_043_50IG_PKP inOR3
206
209
NEG SEQ TOC1 PKP 205
VO_006_I2_TOC_PKP
207 inOR1 OR3 outOR1
NEG SEQ TOC2 PKP
inOR2
208
NEG SEQ TOC3 PKP inOR3
229
VO_007_PHASE_OVER CURRENT_PKP
230 308
VO_008_NEU TRAL_OVERCURRENT_PKPinOR1 OR6 outOR1

231 inOR2
VO_009_GROUND_OVERCURR ENT_PKP
228
232 inOR3
VO_011_ALL_OVERCURRENT_PKP
VO_010_SENSITIVE_ GROUND_PKP inOR4
233
VO_006_I2_TOC_PKP inOR5

309 inOR6
VO_001_THERMAL_ALARM

86
34
PH ASE UV1 PKP 2
VO_04 5_27P_PKP
87 inOR1 OR3 outOR1
PH ASE UV2 PKP
inOR2
88
PHASE UV3 PKP inOR3
89
35
PH ASE OV1 PKP 3
VO_04 6_59P_PKP
90 inOR1 OR3 outOR1
PH ASE OV2 PKP
inOR2
91
PH ASE OV3 PKP inOR3
235
NEUTRAL OV1 HIGH PKP 254
234
VO_012_59NH_PKP
236 inOR1 OR3 outOR1
NEUTRAL OV2 HIGH PKP
237 inOR2
NEUTRAL OV3 HIGH PKP
inOR3
238
NEUTRAL OV1 LOW PKP 255
250
VO_01 3_59NL_PKP
239 inOR1 OR3 outOR1
NEUTRAL OV2 LOW PKP
inOR2
240
NEUTRAL OV3 LOW PKP inOR3
241
256
AUXILIARY UV 1 PKP 252
VO_014_27X_PKP
242 inOR1 OR3 outOR1
VOLTAGE AUXILIARY UV2 PKP

1601-0800-A1 F650 DIGITAL BAY CONTROLLER H-3


APPENDIX H:

VOLTAGE AUXILIARY UV2 PKP


243 inOR2
PICKUPS
AUXILIARY UV3 PKP inOR3
244
257
AUXILIARY OV1 PKP 251
VO_015_59X_PKP
245 inOR1 OR3 outOR1
AUXILIARY OV2 PKP
inOR2
246
AUXILIARY OV3 PKP inOR3
247
258
NEG SEQ OV1 PKP 253
VO_016_V2_OV_PKP
248 inOR1 OR3 outOR1
NEG SEQ OV2 PKP
inOR2
249
NEG SEQ OV3 PKP inOR3
265
VO_045_27P_PKP
262 259
267
VO_014_27X_PKP VO_017_ALL_VOLTAGE_PKP
InOR1 OR7 OutOR1
266
VO_046_59P_PKP InOR2

260 InOR3
VO_012_59NH_PKP
261 InOR4

VO_013_59NL_PKP InOR5
263
InOR6
VO_015_59X_PKP
264 InOR7
VO_016_V2_OV_PKP

107
OVERFREQ1 PKP 41
108 515
VO_054_81O_PKP
OVERFREQ2 PKP inOR1 OR6 outOR1
109
inOR2
OVERFREQ3 PKP
513 inOR3

OVERFREQ4 PKP inOR4


517
inOR5
OVERFREQ5 PKP
518
inOR6
OVERFREQ6 PKP

110
42
UNDERFREQ1 PKP 516
VO_055_81U_PKP
111 inOR1 OR6 outOR1
UNDERFREQ2 PKP
inOR2
112
FREQUENCY UNDERFREQ3 PKP inOR3
PICKUPS 514
inOR4
UNDERFREQ4 PKP
519
inOR5
UNDERFREQ5 PKP
520 inOR6
UNDERFREQ6 PKP

406 409
405
FREQ RATE1 PKP VO_052_81DF-DT PKP
407 inOR1 OR3 outOR1
FREQ RATE2 PKP
408 inOR2
FREQ RATE3 PKP
inOR3

411 45
410
VO_05 2_81DF-DT PKP VO_056_ALL_FREQUENCY_PKP
43 inOR1 OR3 outOR1
VO_054_81O_PKP
44 inOR2
VO_05 5_81U_PKP
inOR3
270
BROKEN CONDUCT1 PKP 273
269
VO_018_BROKEN_CONDUCTOR_PKP
271 inOR1 OR3 outOR1
BROKEN
BROKEN CONDUCT2 PKP
CONDUCTOR inOR2
272
BROKEN CONDUCT3 PKP inOR3
343

H-4 F650 DIGITAL BAY CONTROLLER 1601-0800-A1


APPENDIX H:

343
FWD PW R1 STG1 PKP 349
344 342
VO_023_FORWARD_POWER_PKP
FWD PW R1 STG2 PKP inOR1 OR6 outOR1
345
inOR2
FWD PW R2 STG1 PKP
FORW ARD inOR3
346
POWER
FWD PW R2 STG2 PKP inOR4
347
FWD PW R3 STG1 PKP inOR5

348 inOR6
FWD PW R3 STG2 PKP
386
366
DIR PW R1 STG PKP 369
VO_025_DIRECTIONAL_POWER_PKP
DIRECTIONAL 367 inOR1 OR3 outOR1
POWER DIR PW R2 STG PKP
368 inOR2
DIR PW R3 STG PKP
inOR3

AUXILIARY SIGNALS (NOT INCLUDED IN GENER AL POWER PKP)


454 452
450
32N1 HIGH OC PKP VO_09 4_32N_HIGH_OC_PKP
455 inOR1 OR3 outOR1
WATTIMETRIC 32N2 HIGH OC PKP
456 inOR2
GROUND
FAULT 32N3 HIGH OC PKP
inOR3
OVERCURREN T 457 453
451
PKP 32N1 LOW OC PKP VO_09 5_32N_LOW_OC_PKP
458 inOR1 OR3 outOR1
32N2 LOW OC PKP
459 inOR2
32N3 LOW OC PKP
inOR3

440 447
439
32N1 HIGH PKP VO_092_32N_HIGH_PKP
441 inOR1 OR3 outOR1
32N2 HIGH PKP
442 inOR2
WATTIMETRIC 32N3 HIGH PKP
GROUND 443 inOR3 448
FAULT PKP 446
32N1 LOW PKP VO_093_32N_LOW_PKP
444 inOR1 OR3 outOR1
32N2 LOW PKP
445 inOR2
32N3 LOW PKP
inOR3
370 373
464
VO_023_FORWARD_POWER_PKP VO_026_POWER_PKP
371 inOR1 OR4 outOR1
VO_02 5_DIRECTIONAL_POWER_PKP
POWER 462 inOR2
VO_09 2_32N_HIGH_PKP
463 inOR3
VO_09 3_32N_LOW_PKP
inOR4
389 392
388
LOCKED ROTOR1 PKP VO_02 9_LOCKED_ROTOR_PKP
390 inOR1 OR3 outOR1
LOCKED
ROTOR LOCKED ROTOR2 PKP
391 inOR2
LOCKED ROTOR3 PKP
inOR3
414 417
413
LOAD LOAD ENCR1 PKP VO_031_LOAD_ENCROACHMENT_PKP
415 inOR1 OR3 outOR1
ENCROACHMENT LOAD ENCR2 PKP
PICKUP 416 inOR2
LOAD ENCR3 PKP
inOR3
274 85
419
VO_01 1_ALL_OVERCURRENT_PKP VO_08 5_GENER AL_PKP
275 InOR1 OR7 OutO R1
VO_01 7_ALL_VOLTAGE_PKP
276 InOR2
VO_05 6_ALL_FREQUENC Y_PKP
277 InOR3
GENERAL VO_01 8_BROKEN_CONDUCTOR_PKP
PICKUP 374 InOR4
VO_02 6_POWER_PKP
400 InOR5
VO_02 9_LOCKED_ROTOR_PKP
418 InOR6
VO_031_LOAD_ENCROACHMENT_PKP
InOR7

1601-0800-A1 F650 DIGITAL BAY CONTROLLER H-5


APPENDIX H:

TRIPS
113
PH TOC1 HIGH OP 46
114 312
VO_05 7_51P_TRIP
PH TOC2 HIGH OP inOR1 OR6 outOR1
115
inOR2
PH TOC3 HIGH OP
313 inOR3
PH TOC1 LOW OP inOR4
314
PH TOC2 LOW OP inOR5

315 inOR6
PH TOC3 LOW OP
116
PH IOC1 HIGH OP 47
12
VO_05 8_50PH_TRIP
117 inOR1 OR3 outOR1
PH IOC2 HIGH OP
inOR2
118
PH IOC3 HIGH OP inOR3
119
48
PH IOC1 LOW OP 29
VO_05 9_50PL_TRIP
120 inOR1 OR3 outOR1
PH IOC2 LOW OP
inOR2
121
PH IOC3 LOW OP inOR3
125
50
THERMAL1 OP 13
VO_06 2_THERMAL_TRIP
126 inOR1 OR3 outOR1
THERMAL2 OP
inOR2
127
OVERCURRENT
THERMAL3 OP inOR3
TRIPS
280
279
VO_057_51P_TRIP 307
VO_01 9_PHASE_OVERCURRENT_TRIP
281 inOR1 OR3 outOR1
VO_058_50PH_TRIP
inOR2
282
VO_05 9_50PL_TRIP inOR3
131
52
NEUTRAL TOC1 OP 8
VO_06 5_51N_TRIP
133 inOR1 OR3 outOR1
NEUTRAL TOC2 OP
inOR2
132
NEUTRAL TOC3 OP inOR3
128
51
NEUTRAL IOC1 OP 7
VO_06 4_50N_TRIP
129 inOR1 OR3 outOR1
NEUTRAL IOC2 OP
inOR2
130
NEUTRAL IOC3 OP inOR3
54 9
VO_064_50N_TRIP OR 53
55 VO_066_NEUTRAL_OVERCURRENT_TRIP
VO_065_51N_TRIP
137
GROUND TOC1 OP 56
14
VO_06 7_51G_TRIP
138 inOR1 OR3 outOR1
GROUND TOC2 OP

H-6 F650 DIGITAL BAY CONTROLLER 1601-0800-A1


APPENDIX H:

139 inOR2

GROUND TOC3 OP inOR3

134
57
GROUND IOC1 OP 15
VO_068_50G_TRIP
135 inOR1 OR3 outOR1
GROUND IOC2 OP
inOR2
136
GROUND IOC3 OP inOR3
59 16
VO_067_51G_TRIP OR 58
60 VO_069_GR OUND_ OVERCURRENT_TR IP
VO_068_50G_TRIP
143
SENS GND TOC1 OP 61
18
VO_070_51SG_TRIP
144 inOR1 OR3 outOR1
SENS GND TOC2 OP
inOR2
145
SENS GND TOC3 OP inOR3
140
62
SENS GND IOC 1 OP 17
VO_071_50SG_TRIP
141 inOR1 OR3 outOR1
SENS GND IOC2 OP
inOR2
142
SENS GND IOC 3 OP inOR3
177
180
ISOLATED GND1 OP 176
VO_044_50IG_TRIP
178 inOR1 OR3 outOR1
OVERCURRENT ISOLATED GND2 OP
inOR2
TRIPS 179
ISOLATED GND3 OP inOR3
64
63
VO_070_51SG_TRIP 170
VO_072_SENSITIVE_GROUND_TRIP
65 inOR1 OR3 outOR1
VO_071_50SG_TRIP
inOR2
181
VO_044_50IG_TRIP inOR3
122
49
NEG SEQ TOC1 OP 4
VO_061_I2_TOC_TRIP
123 inOR1 OR3 outOR1
NEG SEQ TOC2 OP
inOR2
124
NEG SEQ TOC3 OP inOR3
284
VO_019_PHASE_OVERCURRENT_TRIP
285 310
VO_066_NEUTRAL_OVERCURRENT_TRIPinOR1 OR6 outOR1
286
inOR2
VO_069_GR OUND_OVERCURR ENT_TRIP
287 inOR3
VO_072_SENSITIVE_GROUND_TRIP
inOR4
288
283
VO_061_I2_TOC_TRIP inOR5
VO_020_ALL_OVERCURRENT_TRIP
311
inOR6
VO_062_THERMAL_TRIP

1601-0800-A1 F650 DIGITAL BAY CONTROLLER H-7


APPENDIX H:

146
66
PHASE UV1 OP 5
VO_073_27P_TRIP
147 inOR1 OR3 outOR1
PHASE UV2 OP
148 inOR2

PHASE UV3 OP inOR3


149
67
PHASE OV1 OP 6
VO_074_59P_TRIP
150 inOR1 OR3 outOR1
PHASE OV2 OP
inOR2
151
PHASE OV3 OP inOR3
152
68
NEUTRAL OV1 HIGH OP 19
VO_07 5_59NH_TRIP
153 inOR1 OR3 outOR1
NEUTRAL OV2 HIGH OP
inOR2
154
NEUTRAL OV3 HIGH OP inOR3
155
69
NEUTRAL OV1 LOW OP 20
VO_07 6_59NL_TRIP
156 inOR1 OR3 outOR1
NEUTRAL OV2 LOW OP
inOR2
157
NEUTRAL OV3 LOW OP inOR3
158
70
AUXILIARY OV1 OP 21
VO_07 7_59X_TRIP
159 inOR1 OR3 outOR1
AUXILIARY OV2 OP
160 inOR2
VOLTAGE
TRIPS AUXILIARY OV3 OP inOR3
161
71
AUXILIARY UV1 OP 22
VO_07 8_27X_TRIP
162 inOR1 OR3 outOR1
AUXILIARY UV2 OP
inOR2
163
AUXILIARY UV3 OP inOR3
290
293
NEG SEQ OV1 OP 289
VO_021_V2_OV_TRIP
291 inOR1 OR3 outOR1
NEG SEQ OV2 OP
inOR2
292
NEG SEQ OV3 OP inOR3
73
VO_073_27P_TRIP
78 295
VO_078_27X_TRIP InOR1 OR7 OutOR1
74
InOR2
VO_074_59P_TRIP
75 InOR3

VO_075_59NH_TRIP InOR4
76
InOR5 72
VO_076_59NL _TRIP
VO_079_ALL_VOLTAGE_TRIP
77 InOR6
VO_077_59X_TRIP
InOR7
294
VO_021_V2 _OV_TRIP

H-8 F650 DIGITAL BAY CONTROLLER 1601-0800-A1


APPENDIX H:

164
OVERFREQ1 OP
165 508 79
OVERFREQ2 OP inOR1 OR6 outOR1 VO_080_81O_TRIP
166 inOR2
OVERFREQ3 OP
505 inOR3
OVERFREQ4 OP
inOR4
506
OVERFREQ5 OP inOR5
507
inOR6
OVER FREQ6 OP

167
UNDERFREQ1 OP
512 80
168
inOR1 OR6 outOR1 VO_081_81U_TRIP
UNDERFREQ2 OP
169 inOR2
UNDERFREQ3 OP
FREQUENCY inOR3
TRIPS 509
UNDERFREQ4 OP inOR4
510
UNDERFREQ5 OP inOR5

511 inOR6
UNDERFREQ6 OP
UNDERFREQ6 OP

425 428
423
FREQ RATE1 OP VO_060_81DF-DT OP
426 inOR1 OR3 outOR1
FREQ RATE2 OP
427 inOR2
FREQ RATE3 OP
inOR3

82 81
424
VO_080_81O_TRIP VO_082_ALL_FREQUENCY_TRIP
83 inOR1 OR3 outOR1
VO_081_81U_ TRIP
429 inOR2
VO_060_81DF-DT OP
inOR3

298
BROKEN CONDUCT1 OP 301
297
VO_022_BROKEN_CONDUCTOR_TRIP
299 inOR1 OR3 outOR1
BROKEN
CONDUCTOR BROKEN CONDUCT2 OP
inOR2
300
BROKEN CONDUCT3 OP inOR3
353
FWD PW R1 STG1 OP 359
354 352
VO_024_FORWARD_POWER_TRIP
FWD PW R1 STG2 OP inOR1 OR6 outOR1

355 inOR2
FWD PW R2 STG1 OP
FORW ARD inOR3
356
POWER
FWD PW R2 STG2 OP inOR4
357
inOR5
FWD PW R3 STG1 OP
358 inOR6
FWD PW R3 STG2 OP

376
380
DIR PW R1 STG OP 379
VO_027_DIRECTIONAL_POWER_TRIP
377 inOR1 OR3 outOR1
DIRECTIONAL
DIR PW R2 STG OP
POWER inOR2
378
DIR PW R3 STG OP inOR3

467 470
466
32N1 HIGH OP VO_096_32N_HIGH_TRIP
468 inOR1 OR3 outOR1
32N2 HIGH OP
469 inOR2
32N3 HIGH OP
WATTIMETRIC inOR3
GROUND
476 472
FAULT 471
32N1 LOW OP VO_097_32N_LOW_TRIP
477 inOR1 OR3 outOR1
32N2 LOW OP
478 inOR2
32N3 LOW OP
inOR3

1601-0800-A1 F650 DIGITAL BAY CONTROLLER H-9


APPENDIX H:

382 384
475
VO_024_FORWARD_POWER_TRIP VO_028_POWER _TRIP
383 inOR1 OR4 outOR1
VO_02 7_DIRECTIONAL_POWER_TRIP
POWER 473 inOR2
VO_096_32N_HIGH_TRIP
474 inOR3
VO_097_32N_LOW_TRIP
inOR4

395 398
394
LOCKED ROTOR1 OP VO_03 0_LOCKED_ROTOR_TRIP
396 inOR1 OR3 outOR1
LOCKED
ROTOR LOCKED ROTOR2 OP
397 inOR2
LOCKED ROTOR3 OP
inOR3
431 435
434
LOAD VO_032_LOAD_ENCROACHMENT_TRIP
LOAD 432 ENCR1 OP inOR1 OR3 outOR1
ENCROACHMENT LOAD ENCR2 OP
TRIP 433 inOR2
LOAD ENCR3 OP
inOR3

302 84
436
VO_020_AL L_OVERC URRENT_TRIP VO_08 3_GENERAL_TRIP
304 InOR1 OR7 OutO R1
VO_079_AL L_VOLTAGE_TRIP
305 InOR2
VO_08 2_AL L_FREQUENCY_TRIP
303 InOR3
GENERAL
VO_022_BROKEN_CONDUCTOR_TRIP
TRIP
TRIP 385
385 InOR4 InOR4
VO_028_POWER _TRIP
399 InOR5
VO_030_LOCKED_ROTOR_TRIP
437 InOR6
VO_032_LOAD_ENCROACHMENT_TRIP
InOR7

FLASH ALARMS (C RITICAL TO


STORED DATA) 489
481 NOT
E2PROM STATUS

METERING ALARMS (CRITICAL


TO MEASUREMENT AND
PROTECTION)
483 490
DSP COMM ERROR OR
484
MAGNETIC MODULE ERROR
523
CALIBRATION ALARM InOR1 OR5 OutO R1
(CRITICAL TO MEASUREMENT) 492
InOR2
486 VO_09 8_AL ARM
Calibration Error InOR3

InOR4
BOARD STATUS ALARM
491 InOR5
(CRITICAL TO OPERATION)
NOT
488
BOAR D F STATUS

ORDER CODE ERROR ALARM


(CRITICAL TO OPERATION)

522
ORDERCODE ERROR

498
VO_000_PROTECTION_ALARM
DELAY

494 497
VO_09 8_AL ARM T_Input Timer(Pkp-Dpt) T_Output
495
T_Pi ckup
503
10000
VO_09 9_PROT_ALARM
496 T_Dropout
0

499 DELAY FOR OUT OF SERVICE STATE


VO_000_PROTECTION_ALARM 500
501 T_Input Timer(Pkp-Dpt) T_Output
100
T_Pi ckup
502
T_Dropout
0

H-10 F650 DIGITAL BAY CONTROLLER 1601-0800-A1


GE
Grid Solutions

F650 Digital Bay Controller

Appendix I:

FACTORY DEFAULT CONFIGURATION

I.1 Factory default settings

Product Setup > Communication Settings > Serial Ports


User
Setting Description Name Default Value Step Range
Value
Baud rate for COM1 COM1 Baud Rate 19200 N/A [300 : 115200]
Baud rate for COM2 COM2 Baud Rate 19200 N/A [300 : 115200]
Parity for COM1 COM1 Parity NONE N/A [NONE:ODD:EVEN]
Parity for COM2 COM2 Parity NONE N/A [NONE:ODD:EVEN]

Product Setup > Communication Settings > Network (Ethernet)


Network (Ethernet)1 > Network (Ethernet)2
User
Setting Description Name Default Value Step Range
Value
1st octet of IP address IP Address Oct1 0 N/A [0 : 255]
2nd octet of IP address IP Address Oct2 0 N/A [0 : 255]
3rd octet of IP address IP Address Oct3 0 N/A [0 : 255]
4th octet of IP address IP Address Oct4 0 N/A [0 : 255]
1st octet of Netmask Netmask Oct1 0 N/A [0 : 255]
2nd octet of Netmask Netmask Oct2 0 N/A [0 : 255]
3rd octet of Netmask Netmask Oct3 0 N/A [0 : 255]
4th octet of Netmask Netmask Oct4 0 N/A [0 : 255]
1st octet of Gateway Gateway IP Oct1 0 N/A [0 : 255]
2nd octet of Gateway Gateway IP Oct2 0 N/A [0 : 255]
3rd octet of Gateway Gateway IP Oct3 0 N/A [0 : 255]
4th octet of Gateway Gateway IP Oct4 0 N/A [0 : 255]

**For firmware versions 7.00 or higher; the Network settings are the ethernet communication parameters are as follow

1601-0800-A1 F650 DIGITAL BAY CONTROLLER I-1


I.1 FACTORY DEFAULT SETTINGS APPENDIX I:

Product Setup > Communication Settings > Network (Ethernet)


Network (Ethernet)1 > Network (Ethernet)
User
Setting Description Name Default Value Step Range
Value
1st octet of IP address IP Address Oct1 0 N/A [0 : 255]
2nd octet of IP address IP Address Oct2 0 N/A [0 : 255]
3rd octet of IP address IP Address Oct3 0 N/A [0 : 255]
4th octet of IP address IP Address Oct4 0 N/A [0 : 255]
1st octet of Netmask Netmask Oct1 0 N/A [0 : 255]
2nd octet of Netmask Netmask Oct2 0 N/A [0 : 255]
3rd octet of Netmask Netmask Oct3 0 N/A [0 : 255]
4th octet of Netmask Netmask Oct4 0 N/A [0 : 255]

**For firmware versions 7.00 or higher; on the Network settings are also located the settings for Redundancy.

User
Setting Description Name Default Value Step Range
Value
Function permission REDUNDANCY MODE INDEPENDENT N/A [INDEPENDENT; LLA; PRP;
HSR; RSTP; DAISY_CHAIN]
Establish priority for Port A LLA Priority DISABLED N/A [ENABLED; DISABLED]
Switch over time from port B to port A LLA Timeout 5000 N/A [0 : 600000]
Switch (bridge) priority value RSTP BRIDGE PRIORITY 32768 N/A [0 : 61440]
determine which ports are used for RSTP PORT A PRIORITY 128 N/A [0 : 240]
forwarding
assigned port cost value used for the switch RSTP PORT A 200000 N/A [0 : 2000000]
PATHCOST
Determine which ports are used for RSTP PORT B PRIORITY 128 N/A [0 : 240]
forwarding
Assigned port cost value used for the switch RSTP PORT B 200000 N/A [0 : 2000000]
PATHCOST

Product Setup > Communication Settings > Modbus Protocol


User
Setting Description Name Default Value Step Range
Value
Slave address for COM1 Modbus Address 254 N/A [1 : 255]
COM1
Slave address for COM2 Modbus Address 254 N/A [1 : 255]
COM2
Modbus port number for Modbus TCP/IP Modbus Port Number 502 N/A [0 : 65535]

Product Setup > Communication Settings > DNP3 Slave


DNP3 Slave 1 > DNP3 Slave 2 > DNP3 Slave 3
User
Setting Description Name Default Value Step Range
Value
Communications port assigned to the DNP Physical Port NONE N/A [COM1:COM2:NETWORK]
protocol
DNP slave address Address 255 N/A [0 : 65534]
1st Octect of IP address of DNP master 1 IP Addr Client1 Oct1 0 N/A [0 : 255]
2nd Octect of IP address of DNP master 1 IP Addr Client1 Oct2 0 N/A [0 : 255]
3nd Octect of IP address of DNP master 1 IP Addr Client1 Oct3 0 N/A [0 : 255]
4th Octect of IP address of DNP master 1 IP Addr Client1 Oct4 0 N/A [0 : 255]
1st Octect of IP address of DNP master 2 IP Addr Client2 Oct1 0 N/A [0 : 255]
2nd Octect of IP address of DNP master 2 IP Addr Client2 Oct2 0 N/A [0 : 255]

I-2 F650 DIGITAL BAY CONTROLLER 1601-0800-A1


APPENDIX I: I.1 FACTORY DEFAULT SETTINGS

3nd Octect of IP address of DNP master 2 IP Addr Client2 Oct3 0 N/A [0 : 255]
4th Octect of IP address of DNP master 2 IP Addr Client2 Oct4 0 N/A [0 : 255]
1st Octect of IP address of DNP master 3 IP Addr Client3 Oct1 0 N/A [0 : 255]
2nd Octect of IP address of DNP master 3 IP Addr Client3 Oct2 0 N/A [0 : 255]
3nd Octect of IP address of DNP master 3 IP Addr Client3 Oct3 0 N/A [0 : 255]
4th Octect of IP address of DNP master 3 IP Addr Client3 Oct4 0 N/A [0 : 255]
1st Octect of IP address of DNP master 4 IP Addr Client4 Oct1 0 N/A [0 : 255]
2nd Octect of IP address of DNP master 4 IP Addr Client4 Oct2 0 N/A [0 : 255]
3nd Octect of IP address of DNP master 4 IP Addr Client4 Oct3 0 N/A [0 : 255]
4th Octect of IP address of DNP master 4 IP Addr Client4 Oct4 0 N/A [0 : 255]
1st Octect of IP address of DNP master 4 IP Addr Client5 Oct1 0 N/A [0 : 255]
2nd Octect of IP address of DNP master 4 IP Addr Client5 Oct2 0 N/A [0 : 255]
3nd Octect of IP address of DNP master 4 IP Addr Client5 Oct3 0 N/A [0 : 255]
4th Octect of IP address of DNP master 4 IP Addr Client5 Oct4 0 N/A [0 : 255]
TCP/UDP port number for DNP over TCP/UDP Port 20000 N/A [0 : 65535]
Ethernet
Unsolicited responses permission Unsol Resp Function DISABLED N/A [DISABLED – ENABLED]
Time out to confirm an unsolicited response Unsol Resp TimeOut 5 1s [0 : 60]
Number of retransmissions of an unsol resp Unsol Resp Max Ret 10 N/A [0 : 255]
w/o confirmation
Address to which all unsolicited responses Unsol Resp Dest Adr 200 N/A [0 : 65519]
are sent
Scale for currents Current Scale Factor 1 N/A [0.00001-0.0001-0.001-
0.01-0.1-1-10-100-1000]
Scale for voltages Voltage Scale Factor 1 N/A [0.00001-0.0001-0.001-
0.01-0.1-1-10-100-1000]
Product Setup > Communication Settings > DNP3 Slave (CONT.)
DNP3 Slave 1 > DNP3 Slave 2 > DNP3 Slave 3
User
Setting Description Name Default Value Step Range
Value
Scale for power Power Scale Factor 1 N/A [0.00001-0.0001-0.001-
0.01-0.1-1-10-100-1000]
Scale for energy Energy Scale Factor 1 N/A [0.00001-0.0001-0.001-
0.01-0.1-1-10-100-1000]
Other Scale factor Other Scale Factor 1 N/A [0.00001-0.0001-0.001-
0.01-0.1-1-10-100-1000]
Default deadband for Current Analog Input Current Deadband 30000 N/A [0 : 65535]
points to trigger unsolicited responses
Default deadband for Voltage Analog Input Voltage Deadband 30000 N/A [0 : 65535]
points to trigger unsolicited responses
Default deadband for Power Analog Input Power Deadband 30000 N/A [0 : 65535]
points to trigger unsolicited responses
Default deadband for Energy Analog Input Energy Deadband 30000 N/A [0 : 65535]
points to trigger unsolicited responses
Default deadband for Other Analog Input Other Deadband 30000 N/A [0 : 65535]
points to trigger unsolicited responses
Size (in bytes) for message fragmentation Msg Fragment Size 240 1 byte [30 : 2048]

1601-0800-A1 F650 DIGITAL BAY CONTROLLER I-3


I.1 FACTORY DEFAULT SETTINGS APPENDIX I:

Product Setup > Communication Settings > DNP3 Slave (CONT.)


DNP3 Slave 1 > DNP3 Slave 2 > DNP3 Slave 3
User
Setting Description Name Default Value Step Range
Value
Size customization and change of DNP Binary Input Block 1 CTL EVENTS 1- N/A [See DNP note2]
Binary Inputs point list 16
Size customization and change of DNP Binary Input Block 2 CTL EVENTS N/A [See DNP note2]
Binary Inputs point list 17-32
Size customization and change of DNP Binary Input Block 3 CTL EVENTS N/A [See DNP note2]
Binary Inputs point list 33-48
Size customization and change of DNP Binary Input Block 4 CTL EVENTS N/A [See DNP note2]
Binary Inputs point list 49-64
Size customization and change of DNP Binary Input Block 5 CTL EVENTS N/A [See DNP note2]
Binary Inputs point list 65-80
Size customization and change of DNP Binary Input Block 6 CTL EVENTS N/A [See DNP note2]
Binary Inputs point list 81-96
Size customization and change of DNP Binary Input Block 7 CTL EVENTS N/A [See DNP note2]
Binary Inputs point list 97-112
Size customization and change of DNP Binary Input Block 8 CTL EVENTS N/A [See DNP note2]
Binary Inputs point list 113-128
Size customization and change of DNP Binary Input Block 9 SWITCHGEAR N/A [See DNP note2]
Binary Inputs point list 1-8
Size customization and change of DNP Binary Input Block 10 SWITCHGEAR N/A [See DNP note2]
Binary Inputs point list 9-16
Default Analog Map permission Default Analog Map ENABLED N/A [ENABLED; DISABLE]
DNP Analog Input Points point list Analog Input Point 0 End of list N/A
DNP Analog Input Points point list Analog Input Point 1 End of list N/A
DNP Analog Input Points point list Analog Input Point 2 End of list N/A
DNP Analog Input Points point list Analog Input Point 3 End of list N/A
DNP Analog Input Points point list Analog Input Point 4 End of list N/A
DNP Analog Input Points point list Analog Input Point 5 End of list N/A
DNP Analog Input Points point list Analog Input Point 6 End of list N/A
DNP Analog Input Points point list Analog Input Point 7 End of list N/A
DNP Analog Input Points point list Analog Input Point 8 End of list N/A
DNP Analog Input Points point list Analog Input Point 9 End of list N/A
DNP Analog Input Points point list Analog Input Point 10 End of list N/A
DNP Analog Input Points point list Analog Input Point 11 End of list N/A
DNP Analog Input Points point list Analog Input Point 12 End of list N/A
DNP Analog Input Points point list Analog Input Point 13 End of list N/A
DNP Analog Input Points point list Analog Input Point 14 End of list N/A
DNP Analog Input Points point list Analog Input Point 15 End of list N/A
DNP Analog Input Points point list Analog Input Point 16 End of list N/A
DNP Analog Input Points point list Analog Input Point 17 End of list N/A
DNP Analog Input Points point list Analog Input Point 18 End of list N/A
DNP Analog Input Points point list Analog Input Point 19 End of list N/A
DNP Analog Input Points point list Analog Input Point 20 End of list N/A
DNP Analog Input Points point list Analog Input Point 21 End of list N/A
DNP Analog Input Points point list Analog Input Point 22 End of list N/A
DNP Analog Input Points point list Analog Input Point 23 End of list N/A
DNP Analog Input Points point list Analog Input Point 24 End of list N/A
DNP Analog Input Points point list Analog Input Point 25 End of list N/A

I-4 F650 DIGITAL BAY CONTROLLER 1601-0800-A1


APPENDIX I: I.1 FACTORY DEFAULT SETTINGS

DNP Analog Input Points point list Analog Input Point 26 End of list N/A
DNP Analog Input Points point list Analog Input Point 27 End of list N/A
DNP Analog Input Points point list Analog Input Point 28 End of list N/A
DNP Analog Input Points point list Analog Input Point 29 End of list N/A
DNP Analog Input Points point list Analog Input Point 30 End of list N/A
DNP Analog Input Points point list Analog Input Point 31 End of list N/A

DNP Notes
Note 1: Scale Factor Note that a scale factor of 0.1 is equivalent to a multiplier of 10 (i.e. the value is 10 times
[NOT USED, CTL EVENTS 1-16, CTL EVENTS 17-32, CTL EVENTS 33-48,CTL EVENTS 49-64, CTL
Note 2: Binary Input Block Selection: EVENTS 65-80, CTL EVENTS 81-96, CTL EVENTS 97-112, CTL EVENTS 113-128, SWITCHGEAR

Product Setup > Communication Settings > IEC 870-5-104


User
Setting Description Name Default Value Step Range
Value
Enable or disable the protocol operation Function DISABLED N/A [DISABLED – ENABLED]
Listening TCP port in the relay TCP Port 2404 N/A [0 : 65535]
Address in the ASDU header Common Addr of 255 N/A [0 : 65535]
ASDU
Number of seconds for instantaneous Cyclic Meter Period 0 1s [0 : 3600]
metering
Synchronization Event Synchronization Event 0 0 N/A [0 : 3600]
1st Octect of IP address of 104 master 1 IEC104 NET1 CLI1 0 N/A [0 : 255]
OCTET1
2nd Octect of IP address of 104 master 1 IEC104 NET1 CLI1 0 N/A [0 : 255]
OCTET2
3nd Octect of IP address of 104 master 1 IEC104 NET1 CLI1 0 N/A [0 : 255]
OCTET3
4th Octect of IP address of 104 master 1 IEC104 NET1 CLI1 0 N/A [0 : 255]
OCTET4
1st Octect of IP address of 104 master 2 IEC104 NET1 CLI2 0 N/A [0 : 255]
OCTET1
2nd Octect of IP address of 104 master 2 IEC104 NET1 CLI2 0 N/A [0 : 255]
OCTET2
3nd Octect of IP address of 104 master 2 IEC104 NET1 CLI2 0 N/A [0 : 255]
OCTET3
4th Octect of IP address of 104 master 2 IEC104 NET1 CLI2 0 N/A [0 : 255]
OCTET4
Enable or disable the protocol operation Function 2 DISABLED N/A
Listening TCP port in the relay TCP Port 2 2404 N/A [0 : 65535]
Address in the ASDU header Common Addr of 255 N/A [0 : 65535]
ASDU 2
1st Octect of IP address of 104 master 1 IEC104 NET2 CLI1 0 N/A [0 : 255]
OCTET1
2nd Octect of IP address of 104 master 1 IEC104 NET2 CLI1 0 N/A [0 : 255]
OCTET2

1601-0800-A1 F650 DIGITAL BAY CONTROLLER I-5


I.1 FACTORY DEFAULT SETTINGS APPENDIX I:

Product Setup > Communication Settings > IEC 870-5-104 (CONT.)


User
Setting Description Name Default Value Step Range
Value
3nd Octect of IP address of 104 master 1 IEC104 NET2 CLI1 0 N/A [0 : 255]
OCTET3
4th Octect of IP address of 104 master 1 IEC104 NET2 CLI1 0 N/A [0 : 255]
OCTET4
1st Octect of IP address of 104 master 2 IEC104 NET2 CLI2 0 N/A [0 : 255]
OCTET1
2nd Octect of IP address of 104 master 2 IEC104 NET2 CLI2 0 N/A [0 : 255]
OCTET2
3nd Octect of IP address of 104 master 2 IEC104 NET2 CLI2 0 N/A [0 : 255]
OCTET3
4th Octect of IP address of 104 master 2 IEC104 NET2 CLI2 0 N/A [0 : 255]
OCTET4
IEC104 SCALE CURRENT IEC104 SCALE 1 [0,00001; 0,0001; 0,001;
CURRENT 0,01; 0,1; 1; 10; 100; 1000;
10000]
IEC104 SCALE VOLTAGE IEC104 SCALE 1
VOLTAGE
IEC104 SCALE POWER IEC104 SCALE POWER 1
IEC104 SCALE ENERGY IEC104 SCALE ENERGY 1
IEC104 SCALE OTHER IEC104 SCALE OTHER 1
IEC104 DEADBAND CURRENT IEC104 DEADBAND 30000 [0 : 65535]
CURRENT
IEC104 DEADBAND VOLTAGE IEC104 DEADBAND 30000 [0 : 65535]
VOLTAGE
IEC104 DEADBAND POWER IEC104 DEADBAND 30000 [0 : 65535]
POWER
IEC104 DEADBAND ENERGY IEC104 DEADBAND 30000 [0 : 65535]
ENERGY
IEC104 DEADBAND OTHER IEC104 DEADBAND 30000 [0 : 65535]
OTHER
IEC104 IOA BINARIES IEC104 IOA BINARIES 1000 [0 : 65535]
IEC104 IOA DOUBLE POINTS IEC104 IOA DOUBLE 1500 [0 : 65535]
POINTS
IEC104 IOA ANALOGS IEC104 IOA ANALOGS 2000 [0 : 65535]
IEC104 IOA COUNTERS IEC104 IOA COUNTERS 4000 [0 : 65535]
IEC104 IOA COMMANDS IEC104 IOA 3000 [0 : 65535]
COMMANDS
IEC104 IOA ANALOG PARAMETERS IEC104 IOA ANALOG 5000 [0 : 65535]
PARAMETERS

IEC 870-5-104 Notes


Note 1: Cyclic Meter Period 0 value means no spontaneous metering

Product Setup > Communication Settings > sntp


User
Setting Description Name Default Value Step Range
Value
Function permission Function DISABLED N/A [DISABLED – ENABLED]
Port used UDP port 123 1 [1 : 65535]
IP Address OCT 1 Server IP Oct 1 0 1 [1 : 255]
IP Address OCT 2 Server IP Oct 2 0 1 [1 : 255]
IP Address OCT 3 Server IP Oct 3 0 1 [1 : 255]

I-6 F650 DIGITAL BAY CONTROLLER 1601-0800-A1


APPENDIX I: I.1 FACTORY DEFAULT SETTINGS

IP Address OCT 4 Server IP Oct 4 0 1 [1 : 255]

Product Setup > Communication Settings > procome


User
Setting Description Name Default Value Step Range
Value
Serial Remote Com Port selection COMM Port NONE [NONE – COM1]
Slave number for procome Slave Number 0 [0 : 254]

Product Setup > Communication Settings > ptp 1588


User
Setting Description Name Default Value Step Range
Value
Function permission PTP FUNCTION DISABLE [DISABLE; ENABLE]
Port A, B Path Delay Adder PORTA DELAY ADDER 0 ns [0 : 60000]
Port A Path Delay Asymmetry PORTA DELAY ASYM 0 ns [-1000 : 1000]
Port B Path Delay Adder PORTB DELAY ADDER 0 ns [0 : 60000]
Port B Path Delay Asymmetry PORTB DELAY ASYM 0 ns [-1000 : 1000]
Strict Power Profile STRICT POWER DISABLED DISABLED/ENABLED
PROFILE
PTP domain number PTP DOMAIN NUMBER 0 [0 : 255]
PTP VLAN Priority PTP VLAN PRIORITY 4 [0 : 7]
PTP VLAN Identification PTP VLAN ID 0 [0 : 4095]
Reference time defining the origin of a time PTP EPOCH UTC SINCE UTC SINCE 2000; UTC SINCE
scale is termed the epoch. 2000 1970; UTC SINCE 1900

Product Setup > Communication Settings > Routing


User
Setting Description Name Default Value Step Range
Value
1st octet of Gateway Default RT GWY Oct1 0 1 [0 : 255]
2nd octet of Gateway Default RT GWY Oct2 0 1 [0 : 255]
3nd octet of Gateway Default RT GWY Oct3 0 1 [0 : 255]
4th octet of Gateway Default RT GWY Oct4 0 1 [0 : 255]
sets the destination IPv4 route Static RT1 IP Oct1 0 1 [0 : 255]
sets the destination IPv4 route Static RT1 IP Oct2 0 1 [0 : 255]
sets the destination IPv4 route Static RT1 IP Oct3 0 1 [0 : 255]
sets the destination IPv4 route Static RT1 IP Oct4 0 1 [0 : 255]
sets the IP mask associated with the route Static RT1 Mask Oct1 0 1 [0 : 255]
sets the IP mask associated with the route Static RT1 Mask Oct2 0 1 [0 : 255]
sets the IP mask associated with the route Static RT1 Mask Oct3 0 1 [0 : 255]
sets the IP mask associated with the route Static RT1 Mask Oct4 0 1 [0 : 255]
sets the gateway to reach the destination IP Static RT1 GWY Oct1 0 1 [0 : 255]
route
sets the gateway to reach the destination IP Static RT1 GWY Oct2 0 1 [0 : 255]
route
sets the gateway to reach the destination IP Static RT1 GWY Oct3 0 1 [0 : 255]
route
sets the gateway to reach the destination IP Static RT1 GWY Oct4 0 1 [0 : 255]
route
sets the destination IPv4 route Static RT2 IP Oct1 0 1 [0 : 255]
sets the destination IPv4 route Static RT2 IP Oct2 0 1 [0 : 255]

1601-0800-A1 F650 DIGITAL BAY CONTROLLER I-7


I.1 FACTORY DEFAULT SETTINGS APPENDIX I:

sets the destination IPv4 route Static RT2 IP Oct3 0 1 [0 : 255]


sets the destination IPv4 route Static RT2 IP Oct4 0 1 [0 : 255]
sets the IP mask associated with the route Static RT2 Mask Oct1 0 1 [0 : 255]
sets the IP mask associated with the route Static RT2 Mask Oct2 0 1 [0 : 255]
sets the IP mask associated with the route Static RT2 Mask Oct3 0 1 [0 : 255]
sets the IP mask associated with the route Static RT2 Mask Oct4 0 1 [0 : 255]
sets the gateway to reach the destination IP Static RT2 GWY Oct1 0 1 [0 : 255]
route
sets the gateway to reach the destination IP Static RT2 GWY Oct2 0 1 [0 : 255]
route
sets the gateway to reach the destination IP Static RT2 GWY Oct3 0 1 [0 : 255]
route
sets the gateway to reach the destination IP Static RT2 GWY Oct4 0 1 [0 : 255]
route
sets the destination IPv4 route Static RT3 IP Oct1 0 1 [0 : 255]
sets the destination IPv4 route Static RT3 IP Oct2 0 1 [0 : 255]
sets the destination IPv4 route Static RT3 IP Oct3 0 1 [0 : 255]
sets the destination IPv4 route Static RT3 IP Oct4 0 1 [0 : 255]
sets the IP mask associated with the route Static RT3 Mask Oct1 0 1 [0 : 255]
sets the IP mask associated with the route Static RT3 Mask Oct2 0 1 [0 : 255]
sets the IP mask associated with the route Static RT3 Mask Oct3 0 1 [0 : 255]
sets the IP mask associated with the route Static RT3 Mask Oct4 0 1 [0 : 255]
sets the gateway to reach the destination IP Static RT3 GWY Oct1 0 1 [0 : 255]
route
sets the gateway to reach the destination IP Static RT3 GWY Oct2 0 1 [0 : 255]
route
sets the gateway to reach the destination IP Static RT3 GWY Oct3 0 1 [0 : 255]
route
sets the gateway to reach the destination IP Static RT3 GWY Oct4 0 1 [0 : 255]
route
sets the destination IPv4 route Static RT4 IP Oct1 0 1 [0 : 255]
sets the destination IPv4 route Static RT4 IP Oct2 0 1 [0 : 255]
sets the destination IPv4 route Static RT4 IP Oct3 0 1 [0 : 255]
sets the destination IPv4 route Static RT4 IP Oct4 0 1 [0 : 255]
sets the IP mask associated with the route Static RT4 Mask Oct1 0 1 [0 : 255]
sets the IP mask associated with the route Static RT4 Mask Oct2 0 1 [0 : 255]
sets the IP mask associated with the route Static RT4 Mask Oct3 0 1 [0 : 255]
sets the IP mask associated with the route Static RT4 Mask Oct4 0 1 [0 : 255]
sets the gateway to reach the destination IP Static RT4 GWY Oct1 0 1 [0 : 255]
route
sets the gateway to reach the destination IP Static RT4 GWY Oct2 0 1 [0 : 255]
route
sets the gateway to reach the destination IP Static RT4 GWY Oct3 0 1 [0 : 255]
route
sets the gateway to reach the destination IP Static RT4 GWY Oct4 0 1 [0 : 255]
route
sets the destination IPv4 route Static RT5 IP Oct1 0 1 [0 : 255]
sets the destination IPv4 route Static RT5 IP Oct2 0 1 [0 : 255]
sets the destination IPv4 route Static RT5 IP Oct3 0 1 [0 : 255]

I-8 F650 DIGITAL BAY CONTROLLER 1601-0800-A1


APPENDIX I: I.1 FACTORY DEFAULT SETTINGS

sets the destination IPv4 route Static RT5 IP Oct4 0 1 [0 : 255]


sets the IP mask associated with the route Static RT5 Mask Oct1 0 1 [0 : 255]
sets the IP mask associated with the route Static RT5 Mask Oct2 0 1 [0 : 255]
sets the IP mask associated with the route Static RT5 Mask Oct3 0 1 [0 : 255]
sets the IP mask associated with the route Static RT5 Mask Oct4 0 1 [0 : 255]
sets the gateway to reach the destination IP Static RT5 GWY Oct1 0 1 [0 : 255]
route
sets the gateway to reach the destination IP Static RT5 GWY Oct2 0 1 [0 : 255]
route
sets the gateway to reach the destination IP Static RT5 GWY Oct3 0 1 [0 : 255]
route
sets the gateway to reach the destination IP Static RT5 GWY Oct4 0 1 [0 : 255]
route
sets the destination IPv4 route Static RT6 IP Oct1 0 1 [0 : 255]
sets the destination IPv4 route Static RT6 IP Oct2 0 1 [0 : 255]
sets the destination IPv4 route Static RT6 IP Oct3 0 1 [0 : 255]
sets the destination IPv4 route Static RT6 IP Oct4 0 1 [0 : 255]
sets the IP mask associated with the route Static RT6 Mask Oct1 0 1 [0 : 255]
sets the IP mask associated with the route Static RT6 Mask Oct2 0 1 [0 : 255]
sets the IP mask associated with the route Static RT6 Mask Oct3 0 1 [0 : 255]
sets the IP mask associated with the route Static RT6 Mask Oct4 0 1 [0 : 255]
sets the gateway to reach the destination IP Static RT6 GWY Oct1 0 1 [0 : 255]
route
sets the gateway to reach the destination IP Static RT6 GWY Oct2 0 1 [0 : 255]
route
sets the gateway to reach the destination IP Static RT6 GWY Oct3 0 1 [0 : 255]
route
sets the gateway to reach the destination IP Static RT6 GWY Oct4 0 1 [0 : 255]
route
SETPOINT > Product Setup > Modbus User Map
User
Setting Description Name Default Value Step Range
Value
Address 00 for Modbus user map Address 00 0 N/A [0000 : FFFF]
Address 01 for Modbus user map Address 01 0 N/A [0000 : FFFF]
... ... ...
Address 254 for Modbus user map Address 254 0 N/A [0000 : FFFF]
Address 255 for Modbus user map Address 255 0 N/A [0000 : FFFF]

SETPOINT > PRODUCT SETUP > FAULT REPORT


User
Setting Description Name Default Value Step Range
Value
Function permission Function DISABLED N/A [DISABLED – ENABLED]
Positive sequence impedance module Pos Seq Module 3.00 0.01 Ohm [0.01 : 250.00]
Positive sequence impedance angle Pos Seq Angle 75 1 Deg [25 : 90]
Zero sequence impedance module Zero Seq Module 9.00 0.01 Ohm [0.01 : 750.00]
Zero sequence impedance angle Zero Seq Angle 75 1 Deg [25 : 90]
Line length Line Length 100.0 0.1 [0.0 : 2000.0]
Display fault on HMI Show Fault On HMI DISABLED N/A [DISABLED – ENABLED]
Snapshot Event generation Snapshot Events ENABLED N/A [DISABLED – ENABLED]

1601-0800-A1 F650 DIGITAL BAY CONTROLLER I-9


I.1 FACTORY DEFAULT SETTINGS APPENDIX I:

CT Direction CT Direction REVERSE NA REVERSE; FORWARD

Setpoint > Product Setup > Oscillography


User
Setting Description Name Default Value Step Range
Value
Function Permission Function ENABLED N/A [DISABLED – ENABLED]
Prefault Trigger Position 30 1% [5 : 95]
Samples per cycle Samples/Cycle 64 N/A [4 – 8 – 16 –32 – 64]
Maximum number of oscillos Max. Number Osc. 4 1 oscillo [1 : 20]
Automatic oscillography overwrite Automatic Overwrite DISABLED N/A [DISABLED – ENABLED]
Snapshot Event generation Snapshot Events ENABLED N/A [DISABLED – ENABLED]

Setpoint > Product Setup > Data Logger


User
Setting Description Name Default Value Step Range
Value
Function permission Function DISABLED N/A [DISABLED – ENABLED]
Data logger Rate Data Logger Rate 1s N/A [1 s, 5 min, 10 min, 15 min,
20 min, 30 min, 60 min.]
Data Logger analog channels X Data Logger Chnl X None N/A [1 to 16]

Setpoint > Product Setup > Demand


User
Setting Description Name Default Value Step Range
Value
Function permission Demand Function DISABLED N/A [DISABLED – ENABLED]
Demand method for current values CRNT Demand Method THERMAL N/A [BLOCK INTERVAL -
EXPONENTIAL ROLLING DEMAND -
THERMAL EXPONENTIAL]
Demand method for Power values POWER Demand THERMAL N/A [BLOCK INTERVAL -
Method EXPONENTIAL ROLLING DEMAND -
THERMAL EXPONENTIAL]
Demand interval Demand Interval 5 Minutes N/A [5 – 10 – 15 – 20– 30–60]
Trigger Enabled Trigger Enabled DISABLED N/A [DISABLED – ENABLED]
Snapshot Event generation Snapshot Events ENABLED N/A [DISABLED – ENABLED]

Setpoint > Product Setup > time settings


User
Setting Description Name Default Value Step Range
Value
Local time zone offset Universal LOC. TIME OFFS. UTC 0 1 [-24,0 : 24,0]
Coordinated Time
To follow DST rules DAYLIG. SAVINGS TIME DISABLED NA [DISBLED; ENABLED]
Set the start month of the DST DST START MONTH MAR MONTH January to December
Set the start weekday of the DST DST START WEEKDAY SUNDAY DAY Monday to Sunday
Set the start day instance DST START DAY INST LAST NA First; Second; Third; Fourth;
Last
Set the starting hour of the DST DST START HOUR 2 1 [0 : 23]
Set the Stop month of the DST DST STOP MONTH OCT Month January to December
Set the stop weekday of the DST DST STOP WEEKDAY SUNDAY Day Monday to Sunday
Set the stop day instance DST STOP DAY INST LAST NA First; Second; Third; Fourth;
Last

I-10 F650 DIGITAL BAY CONTROLLER 1601-0800-A1


APPENDIX I: I.1 FACTORY DEFAULT SETTINGS

Set the stop hour of the DST DST STOP HOUR 2 1 [0 : 23]
IRIG-B local time IRIG-B LOCAL TIME OFF NA [ON; OFF]
Function permission IRIGB Function DISABLED NA ENABLLED; DISABLED
Establish the sync priority PTP IRIGB Priority PTP-1588 NA PTP-1588; IRIG_B

Setpoint > System Setup > General Settings


User
Setting Description Name Default Value Step Range
Value
Phase CT ratio Phase CT Ratio 1.0 0.1 [1.0 : 6000.0]
Ground CT ratio Ground CT Ratio 1.0 0.1 [1.0 : 6000.0]
Sensitive ground CT ratio Stv Ground CT Ratio 1.0 0.1 [1.0 : 6000.0]
Phase VT ratio Phase VT Ratio 1.0 0.1 [1.0 : 6000.0]
Phase VT connection Phase VT Connection WYE N/A [WYE – DELTA]
Rated voltage Nominal Voltage 100.0 0.1 [1.0 : 250.0]
Rated Frequency Nominal Frequency 50 Hz Hz [50-60]
Phase rotation Phase Rotation ABC N/A [ABC – ACB]
Frequency reference Frequency Reference VI N/A [VI-VII-VIII]
Auxiliary Voltage Auxiliary Voltage VX N/A [VX – VN]
Snapshot Event generation Snapshot Events DISABLED N/A [DISABLED – ENABLED]
Primary meter units Primary meter units kA_kV NA A_V; kA_kV
Device name Device name NA NA NA

Setpoint > System Setup > Flex Curves


Flex Curves A > Flex Curves B > Flex Curves C > Flex Curves D
User
Setting Description Name Default Value Step Range
Value
Values for reset points 0.00 pkp Time 0.00xPKP [RST] 0.000 0.001 s [0.000 : 65.535]
Values for reset points 0.05 pkp Time 0.05xPKP [RST] 0.000 0.001 s [0.000 : 65.535]
… … … 0.001 s [0.000 : 65.535]
Values for reset points 0.97 pkp Time 0.97xPKP [RST] 0.000 0.001 s [0.000 : 65.535]
Values for reset points 0.98 pkp Time 0.98xPKP [RST] 0.000 0.001 s [0.000 : 65.535]
Values for operation points 1.03 pkp Time 1.03xPKP [OP] 0.000 0.001 s [0.000 : 65.535]
Values for operation points 1.05 pkp Time 1.05xPKP [OP] 0.000 0.001 s [0.000 : 65.535]
… … … 0.001 s [0.000 : 65.535]
Values for operation points 19.50 pkp Time 19.50xPKP [OP] 0.000 0.001 s [0.000 : 65.535]
Values for operation points 20.00 pkp Time 20.00xPKP [OP] 0.000 0.001 s [0.000 : 65.535]
Setpoint > System Setup > Breaker > Breaker Settings
User
Setting Description Name Default Value Step Range
Value
Number of Switchgear selected as breaker Number of Switchgear 1 1 [1 : 16]
Maximum value of KI2t Maximum KI2t 9999.99 0.01(KA)2 s [0.00 : 9999.99]
KI2t integration time KI2t Integ. Time 0.03 0.01s [0.03 : 0.25]
Maximum number of openings Maximum Openings 9999 1 [0 : 9999]
Maximum Openings in one hour Max.Openings 1 hour 40 1 [1 : 60]
Snapshot Event generation Snapshot Events ENABLED N/A [DISABLED – ENABLED]

1601-0800-A1 F650 DIGITAL BAY CONTROLLER I-11


I.1 FACTORY DEFAULT SETTINGS APPENDIX I:

Setpoint > System Setup > Breaker > Breaker Maintenance


User
Setting Description Name Default Value Step Range
Value
KI2t Counter Phase A KI2t BKR Ph A Cnt 0.00 0.01 (KA)2 s [0.00 : 9999.99]
KI2t Counter Phase B KI2t BKR Ph B Cnt 0.00 0.01 (KA)2 s [0.00 : 9999.99]
KI2t Counter Phase C KI2t BKR Ph C Cnt 0.00 0.01 (KA)2 s [0.00 : 9999.99]
Openings counter BKR Openings Cnt 0 1 [0 : 9999]
Closings counter BKR Closings Cnt 0 1 [0 : 9999]

Setpoint > System Setup > Switchgear


User
Setting Description Name Default Value Step Range
Value
Snapshot Event generation for switchgear Snapshot Events DISABLED N/A [DISABLED – ENABLED]
#1 SWGR 1
Snapshot Event generation for switchgear Snapshot Events DISABLED N/A [DISABLED – ENABLED]
#2 SWGR 2
Snapshot Event generation for switchgear Snapshot Events DISABLED N/A [DISABLED – ENABLED]
#3 SWGR 3
Snapshot Event generation for switchgear Snapshot Events DISABLED N/A [DISABLED – ENABLED]
#4 SWGR 4
Snapshot Event generation for switchgear Snapshot Events DISABLED N/A [DISABLED – ENABLED]
#5 SWGR 5
Snapshot Event generation for switchgear Snapshot Events DISABLED N/A [DISABLED – ENABLED]
#6 SWGR 6
Snapshot Event generation for switchgear Snapshot Events DISABLED N/A [DISABLED – ENABLED]
#7 SWGR 7
Snapshot Event generation for switchgear Snapshot Events DISABLED N/A [DISABLED – ENABLED]
#8 SWGR 8
Snapshot Event generation for switchgear Snapshot Events DISABLED N/A [DISABLED – ENABLED]
#9 SWGR 9
Snapshot Event generation for switchgear Snapshot Events DISABLED N/A [DISABLED – ENABLED]
#10 SWGR 10
Snapshot Event generation for switchgear Snapshot Events DISABLED N/A [DISABLED – ENABLED]
#11 SWGR 11
Snapshot Event generation for switchgear Snapshot Events DISABLED N/A [DISABLED – ENABLED]
#12 SWGR 12
Snapshot Event generation for switchgear Snapshot Events DISABLED N/A [DISABLED – ENABLED]
#13 SWGR 13
Snapshot Event generation for switchgear Snapshot Events DISABLED N/A [DISABLED – ENABLED]
#14 SWGR 14
Snapshot Event generation for switchgear Snapshot Events DISABLED N/A [DISABLED – ENABLED]
#15 SWGR 15
Snapshot Event generation for switchgear Snapshot Events DISABLED N/A [DISABLED – ENABLED]
#16 SWGR 16
Setpoint > system setup > miscellaneous >
User
Setting Description Name Default Value Step Range
Value
Relay out of service status Relay Out Of Service ENABLED N/A [DISABLED – ENABLED]
Set to local or remote Local/Remote Blocked OFF N/A ON; OFF
Active language on the relay Active Language 0 N/A [0 : 1]

I-12 F650 DIGITAL BAY CONTROLLER 1601-0800-A1


APPENDIX I: I.1 FACTORY DEFAULT SETTINGS

Setpoint > Protection Elements > Phase Current >


> Phase TOC High > Phase TOC High 1 > Phase TOC High 2 > Phase TOC High 3
> Phase TOC Low > Phase TOC Low 1 > Phase TOC Low 2 > Phase TOC Low 3
User
Setting Description Name Default Value Step Range
Value
Function permission Function DISABLED N/A [DISABLED – ENABLED]
Input type Input PHASOR(DFT) N/A [PHASOR – RMS]
Pickup level Pickup Level 1.00 0.01 A [0.05 : 160.00]
Curve shape Curve IEEE Ext Inv N/A [See list of curves]
Time Dial TD Multiplier 1.00 0.01 s [0.00 : 900.00]
Reset type Reset INSTANTANEO N/A [INSTANTANEOUS – LINEAR]
US
Voltage Restraint Voltage Restraint DISABLED N/A [DISABLED – ENABLED]
Snapshot Event generation Snapshot Events ENABLED N/A [DISABLED – ENABLED]

Setpoint > Protection Elements > Phase Current >


> Phase IOC High > Phase IOC High 1 > Phase IOC High 2 > Phase IOC High 3
> Phase IOC Low > Phase IOC Low 1 > Phase IOC Low 2 > Phase IOC Low 3
User
Setting Description Name Default Value Step Range
Value
Function permission Function DISABLED N/A [DISABLED – ENABLED]
Input type Input PHASOR(DFT) N/A [PHASOR – RMS]
Pickup level Pickup Level 30.00 0.01 A [0.05 : 160.00]
Trip time Trip Delay 0.00 0.01 s [0.00 : 900.00]
Reset time Reset Delay 0.00 0.01 s [0.00 : 900.00]
Snapshot event generation Snapshot Events ENABLED N/A [DISABLED – ENABLED]

Setpoint > Protection Elements > Phase Current > Phase Directional >
Phase Directional 1> Phase Directional 2 > Phase Directional 3
User
Setting Description Name Default Value Step Range
Value
Function permission Function DISABLED N/A [DISABLED – ENABLED]
Maximum Torque Angle MTA 45 1 Deg [-90 : +90]
Operation Direction Direction FORWARD N/A [FORWARD – REVERSE]
Block logic Block Logic PERMISSION N/A [BLOCK – PERMISSION]
Polarization voltage threshold Pol V Threshold 40 1V [0 : 300]
Snapshot event generation Snapshot Events ENABLED N/A [DISABLED – ENABLED]
Voltage Memory Voltage Memory 0,00 s 0,01 s [0,00 : 3,00]

Setpoint > Protection Elements > Phase Current > Thermal Model >
Thermal Model 1 > Thermal Model 2 > Thermal Model 3
User
Setting Description Name Default Value Step Range
Value
Function permission Function DISABLED N/A [DISABLED – ENABLED]
Heating constant Heat Time Constant 6.0 0.1 min [3.0 : 600.0]
Cooling constant Cool Time Constant 2.00 0.01 times [1.00 : 6.00]
Heat Time
Ct.
Pickup level Pickup Level 1.00 0.01 A [0.05 : 160.00]
Alarm level Alarm Level 80.0 0.10% [1.0 : 110.0]
Snapshot event generation Snapshot Events ENABLED N/A [DISABLED – ENABLED]

1601-0800-A1 F650 DIGITAL BAY CONTROLLER I-13


I.1 FACTORY DEFAULT SETTINGS APPENDIX I:

Setpoint > Protection Elements > Neutral Current > Neutral TOC
Neutral TOC 1> Neutral TOC 2 > Neutral TOC 3
User
Setting Description Name Default Value Step Range
Value
Function permission Function DISABLED N/A [DISABLED – ENABLED]
Pickup level Pickup Level 1.00 0.01 A [0.05 : 160.00]
Curve shape Curve IEEE Ext Inv N/A [See list of curves]
Time Dial TD Multiplier 1.00 0.01 s [0.00 : 900.00]
Reset type Reset INSTANTANEO N/A [INSTANTANEOUS – LINEAR]
US
Snapshot Event generation Snapshot Events ENABLED N/A [DISABLED – ENABLED]

Setpoint > Protection Elements > Neutral Current > Neutral IOC
Neutral IOC 1 > Neutral IOC 2 > Neutral IOC 3
User
Setting Description Name Default Value Step Range
Value
Function permission Function DISABLED N/A [DISABLED – ENABLED]
Pickup level Pickup Level 30.00 0.01 A [0.05 : 160.00]
Trip time Trip Delay 0.00 0.01 s [0.00 : 900.00]
Reset time Reset Delay 0.00 0.01 s [0.00 : 900.00]
Snapshot event generation Snapshot Events ENABLED N/A [DISABLED – ENABLED]

Setpoint > Protection Elements > Neutral Current > Neutral Directional >
Neutral Directional 1 > Neutral Directional 2 > Neutral Directional 3
User
Setting Description Name Default Value Step Range
Value
Function permission Function DISABLED N/A [DISABLED – ENABLED]
Maximum Torque Angle MTA -45 1 Deg [-90 : +90]
Operation Direction Direction FORWARD N/A [FORWARD – REVERSE]
Polarization type Polarization VO N/A [V0 – IP – V0+IP – V0*IP ]
Block logic type Block Logic PERMISSION N/A [BLOCK – PERMISSION]
Polarization voltage threshold Pol V Threshold 10 1V [0 : 300]
Snapshot event generation Snapshot Events ENABLED N/A [DISABLED – ENABLED]

Setpoint > Protection Elements > Ground Current > Ground TOC
Ground TOC 1 > Ground TOC 2 > Ground TOC 3
User
Setting Description Name Default Value Step Range
Value
Function permission Function DISABLED N/A [DISABLED – ENABLED]
Input type Input PHASOR(DFT) N/A [PHASOR – RMS]
Pickup level Pickup Level 1.00 0.01 A [0.05 : 160.00]
Curve shape Curve IEEE Ext Inv N/A [See list of curves]
Time Dial TD Multiplier 1.00 0.01 s [0.00 : 900.00]
Reset type Reset INSTANTANEO N/A [INSTANTANEOUS – LINEAR]
US
Snapshot Event generation Snapshot Events ENABLED N/A [DISABLED – ENABLED]

I-14 F650 DIGITAL BAY CONTROLLER 1601-0800-A1


APPENDIX I: I.1 FACTORY DEFAULT SETTINGS

Setpoint > Protection Elements > Ground Current > Ground IOC
Ground IOC 1 > Ground IOC 2 > Ground IOC 3
User
Setting Description Name Default Value Step Range
Value
Function permission Function DISABLED N/A [DISABLED – ENABLED]
Input type Input PHASOR(DFT) N/A [PHASOR – RMS]
Pickup level Pickup Level 30.00 0.01 A [0.05 : 160.00]
Trip time Trip Delay 0.00 0.01 s [0.00 : 900.00]
Reset time Reset Delay 0.00 0.01 s [0.00 : 900.00]
Snapshot event generation Snapshot Events ENABLED N/A [DISABLED – ENABLED]

Setpoint > Protection Elements > Ground Current > Ground Directional >
Ground Directional 1 > Ground Directional 2 > Ground Directional 3
User
Setting Description Name Default Value Step Range
Value
Function permission Function DISABLED N/A [DISABLED – ENABLED]
Maximum Torque Angle MTA -45 1 Deg [-90 : +90]
Operation Direction Direction FORWARD N/A [FORWARD – REVERSE]
Polarization type Polarization VO N/A [V0 – IP – V0+IP – V0*IP ]
Block logic type Block Logic PERMISSION N/A [BLOCK – PERMISSION]
Polarization voltage threshold Pol V Threshold 10 1V [0 : 300]
Snapshot event generation Snapshot Events ENABLED N/A [DISABLED – ENABLED]

Setpoint > Protection Elements > Sensitive Ground Current > Sensitive Ground TOC
Sensitive Ground TOC 1 > Sensitive Ground TOC 2 > Sensitive Ground TOC 3
User
Setting Description Name Default Value Step Range
Value
Function permission Function DISABLED N/A [DISABLED – ENABLED]
Input type Input PHASOR(DFT) N/A [PHASOR – RMS]
Pickup level Pickup Level 0.050 0.001 A [0.005 : 16.000]
Curve shape Curve IEEE Ext Inv N/A [See list of curves]
Time Dial TD Multiplier 1.00 0.01 s [0.00 : 900.00]
Reset type Reset INSTANTANEO N/A [INSTANTANEOUS – LINEAR]
US
Snapshot Event generation Snapshot Events ENABLED N/A [DISABLED – ENABLED]

Setpoint > Protection Elements > Sensitive Ground Current > Sensitive Ground IOC
Sensitive Ground IOC 1 > Sensitive Ground IOC 2 > Sensitive Ground IOC 3
User
Setting Description Name Default Value Step Range
Value
Function permission Function DISABLED N/A [DISABLED – ENABLED]
Input type Input PHASOR(DFT) N/A [PHASOR – RMS]
Pickup level Pickup Level 0.100 0.001 A [0.005 : 16.000]
Trip time Trip Delay 0.00 0.01 s [0.00 : 900.00]
Reset time Reset Delay 0.00 0.01 s [0.00 : 900.00]
Snapshot event generation Snapshot Events ENABLED N/A [DISABLED – ENABLED]

1601-0800-A1 F650 DIGITAL BAY CONTROLLER I-15


I.1 FACTORY DEFAULT SETTINGS APPENDIX I:

Setpoint > Protection Elements > Sensitive Ground Current > Isolated Ground IOC
Isolated Ground IOC 1 > Isolated Ground IOC 2 > Isolated Ground IOC 3
User
Setting Description Name Default Value Step Range
Value
Function Permission Function DISABLED N/A [DISABLED – ENABLED]
High Voltage level Vh Level 20 1V [2 : 70]
Low Current level Il LEVEL 0.005 0.001 A [0.005 : 0.400]
Low Voltage level Vl LEVEL 2 1V [2 : 70]
High Current level Ih LEVEL 0.025 0.001 A [0.005 : 0.400]
Operation time Delay 0.00 0.01 s [0.00 : 900.00]
Deviation time to instantaneous Time to inst 0.00 0.01 s [0.00 : 900.00]
Snapshot event generation Snapshot Events ENABLED N/A [DISABLED – ENABLED]

Setpoint > Protection Elements > Sensitive Ground Current > Sensitive Ground Directional >
Sensitive Ground Directional 1 > Sensitive Ground Directional 2 > Sensitive Ground Directional 3
User
Setting Description Name Default Value Step Range
Value
Function permission Function DISABLED N/A [DISABLED – ENABLED]
Maximum Torque Angle MTA -45 1 Deg [-90 : +90]
Operation Direction Direction FORWARD N/A [FORWARD – REVERSE]
Block logic type Block Logic PERMISSION N/A [BLOCK – PERMISSION]
Polarization voltage threshold Pol V Threshold 10 1V [0 : 300]
Snapshot event generation Snapshot Events ENABLED N/A [DISABLED – ENABLED]

Setpoint > Protection Elements > Negative Sequence Current > Negative Sequence TOC >
Negative Sequence TOC 1 > Negative Sequence TOC 2 > Negative Sequence TOC 3
User
Setting Description Name Default Value Step Range
Value
Function permission Function DISABLED N/A [DISABLED – ENABLED]
Pickup level Pickup Level 1.00 0.01 A [0.05 : 160.00]
Curve shape Curve IEEE Ext Inv N/A [See list of curves]
Time Dial TD Multiplier 1.00 0.01 s [0.00 : 900.00]
Reset type Reset INSTANTANEO N/A [INSTANTANEOUS – LINEAR]
US
Snapshot Event generation Snapshot Events ENABLED N/A [DISABLED – ENABLED]

Setpoint > Protection Elements > Voltage Elements > Phase UV >
Phase UV 1 > Phase UV 2 > Phase UV 3
User
Setting Description Name Default Value Step Range
Value
Function permission Function DISABLED N/A [DISABLED – ENABLED]
Input mode Mode PHASE-PHASE N/A [PHASE-PHASE, PHASE-
GROUND]
Pickup Level Pickup Level 10 1V [3 : 300]
Curve shape Curve DEFINITE TIME N/A [DEFINITE TIME – INVERSE
TIME]
Time Dial Delay 10.00 0.01 s [0.00 : 900.00]
Minimum Voltage Threshold Minimum Voltage 5 1V [0 : 300]
Operation logic Logic ANY PHASE N/A [ANY PHASE – TWO PHASES
– ALL PHASES]
Supervision by breaker status Supervised by 52 DISABLED N/A [DISABLED – ENABLED]

I-16 F650 DIGITAL BAY CONTROLLER 1601-0800-A1


APPENDIX I: I.1 FACTORY DEFAULT SETTINGS

Snapshot Event generation Snapshot Events ENABLED N/A [DISABLED – ENABLED]

Setpoint > Protection Elements > Voltage Elements > Phase OV >
Phase OV 1 > Phase OV 2 > Phase OV 3
User
Setting Description Name Default Value Step Range
Value
Function permission Function DISABLED N/A [DISABLED – ENABLED]
Pickup Level Pickup Level 10 1V [3 : 300]
Trip time Trip Delay 10.00 0.01 s [0.00 : 900.00]
Reset time Reset Delay 0.00 0.01 s [0.00 : 900.00]
Operation logic Logic ANY PHASE N/A [ANY PHASE – TWO PHASES
– ALL PHASES]
Snapshot Event generation Snapshot Events ENABLED N/A [DISABLED – ENABLED]

Setpoint > Protection Elements > Voltage Elements >


>Neutral OV High > Neutral OV High 1 > Neutral OV High 2 > Neutral OV High 3
>Neutral OV Low > Neutral OV Low 1 > Neutral OV Low 2 > Neutral OV Low 3
User
Setting Description Name Default Value Step Range
Value
Function permission Function DISABLED N/A [DISABLED – ENABLED]
Pickup Level Pickup Level 10 1V [3 : 300]
Trip time Trip Delay 10.00 0.01 s [0.00 : 900.00]
Reset time Reset Delay 0.00 0.01 s [0.00 : 900.00]
Snapshot Event generation Snapshot Events ENABLED N/A [DISABLED – ENABLED]

Setpoint > Protection Elements > voltage elements > Negative Sequence OV >
Negative Sequence OV 1 > Negative Sequence OV 2 > Negative Sequence OV 3
User
Setting Description Name Default Value Step Range
Value
Function permission Function DISABLED N/A [DISABLED – ENABLED]
Pickup Level Pickup Level 10 1V [3 : 300]
Trip time Trip Delay 10.00 0.01 s [0.00 : 900.00]
Reset time Reset Delay 0.00 0.01 s [0.00 : 900.00]
Snapshot Event generation Snapshot Events ENABLED N/A [DISABLED – ENABLED]

Setpoint > Protection Elements >voltage elements > Auxiliary oV


Auxiliary oV 1 > Auxiliary oV 2 > Auxiliary oV 3
User
Setting Description Name Default Value Step Range
Value
Function permission Function DISABLED N/A [DISABLED – ENABLED]
Pickup Level Pickup Level 10 1V [3 : 300]
Trip Time Trip Delay 10.00 0.01 s [0.00 : 900.00]]
Reset Time Reset Delay 0.00 0.01 s [0.00 : 900.00]
Snapshot Event generation Snapshot Events ENABLED N/A [DISABLED – ENABLED]

Setpoint > Protection Elements >voltage elements > Auxiliary UV


Auxiliary UV 1 > Auxiliary UV 2 > Auxiliary UV 3
User
Setting Description Name Default Value Step Range
Value
Function permission Function DISABLED N/A [DISABLED – ENABLED]

1601-0800-A1 F650 DIGITAL BAY CONTROLLER I-17


I.1 FACTORY DEFAULT SETTINGS APPENDIX I:

Pickup Level Pickup Level 10 1V [3 : 300]


Curve shape Curve DEFINITE TIME N/A [DEFINITE TIME – INVERSE
TIME]
Time Dial Delay 10.00 0.01 s [0.00 : 900.00]
Snapshot Event generation Snapshot Events ENABLED N/A [DISABLED – ENABLED]

Setpoint > Protection Elements > Power > Forward Power


Forward Power 1 > Forward Power 2 > Forward Power 3
User
Setting Description Name Default Value Step Range
Value
Function permission Function DISABLED N/A [DISABLED – ENABLED]
Block from offline Blk Time After Close 0.00 0.01 s [0.00 : 900.00]
Pickup level for stage 1 Stage 1 Tap 10.00 0.01MW [0.00 : 10000.00]
Trip time for stage 1 Stage 1 Time 60.00 0.01 s [0.00 : 900.00]
Pickup level for stage 2 Stage 2 Tap 20.00 0.01MW [0.00 : 10000.00]
Trip time for stage 2 Stage 2 Time 60.00 0.01 s [0.00 : 900.00]
Snapshot Event generation Snapshot Events ENABLED N/A [DISABLED – ENABLED]

Setpoint > Protection Elements > Power > Directional Power>


Directional Power 1 > Directional Power 2 > Directional Power 3
User
Setting Description Name Default Value Step Range
Value
Function permission Function DISABLED N/A [DISABLED – ENABLED]
Block from offline Blk Time After Close 0.00 0.01 s [0.00 : 900.00]
Directional Angle for stage 1 Dir Power Angle 1 0.00 0.01 Deg [0.00 : 359.99]
Pickup level for stage 1 Stage 1 Tap 10.00 0.01MW [-10000.00 : 10000.00]
Trip time for stage 1 Stage 1 Time 60.00 0.01 s [0.00 : 900.00]
Directional Angle for stage 2 Dir Power Angle 2 0.00 1 Deg [0.00 : 359.99]
Pickup level for stage 2 Stage 2 Tap 20.00 0.01MW [-10000.00 : 10000.00]
Trip time for stage 2 Stage 2 Time 60.00 0.01 s [0.00 : 900.00]
Snapshot Event generation Snapshot Events ENABLED N/A [DISABLED – ENABLED]

Setpoint > Protection Elements > Power


WATT GND FLT HIGH 1 > WATT GND FLT HIGH 2 > WATT GND FLT HIGH 3
WATT GND FLT LOW 1 > WATT GND FLT LOW 2 > WATT GND FLT LOW 3
SETTING DESCRIPTION NAME DEFAULT STEP RANGE USER
VALUE VALUE
Function permission Function DISABLED N/A [DISABLED-ENABLED]
Supervision minimum voltage Voltage Pickup Level 2 0.01 V [2.00 : 70.00]
Source of operating current. Current selection IN N/A [IN-IG]
Pickup Level for Overcurrent OC Pickup Level 0,005 0.001A [0.005 : 0.400]
Pickup Delay for Overcurrent OC Pickup Delay 0,2 0.01 s [0.00 : 600.00]
Pickup Level for operating Power Power Pickup 0,01 0.01 W [0.01 : 4.50]
Max torque angle MTA 0 1 Deg [0 : 360]
Pickup Delay for Operating Power Power Pickup Delay 0,2 0.01 s [0.00 : 600.00]
Curve shape Curve DEFINITE TIME N/A [DEFINITE TIME - INVERSE
TIME - USER CURVE A -
USER CURVE B - USER
CURVE C - USER CURVE D]
Multiplier Multiplier 1 0.01 s [0.02 : 2.00]
Snapshot event generation Snapshot Event DISABLED N/A [DISABLED-ENABLED]

I-18 F650 DIGITAL BAY CONTROLLER 1601-0800-A1


APPENDIX I: I.1 FACTORY DEFAULT SETTINGS

Setpoint > Control Elements > Setting Group


User
Setting Description Name Default Value Step Range
Value
Setting Grouping Permission Function DISABLED N/A [DISABLED – ENABLED]
[GROUP 1 – GROUP 2 –
Active Group Active Group GROUP 1 N/A
GROUP 3]
Snapshot Event generation Snapshot Events ENABLED N/A [DISABLED – ENABLED]

Setpoint > Control Elements > Underfrequency


Underfrequency 1 > Underfrequency 2 > Underfrequency 3
User
Setting Description Name Default Value Step Range
Value
Function permission Function DISABLED N/A [DISABLED – ENABLED]
Pickup level Pickup Level 49.50 0.01 Hz [20.00 : 65.00]
Trip time Trip Delay 0.00 0.01 s [0.00 : 900.00]
Reset time Reset Delay 0.00 0.01 s [0.00 : 900.00]
Minimum voltage threshold Minimum Voltage 30 1V [10 : 300]
Snapshot event generation Snapshot Events ENABLED N/A [DISABLED – ENABLED]

Setpoint > Control Elements > Overfrequency


Overfrequency 1 > Overfrequency 2 > Overfrequency 3
User
Setting Description Name Default Value Step Range
Value
Function permission Function DISABLED N/A [DISABLED – ENABLED]
Pickup level Pickup Level 50.50 0.01 Hz [20.00 : 65.00]
Trip time Trip Delay 0.00 0.01 s [0.00 : 900.00]
Reset time Reset Delay 0.00 0.01 s [0.00 : 900.00]
Minimum voltage threshold Minimum Voltage 30 1V [10 : 300]
Snapshot event generation Snapshot Events ENABLED N/A [DISABLED – ENABLED]

Setpoint > Control Elements > Synchrocheck


User
Setting Description Name Default Value Step Range
Value
Function permission Function DISABLED N/A [DISABLED – ENABLED]
Dead bus voltage level Dead Bus Level 10.00 0.01 V [0.00 : 300.00]
Live bus voltage level Live Bus Level 50.00 0.01 V [0.00 : 300.00]
Dead line voltage level Dead Line Level 10.00 0.01 V [0.00 : 300.00]
Live line voltage level Live Line Level 50.00 0.01 V [0.00 : 300.00]
Voltage Difference Max Volt Difference 10.00 0.01 V [2.00 : 300.00]
Angle Difference Max Angle Difference 10.0 0.1 Deg [2.0 : 80.0]
Frequency Slip Max Freq Difference 20 10 mHz [10 : 5000]
Breaker Closing time Time 0.50 0.01 s [0.01 : 600.00]
Dead Line – Dead Bus Function permission DL-DB Function DISABLED N/A [DISABLED – ENABLED]
Live Line – Dead Bus Function permission LL-DB Function DISABLED N/A [DISABLED – ENABLED]
Dead Line – Live Bus Function permission DL-LB Function DISABLED N/A [DISABLED – ENABLED]
Snapshot event generation Snapshot Events ENABLED N/A [DISABLED – ENABLED]

1601-0800-A1 F650 DIGITAL BAY CONTROLLER I-19


I.1 FACTORY DEFAULT SETTINGS APPENDIX I:

Setpoint > Control Elements > Autoreclose


User
Setting Description Name Default Value Step Range
Value
Function permission Function DISABLED N/A [DISABLED – ENABLED]
Maximum Number of shots Max Number Shots 1 N/A [1 : 4]
Dead time 1 Dead Time 1 0.00 0.01 s [0.00 : 900.00]
Dead time 2 Dead Time 2 0.00 0.01 s [0.00 : 900.00]
Dead time 3 Dead Time 3 0.00 0.01 s [0.00 : 900.00]
Dead time 4 Dead Time 4 0.00 0.01 s [0.00 : 900.00]
Reclaim time or reset lockout delay Reclaim Time 0.00 0.01 s [0.00 : 900.00]
Reclose conditions permission Cond. Permission DISABLED N/A [DISABLED – ENABLED]
Hold time Hold Time 0.00 0.01 s [0.00 : 900.00]
Reset time Reset Time 0.00 0.01 s [0.00 : 900.00]
Snapshot event generation Snapshot Events ENABLED N/A [DISABLED – ENABLED]

Setpoint > Control Elements > Breaker Failure


User
Setting Description Name Default Value Step Range
Value
Function permission Function DISABLED N/A [DISABLED – ENABLED]
Supervision (retrip) pickup level Supervision Pickup 1.00 0.01 A [0.05 : 160.00]
Hiset pickup level Hiset Pickup 5.00 0.01 A [0.05 : 160.00]
Lowset pickup level Lowset Pickup 2.00 0.01 A [0.05 : 160.00]
Internal arc pickup level Internal Arc Pickup 0.10 0.01 A [0.05 : 160.00]
Internal arc time delay Internal Arc Delay 10.00 0.01 s [0.00 : 900.00]
Retrip time delay Supervision Delay 10.00 0.01 s [0.00 : 900.00]
Hiset time delay HiSet Delay 10.00 0.01 s [0.00 : 900.00]
Lowset time delay LowSet Delay 10.00 0.01 s [0.00 : 900.00]
Second stage time delay 2nd Step Delay 10.00 0.01 s [0.00 : 900.00]
WITHOUT current element time delay No Current Delay 10.00 0.01 s [0.00 : 900.00]
Snapshot event generation Snapshot Events ENABLED N/A [DISABLED – ENABLED]

Setpoint > Control Elements > VT Fuse Failure)


User
Setting Description Name Default Value Step Range
Value
Function permission Function DISABLED N/A [DISABLED – ENABLED]
Snapshot event generation Snapshot Events ENABLED N/A [DISABLED – ENABLED]

Setpoint > Control Elements > BROKEN CONDUCTOR


Broken Conductor 1 > Broken Conductor 2 > Broken Conductor 3
User
Setting Description Name Default Value Step Range
Value
Function permission Function DISABLED N/A [DISABLED – ENABLED]
Tap Level in percentage of I2/I1 Tap 20 0.10% [20.0 : 100.0]
Trip Time Trip Delay 60 0.01 s [0.00 : 900.00]
Snapshot event generation Snapshot Events ENABLED N/A [DISABLED – ENABLED]
Current Inhibition Level setting Operation Threshold 0.005 0.001 A [0.000 : 1.000]

I-20 F650 DIGITAL BAY CONTROLLER 1601-0800-A1


APPENDIX I: I.1 FACTORY DEFAULT SETTINGS

Setpoint > Control Elements > Locked Rotor


Locked Rotor 1 > Locked Rotor 2 > Locked Rotor 3
User
Setting Description Name Default Value Step Range
Value
Function permission Function DISABLED N/A [DISABLED – ENABLED]
Input type Input PHASOR(DFT) N/A [PHASOR – RMS]
Full load current Full Load Current 0.50 KA [0.10 : 10.00]
Pickup level Pickup Level 1.01 N/A [1.01 : 109.00]
Trip time Trip Delay 0.00 s [0.00 : 900.00]
Reset time Reset Delay 0.00 s [0.00 : 900.00]
Snapshot event generation Snapshot Events ENABLED N/A [DISABLED – ENABLED]

SETPOINT > CONTROL ELEMENTS > PULSE COUNTERS


DEFAULT USER
SETTING DESCRIPTION NAME STEP RANGE
VALUE VALUE
Pulse counter enabling setting CntPulses Enabled X DISABLED N/A [DISABLED – ENABLED]
Pulse Counter
Name of the pulse counter CntPulses Name X N/A N/A
1
Multiplier factor for the pulse counter CntPulses Factor X 1.000 0.001 [0.000 : 65000.000]
Overflow value for the pulse counter CntPulses Overflow X 65535 1 [0 : 1000000]
CntPulses Board
Board selection for the pulse counter F N/A [F,G,H,I]
Origin X
CntPulses Input Origin
Input index inside the selected board 1 1 [1 : 32]
X
Note: X is the pulse counter index, up to 8.

SETPOINT > CONTROL ELEMENTS > ANALOG COMPARATORS


DEFAULT USER
SETTING DESCRIPTION NAME STEP RANGE
VALUE VALUE
Generic Analog Function Permission Analog Function DISABLED N/A [DISABLED – ENABLED]
Analog Snapshot
Generic Snapshot Events Generation DISABLED N/A [DISABLED – ENABLED]
Events
Analog Input Value Selection Analog Input X None N/A [All available analog values]
Analog Maximum Threshold Value Analog Maximum X 1.000 0.001 [-100000.000 : 100000.000]
Analog Minimum Threshold Value Analog Minimum X 1.000 0.001 [-100000.000 : 100000.000]
Analog Delay for Activation Signal Analog Delay X 0.00 0.01 s [0.00 : 900.00]
Analog Hysteresis for the Deadband Analog Hysteresis X 1.0 0.1 [0.0 : 50.0]
Analog Direction for Activation Inside or
Analog Direction X OUT N/A [IN-OUT]
Outside the Deadband
Note: X is the analog comparator index, up to 20

SETPOINT > CONTROL ELEMENTS > FREQUENCY RATE OF CHANGE


FREQUENCY RATE OF CHANGE 1 > FREQUENCY RATE OF CHANGE 2 > FREQUENCY RATE OF CHANGE 3
SETTING DESCRIPTION NAME DEFAULT STEP RANGE USER
VALUE VALUE
Function Permission Function DISABLED N/A [DISABLED – ENABLED]
[INCREASING -
Direction of the frequency change Freq. Rate Trend INCREASING N/A DECREASING - BI-
DIRECTIONAL]
Operation Value in Hz/s Freq. Rate Pickup 0.50 0.01 Hz/s [0.10 : 10.00]
Minimum required voltage in % nominal
Freq. Rate OV Supv 40.00 0.01% [0.00 : 110.00]
voltage
Minimum Frequency Threshold Freq. Rate Min 45.00 0.01 Hz [20.00 : 80.00]
Maximum Frequency Threshold Freq. Rate Max 65.00 0.01 Hz [20.00 : 80.00]

1601-0800-A1 F650 DIGITAL BAY CONTROLLER I-21


I.1 FACTORY DEFAULT SETTINGS APPENDIX I:

Frequency rate Trip Delay Freq. Rate Delay 0.00 0.01 s [0.00 : 60.00]
Snapshot Events Generation Snapshot Events ENABLED N/A [DISABLED – ENABLED]

SETPOINT > CONTROL ELEMENTS > LOAD ENCROACHMENT


LOAD ENCROACHMENT 1 > LOAD ENCROACHMENT 2 > LOAD ENCROACHMENT 3
SETTING DESCRIPTION NAME DEFAULT STEP RANGE USER
VALUE VALUE
Function Permission Function DISABLED N/A [DISABLED – ENABLED]
Minimum positive-sequence voltage
Min. Voltage 25.00 0.01 V [0.00 : 300.00]
required
Impedance reach of the element Reach 1.00 0.01 Ohm [0.02 : 250.00]
Angle (Size of the blocking region) Angle 5 1 Deg [5 : 50]
Trip Time Pickup Delay 0.000 0.001 s [0.000 : 65.535]
Reset Time Reset Delay 0.000 0.001 s [0.000 : 65.535]
Snapshot Events Generation Snapshot Events ENABLED N/A [DISABLED – ENABLED]

SETPOINT > CONTROL ELEMENTS > MAX. NUMBERS OF STARTS


SETTING DESCRIPTION NAME DEFAULT STEP RANGE USER
VALUE VALUE
Function Permission Function DISABLED N/A [DISABLED- ENABLED]
Motor Full Load Current Full Load Amps 5.0 0.1 A [0.5: 10.0]
Stop condition supervised by breaker Breaker Supervision DISABLED N/A [DISABLED- ENABLED]
Min. Stop Time 0.0 0.1s [0.0: 900.0]
Number of Starts per tour Number of Starts 5 1 [0: 100]
Reset counter setting Reset Counter DISABLED N/A [DISABLED- ENABLED]
Snapshot Event Generation Snapshot Events ENABLED N/A [DISABLED- ENABLED]

SETPOINT > CONTROL ELEMENTS > DIGITAL COUNTERS


SETTING DESCRIPTION NAME DEFAULT STEP RANGE USER
VALUE VALUE
Function permission DigCnt 1 Function DISABLED NA
Digital Counter 1 name DigCnt 1 Name NA
Digital counter 1 Preset DigCnt 1 Preset 0 1 [-2147483648 :
2147483647]
Digital counter 1 Compare DigCnt 1 Compare 0 1 [-2147483648 :
2147483647]
Function permission DigCnt 2 Function DISABLED NA
Digital Counter 2 name DigCnt 2 Name NA
Digital counter 2 Preset DigCnt 2 Preset 0 1 [-2147483648 :
2147483647]
Digital counter 2 Compare DigCnt 2 Compare 0 1 [-2147483648 :
2147483647]
Function permission DigCnt 3 Function DISABLED NA
Digital Counter 3 name DigCnt 3 Name NA
Digital counter 3 Preset DigCnt 3 Preset 0 1 [-2147483648 :
2147483647]
Digital counter 3 Compare DigCnt 3 Compare 0 1 [-2147483648 :
2147483647]
Function permission DigCnt 4 Function DISABLED NA
Digital Counter 4 name DigCnt 4 Name NA
Digital counter 4 Preset DigCnt 4 Preset 0 1 [-2147483648 :
2147483647]

I-22 F650 DIGITAL BAY CONTROLLER 1601-0800-A1


APPENDIX I: I.1 FACTORY DEFAULT SETTINGS

Digital counter 4 Compare DigCnt 4 Compare 0 1 [-2147483648 :


2147483647]
Function permission DigCnt 5 Function DISABLED NA
Digital Counter 5 name DigCnt 5 Name NA
Digital counter 5 Preset DigCnt 5 Preset 0 1 [-2147483648 :
2147483647]
Digital counter 5 Compare DigCnt 5 Compare 0 1 [-2147483648 :
2147483647]
Function permission DigCnt 6 Function DISABLED NA
Digital Counter 6 name DigCnt 6 Name NA
Digital counter 6 Preset DigCnt 6 Preset 0 1 [-2147483648 :
2147483647]
Digital counter 6 Compare DigCnt 6 Compare 0 1 [-2147483648 :
2147483647]
Function permission DigCnt 7 Function DISABLED NA
Digital Counter 7 name DigCnt 7 Name NA
Digital counter 7 Preset DigCnt 7 Preset 0 1 [-2147483648 :
2147483647]
Digital counter 7 Compare DigCnt 7 Compare 0 1 [-2147483648 :
2147483647]
Function permission DigCnt 8 Function DISABLED NA
Digital Counter 8 name DigCnt 8 Name NA
Digital counter 8 Preset DigCnt 8 Preset 0 1 [-2147483648 :
2147483647]
Digital counter 8 Compare DigCnt 8 Compare 0 1 [-2147483648 :
2147483647]
Snapshot Event Generation Snapshot Events ENABLED NA [ENABLED; DISABLED]

SETPOINT > CONTROL ELEMENTS > COLD LOAD PICK UP


SETTING DESCRIPTION NAME DEFAULT STEP RANGE USER
VALUE VALUE
Function permission Cold Load Function DISABLED NA [ENABLED; DISABLED]
Cold Load Pickup Outage Time Cold Outage Time 20 min [1 : 1000]
Cold Load Pickup Blocking Time Cold Blocking Time 5 s [1 : 1000]
Snapshot Event Generation Cold Load Events ENABLED NA [ENABLED; DISABLED]

Setpoint > Inputs/Outputs > Contact I/O >


Board F > Board G > Board H > Board J
User
Setting Description Name Default Value Step Range
Value
I/O board type (available only for CIO I/O Board Type_X NONE N/A [NONE,
modules) 16 INP + 8OUT,
8 INP + 8OUT + SUPV
32 INP
16 INP + 8 ANA]
Input activation voltage threshold Group A Voltage Threshold A_X 80 1V [10 : 230]
Input activation voltage threshold Group B Voltage Threshold B_X 80 1V [10 : 230]
Input activation voltage threshold Group C Voltage Threshold C_X 80 1V [10 : 230]
Input activation voltage threshold Group D Voltage Threshold D_X 80 1V [10 : 230]
Debounce time for Group A Debounce Time A_X 15 1 ms [1 : 50]
Debounce time for Group B Debounce Time B_X 15 1 ms [1 : 50]
Debounce time for Group C Debounce Time C_X 15 1 ms [1 : 50]
Debounce time for Group D Debounce Time D_X 15 1 ms [1 : 50]

1601-0800-A1 F650 DIGITAL BAY CONTROLLER I-23


I.1 FACTORY DEFAULT SETTINGS APPENDIX I:

Input type Input Type_X_CCY POSITIVE N/A [POSITIVE-EDGE,


(CCY) NEGATIVE-EDGE,
POSITIVE,
NEGATIVE]
Input signal time delay Delay Input 0 1 ms [0 : 60000]
Time_X_CCY (CCY)
Output logic type Output Logic_X_0Z POSITIVE N/A [POSITIVE,
NEGATIVE]
Output type Output Type_X_0Z NORMAL N/A [NORMAL,
PULSE,
LATCH]
Output pulse length Pulse Output 10000 1 ms [0 : 60000]
Time_X_0Z
Analog Inputs Range Range_X_0Z NONE N/A [NONE,
-1 to 0mA,
0 to 1 mA,
-1 to 1 mA,
0 to 5 mA,
0 to 10 mA]
Minimum Value Min_Value_X_0Z 0.00 0.01 [ -9999.99 : 9999.99]
Maximum Value Max_Value_X_0Z 0.00 0.01 [ -9999.99 : 9999.99]
Snapshot event generation Snapshot Events ENABLED N/A [DISABLED – ENABLED]

Note 2: Description of X, Y and Z in input/output boards


F, G, H or J, the I/O board name, depending on the Relay model.
X F and G are internal Relay boards, and H and J are additional boards available in CIO
modules (remote Bus CAN I/O module)
I/O BOARD TYPE
ENERVISTA 650
ASSOCIATED DIGIT SETUP BOARD BOARD TYPE
SETTINGS
For the I/O board selection in the relay 0 NONE None
model: 1 16 INP+ 8 OUT Mixed
8 INP +8 OUT
2 Supervision
+SUPV
4 32 INP 32 digital inputs
5 16 INP + 8 ANA 16 digital inputs + 8 analog inputs
Is the name used for inputs in I/O boards
Mixed, 16 digital inputs: CC1….CC16
CCY
Supervision: 8 digital inputs: CC1,..., CC8
32 INP: 32 digital inputs; CC1,...,CC32
Is the name used for the different outputs in I/O boards, 8 outputs available for any of the
0Z
two types of board (01,…., 08)

Setpoint > Inputs/Outputs > Remote Comms


User
Setting Description Name Default Value Step Range
Value
Remote comms selection Remote Comms NONE N/A [NONE – GSSE – GOOSE]

SETTING DESCRIPTION FOR GSSE

Remote comms selection Remote Comms GSSE N/A [NONE – GSSE – GOOSE]
Device Identification 650 ID F650 N/A
Hold time signal send by the transmitting Hold Time 10000 1 ms [1000 : 60000]
device

I-24 F650 DIGITAL BAY CONTROLLER 1601-0800-A1


APPENDIX I: I.1 FACTORY DEFAULT SETTINGS

Snapshot Events Generation Snapshot Events DISABLED N/A [DISABLED – ENABLED]


Remote Out
Remote Device
Remote Device Description Remote Device X N/A
X
[DNA-1 to DNA-32 –
Bit Pair Selection Bit Pair X None N/A
UserSt-1 to UserSt-64]
[OFF – ON – LATEST OFF –
Default Value Selection Default Value X OFF N/A
LATEST ON]
SETTING DESCRIPTION FOR GOOSE
Remote comms selection Remote Comms GOOSE N/A [NONE – GSSE – GOOSE]
Default Value Selection Default Value X OFF N/A [OFF – ON – LATEST OFF –
LATEST ON]
Note: X is the Remote Device index, up to 32

LIST OF TIME OVERCURRENT CURVES AVAILABLE IN F650


IEEE extremely/very/moderately inverse
IEC Curve A/B/C/Long-Time Inverse/ Short-Time Inverse
IAC extremely/very/normally/moderately inverse
ANSI extremely/very/normally/moderately inverse
I2t
Definite time
Rectifier curve
User Curve - FlexCurve™ A/B/C/D

1601-0800-A1 F650 DIGITAL BAY CONTROLLER I-25


I.2 FACTORY DEFAULT CONFIGURATION APPENDIX I:

I.2 Factory default configuration


Note:

SOURCE COLUMN
This column allows the user to select the simple or complex (OR signal/virtual output) operand that activates the selected
elements for configuration of the relay.
If more than one operand is selected, the relay performs an OR gate to activate the selected element.

SIGNAL LOGIC COLUMN


This refers to each individual signal selected on its left. NOT legend means that the signal is inverted.

SOURCE LOGIC COLUMN


This refers to the whole SOURCE signal selected on its left. NOT legend means that the signal is inverted. If more than one
operand is selected, the OR gate output is inverted.

SETPOINT > RELAY CONFIGURATION > OUTPUTS


OUTPUT SOURCE SOURCE LOGIC LOGIC
CONT OP OPER_F_01 VO_000_PROTECTION_ALARM -
VO_046_59P_PKP -
CONT OP OPER_F_02
VO_045_27P_PKP -
CONT OP OPER_F_03 VO_048_50G_PKP -
CONT OP OPER_F_04 VO_049_51G_PKP -
VO_051_50PH_PKP -
CONT OP OPER_F_05
VO_050_50PL_PKP -
CONT OP OPER_F_06 VO_053_51P_PKP -
OPERATION BIT 1 -
CONT OP OPER_F_07
AR CLOSE BREAKER -
OPERATION BIT 2 -
CONT OP OPER_F_08
VO_083_GENERAL_TRIP -

SETPOINT > RELAY CONFIGURATION > LEDS


LED SOURCE SOURCE LOGIC LOGIC LED NAME
LED01 VO_000_PROTECTION ALARM - PROT ALARM
LED02 VO_083_GENERAL_TRIP - TRIP
LED03 VO_019_PHASE_OVERCURRENT_TRIP - 50/51P TRIP
LED04 VO_069_GROUND_OVERCURRENT_TRIP - 50/51G TRIP
VO_074_59P_TRIP
LED05 - - 27/59 TRIP
VO_073_27P_TRIP
LED06 VO_085_GENERAL_PKP - PICKUP
LED07 VO_007_PHASE_OVERCURRENT_PKP - 50/51P PICKUP
LED08 VO_009_GROUND_OVERCURRENT_PKP - 50/51G PICKUP
LED09 VO_045_27P_PKP - 27 PICKUP
LED10 VO_046_59P_PKP - 59 PICKUP
LED11 AR READY - 79 READY
LED12 AR RCL IN PROGRESS - 79 IN-PROG
LED13 AR BLOCK - 79 BLOCK
LED14 AR CONDS INPUT NOT 79 INHIBIT

I-26 F650 DIGITAL BAY CONTROLLER 1601-0800-A1


APPENDIX I: I.2 FACTORY DEFAULT CONFIGURATION

SETPOINT > RELAY CONFIGURATION > LEDS


LED SOURCE SOURCE LOGIC LOGIC LED NAME
LED15 AR LOCKOUT - 79 LOCKOUT
SETPOINT > RELAY CONFIGURATION > PROTECTION ELEMENTS
PROTECTION ELEMENT SOURCE SIGNAL LOGIC SOURCE LOGIC
LED RESET INPUT OPERATION BIT 3
CHANGE LOCAL-REMOTE Not Configured
CHANGE OP BLOCKED Not Configured
HMI BACKLIGHT ON Not Configured
HMI BACKLIGHT OFF Not Configured
GROUP 1 BLOCKED
CONT IP_F_CC2 (50P BLOCK)(CC2)
PH IOC1 HIGH A BLK
PHASE DIR1 A OP NOT
LATCHED VIRT IP 1
GROUP 1 BLOCKED
CONT IP_F_CC2 (50P BLOCK)(CC2)
PH IOC1 HIGH B BLK
PHASE DIR1 B OP NOT
LATCHED VIRT IP 1
GROUP 1 BLOCKED
CONT IP_F_CC2 (50P BLOCK)(CC2)
PH IOC1 HIGH C BLK
PHASE DIR1 C OP NOT
LATCHED VIRT IP 1
GROUP 2 BLOCKED
CONT IP_F_CC2 (50P BLOCK)(CC2)
PH IOC2 HIGH A BLK
PHASE DIR2 A OP NOT
LATCHED VIRT IP 1
GROUP 2 BLOCKED
CONT IP_F_CC2 (50P BLOCK)(CC2)
PH IOC2 HIGH B BLK
PHASE DIR2 B OP NOT
LATCHED VIRT IP 1
GROUP 2 BLOCKED
CONT IP_F_CC2 (50P BLOCK)(CC2)
PH IOC2 HIGH C BLK
PHASE DIR2 C OP NOT
LATCHED VIRT IP 1
GROUP 3 BLOCKED
CONT IP_F_CC2 (50P BLOCK)(CC2)
PH IOC3 HIGH A BLK
PHASE DIR3 A OP NOT
LATCHED VIRT IP 1
GROUP 3 BLOCKED
CONT IP_F_CC2 (50P BLOCK)(CC2)
PH IOC3 HIGH B BLK
PHASE DIR3 B OP NOT
LATCHED VIRT IP 1
GROUP 3 BLOCKED
CONT IP_F_CC2 (50P BLOCK)(CC2)
PH IOC3 HIGH C BLK
PHASE DIR3 C OP NOT
LATCHED VIRT IP 1
GROUP 1 BLOCKED
CONT IP_F_CC2 (50P BLOCK)(CC2)
PH IOC1 LOW A BLK
PHASE DIR1 A OP NOT
LATCHED VIRT IP 2

1601-0800-A1 F650 DIGITAL BAY CONTROLLER I-27


I.2 FACTORY DEFAULT CONFIGURATION APPENDIX I:

SETPOINT > RELAY CONFIGURATION > PROTECTION ELEMENTS


PROTECTION ELEMENT SOURCE SIGNAL LOGIC SOURCE LOGIC
GROUP 1 BLOCKED
CONT IP_F_CC2 (50P BLOCK)(CC2)
PH IOC1 LOW B BLK
PHASE DIR1 B OP NOT
LATCHED VIRT IP 2
GROUP 1 BLOCKED
CONT IP_F_CC2 (50P BLOCK)(CC2)
PH IOC1 LOW C BLK
PHASE DIR1 C OP NOT
LATCHED VIRT IP 2
GROUP 2 BLOCKED
CONT IP_F_CC2 (50P BLOCK)(CC2)
PH IOC2 LOW A BLK
PHASE DIR2 A OP NOT
LATCHED VIRT IP 2
GROUP 2 BLOCKED
CONT IP_F_CC2 (50P BLOCK)(CC2)
PH IOC2 LOW B BLK
PHASE DIR2 B OP NOT
LATCHED VIRT IP 2
GROUP 2 BLOCKED
CONT IP_F_CC2 (50P BLOCK)(CC2)
PH IOC2 LOW C BLK
PHASE DIR2 C OP NOT
LATCHED VIRT IP 2
GROUP 3 BLOCKED
CONT IP_F_CC2 (50P BLOCK)(CC2)
PH IOC3 LOW A BLK
PHASE DIR3 A OP NOT
LATCHED VIRT IP 2
GROUP 3 BLOCKED
CONT IP_F_CC2 (50P BLOCK)(CC2)
PH IOC3 LOW B BLK
PHASE DIR3 B OP NOT
LATCHED VIRT IP 2
GROUP 3 BLOCKED
CONT IP_F_CC2 (50P BLOCK)(CC2)
PH IOC3 LOW C BLK
PHASE DIR3 C OP NOT
LATCHED VIRT IP 2
GROUP 1 BLOCKED
NEUTRAL IOC1 BLOCK
NEUTRAL DIR1 OP NOT
GROUP 2 BLOCKED
NEUTRAL IOC2 BLOCK
NEUTRAL DIR2 OP NOT
GROUP 3 BLOCKED
NEUTRAL IOC3 BLOCK
NEUTRAL DIR3 OP NOT
GROUP 1 BLOCKED
CONT IP_F_CC5 (50G BLOCK)(CC5)
GROUND IOC1 BLOCK
GROUND DIR1 OP NOT
LATCHED VIRT IP 3
GROUP 2 BLOCKED
CONT IP_F_CC5 (50G BLOCK)(CC5)
GROUND IOC2 BLOCK
GROUND DIR2 OP NOT
LATCHED VIRT IP 3

I-28 F650 DIGITAL BAY CONTROLLER 1601-0800-A1


APPENDIX I: I.2 FACTORY DEFAULT CONFIGURATION

SETPOINT > RELAY CONFIGURATION > PROTECTION ELEMENTS


PROTECTION ELEMENT SOURCE SIGNAL LOGIC SOURCE LOGIC
GROUP 3 BLOCKED
CONT IP_F_CC5 (50G BLOCK)(CC5)
GROUND IOC3 BLOCK
GROUND DIR3 OP NOT
LATCHED VIRT IP 3
GROUP 1 BLOCKED
SENS GND IOC1 BLK SENS GND DIR1 OP NOT
LATCHED VIRT IP 4
GROUP 2 BLOCKED
SENS GND IOC2 BLK SENS GND DIR2 OP NOT
LATCHED VIRT IP 4
GROUP 3 BLOCKED
SENS GND IOC3 BLK SENS GND DIR3 OP NOT
LATCHED VIRT IP 4
GROUP 1 BLOCKED
CONT IP_F_CC3 (51P BLOCK)(CC3)
PH TOC1 HIGH A BLK
PHASE DIR1 A OP NOT
LATCHED VIRT IP 5
GROUP 1 BLOCKED
CONT IP_F_CC3 (51P BLOCK)(CC3)
PH TOC1 HIGH B BLK
PHASE DIR1 B OP NOT
LATCHED VIRT IP 5
GROUP 1 BLOCKED
CONT IP_F_CC3 (51P BLOCK)(CC3)
PH TOC1 HIGH C BLK
PHASE DIR1 C OP NOT
LATCHED VIRT IP 5
GROUP 2 BLOCKED
CONT IP_F_CC3 (51P BLOCK)(CC3)
PH TOC2 HIGH A BLK
PHASE DIR2 A OP NOT
LATCHED VIRT IP 5
GROUP 2 BLOCKED
CONT IP_F_CC3 (51P BLOCK)(CC3)
PH TOC2 HIGH B BLK
PHASE DIR2 B OP NOT
LATCHED VIRT IP 5
GROUP 2 BLOCKED
CONT IP_F_CC3 (51P BLOCK)(CC3)
PH TOC2 HIGH C BLK
PHASE DIR2 C OP NOT
LATCHED VIRT IP 5
GROUP 3 BLOCKED
CONT IP_F_CC3 (51P BLOCK)(CC3)
PH TOC3 HIGH A BLK
PHASE DIR3 A OP NOT
LATCHED VIRT IP 5
GROUP 3 BLOCKED
CONT IP_F_CC3 (51P BLOCK)(CC3)
PH TOC3 HIGH B BLK
PHASE DIR3 B OP NOT
LATCHED VIRT IP 5

1601-0800-A1 F650 DIGITAL BAY CONTROLLER I-29


I.2 FACTORY DEFAULT CONFIGURATION APPENDIX I:

SETPOINT > RELAY CONFIGURATION > PROTECTION ELEMENTS


PROTECTION ELEMENT SOURCE SIGNAL LOGIC SOURCE LOGIC
GROUP 3 BLOCKED
CONT IP_F_CC3 (51P BLOCK)(CC3)
PH TOC3 HIGH C BLK
PHASE DIR3 C OP NOT
LATCHED VIRT IP 5
GROUP 1 BLOCKED
NEUTRAL TOC1 BLOCK
NEUTRAL DIR1 OP NOT
GROUP 2 BLOCKED
NEUTRAL TOC2 BLOCK
NEUTRAL DIR2 OP NOT
GROUP 3 BLOCKED
NEUTRAL TOC3 BLOCK
NEUTRAL DIR3 OP NOT
GROUP 1 BLOCKED
CONT IP_F_CC6 (51G BLOCK)(CC6)
GROUND TOC1 BLOCK
GROUND DIR1 OP NOT
LATCHED VIRT IP 7
GROUP 2 BLOCKED
CONT IP_F_CC6 (51G BLOCK)(CC6)
GROUND TOC2 BLOCK
GROUND DIR2 OP NOT
LATCHED VIRT IP 7
GROUP 3 BLOCKED
CONT IP_F_CC6 (51G BLOCK)(CC6)
GROUND TOC3 BLOCK
GROUND DIR3 OP NOT
LATCHED VIRT IP 7
GROUP 1 BLOCKED
SENS GND TOC1 BLOCK SENS GND DIR1 OP NOT
LATCHED VIRT IP 8
GROUP 2 BLOCKED
SENS GND TOC2 BLOCK SENS GND DIR2 OP NOT
LATCHED VIRT IP 8
GROUP 3 BLOCKED
SENS GND TOC3 BLOCK SENS GND DIR3 OP NOT
LATCHED VIRT IP 8
PHASE UV1 BLOCK GROUP 1 BLOCKED
PHASE UV2 BLOCK GROUP 2 BLOCKED
PHASE UV3 BLOCK GROUP 3 BLOCKED
NEG SEQ OV1 BLOCK GROUP 1 BLOCKED
NEG SEQ OV2 BLOCK GROUP 2 BLOCKED
NEG SEQ OV3 BLOCK GROUP 3 BLOCKED
THERMAL1 BLOCK GROUP 1 BLOCKED
THERMAL2 BLOCK GROUP 2 BLOCKED
THERMAL3 BLOCK GROUP 3 BLOCKED
GROUP 1 BLOCKED
PHASE DIR1 BLK INP CONT IP_F_CC4 (67P BLOCK)(CC4)
LATCHED VIRT IP 9
GROUP 2 BLOCKED
PHASE DIR2 BLK INP CONT IP_F_CC4 (67P BLOCK)(CC4)
LATCHED VIRT IP 9

I-30 F650 DIGITAL BAY CONTROLLER 1601-0800-A1


APPENDIX I: I.2 FACTORY DEFAULT CONFIGURATION

SETPOINT > RELAY CONFIGURATION > PROTECTION ELEMENTS


PROTECTION ELEMENT SOURCE SIGNAL LOGIC SOURCE LOGIC
GROUP 3 BLOCKED
PHASE DIR3 BLK INP CONT IP_F_CC4 (67P BLOCK)(CC4)
LATCHED VIRT IP 9
NEUTRAL DIR1 BLK INP GROUP 1 BLOCKED
NEUTRAL DIR2 BLK INP GROUP 2 BLOCKED
NEUTRAL DIR3 BLK INP GROUP 3 BLOCKED
GROUP 1 BLOCKED
GROUND DIR1 BLK INP
LATCHED VIRT IP 10
GROUP 2 BLOCKED
GROUND DIR2 BLK INP
LATCHED VIRT IP 10
GROUP 3 BLOCKED
GROUND DIR3 BLK INP
LATCHED VIRT IP 10
GROUP 1 BLOCKED
NEUTRAL OV1 HIGH BLK
LATCHED VIRT IP 12
GROUP 2 BLOCKED
NEUTRAL OV2 HIGH BLK
LATCHED VIRT IP 12
GROUP 3 BLOCKED
NEUTRAL OV3 HIGH BLK
LATCHED VIRT IP 12
NEUTRAL OV1 LOW BLK GROUP 1 BLOCKED
NEUTRAL OV2 LOW BLK GROUP 2 BLOCKED
NEUTRAL OV3 LOW BLK GROUP 3 BLOCKED
AUXILIARY UV1 BLOCK GROUP 1 BLOCKED
AUXILIARY UV2 BLOCK GROUP 2 BLOCKED
AUXILIARY UV3 BLOCK GROUP 3 BLOCKED
GROUP 1 BLOCKED
PHASE OV1 BLOCK
LATCHED VIRT IP 11
GROUP 2 BLOCKED
PHASE OV2 BLOCK
LATCHED VIRT IP 11
GROUP 3 BLOCKED
PHASE OV3 BLOCK
LATCHED VIRT IP 11
AUXILIARY OV1 BLOCK GROUP 1 BLOCKED
AUXILIARY OV2 BLOCK GROUP 2 BLOCKED
AUXILIARY OV3 BLOCK GROUP 3 BLOCKED
NEG SEQ TOC1 BLOCK GROUP 1 BLOCKED
NEG SEQ TOC2 BLOCK GROUP 2 BLOCKED
NEG SEQ TOC3 BLOCK GROUP 3 BLOCKED
OVERFREQ1 BLOCK GROUP 1 BLOCKED
OVERFREQ2 BLOCK GROUP 2 BLOCKED
OVERFREQ3 BLOCK GROUP 3 BLOCKED
UNDERFREQ1 BLOCK GROUP 1 BLOCKED
UNDERFREQ2 BLOCK GROUP 2 BLOCKED
UNDERFREQ3 BLOCK GROUP 3 BLOCKED
SETT GROUPS BLOCK Not Configured
BROKEN CONDUCT1 BLK GROUP 1 BLOCKED
BROKEN CONDUCT2 BLK GROUP 2 BLOCKED
BROKEN CONDUCT3 BLK GROUP 3 BLOCKED
GROUP 1 BLOCKED
ISOLATED GND1 BLK
SENS GND DIR1 OP NOT

1601-0800-A1 F650 DIGITAL BAY CONTROLLER I-31


I.2 FACTORY DEFAULT CONFIGURATION APPENDIX I:

SETPOINT > RELAY CONFIGURATION > PROTECTION ELEMENTS


PROTECTION ELEMENT SOURCE SIGNAL LOGIC SOURCE LOGIC
GROUP 2 BLOCKED
ISOLATED GND2 BLK
SENS GND DIR2 OP NOT
GROUP 3 BLOCKED
ISOLATED GND3 BLK
SENS GND DIR3 OP NOT
SENS GND DIR1 BLK IP GROUP 1 BLOCKED
SENS GND DIR2 BLK IP GROUP 2 BLOCKED
SENS GND DIR3 BLK IP GROUP 3 BLOCKED
FWD PWR1 BLOCK GROUP 1 BLOCKED
FWD PWR2 BLOCK GROUP 2 BLOCKED
FWD PWR3 BLOCK GROUP 3 BLOCKED
GROUP 1 BLOCKED
CONT IP_F_CC3 (51P BLOCK)(CC3)
PH TOC1 LOW A BLK
PHASE DIR1 A OP NOT
LATCHED VIRT IP 6
GROUP 1 BLOCKED
CONT IP_F_CC3 (51P BLOCK)(CC3)
PH TOC1 LOW B BLK
PHASE DIR1 B OP NOT
LATCHED VIRT IP 6
GROUP 1 BLOCKED
CONT IP_F_CC3 (51P BLOCK)(CC3)
PH TOC1 LOW C BLK
PHASE DIR1 C OP NOT
LATCHED VIRT IP 6
GROUP 2 BLOCKED
CONT IP_F_CC3 (51P BLOCK)(CC3)
PH TOC2 LOW A BLK
PHASE DIR2 A OP NOT
LATCHED VIRT IP 6
GROUP 2 BLOCKED
CONT IP_F_CC3 (51P BLOCK)(CC3)
PH TOC2 LOW B BLK
PHASE DIR2 B OP NOT
LATCHED VIRT IP 6
GROUP 2 BLOCKED
CONT IP_F_CC3 (51P BLOCK)(CC3)
PH TOC2 LOW C BLK
PHASE DIR2 C OP NOT
LATCHED VIRT IP 6
GROUP 3 BLOCKED
CONT IP_F_CC3 (51P BLOCK)(CC3)
PH TOC3 LOW A BLK
PHASE DIR3 A OP NOT
LATCHED VIRT IP 6
GROUP 3 BLOCKED
CONT IP_F_CC3 (51P BLOCK)(CC3)
PH TOC3 LOW B BLK
PHASE DIR3 B OP NOT
LATCHED VIRT IP 6
GROUP 3 BLOCKED
CONT IP_F_CC3 (51P BLOCK)(CC3)
PH TOC3 LOW C BLK
PHASE DIR3 C OP NOT
LATCHED VIRT IP 6
DIR PWR1 BLOCK GROUP 1 BLOCKED
DIR PWR2 BLOCK GROUP 2 BLOCKED

I-32 F650 DIGITAL BAY CONTROLLER 1601-0800-A1


APPENDIX I: I.2 FACTORY DEFAULT CONFIGURATION

SETPOINT > RELAY CONFIGURATION > PROTECTION ELEMENTS


PROTECTION ELEMENT SOURCE SIGNAL LOGIC SOURCE LOGIC
DIR PWR3 BLOCK GROUP 3 BLOCKED
LOCKED ROTOR1 BLK GROUP 1 BLOCKED
LOCKED ROTOR2 BLK GROUP 2 BLOCKED
LOCKED ROTOR3 BLK GROUP 3 BLOCKED
FREQ RATE1 BLOCK GROUP 1 BLOCKED
FREQ RATE2 BLOCK GROUP 2 BLOCKED
FREQ RATE3 BLOCK GROUP 3 BLOCKED
LOAD ENCR1 BLOCK GROUP 1 BLOCKED
LOAD ENCR2 BLOCK GROUP 2 BLOCKED
LOAD ENCR3 BLOCK GROUP 3 BLOCKED
32N1 HIGH BLOCK GROUP 1 BLOCKED
32N2 HIGH BLOCK GROUP 2 BLOCKED
32N3 HIGH BLOCK GROUP 3 BLOCKED
32N1 LOW BLOCK GROUP 1 BLOCKED
32N2 LOW BLOCK GROUP 2 BLOCKED
32N3 LOW BLOCK GROUP 3 BLOCKED
THERMAL1 A RST OPERATION BIT 4
THERMAL1 B RST OPERATION BIT 4
THERMAL1 C RST OPERATION BIT 4
THERMAL2 A RST OPERATION BIT 4
THERMAL2 B RST OPERATION BIT 4
THERMAL2 C RST OPERATION BIT 4
THERMAL3 A RST OPERATION BIT 4
THERMAL3 B RST OPERATION BIT 4
THERMAL3 C RST OPERATION BIT 4
Synchrocheck BLK INP Not Configured
CONT IP_F_CC8 (79 BLOCK)(CC8)
AR LEVEL BLOCK
LATCHED VIRT IP 14
AR PULSE BLOCK Not Configured
AR PULSE UNBLOCK Not Configured
VO_083_GENERAL_TRIP
AR INITIATE CONT IP_F_CC7 (79 INITIATE)(CC7)
LATCHED VIRT IP 13
SYNCHK CLOSE PERM NOT
AR CONDS INPUT NOT
LATCHED VIRT IP 15
BKR FAIL INITIATE Not Configured
GROUP 1 ACT ON Not Configured
GROUP 2 ACT ON Not Configured
GROUP 3 ACT ON Not Configured
FAULT REPORT TRIGG VO_083_GENERAL_TRIP
CLEAR FAULT REPORTS Not Configured
DEMAND TRIGGER INP Not Configured
DEMAND RESET INP OPERATION BIT 7
FREEZE ENERGY CNT Not Configured
UNFREEZE ENERGY CNT Not Configured
RESET ENERGY CNT OPERATION BIT 6
RESET KI2t COUNTERS OPERATION BIT 5
RESET BKR COUNTERS OPERATION BIT 5

1601-0800-A1 F650 DIGITAL BAY CONTROLLER I-33


I.2 FACTORY DEFAULT CONFIGURATION APPENDIX I:

SETPOINT > RELAY CONFIGURATION > OSCILLOGRAPHY


DIGITAL CHANNEL NAME SOURCE SIGNAL LOGIC SOURCE LOGIC
DIG_CHANNEL#1 TRIP VO_083_GENERAL_TRIP
DIG_CHANNEL#2 50/51P TRIP VO_019_PHASE_OVERCURRENT_TRIP
DIG_CHANNEL#3 50/51G TRIP VO_069_GROUND_OVERCURRENT_TRIP
DIG_CHANNEL#4 27 TRIP VO_073_27P_TRIP
DIG_CHANNEL#5 59 TRIP VO_074_59P_TRIP
DIG_CHANNEL#6 PICKUP VO_085_GENERAL_PKP
DIG_CHANNEL#7 50/51P PICKUP VO_007_PHASE_OVERCURRENT_PKP
DIG_CHANNEL#8 50/51G PICKUP VO_009_GROUND_OVERCURRENT_PKP
DIG_CHANNEL#9 27 PICKUP VO_045_27P_PKP
DIG_CHANNEL#10 59 PICKUP VO_046_59P_PKP
DIG_CHANNEL#11 79 READY AR READY
DIG_CHANNEL#12 79 IN-PROG AR RCL IN PROGRESS
DIG_CHANNEL#13 79 BLOCK AR BLOCK
DIG_CHANNEL#14 79 INHIBIT AR CONDS INPUT NOT
DIG_CHANNEL#15 79 LOCKOUT AR LOCKOUT
DIG_CHANNEL#16 Not Configured
OPERATION BIT 8
OSCILLO TRIGGER OSCILLO TRIGGER
VO_083_GENERAL_TRIP

SETPOINT > RELAY CONFIGURATION > OPERATIONS


OPERATION OPERATION TEXT SETTINGS VALUE/SOURCE
INTERLOCK (LOGIC) SYNC CLOSE PERM
FINAL STATES AND LOGIC BREAKER CLOSED
FRONT KEY I Key
Operation1 CLOSE BREAKER INPUT Not configured
VIRTUAL OUTPUT Not configured
TIMEOUT 1000
CHANNELS ALL
INTERLOCK (LOGIC) Not configured
FINAL STATES AND (LOGIC) BREAKER OPEN
FRONT KEY O Key
Operation2 OPEN BREAKER INPUT Not configured
VIRTUAL OUTPUT Not configured
TIMEOUT 1000
CHANNELS ALL
INTERLOCK (LOGIC) Not configured
FINAL STATES AND (LOGIC) Not configured
FRONT KEY Not configured
Operation3 LEDS RESET INPUT Not configured
VIRTUAL OUTPUT Not configured
TIMEOUT 500
CHANNELS ALL

I-34 F650 DIGITAL BAY CONTROLLER 1601-0800-A1


APPENDIX I: I.2 FACTORY DEFAULT CONFIGURATION

SETPOINT > RELAY CONFIGURATION > OPERATIONS


OPERATION OPERATION TEXT SETTINGS VALUE/SOURCE
INTERLOCK (LOGIC) Not configured
FINAL STATES AND (LOGIC) Not configured
FRONT KEY Not configured
Operation4 THERMAL RESET INPUT Not configured
VIRTUAL OUTPUT Not configured
TIMEOUT 500
CHANNELS ALL
INTERLOCK (LOGIC) Not configured
FINAL STATES AND (LOGIC) Not configured
FRONT KEY Not configured
Operation5 BRK COUNTERS RESET INPUT Not configured
VIRTUAL OUTPUT Not configured
TIMEOUT 500
CHANNELS ALL
INTERLOCK (LOGIC) Not configured
FINAL STATES AND (LOGIC) Not configured
FRONT KEY Not configured
Operation6 ENERGY RESET INPUT Not configured
VIRTUAL OUTPUT Not configured
TIMEOUT 500
CHANNELS ALL
INTERLOCK (LOGIC) Not configured
FINAL STATES AND (LOGIC) Not configured
FRONT KEY Not configured
Operation7 DEMAND RESET INPUT Not configured
VIRTUAL OUTPUT Not configured
TIMEOUT 500
CHANNELS ALL
INTERLOCK (LOGIC) Not configured
FINAL STATES AND (LOGIC) Not configured
FRONT KEY Not configured
Operation8 TRIGGER OSCILLO INPUT Not configured
VIRTUAL OUTPUT Not configured
TIMEOUT 500
CHANNELS ALL
INTERLOCK (LOGIC) Not configured
FINAL STATES AND (LOGIC) Not configured
FRONT KEY Not configured
Operation9 Not configured INPUT Not configured
VIRTUAL OUTPUT Not configured
TIMEOUT Not configured
CHANNELS Not configured

1601-0800-A1 F650 DIGITAL BAY CONTROLLER I-35


I.2 FACTORY DEFAULT CONFIGURATION APPENDIX I:

SETPOINT > RELAY CONFIGURATION > OPERATIONS


OPERATION OPERATION TEXT SETTINGS VALUE/SOURCE
INTERLOCK (LOGIC) Not configured
FINAL STATES AND (LOGIC) Not configured
FRONT KEY Not configured
..... ...... INPUT Not configured
VIRTUAL OUTPUT Not configured
TIMEOUT Not configured
CHANNELS Not configured
INTERLOCK (LOGIC) Not configured
FINAL STATES AND (LOGIC) Not configured
FRONT KEY Not configured
Operation24 Not configured INPUT Not configured
VIRTUAL OUTPUT Not configured
TIMEOUT Not configured
CHANNELS Not configured

SETPOINT > RELAY CONFIGURATION > EVENTS


EVENT NAME SOURCE SIGNAL LOGIC SOURCE LOGIC
EV1 Not Configured
EV2 Not Configured
... ...
EV128 Not Configured

SETPOINT > RELAY CONFIGURATION > SWITCHGEAR


SWITCHGEAR SETTING VALUE/SOURCE SIGNAL LOGIC SOURCE LOGIC
CONTACTS 52b
OPENING TIME 1000
CLOSING TIME 1000
CONTACT A SOURCE N/A
CONTACT B SOURCE CONT IP_F_CC1 (52b)(CC1)
OPEN TEXT 52 OPEN
ALARM NO
SWITCHGEAR 1 CLOSED TEXT 52 CLOSE
ALARM NO
ERROR 00 TEXT 52 ERROR
ALARM N/A
ERROR 11 TEXT 52 UNDEFINED
ALARM N/A
OPENING INIT OPERATION BIT 2
CLOSING INIT OPERATION BIT 1

I-36 F650 DIGITAL BAY CONTROLLER 1601-0800-A1


APPENDIX I: I.2 FACTORY DEFAULT CONFIGURATION

SETPOINT > RELAY CONFIGURATION > SWITCHGEAR


SWITCHGEAR SETTING VALUE/SOURCE SIGNAL LOGIC SOURCE LOGIC
CONTACTS Not Configured
OPENING TIME Not Configured
CLOSING TIME Not Configured
CONTACT A SOURCE Not Configured
CONTACT B SOURCE Not Configured
OPEN TEXT Not Configured
ALARM Not Configured
SWITCHGEAR 2 CLOSED TEXT Not Configured
ALARM Not Configured
ERROR 00 TEXT Not Configured
ALARM Not Configured
ERROR 11 TEXT Not Configured
ALARM Not Configured
OPENING INIT Not Configured
CLOSING INIT Not Configured
... ... ... ... ...
CONTACTS Not Configured
OPENING TIME Not Configured
CLOSING TIME Not Configured
CONTACT A SOURCE Not Configured
CONTACT B SOURCE Not Configured
OPEN TEXT Not Configured
ALARM Not Configured
SWITCHGEAR 16 CLOSED TEXT Not Configured
ALARM Not Configured
ERROR 00 TEXT Not Configured
ALARM Not Configured
ERROR 11 TEXT Not Configured
ALARM Not Configured
OPENING INIT Not Configured
CLOSING INIT Not Configured

1601-0800-A1 F650 DIGITAL BAY CONTROLLER I-37


I.2 FACTORY DEFAULT CONFIGURATION APPENDIX I:

I-38 F650 DIGITAL BAY CONTROLLER 1601-0800-A1


GE
Grid Solutions

F650 Digital Bay Controller

Appendix J: Miscellaneous

MISCELLANEOUS

J.1 Warranty
For products shipped as of 1 October 2013, GE warrants most of its GE manufactured products for 10 years. For warranty
details including any limitations and disclaimers, see our Terms and Conditions at:
https://www.gegridsolutions.com/multilin/warranty.htm

For products shipped before 1 October 2013, the standard 24-month warranty applies.

1601-0800-A1 F650 DIGITAL BAY CONTROLLER J-1


J.2 REVISION HISTORY APPENDIX J: MISCELLANEOUS

J.2 Revision History

MANUAL P/N RELEASE DATE


GEK-106310-AF June 2017
GEK-106310-AG November 2017
GEK-106310-AH April 2018
1601-0800-A1 November 2020

J.2.1 Major Updates


Table J-1: Major Updates for F650 A1
SECTION CHANGES
General Minor corrections and formatting alterations throughout.
Cover Updated to revision 1601-0800-A1.
2 Updated wiring diagram.
Order codes updated and note added.
5 Demand Calculated Values table updated.
6 Values added to the Demand table.
7 File menu options updated and two graphics added.
Logical node information updated and five new logical nodes added:
LCCH, LTMS, SGCB, SCBR and vouGGIO.
10 Expected power values table updated.
Appendix B Modbus memory map updated.

J-2 F650 DIGITAL BAY CONTROLLER 1601-0800-A1

You might also like