Manual - D550 CANBus Interface
Manual - D550 CANBus Interface
Before using your machine for the first time, it is This AVR can be incorporated in a EC-marked
important to read the whole of this installation and machine.
maintenance manual. This manual is to be given to the end user.
WARNING
Warning symbol for an operation capable of
damaging or destroying the machine or
surrounding equipment.
Table of contents
1 INTRODUCTION .................................................................................................................................2
2 CAN INTERFACE: ..........................................................................................................................2
2.1 Hardware description .................................................................................................................... 2
2.2 D-sub connector pinout ................................................................................................................. 3
2.3 Limitation ....................................................................................................................................... 3
3 J1939: .............................................................................................................................................4
3.1 Broadcast ...................................................................................................................................... 4
3.2 PGN Request ................................................................................................................................ 4
3.3 Proprietary request ....................................................................................................................... 4
3.4 How to use Proprietary A frame .................................................................................................... 4
4 PROPRIETARY CAN ......................................................................................................................5
4.1 Request ......................................................................................................................................... 5
4.2 Broadcast ...................................................................................................................................... 5
4.2.1 ID ..................................................................................................................................................... 5
4.2.2 Data Field......................................................................................................................................... 5
5 EASYLOG ........................................................................................................................................7
6 GRID CODE ......................................................................................................................................8
6.1 Generality ...................................................................................................................................... 8
6.2 Grid code event............................................................................................................................. 8
6.3 Exchange of data .......................................................................................................................... 8
6.3.1 EasyLog PS side.............................................................................................................................. 8
6.3.2 D550 side ......................................................................................................................................... 8
8 APPENDICES...................................................................................................................................20
8.1 PGN broadcast details ................................................................................................................ 20
8.2 Leroy-Somer communication protocol ........................................................................................ 31
2 CAN INTERFACE:
Complementary to the USB communication, the D550 embeds a CAN BUS interface to allow permanent communication link to
other equipment. This CAN BUS interface is designed to receive or send instructions which are defined with parameters. This
CAN BUS is defined according to CAN specification V2.0B active.
The CAN BUS interface is available on the D550 on its D-SUB male connector placed near LEDs indicators. This connector drives
CAN BUS lines and specific signals for D550 options which can be connected on it. A DC supply (15V 200mAmax.) is also
available on this connector dedicated to supply light CAN BUS peripherals. This DC supply can be enabled or disabled by the
product.
Note: The CAN BUS interface is insulated against live voltages on the product (AC excitation power, AC voltage measurements)
but is not insulated against customer signal reference 0V (I/O and temperature measurements). Please consider this constraint
into your field communication wiring design.
2.3 Limitation
The CAN BUS limitations are those defined in the ISO-11898-2 standard.
The data transfer rate must be defined according to the length of the field bus.
According to the standard, the twisted wires must be terminated at each end with 120 ohms resistors.
To improve EMC immunity the CAN BUS cable must be shielded and connected to ground at each end
3.1 Broadcast
When activated, the D550 regulator can generate periodic frames: D550 PGN list.
- Proprietary A
- Proprietary A2
- Proprietary B
The polling device puts its own address in the source address field and writes the destination device
address to the destination address field.
Document type : Q1 T xxx – Révision A du 07/12/2020Réf. NT180220 01 RDE FJ A
4/31
Electric Power Generation Installation and maintenance 5806 en - 2024.01 / h
All frames are data type, the RTR bit is a dominant type.
Data length code (DLC):
Number of bytes sent in data field.
Data field:
Data field (0 to 8 bytes) encapsulates Leroy-Somer proprietary frame described in the Leroy-Somer
Protocol Communication datasheet. See details in 8.2
4 PROPRIETARY CAN
4.1 Request
The Leroy-Somer proprietary CAN is used to read and write parameters in the D550. It is encapsulated in J1939 proprietary A
frame (described above). The extend ID is described in 3.4 , and data field in 8.2 .
Note: Read and write functions are the sole orders implemented in the product.
4.2 Broadcast
The proprietary CAN allows 8 configurable broadcast frames. Four of them can be defined by the customer, and the four others
are reserved for EasyLog and EasyLogPS product options. Each of these frames can contain only one parameter, identified by
its unique parameter number.
4.2.1 ID
List of broadcasted extend ID:
The last two bytes of the extend ID (in red) represent the D550 CAN address.
Note: The extend ID is in J1939 proprietary B range. Both broadcast IDs (J1939 and Leroy-Somer proprietary) can be set
simultaneously in a J1939 bus.
As explained above, float type parameters (float32) can be converted to integer type (int32_t). This function can be used if the
target peripheral cannot interpret float type.
Note: Type, minimal, maximal and default values of all parameters of the product can be extracted with EasyReg Advanced.
Identifier: 1CFF0DXX
DLC = 6
Data field:
DATA [0] DATA [1] DATA [2] DATA [3] DATA [4] DATA [5] DATA [6] DATA [7]
Years Month Days Hours Minutes Seconds Not Used Not Used
Example for 2018/04/09 09 :08 :35
18 04 09 09 08 35 Not Used Not Used
Table 5 Description of data field send when time and date are set
Identifier: 00FF0EXX
DLC = 0
Note: This frame is emitted every 5s until it is acknowledged (to acknowledge, reset Grid Code Flag).
For the first step, the standard method is used (ref: 4 Erreur ! Source du renvoi introuvable.).
The second part is described below.
DLC = 2
Data field:
DATA [0] DATA [1] DATA [2] DATA [3] DATA [4] DATA [5] DATA [6] DATA [7]
ID (LSB) ID (MSB) Not Used Not Used Not Used Not Used Not Used Not Used
Table 6 - Description of data sent by EasyLog PS for GC
DLC = 8
Data field:
DATA [0] DATA [1] DATA [2] DATA [3] DATA [4] DATA [5] DATA [6] DATA [7]
ID (LSB) ID (MSB) Array [ID] Array [ID+1] Array [ID+2] Array [ID+3] Array [ID+4] Array [ID+5]
Table 7 Description of data emit by D550 for GC
7.1 Configuration
This part describes how to configure D550 to enable CAN BUS and begin simple exchange (READ and WRITE function) with
EasyReg Advanced software.
Note: If needed, add a 120 ohms termination resistor as requested in CAN BUS standard.
That list includes menu, parameter number and type of the parameter.
Group:
This column contains name associate at menu, each parameter that have a correlation are group in a specific menu.
Menu:
Unique number of menu (use for LS CAN BUS protocol).
Parameter:
Unique number of parameter (use for LS CAN BUS protocol).
Parameter name:
Short description of a specific parameter.
Unit:
Unit of a specific parameter
Type:
Type of variable, this information can be used to interpret receive data.
Variable can be:
UINT8 Unsigned variable (only positive)
UINT16 Unsigned variable (only positive)
UINT32 Unsigned variable (only positive)
INT8 Signed variable (positive or negative)
INT16 Signed variable (positive or negative)
INT32 Signed variable (positive or negative)
FLOAT32 Signed variable (positive or negative) with variable precision (IEEE754)
STRING Sequence of characters
Table 9 - Variable definition
Bytes:
Length of variable in Bytes (use for LS CAN BUS protocol)
Range:
Range of variable,
For setpoint and measurement parameter, this column indicates minimum and maximum value.
For string parameter, this column indicates minimum and maximum number of characters.
For switch parameter, this column indicates all value with associate text.
For this example, we have defined for our CAN BUS master address 16 or 0x10 in hexadecimal value.
Group Menu Parameter Parameter name Unit Type Bytes R/W Range
Setpoints 004 001 Voltage setpoint V FLOAT32 4 R/W From 0 to 100000
Table 11 - Parameter list line extract
CAN LENGTH DATA DATA DATA DATA DATA DATA DATA DATA
Extend ID [0] [1] [2] [3] [4] [5] [6] [7]
0x00EF9010 0x03 0x01 0x04 0x01
Table 12 - Read example: CAN Master emit
CAN LENGTH DATA DATA DATA DATA DATA DATA DATA DATA
Extend ID [0] [1] [2] [3] [4] [5] [6] [7]
0x00EF1090 0x05 0x01 0x00 0x00 0xC8 0x43
Table 13 - Read example: CAN D550 answer
For this example, we have defined for our CAN BUS master address 16 or 0x10 in hexadecimal value.
Group Menu Parameter Parameter name Unit Type Bytes R/W Range
Setpoints 004 001 Voltage setpoint V FLOAT32 4 R/W From 0 to 100000
Table 14 - Parameter list line extract
For this example, CAN BUS master address is defined at 16 (or 0x10 in hexadecimal value) and parameter information
extracted from CAN BUS Database is:
Parameter R/
Group Menu Parameter Unit Type Bytes Range
name W
Application STRI Depend on string 59 characters
Informations 254 011 R/W
name NG length maximum
Table 17 - Parameter list line extract
During a string reading action, CAN master (or any other device who request reading this string), should continue to read string
(string ID by string ID) until “NULL” character is received.
CAN
DLC DATA [0] DATA [1] DATA [2] DATA [3] DATA [4] DATA [5] DATA [6] DATA [7]
Extend ID
0x00EF1090 4 0x04 0xFE 0x0B 0x00
Table 18 - Read string example: CAN Master emit (1/2)
CAN
DLC DATA [0] DATA [1] DATA [2] DATA [3] DATA [4] DATA [5] DATA [6] DATA [7]
Extend ID
0x00EF1090 8 0x04 0x00 0x31 0x32 0x33 0x34 0x35 0x36
Table 19 - Read string example: CAN D550 answer (1/2)
CAN
DLC DATA [0] DATA [1] DATA [2] DATA [3] DATA [4] DATA [5] DATA [6] DATA [7]
Extend ID
0x00EF9010 4 0x04 0xFE 0x0B 0x01
Table 20 - Read string example: CAN Master emit (2/2)
CAN
DLC DATA [0] DATA [1] DATA [2] DATA [3] DATA [4] DATA [5] DATA [6] DATA [7]
Extend ID
0x00EF1090 5 0x04 0x01 0x37 0x38 0x00
Table 21 - Read string example: CAN D550 answer (2/2)
For this example, CAN BUS master address is defined at 16 (or 0x10 in hexadecimal value).
Parameter R/
Group Menu Parameter Unit Type Bytes Range
name W
Application STRI Depend on string 59 characters
Informations 254 011 R/W
name NG length maximum
Table 22 - Parameter list line extract
CAN
DLC DATA [0] DATA [1] DATA [2] DATA [3] DATA [4] DATA [5] DATA [6] DATA [7]
Extend ID
0x00EF1090 8 0x05 0xFE 0x0B 0x00 0x31 0x32 0x33 0x34
Table 23 - Write string example: CAN Master emit (1/3)
CAN
DLC DATA [0] DATA [1] DATA [2] DATA [3] DATA [4] DATA [5] DATA [6] DATA [7]
Extend ID
0x00EF1090 1 0x05
Table 24 - Write string example: CAN D550 answer (1/3)
CAN
DLC DATA [0] DATA [1] DATA [2] DATA [3] DATA [4] DATA [5] DATA [6] DATA [7]
Extend ID
0x00EF9010 8 0x05 0xFE 0x0B 0x01 0x35 0x36 0x37 0x38
Table 25 - Write string example: CAN Master emit (2/3)
CAN
DLC DATA [0] DATA [1] DATA [2] DATA [3] DATA [4] DATA [5] DATA [6] DATA [7]
Extend ID
0x00EF1090 1 0x05
Table 26 - Write string example: CAN D550 answer (2/3)
CAN
DLC DATA [0] DATA [1] DATA [2] DATA [3] DATA [4] DATA [5] DATA [6] DATA [7]
Extend ID
0x00EF1090 1 0x05
Table 28 - Write string example: CAN D550 answer (3/3)
Note: To modify a string stored in the product, all char should be sent to D550 again (From 1st to the last char)
8 APPENDICES
8.1 PGN broadcast details
PGN Parameter PGN Transmission Acronym post SPN SPN Name Description Data Range Operational Resolution Offset Units
Group Label Length Rate length Range
64934 Voltage 8 100 ms VREP 1-2 16 3380 Generator Excitation Measured signal that represents the generator -1606.00 to 0.05 V/bit -1606 Volts
Regulator Field Voltage excitation field voltage. Generator excitation field 1606.75 V
Excitation voltage is indicative of the amount of excitation
Status current being supplied by the voltage regulator to
the generator field.
64934 Voltage 8 100 ms VREP 3-4 16 3381 Generator Excitation Measured signal that represents the generator 0 to 3212.75 A 0.05 A/bit 0 Amps
Regulator Field Current excitation field current.
Excitation
Status
64934 Voltage 8 100 ms VREP 5-6 16 3382 Generator Output Measured signal that represents the voltage bias -100 to 100 % -100 to 100% 0.1 %/bit -3212.75 %
Regulator Voltage Bias percentage of the generator output voltage being
Excitation Percentage requested by external to the voltage regulator.
Status
65021 Generator 8 100 ms GPCAC 3-4 16 2447 Generator Phase C Line to Neutral RMS voltage measured at the 0 to 64,255 Volts 1 V/bit 0 Volts
Phase C Basic Line-Neutral AC generator phase C output.
AC Quantities RMS Voltage
65021 Generator 8 100 ms GPCAC 5-6 16 2439 Generator Phase C AC frequency measured at the generator phase C 0 to 501.9921875 1/128 Hz/bit 0 Hz
Phase C Basic AC Frequency output. Hz
AC Quantities
65021 Generator 8 100 ms GPCAC 7-8 16 2451 Generator Phase C RMS current measured at the generator phase C 0 to 64,255 Amps 1 A/bit 0 Amps
Phase C Basic AC RMS Current output.
AC Quantities
65024 Generator 8 100 ms GPBAC 3-4 16 2446 Generator Phase B Line to Neutral RMS voltage measured at the 0 to 64,255 Volts 1 V/bit 0 Volts
Phase B Basic Line-Neutral AC generator phase B output.
AC Quantities RMS Voltage
65024 Generator 8 100 ms GPBAC 5-6 16 2438 Generator Phase B AC frequency measured at the generator phase B 0 to 501.9921875 1/128 Hz/bit 0 Hz
Phase B Basic AC Frequency output. Hz
AC Quantities
65024 Generator 8 100 ms GPBAC 7-8 16 2450 Generator Phase B RMS current measured at the generator phase B 0 to 64,255 Amps 1 A/bit 0 Amps
Phase B Basic AC RMS Current output.
AC Quantities
65027 Generator 8 100 ms GPAAC 1-2 16 2441 Generator Phase AB Line to Line RMS voltage measured at the 0 to 64,255 Volts 1 V/bit 0 Volts
Phase A Basic Line-Line AC RMS generator phase AB output.
AC Quantities Voltage
65027 Generator 8 100 ms GPAAC 3-4 16 2445 Generator Phase A Line to Neutral RMS voltage measured at the 0 to 64,255 Volts 1 V/bit 0 Volts
Phase A Basic Line-Neutral AC generator phase A output.
AC Quantities RMS Voltage
65027 Generator 8 100 ms GPAAC 5-6 16 2437 Generator Phase A AC frequency measured at the generator phase A 0 to 501.9921875 1/128 Hz/bit 0 Hz
Phase A Basic AC Frequency output. Hz
AC Quantities
65027 Generator 8 100 ms GPAAC 7-8 16 2449 Generator Phase A RMS current measured at the generator phase A 0 to 64,255 Amps 1 A/bit 0 Amps
Phase A Basic AC RMS Current output.
AC Quantities
65028 Generator Total 8 100 ms GTACR 7.1 2 2518 Generator Overall Lead/lag status for generator average power 0 to 3 4 states/2 0 bit
AC Reactive Power Factor factor. bit
Power Lagging
00 Leading
01 Lagging
10 Error
65028 Generator Total 8 100 ms GTACR 5-6 16 2464 Generator Overall The average power factor of the generator. -1.00000 to -1 to +1 1/16384 per -1
AC Reactive Power Factor +2.921814 bit
Power
65029 Generator Total 8 100 ms GTACP 1-4 32 2452 Generator Total Real Total real power delivered by the generator. -2,000,000,000 to 1 W/bit - W
AC Power Power +2,211,081,215 2000000000
Watts
65029 Generator Total 8 100 ms GTACP 5-8 32 2460 Generator Total The total apparent power delivered by the -2,000,000,000 to 1 VA/bit - VA
AC Power Apparent Power generator. +2,211,081,215 VA 2000000000
65030 Generator 8 100 ms GAAC 1-2 16 2440 Generator Average Average Line to Line RMS voltage measured at 0 to 64,255 Volts 1 V/bit 0 Volts
Average Basic Line-Line AC RMS the generator output.
AC Quantities Voltage
65030 Generator 8 100 ms GAAC 3-4 16 2444 Generator Average The average Line to Neutral AC RMS voltage 0 to 64,255 Volts 1 V/bit 0 Volts
Average Basic Line-Neutral AC measured at the Generator output.
AC Quantities RMS Voltage
65030 Generator 8 100 ms GAAC 5-6 16 2436 Generator Average Average AC frequency measured at the generator 0 to 501.9921875 1/128 Hz/bit 0 Hz
Average Basic AC Frequency output. Hz
AC Quantities
65030 Generator 8 100 ms GAAC 7-8 16 2448 Generator Average Average RMS current measured at the generator 0 to 64,255 Amps 1 A/bit 0 Amps
Average Basic AC RMS Current output.
AC Quantities
65281 Proprietary B Variable Per user PropB_01 1-2 16 Manufacturer PT100-1 -128,1 to +3276,7 -70 to +600 0,1°C/bit -70 Degree
requirements Defined Usage °C Celsius
(PropB_PDU1)
65281 Proprietary B Variable Per user PropB_01 3-4 16 Manufacturer PT100-2 -128,1 to +3276,7 -70 to +600 0,1°C/bit -70 Degree
requirements Defined Usage °C Celsius
(PropB_PDU1)
65281 Proprietary B Variable Per user PropB_01 5-6 16 Manufacturer PT100-3 -128,1 to +3276,7 -70 to +600 0,1°C/bit -70 Degree
requirements Defined Usage °C Celsius
(PropB_PDU1)
65282 Proprietary B Variable Per user PropB_02 1-2 16 Manufacturer PT100-5 -128,1 to +3276,7 -70 to +600 0,1°C/bit -70 Degree
requirements Defined Usage °C Celsius
(PropB_PDU2)
65283 Proprietary B 100ms Per user PropB_03 1.1 1 Manufacturer OVER VOLTAGE Fault status 0 to 1 0 to 1 2 states/1 0 bit
requirements Defined Usage bit
(PropB_PDU3)
65283 Proprietary B 100ms Per user PropB_03 1.2 1 Manufacturer UNDER VOLTAGE Fault status 0 to 1 0 to 1 2 states/1 0 bit
requirements Defined Usage bit
(PropB_PDU3)
65283 Proprietary B 100ms Per user PropB_03 1.3 1 Manufacturer OVER FREQUENCY Fault status 0 to 1 0 to 1 2 states/1 0 bit
requirements Defined Usage bit
(PropB_PDU3)
65283 Proprietary B 100ms Per user PropB_03 1.4 1 Manufacturer UNDER FREQUENCY Fault status 0 to 1 0 to 1 2 states/1 0 bit
requirements Defined Usage bit
(PropB_PDU3)
65283 Proprietary B 100ms Per user PropB_03 1.5 1 Manufacturer OPEN DIODE Fault status 0 to 1 0 to 1 2 states/1 0 bit
requirements Defined Usage bit
(PropB_PDU3)
65283 Proprietary B 100ms Per user PropB_03 1.6 1 Manufacturer SHORTED DIODE Fault status 0 to 1 0 to 1 2 states/1 0 bit
requirements Defined Usage bit
(PropB_PDU3)
65283 Proprietary B 100ms Per user PropB_03 1.7 1 Manufacturer REVERSE KW Fault status 0 to 1 0 to 1 2 states/1 0 bit
requirements Defined Usage bit
(PropB_PDU3)
65283 Proprietary B 100ms Per user PropB_03 1.8 1 Manufacturer REVERSE KVAR Fault status 0 to 1 0 to 1 2 states/1 0 bit
requirements Defined Usage bit
(PropB_PDU3)
65283 Proprietary B 100ms Per user PropB_03 2.1 1 Manufacturer PT100 1 ALARM Status 0 to 1 0 to 1 2 states/1 0 bit
requirements Defined Usage bit
(PropB_PDU3)
65283 Proprietary B 100ms Per user PropB_03 2.3 1 Manufacturer PT100 2 ALARM Status 0 to 1 0 to 1 2 states/1 0 bit
requirements Defined Usage bit
(PropB_PDU3)
65283 Proprietary B 100ms Per user PropB_03 2.4 1 Manufacturer PT100 2 FAULT Status 0 to 1 0 to 1 2 states/1 0 bit
requirements Defined Usage bit
(PropB_PDU3)
65283 Proprietary B 100ms Per user PropB_03 2.5 1 Manufacturer PT100 3 ALARM Status 0 to 1 0 to 1 2 states/1 0 bit
requirements Defined Usage bit
(PropB_PDU3)
65283 Proprietary B 100ms Per user PropB_03 2.6 1 Manufacturer PT100 3 FAULT Status 0 to 1 0 to 1 2 states/1 0 bit
requirements Defined Usage bit
(PropB_PDU3)
65283 Proprietary B 100ms Per user PropB_03 2.7 1 Manufacturer PT100 4 ALARM Status 0 to 1 0 to 1 2 states/1 0 bit
requirements Defined Usage bit
(PropB_PDU3)
65283 Proprietary B 100ms Per user PropB_03 2.8 1 Manufacturer PT100 4 FAULT Status 0 to 1 0 to 1 2 states/1 0 bit
requirements Defined Usage bit
(PropB_PDU3)
65283 Proprietary B 100ms Per user PropB_03 3.1 1 Manufacturer PT100 5 ALARM Status 0 to 1 0 to 1 2 states/1 0 bit
requirements Defined Usage bit
(PropB_PDU3)
65283 Proprietary B 100ms Per user PropB_03 3.2 1 Manufacturer PT100 5 FAULT Status 0 to 1 0 to 1 2 states/1 0 bit
requirements Defined Usage bit
(PropB_PDU3)
65283 Proprietary B 100ms Per user PropB_03 3.3 1 Manufacturer CTP 1 FAULT Status 0 to 1 0 to 1 2 states/1 0 bit
requirements Defined Usage bit
(PropB_PDU3)
65283 Proprietary B 100ms Per user PropB_03 3.4 1 Manufacturer CTP 2 FAULT Status 0 to 1 0 to 1 2 states/1 0 bit
requirements Defined Usage bit
(PropB_PDU3)
65283 Proprietary B 100ms Per user PropB_03 3.6 1 Manufacturer CTP 4 FAULT Status 0 to 1 0 to 1 2 states/1 0 bit
requirements Defined Usage bit
(PropB_PDU3)
65283 Proprietary B 100ms Per user PropB_03 3.7 1 Manufacturer CTP 5 FAULT Status 0 to 1 0 to 1 2 states/1 0 bit
requirements Defined Usage bit
(PropB_PDU3)
65283 Proprietary B 100ms Per user PropB_03 3.8 1 Manufacturer LOSS OF SENSING Fault status 0 to 1 0 to 1 2 states/1 0 bit
requirements Defined Usage bit
(PropB_PDU3)
65283 Proprietary B 100ms Per user PropB_03 4.1 1 Manufacturer UNBALANCE VOLTAGE Fault status 0 to 1 0 to 1 2 states/1 0 bit
requirements Defined Usage bit
(PropB_PDU3)
65283 Proprietary B 100ms Per user PropB_03 4.2 1 Manufacturer UNBALANCE CURRENT Fault status 0 to 1 0 to 1 2 states/1 0 bit
requirements Defined Usage bit
(PropB_PDU3)
65283 Proprietary B 100ms Per user PropB_03 4.3 1 Manufacturer SHORT CIRCUIT Fault status 0 to 1 0 to 1 2 states/1 0 bit
requirements Defined Usage bit
(PropB_PDU3)
65283 Proprietary B 100ms Per user PropB_03 4.4 1 Manufacturer IGBT Fault status 0 to 1 0 to 1 2 states/1 0 bit
requirements Defined Usage bit
(PropB_PDU3)
65283 Proprietary B 100ms Per user PropB_03 4.5 1 Manufacturer MOTOR START Fault status 0 to 1 0 to 1 2 states/1 0 bit
requirements Defined Usage bit
(PropB_PDU3)
65283 Proprietary B 100ms Per user PropB_03 4.6 1 Manufacturer POWER BRIDGE OVERLOAD Fault status 0 to 1 0 to 1 2 states/1 0 bit
requirements Defined Usage bit
(PropB_PDU3)
65283 Proprietary B 100ms Per user PropB_03 4.7 1 Manufacturer POWER SUPPLY Fault status 0 to 1 0 to 1 2 states/1 0 bit
requirements Defined Usage bit
(PropB_PDU3)
65284 Proprietary B Variable Per user PropB_04 1 8 Manufacturer REGULATION MODE Status 0 to 255 0 to 7 0 bit
requirements Defined Usage 0: OFF
(PropB_PDU4) 1: MODE IEXC
2: MODE PF GRID
3: MODE kVAr
4: MODE PF GENERATOR
5: MODE VOLT MATCHING
6: MODE VOLTAGE
7: MODE VOLT GRIDCODE
65284 Proprietary B Variable Per user PropB_04 2.1 1 Manufacturer V/HZ LIMIT Status 0 to 1 0 to 1 2 states/1 0 bit
requirements Defined Usage bit
(PropB_PDU4)
65284 Proprietary B Variable Per user PropB_04 2.2 1 Manufacturer STATOR CURRENT LIMIT Status 0 to 1 0 to 1 2 states/1 0 bit
requirements Defined Usage bit
(PropB_PDU4)
65284 Proprietary B Variable Per user PropB_04 2.3 1 Manufacturer SOFT START RAMP Status 0 to 1 0 to 1 2 states/1 0 bit
requirements Defined Usage bit
(PropB_PDU4)
65284 Proprietary B Variable Per user PropB_04 2.4 1 Manufacturer SETPOINT HIGH LIMIT AVR Status 0 to 1 0 to 1 2 states/1 0 bit
requirements Defined Usage bit
(PropB_PDU4)
65284 Proprietary B Variable Per user PropB_04 2.5 1 Manufacturer SETPOINT LOW LIMIT AVR Status 0 to 1 0 to 1 2 states/1 0 bit
requirements Defined Usage bit
(PropB_PDU4)
65284 Proprietary B Variable Per user PropB_04 2.6 1 Manufacturer SETPOINT HIGH LIMIT VOLT MATCHING Status 0 to 1 0 to 1 2 states/1 0 bit
requirements Defined Usage bit
(PropB_PDU4)
65284 Proprietary B Variable Per user PropB_04 2.7 1 Manufacturer SETPOINT LOW LIMIT VOLT MATCHING Status 0 to 1 0 to 1 2 states/1 0 bit
requirements Defined Usage bit
(PropB_PDU4)
65284 Proprietary B Variable Per user PropB_04 3.1 1 Manufacturer SETPOINT LOW LIMIT FCR Status 0 to 1 0 to 1 2 states/1 0 bit
requirements Defined Usage bit
(PropB_PDU4)
65284 Proprietary B Variable Per user PropB_04 3.2 1 Manufacturer SETPOINT HIGH LIMIT VAR Status 0 to 1 0 to 1 2 states/1 0 bit
requirements Defined Usage bit
(PropB_PDU4)
65284 Proprietary B Variable Per user PropB_04 3.3 1 Manufacturer SETPOINT LOW LIMIT VAR Status 0 to 1 0 to 1 2 states/1 0 bit
requirements Defined Usage bit
(PropB_PDU4)
65284 Proprietary B Variable Per user PropB_04 3.4 1 Manufacturer SETPOINT HIGH LIMIT PF GEN Status 0 to 1 0 to 1 2 states/1 0 bit
requirements Defined Usage bit
(PropB_PDU4)
65284 Proprietary B Variable Per user PropB_04 3.5 1 Manufacturer SETPOINT LOW LIMIT PF GEN Status 0 to 1 0 to 1 2 states/1 0 bit
requirements Defined Usage bit
(PropB_PDU4)
65284 Proprietary B Variable Per user PropB_04 3.6 1 Manufacturer SETPOINT HIGH LIMIT PF GRID Status 0 to 1 0 to 1 2 states/1 0 bit
requirements Defined Usage bit
(PropB_PDU4)
65284 Proprietary B Variable Per user PropB_04 3.7 1 Manufacturer SETPOINT LOW LIMIT PF GRID Status 0 to 1 0 to 1 2 states/1 0 bit
requirements Defined Usage bit
(PropB_PDU4)
65284 Proprietary B Variable Per user PropB_04 3.8 1 Manufacturer START AND THRESHOLD Status 0 to 1 0 to 1 2 states/1 0 bit
requirements Defined Usage bit
(PropB_PDU4)
65284 Proprietary B Variable Per user PropB_04 4.1 1 Manufacturer ENGINE HELP Status 0 to 1 0 to 1 2 states/1 0 bit
requirements Defined Usage bit
(PropB_PDU4)
65284 Proprietary B Variable Per user PropB_04 4.2 1 Manufacturer MOTOR START Status 0 to 1 0 to 1 2 states/1 0 bit
requirements Defined Usage bit
(PropB_PDU4)
65284 Proprietary B Variable Per user PropB_04 6.1 1 Manufacturer ROTOR CURRENT OVERLOAD Status 0 to 1 0 to 1 2 states/1 0 bit
requirements Defined Usage bit
(PropB_PDU4)
65284 Proprietary B Variable Per user PropB_04 6.2 1 Manufacturer ROTOR CURRENT OVERHEATING Status 0 to 1 0 to 1 2 states/1 0 bit
requirements Defined Usage bit
(PropB_PDU4)
65284 Proprietary B Variable Per user PropB_04 6.3 1 Manufacturer STATOR CURRENT OVERLOAD Status 0 to 1 0 to 1 2 states/1 0 bit
requirements Defined Usage bit
(PropB_PDU4)
65284 Proprietary B Variable Per user PropB_04 6.4 1 Manufacturer STATOR CURRENT OVERHEATING Status 0 to 1 0 to 1 2 states/1 0 bit
requirements Defined Usage bit
(PropB_PDU4)
65284 Proprietary B Variable Per user PropB_04 6.5 1 Manufacturer MINIMUM IEXC LIMIT (COUPLED) Status 0 to 1 0 to 1 2 states/1 0 bit
requirements Defined Usage bit
(PropB_PDU4)
65284 Proprietary B Variable Per user PropB_04 6.6 1 Manufacturer MINIMUM IEXC LIMIT (NOT COUPLED) Status 0 to 1 0 to 1 2 states/1 0 bit
requirements Defined Usage bit
(PropB_PDU4)
65284 Proprietary B Variable Per user PropB_04 6.7 1 Manufacturer MINIMUM kVAr LIMIT (GRIDCODE) Status 0 to 1 0 to 1 2 states/1 0 bit
requirements Defined Usage bit
(PropB_PDU4)
65284 Proprietary B Variable Per user PropB_04 6.8 1 Manufacturer MAXIMUM kVAr LIMIT (GRIDCODE) Status 0 to 1 0 to 1 2 states/1 0 bit
requirements Defined Usage bit
(PropB_PDU4)
65284 Proprietary B Variable Per user PropB_04 6.1 8 Manufacturer NOT Used 0 to 1 0 to 1 2 states/1 0 bit
requirements to Defined Usage bit
7.8 (PropB_PDU4)
65283 Proprietary B 100ms Per user PropB_03 5.1 Manufacturer PT100 1 Open Short Fault Status 0 to 1 0 to 1 2 states/1 0 bit
requirements Defined Usage bit
(PropB_PDU3)
65283 Proprietary B 100ms Per user PropB_03 5.3 Manufacturer PT100 3 Open Short Fault Status 0 to 1 0 to 1 2 states/1 0 bit
requirements Defined Usage bit
(PropB_PDU3)
65283 Proprietary B 100ms Per user PropB_03 5.4 Manufacturer PT100 4 Open Short Fault Status 0 to 1 0 to 1 2 states/1 0 bit
requirements Defined Usage bit
(PropB_PDU3)
65283 Proprietary B 100ms Per user PropB_03 5.5 Manufacturer PT100 5 Open Short Fault Status 0 to 1 0 to 1 2 states/1 0 bit
requirements Defined Usage bit
(PropB_PDU3)
65283 Proprietary B 100ms Per user PropB_03 5.6 Manufacturer AIN 1 Wirebreak Fault status 0 to 1 0 to 1 2 states/1 0 bit
requirements Defined Usage bit
(PropB_PDU3)
65283 Proprietary B 100ms Per user PropB_03 5.7 Manufacturer AIN 2 Wirebreak Fault status 0 to 1 0 to 1 2 states/1 0 bit
requirements Defined Usage bit
(PropB_PDU3)
65283 Proprietary B 100ms Per user PropB_03 5.8 Manufacturer AIN 3 Wirebreak Fault status 0 to 1 0 to 1 2 states/1 0 bit
requirements Defined Usage bit
(PropB_PDU3)
65283 Proprietary B 100ms Per user PropB_03 6.1 Manufacturer AIN 4 Wirebreak Fault status 0 to 1 0 to 1 2 states/1 0 bit
requirements Defined Usage bit
(PropB_PDU3)
65283 Proprietary B 100ms Per user PropB_03 6.2 Manufacturer AOUT 1 Over load Wirebreak Fault status 0 to 1 0 to 1 2 states/1 0 bit
requirements Defined Usage bit
(PropB_PDU3)
65283 Proprietary B 100ms Per user PropB_03 6.3 Manufacturer AOUT 2 Over load Wirebreak Fault status 0 to 1 0 to 1 2 states/1 0 bit
requirements Defined Usage bit
(PropB_PDU3)
65283 Proprietary B 100ms Per user PropB_03 6.4 Manufacturer AOUT 3 Over load Wirebreak Fault status 0 to 1 0 to 1 2 states/1 0 bit
requirements Defined Usage bit
(PropB_PDU3)
65283 Proprietary B 100ms Per user PropB_03 6.6 Manufacturer DOUT Over Load Fault status 0 to 1 0 to 1 2 states/1 0 bit
requirements Defined Usage bit
(PropB_PDU3)
Life Extension
•Reconditioning Start-up
•System upgrade
•Commissioning
•Training
Optimisation
•Monitoring Operation
•System audit •Genuine spare parts
•Repair services
Contact us:
Americas: +1 (507) 625 4011
EMEA: +33 238 609 908
Asia Pacific: +65 6250 8488
China: +86 591 8837 3010
India: +91 806 726 4867
Scan the code or go to:
[email protected] www.lrsm.co/support
www.leroy-somer.com/epg
5806 en - 2024.01 / h