+ All Categories
Home > Documents > Fnp1500 i2c Program Manual

Fnp1500 i2c Program Manual

Date post: 14-Dec-2015
Category:
Upload: minhphung2105-1
View: 231 times
Download: 0 times
Share this document with a friend
Description:
Fnp1500 i2c Program Manual for Power one Cabinet
Popular Tags:
35
All rights strictly reserved. Reproduction or issue to third parties in any form is not permitted without written authority from Power-One. Title Issued 2006-05-05 SKl Modified 2007-07-03 SKl Mech. Eng. approved -- -- Marketing approved 2007-07-03 J. Carroll FNP1500/1800 I 2 C Interface Programming Manual Mfg. approved -- Size Scale Sheet Drawing No. Revision www.power-one.com A4 1/35 BCA20003-G AA Supersedes: - FNP1500/1800 I 2 C Interface Programming Manual 1 Scope This document describes in detail the I 2 C communication interface of the FNP1500/1800 series. (FNP1500-XX, FNP1800-XX, FXP1500-XX, FXP1800-XX) This includes the physical layer and the SW protocol. 2 FNP1500/1800 I 2 C Interface General Characteristic FNP1500/1800 I 2 C interface slave I 2 C Device Addressing Format 7bit Device Address Range 80 Hex ..BF Hex Max. FNP1500/1800 on one I 2 C Bus 32 Maximum I 2 C clock 100kHz Maximum I 2 C clock without holding the SCL line down 1.5kHz Pull-Up Voltage 3.3…5V SDA/SCL internal series resistors 0Internal Pull-Up -- Internal Pull-Up voltage -- Internal capacitance 15pF Internal Pull-Up Address lines 10kInternal Pull-Up Address lines voltage 5V Recommended external Pull-Up for SDA and SCL 2.2k…5kData Organization Serial EEPROM (256 x 8bit) Figure 2-1 Characteristic
Transcript

All rights strictly reserved. Reproduction or issue to third parties in any form is not permitted without written authority from Power-One.

Title Issued 2006-05-05 SKl Modified 2007-07-03 SKl Mech. Eng. approved -- -- Marketing approved 2007-07-03 J. Carroll

FNP1500/1800 I2C Interface Programming Manual

Mfg. approved -- Size Scale Sheet Drawing No. Revision

www.power-one.com A4 1/35 BCA20003-G AA

Supersedes: -

FNP1500/1800 I2C Interface Programming Manual

1 Scope

This document describes in detail the I2C communication interface of the FNP1500/1800 series. (FNP1500-XX, FNP1800-XX, FXP1500-XX, FXP1800-XX) This includes the physical layer and the SW protocol.

2 FNP1500/1800 I2C Interface General Characteristic

FNP1500/1800 I2C interface slave I2C Device Addressing Format 7bit Device Address Range 80Hex ..BFHex Max. FNP1500/1800 on one I2C Bus 32 Maximum I2C clock 100kHz Maximum I2C clock without holding the SCL line down 1.5kHz Pull-Up Voltage 3.3…5V SDA/SCL internal series resistors 0Ω Internal Pull-Up -- Internal Pull-Up voltage -- Internal capacitance 15pF Internal Pull-Up Address lines 10kΩ Internal Pull-Up Address lines voltage 5V Recommended external Pull-Up for SDA and SCL 2.2kΩ …5kΩ Data Organization Serial EEPROM (256 x 8bit)

Figure 2-1 Characteristic

All rights strictly reserved. Reproduction or issue to third parties in any form is not permitted without written authority from Power-One.

Title Issued 2006-05-05 SKl Modified 2007-07-03 SKl Mech. Eng. approved -- -- Marketing approved 2007-07-03 J. Carroll

FNP1500/1800 I2C Interface Programming Manual

Mfg. approved -- Size Scale Sheet Drawing No. Revision

www.power-one.com A4 2/35 BCA20003-G AA

Supersedes: -

3 Index

1 Scope......................................................................................................................................................1 2 FNP1500/1800 I2C Interface General Characteristic.............................................................................1 3 Index ......................................................................................................................................................2 4 FNP1500/1800 I2C Features .................................................................................................................3

4.1 Dynamic data .................................................................................................................................3 4.2 Static data.......................................................................................................................................3

5 General I2C HW configuration ..............................................................................................................4 5.1 Not Connecting the FNP1500/1800 to the I2C Bus .......................................................................5 5.2 Connecting the FNP1500/1800 to the I2C Bus ..............................................................................6 5.3 FNP1500/1800 I2C Supply (Slave)................................................................................................7 5.4 Device Address ..............................................................................................................................7 5.5 I2C Bus Master and clock (SCL) speed .........................................................................................9 5.6 Maximum and minimum values for Pull-Up resisters...................................................................9

6 SW Protocol.........................................................................................................................................10 6.1 How to Read a byte......................................................................................................................11 6.2 How to write a Byte .....................................................................................................................12 6.3 Error Handling .............................................................................................................................13

6.3.1 Read Byte.............................................................................................................................13 6.3.2 Write Byte............................................................................................................................14

7 Setting the Output Voltage ..................................................................................................................15 8 Power-One I2C Interface tool ..............................................................................................................16 9 EEPROM Table ...................................................................................................................................18

9.1 Annex A: Supply Model Name ...................................................................................................24 9.2 Annex B: Power One Version @ Byte 33..35 .............................................................................25 9.3 Annex C: MFG Location Code @ Byte 49 .................................................................................25 9.4 Annex D: Specified Output 1 Voltage.........................................................................................25 9.5 Annex E: Specified Output 2 Voltage .........................................................................................26 9.6 Annex F: Output 1 Current ..........................................................................................................26 9.7 Annex G: Output 2 Current .........................................................................................................27 9.8 Annex H: Total Output Power .....................................................................................................27 9.9 Annex I: Fault Byte 1 @ Byte 128: .............................................................................................28 9.10 Annex J: Fault Byte 2 @ Byte 129: .............................................................................................28 9.11 Annex K: Time in Service: ..........................................................................................................29 9.12 Annex L: Measured Output 1 Voltage @ Byte 138..140 ............................................................30 9.13 Annex M: Measured Output 1Current @ Byte 150..152.............................................................30 9.14 Annex N: Set Byte @162 ............................................................................................................31 9.15 Annex O: Set Output 1 Voltage @ Byte 163..165 /.....................................................................32 9.16 Annex P: Set Output 1 Current Limit @ Byte 175..177..............................................................33

10 Bibliography ....................................................................................................................................34 11 Figure Index.....................................................................................................................................34 12 Glossary ...........................................................................................................................................35

All rights strictly reserved. Reproduction or issue to third parties in any form is not permitted without written authority from Power-One.

Title Issued 2006-05-05 SKl Modified 2007-07-03 SKl Mech. Eng. approved -- -- Marketing approved 2007-07-03 J. Carroll

FNP1500/1800 I2C Interface Programming Manual

Mfg. approved -- Size Scale Sheet Drawing No. Revision

www.power-one.com A4 3/35 BCA20003-G AA

Supersedes: -

4 FNP1500/1800 I2C Features

4.1 Dynamic data

The FNP1500/1800 series supports following monitoring features: -Measured Output 1 voltage [V] -Measured Output 1 current [A] -Power Supply ok/false -Output Voltage 1 in range/out of range -Output Current 1 in range/out of range -Input Voltage in range/out of range -Input Voltage low range/high range -Temperature pre warning true/false -Over Temperature true/false -Fan OK/failure -Time in Service (only 48V version) The FNP1500/1800 series supports following control features: -Set Output 1 voltage -Set Output 1 current limitation -Output 1 enable/disable -Fan speed full/internal controlled

4.2 Static data

In the EEPROM are following static data stored: -Power Supply Model -Serial Number -Power-One Revision -MFG Year -MFG Month -MFG Day -MFG Name -MFG Location Code -Specified Output 1 Voltage -Specified Output 2 Voltage -Specified Output 1 Current -Specified Output 2 Current -Specified Output Power -Minimum Specified Input Voltage -Maximum Specified Input Voltage -22 Bytes EEPROM for Customer use -Checksum over static range

All rights strictly reserved. Reproduction or issue to third parties in any form is not permitted without written authority from Power-One.

Title Issued 2006-05-05 SKl Modified 2007-07-03 SKl Mech. Eng. approved -- -- Marketing approved 2007-07-03 J. Carroll

FNP1500/1800 I2C Interface Programming Manual

Mfg. approved -- Size Scale Sheet Drawing No. Revision

www.power-one.com A4 4/35 BCA20003-G AA

Supersedes: -

5 General I2C HW configuration

Figure 5-1 System Overview

To not exceed the I2C Bus limits of 400pF on the Bus, it’s recommended to use an I2C Bus repeater (like PCA9515 from Philips or Texas Instruments) for more than five FNP1500/1800 units.

I2C Bus Master

FNP1500/1800

Other I2C Devices

:

3

I2C Bus

I2C Bus repeater

7

: :

:

FNP1500/1800 FNP1500/1800

:

8 I2C Bus repeater

12 FNP1500/1800

FNP1500/1800 :

28 I2C Bus repeater

32 FNP1500/1800

FNP1500/1800 FNP1500/1800 1

2

All rights strictly reserved. Reproduction or issue to third parties in any form is not permitted without written authority from Power-One.

Title Issued 2006-05-05 SKl Modified 2007-07-03 SKl Mech. Eng. approved -- -- Marketing approved 2007-07-03 J. Carroll

FNP1500/1800 I2C Interface Programming Manual

Mfg. approved -- Size Scale Sheet Drawing No. Revision

www.power-one.com A4 5/35 BCA20003-G AA

Supersedes: -

5.1 Not Connecting the FNP1500/1800 to the I2C Bus

It’s highly recommended, that the I2C clock and data line are not left open. Connect them to Logic ground.

Figure 5-2 Recommended closing of I2C clock and data line

Recommended Pull-Down resister values are 1kΩ to 0Ω.

Micro controller

ADDR2 ADDR3

Pin T3

Pin T4

Vdd=5V

::

:

ADDR1 Pin T2 :

FNP1500/1800 (I2C Slave)

:

I2C data line (SDA) I2C clock line (SCL)

Pin S1

Pin S2

Pin S5 Logic ground

1 External Pull-Down Resister

:::

ADDR0

ADDR4 Pin T5

Pin T1

:

:

:Galvanic isolation

Internal ground Pin U5

::

:

:: :

1

:

All rights strictly reserved. Reproduction or issue to third parties in any form is not permitted without written authority from Power-One.

Title Issued 2006-05-05 SKl Modified 2007-07-03 SKl Mech. Eng. approved -- -- Marketing approved 2007-07-03 J. Carroll

FNP1500/1800 I2C Interface Programming Manual

Mfg. approved -- Size Scale Sheet Drawing No. Revision

www.power-one.com A4 6/35 BCA20003-G AA

Supersedes: -

5.2 Connecting the FNP1500/1800 to the I2C Bus

The following diagram shows how the FNP1500/1800 can be connected to the I2C Bus.

Figure 5-3 Recommended connecting of the FNP1500/1800 to the I2C Bus

Micro controller

ADDR2 ADDR3

Pin T3

Pin T4

Vdd=5V

::

:

ADDR1 Pin T2 :

FNP1500/1800 (I2C Slave)

:

I2C data line (SDA) I2C clock line (SCL)

Pin S1

Pin S2

Pin S5 Logic ground

:::::::: :

Address decoder 3.3…5V

::

:

::

:

I2C Master

I2C Bus

1

3

2

1 External Pull-Up

2 Internal Pull-Up Address lines

3 SDA/SCL internal series resistors

:::

ADDR0

ADDR4 Pin T5

Pin T1

:

:

:: :

:::

:Galvanic isolation

Internal ground Pin U5

::4

:

:: :

4 SDA/SCL internal capacitance

::

::

::

: :

::

5

5

5

Filtering noise on the I2C Bus possible parts: Ferrite pearl 3 x 1 wind: -CHUNG HING CHSMF067P -KITAGAWA FH6-7.62x5.08x10s D-type SMD 0805: -BI TECHNOLOGIES BMB0805A-202ETLF -DALE/VISHAY ILBB0805ER202V -TDK ELECTRONICS MMZ2012Y202BT

Controller

All rights strictly reserved. Reproduction or issue to third parties in any form is not permitted without written authority from Power-One.

Title Issued 2006-05-05 SKl Modified 2007-07-03 SKl Mech. Eng. approved -- -- Marketing approved 2007-07-03 J. Carroll

FNP1500/1800 I2C Interface Programming Manual

Mfg. approved -- Size Scale Sheet Drawing No. Revision

www.power-one.com A4 7/35 BCA20003-G AA

Supersedes: -

5.3 FNP1500/1800 I2C Supply (Slave)

The FNP1500/1800 Micro Controller is powered over the internal supply of the FNP1500. In case of AC failure or FNP1500/1800 internal failure there is no power for the FNP1500/1800 Micro Controller. This will have no influence on the I2C Bus, but the FNP1500/1800 Micro Controller will not respond to the I2C Master.

5.4 Device Address

The first byte after the START condition on the Bus is the device address sent out by the Bus Master to determine which device is being selected. The I2C Bus allows 7-bit or 10-bit addressing. The FNP1500/1800 Interface uses a 7-bit address mode as defined in the Philips I²C specification. Each FNP1500/1800 device has to be assigned to a unique address. As shown below in Figure 5-4 Device Address the address byte is built up from three parts: - Bit 6, 7: These bits are always the same independent of any address line. - Bit 1...5: These bits depends how the Address line A0...A4 is connected on the backplane on the address

decoder. These are logic 1 if open and logic 0 if wired to 0V (12V Standby RTN). -Bit 0: This bit is the read/write bit (R=1/W=0) and determines the direction of the data from or to the Master.

FNP1500/1800 Device Address

Device Hardware Address Software Address Bit

MSB LSB Bit 7 6 5 4 3 2 1 0 Determined via Fixed Per

Device addr. line ADDR4

addr. line ADDR3

addr. line ADDR2

addr. line ADDR1

addr. line ADDR0

Read/Write Direction

1 0 A4 A3 A2 A1 A0 1 or 0 Figure 5-4 Device Address

All rights strictly reserved. Reproduction or issue to third parties in any form is not permitted without written authority from Power-One.

Title Issued 2006-05-05 SKl Modified 2007-07-03 SKl Mech. Eng. approved -- -- Marketing approved 2007-07-03 J. Carroll

FNP1500/1800 I2C Interface Programming Manual

Mfg. approved -- Size Scale Sheet Drawing No. Revision

www.power-one.com A4 8/35 BCA20003-G AA

Supersedes: -

Address

Line ADDR4

Address Line ADDR3

Address Line ADDR2

Address Line ADDR1

Address Line ADDR0

Read/Write

Device Address [Bin]

Device Address [Hex]

Device Address [Dec]

FNP1500/1800 Device address open open open open open read 1011’1111 BF 191 FNP1500/1800 Device address open open open open open write 1011’1110 BE 190 FNP1500/1800 Device address open open open open 0V read 1011’1101 BD 189 FNP1500/1800 Device address open open open open 0V write 1011’1100 BC 188 FNP1500/1800 Device address open open open 0V open read 1011’1011 BB 187 FNP1500/1800 Device address open open open 0V open write 1011’1010 BA 186 FNP1500/1800 Device address open open open 0V 0V read 1011’1001 B9 185 FNP1500/1800 Device address open open open 0V 0V write 1011’1000 B8 184 FNP1500/1800 Device address open open 0V open open read 1011’0111 B7 183 FNP1500/1800 Device address open open 0V open open write 1011’0110 B6 182 FNP1500/1800 Device address open open 0V open 0V read 1011’0101 B5 181 FNP1500/1800 Device address open open 0V open 0V write 1011’0100 B4 180 FNP1500/1800 Device address open open 0V 0V open read 1011’0011 B3 179 FNP1500/1800 Device address open open 0V 0V open write 1011’0010 B2 178 FNP1500/1800 Device address open open 0V 0V 0V read 1011’0001 B1 177 FNP1500/1800 Device address open open 0V 0V 0V write 1011’0000 B0 176 FNP1500/1800 Device address open 0V open open open read 1010’1111 AF 175 FNP1500/1800 Device address open 0V open open open write 1010’1110 AE 174 FNP1500/1800 Device address open 0V open open 0V read 1010’1101 AD 173 FNP1500/1800 Device address 0V 0V 0V open open read 1000’0111 87 135 FNP1500/1800 Device address 0V 0V 0V open open write 1000’0110 86 134 FNP1500/1800 Device address 0V 0V 0V open 0V read 1000’0101 85 133 FNP1500/1800 Device address 0V 0V 0V open 0V write 1000’0100 84 132 FNP1500/1800 Device address 0V 0V 0V 0V open read 1000’0011 83 131 FNP1500/1800 Device address 0V 0V 0V 0V open write 1000’0010 82 130 FNP1500/1800 Device address 0V 0V 0V 0V 0V read 1000’0001 81 129 FNP1500/1800 Device address 0V 0V 0V 0V 0V write 1000’0000 80 128

Figure 5-5 Device Address Table Example: On the backplane ADDR4, ADDR2 and ADDR0 are connected to 0V and ADDR3 and ADDR1 are left open, you will have the following device address to read a byte from the FNP:

MSB LSB Bit 7 6 5 4 3 2 1 0 FNP1500/1800 Device Address

1 0 0 1 0 1 0 1

fix fix ADDR4 ADDR3 ADDR2 ADDR1 ADDR0 R ->1001’0101Bin=95Hex=149Dec

Figure 5-6 Device Address Example

All rights strictly reserved. Reproduction or issue to third parties in any form is not permitted without written authority from Power-One.

Title Issued 2006-05-05 SKl Modified 2007-07-03 SKl Mech. Eng. approved -- -- Marketing approved 2007-07-03 J. Carroll

FNP1500/1800 I2C Interface Programming Manual

Mfg. approved -- Size Scale Sheet Drawing No. Revision

www.power-one.com A4 9/35 BCA20003-G AA

Supersedes: -

5.5 I2C Bus Master and clock (SCL) speed

The I2C Bus Master controls communications between the Master and all I2C devices connected to the bus. If during an I2C communication cycle the FNP1500/1800 is interrupted by an internal service interrupt, the FNP1500/1800 will hold the SCL line low to force the master into a wait state. Data transfer will continue when the FNP1500/1800 releases the SCL line. Please note if the I2C bus is communicating with a clock frequency slower than 1.5kHz, the SCL line will not be held low.

5.6 Maximum and minimum values for Pull-Up resisters

For I2C-bus systems, the values of the Pull-Up resistors depend on the following parameters: • Supply voltage • Bus capacitance • Number of connected devices (input current + leakage current). The supply voltage limits the minimum value of the Pull-Up resistor due to the specified minimum sink current of 3mA. On a 5V supply, this makes Rmin=5V/3mA=1.7kΩ. The bus capacitance is the total capacitance of wire, connections and pins. This capacitance limits the maximum value of the Pull-Up resister due to the specified rise time. For a System with 150pF capacitance (three FNP1500/1800 at 15pF and a wire capacitance of 105pF) Rmax=5kΩ. For further information concerning the Pull-Up resister, refer to: I²C Bus specification, 16.1 Maximum and minimum values of resistors Rp and Rs for Standard-mode I2C-bus devices.

All rights strictly reserved. Reproduction or issue to third parties in any form is not permitted without written authority from Power-One.

Title Issued 2006-05-05 SKl Modified 2007-07-03 SKl Mech. Eng. approved -- -- Marketing approved 2007-07-03 J. Carroll

FNP1500/1800 I2C Interface Programming Manual

Mfg. approved -- Size Scale Sheet Drawing No. Revision

www.power-one.com A4 10/35 BCA20003-G AA

Supersedes: -

6 SW Protocol

The data are organized like a serial I2C EEPROM. Therefore each EEPROM address has defined data; this definition is documented in the chapter 9 EEPROM Table.

Dec Hex Address 0 static data 0

1 static data 1

79 static data 4F 80 static data 50 81 open for customer use 51 82 open for customer use 52

102 open for customer use 66 103 checksum over range above 67 104 reserved 68 105 reserved 69

127 reserved 7F 128 dynamic data 80 129 dynamic data 81

186 dynamic data BA 187 reserved BB 188 reserved BC

255 reserved FF

Figure 6-1 Data Organization There are three different message formats implemented in the FNP1500/1800: -Read a byte -Write a byte

All rights strictly reserved. Reproduction or issue to third parties in any form is not permitted without written authority from Power-One.

Title Issued 2006-05-05 SKl Modified 2007-07-03 SKl Mech. Eng. approved -- -- Marketing approved 2007-07-03 J. Carroll

FNP1500/1800 I2C Interface Programming Manual

Mfg. approved -- Size Scale Sheet Drawing No. Revision

www.power-one.com A4 11/35 BCA20003-G AA

Supersedes: -

6.1 How to Read a byte

1) "Start condition" from Master 2) Master sends "Device address" with "write attribute" 3) "Acknowledge" from Slave device (FNP1500/1800) 4) Master sends "EEPROM address" 5) "Acknowledge" from Slave device (FNP1500/1800) 6) Master sends "Inversed EEPROM address" 7) "Acknowledge" from Slave device (FNP1500/1800) 8) "Repeated start" from Master (Sr/S) 9) Master sends "Device address" with "read attribute" 10) "Acknowledge" from Slave device (FNP1500/1800) 11) Slave sends "Data byte" 12) "Acknowledge" from Master (power management system) 13) Slave sends "Inversed Data byte" 14 "Not Acknowledge" from Master (power management system) 15) "Stop condition" from Master S Slave

Adr. W A EEPROM

Adr. A

EEPROM Adr. inverse

A Sr/S Slave Adr.

R A

Data Byte

A Data Byte inverse

/A

P

8bit 8 bit 8 bit 8bit 8 bit 8 bit

Master Slave (FNP1500/1800)

Note: "inverse" means bit inverse. Example

Value [Bin] Value [Hex] Value [Dec] Data 1010’1010 AA 170 Data Inverse 0101’0101 55 85

Figure 6-2 Bit Inverse

Start Condition

not Ack bit Ack bit Ack bit Ack bit

Stop Condition Start

Condition Ack bit Ack bit

All rights strictly reserved. Reproduction or issue to third parties in any form is not permitted without written authority from Power-One.

Title Issued 2006-05-05 SKl Modified 2007-07-03 SKl Mech. Eng. approved -- -- Marketing approved 2007-07-03 J. Carroll

FNP1500/1800 I2C Interface Programming Manual

Mfg. approved -- Size Scale Sheet Drawing No. Revision

www.power-one.com A4 12/35 BCA20003-G AA

Supersedes: -

6.2 How to write a Byte

1) "Start condition" from Master 2) Master sends "Slave address" with "write attribute" 3) "Acknowledge" from Slave device (FNP1500/1800) 4) Master sends "EEPROM address" 5) "Acknowledge" from Slave device (FNP1500/1800) 6) Master sends “Inversed EEPROM address" 7) Acknowledge" from Slave device (FNP1500/1800) 8) Master sends "Data byte" 9) "Acknowledge" from Slave device (FNP1500/1800) 10) Master sends "Inversed Data byte" (same data just inverse sent) 11) "Acknowledge" from Slave device (FNP1500/1800) 12) "Stop condition" from Master 13) Wait min. 8ms to write next byte (EEPROM write time)

Master Slave (FNP1500/1800)

Note: "inverse" means bit inverse. Example

Value [Bin] Value [Hex] Value [Dec] Data 1010’1010 AA 170 Data Inverse 0101’0101 55 85

Figure 6-3 Bit Inverse

S Slave Adr.

W A EEPROM Adr.

A

EEPROM Adr. inverse

A Data Byte A Data Byte inverse

A

P

8bit 8 bit 8 bit 8 bit 8 bit

Ack bit Ack bit Ack bit Stop

Condition Start Condition Ack bit Ack bit

All rights strictly reserved. Reproduction or issue to third parties in any form is not permitted without written authority from Power-One.

Title Issued 2006-05-05 SKl Modified 2007-07-03 SKl Mech. Eng. approved -- -- Marketing approved 2007-07-03 J. Carroll

FNP1500/1800 I2C Interface Programming Manual

Mfg. approved -- Size Scale Sheet Drawing No. Revision

www.power-one.com A4 13/35 BCA20003-G AA

Supersedes: -

6.3 Error Handling

Errors in the communication can occur. The following flowchart shows how the Bus Master can handle such errors.

6.3.1 Read Byte

Each time the Slave device fails to respond with an "Acknowledge" the Bus Master generates a "Stop condition" and starts the communication again. Such fault conditions can occur when the Slave device has difficulty receiving the byte sent by the Master. The Master should also generate a "Stop condition" and restart the communication when the Slave fails to send the "Data byte" or the "Inversed Data byte". After the communication the Bus Master must check if the "Data byte" is really the inverse of the "Inversed Data byte". If not, the Bus Master should restart the communication.

All rights strictly reserved. Reproduction or issue to third parties in any form is not permitted without written authority from Power-One.

Title Issued 2006-05-05 SKl Modified 2007-07-03 SKl Mech. Eng. approved -- -- Marketing approved 2007-07-03 J. Carroll

FNP1500/1800 I2C Interface Programming Manual

Mfg. approved -- Size Scale Sheet Drawing No. Revision

www.power-one.com A4 14/35 BCA20003-G AA

Supersedes: -

6.3.2 Write Byte

Each time the Slave device doesn't respond with an "Acknowledge" the Bus Master must generate a "Stop condition" and restart the communication. These fault conditions happen when the Slave device is busy on real-time tasks. It will not happen when the data has been corrupted. To verify this fault the Master should read the "EEPROM address" and check if the sent "Data byte" has been accepted by the Slave device. If there is any corrupted data ("EEPROM address" or Data byte") the device will not accept it and will ignore it.

All rights strictly reserved. Reproduction or issue to third parties in any form is not permitted without written authority from Power-One.

Title Issued 2006-05-05 SKl Modified 2007-07-03 SKl Mech. Eng. approved -- -- Marketing approved 2007-07-03 J. Carroll

FNP1500/1800 I2C Interface Programming Manual

Mfg. approved -- Size Scale Sheet Drawing No. Revision

www.power-one.com A4 15/35 BCA20003-G AA

Supersedes: -

7 Setting the Output Voltage

After writing the third byte of the new Output Voltage value, the new Output Voltage will be set.

Vout [V]

t Writing first Byte of new output voltage value into the EEPROM

New output voltage is set Writing second Byte of new output voltage value into the EEPROM

Writing third Byte of new output voltage value into the EEPROM

Figure 7-1 Setting the Output Voltage

All rights strictly reserved. Reproduction or issue to third parties in any form is not permitted without written authority from Power-One.

Title Issued 2006-05-05 SKl Modified 2007-07-03 SKl Mech. Eng. approved -- -- Marketing approved 2007-07-03 J. Carroll

FNP1500/1800 I2C Interface Programming Manual

Mfg. approved -- Size Scale Sheet Drawing No. Revision

www.power-one.com A4 16/35 BCA20003-G AA

Supersedes: -

8 Power-One I2C Interface tool

The Power-One I2C – Management Software (HZZ02002SW, www.power-one.com) demonstrates all the I2C interface features of the FNP1500/1800.

Figure 8-1 Screenshot FNP1500/1800

Power-One I2C – Management Software supports two I2C converters:

iPort MIIC-201 (Micro Computer Control) HZZ02002G from Power-One

All rights strictly reserved. Reproduction or issue to third parties in any form is not permitted without written authority from Power-One.

Title Issued 2006-05-05 SKl Modified 2007-07-03 SKl Mech. Eng. approved -- -- Marketing approved 2007-07-03 J. Carroll

FNP1500/1800 I2C Interface Programming Manual

Mfg. approved -- Size Scale Sheet Drawing No. Revision

www.power-one.com A4 17/35 BCA20003-G AA

Supersedes: -

Figure 8-2 HZZ02002G to FNP1500/1800 setup Plug one or more FNP1500/1800 into the power shelf connect the HZZ02002G to the power shelf and power up the FNP1500/1800. Power Shelf Number to the according FNP1500/1800 Model:

FNP1500/1800 Model Power Shelf Number FNP1500-48 FNR-3-48G FNP1800-48 FNR-3-48G FXP1500-48 FXR-3-48G FXP1800-48 FXR-3-48G FNP1500-12 FNR-3-12G

Figure 8-3 Power Shelf Number to the according FNP1500/1800 Model The I2C device address will be according the Dip-Switch on the Power Shelf, the I2C address will be found automatic by the Software. (HZZ02002SW). In your final application the I2C master will be a Micro Computer or an FPGA with an I2C interface. That makes it easy and inexpensive to use the interface.

HZZ02002G

USB to PC

FNP1500/1800 AC main FNP1500/1800 Power Shelf

Dip-Switch

FNP1500/1800

FNP1500/1800

Dip-Switch

Dip-Switch

All rights strictly reserved. Reproduction or issue to third parties in any form is not permitted without written authority from Power-One.

Title Issued 2006-05-05 SKl Modified 2007-07-03 SKl Mech. Eng. approved -- -- Marketing approved 2007-07-03 J. Carroll

FNP1500/1800 I2C Interface Programming Manual

Mfg. approved -- Size Scale Sheet Drawing No. Revision

www.power-one.com A4 18/35 BCA20003-G AA

Supersedes: -

9 EEPROM Table

Blue marked cells, are example data for the FNP1500-48 model. Byte Location Data Data

Type Description Content

(Interp.) Content (HEX)

Content (DEC)

0 Number of Char. NUM Num. of characters in Model Num

10 0A

10

1 Power-One part nr. ASCII Supply Model Num. F 46 70 2 Power-One part nr. ASCII N 4E 78 3 Power-One part nr. ASCII P 50 80 4 Power-One part nr. ASCII 1 31 49 5 Power-One part nr. ASCII 5 35 53 6 Power-One part nr. ASCII 0 30 48 7 Power-One part nr. ASCII 0 30 48 8 Power-One part nr. ASCII - 2D 45 9 Power-One part nr. ASCII 4 34 52

10 Power-One part nr. ASCII 8 38 56 11 Power-One part nr. ASCII FF 255 12 Power-One part nr. ASCII FF 255 13 Power-One part nr. ASCII FF 255 14 Power-One part nr. ASCII FF 255 15 Power-One part nr. ASCII FF 255 16 Power-One part nr. ASCII FF 255 17 Power-One part nr. ASCII

See Annex A

FF 255

18 Number of Char. NUM Num. of characters in Serial Num

11 0B 11

19 Serial Number ASCII Serial number xx xx xx 20 Serial Number ASCII xx xx xx 21 Serial Number ASCII xx xx xx 22 Serial Number ASCII xx xx xx 23 Serial Number ASCII xx xx xx 24 Serial Number ASCII xx xx xx 25 Serial Number ASCII xx xx xx 26 Serial Number ASCII xx xx xx 27 Serial Number ASCII xx xx xx 28 Serial Number ASCII xx xx xx 29 Serial Number ASCII xx xx xx 30 Serial Number ASCII FF 255

31 Number of Char. NUM Num. of characters in Version 4 04 4 32 Version Level ASCII Power-One Version 0 30 48 33 Version Level ASCII xx xx xx 34 Version Level ASCII xx xx xx 35 Version Level ASCII

See Annex

B xx xx xx

36 MFG Year NUM (000-255) xx xx xx 37 MFG Month NUM 1-12 xx xx xx 38 MFG Day NUM 1-31 xx xx xx

All rights strictly reserved. Reproduction or issue to third parties in any form is not permitted without written authority from Power-One.

Title Issued 2006-05-05 SKl Modified 2007-07-03 SKl Mech. Eng. approved -- -- Marketing approved 2007-07-03 J. Carroll

FNP1500/1800 I2C Interface Programming Manual

Mfg. approved -- Size Scale Sheet Drawing No. Revision

www.power-one.com A4 19/35 BCA20003-G AA

Supersedes: -

Byte Location

Data Data Type

Description Content (Interp.)

Content (HEX)

Content (DEC)

39 Number of Char. NUM Num. of characters in MFG Name

9 09 9

40 MFG Name ASCII Power-One P 50 80 41 MFG Name ASCII O 4F 79 42 MFG Name ASCII W 57 87 43 MFG Name ASCII E 45 69 44 MFG Name ASCII R 52 82 45 MFG Name ASCII - 2D 45 46 MFG Name ASCII O 4F 79 47 MFG Name ASCII N 4E 78 48 MFG Name ASCII E 45 69 49 MFG Location Code HEX Power One Mfg Location Code See

Annex C

xx xx xx

50 00 0 51

Output 1 Voltage

NUM

48 30 48

52 Output 1 Voltage Scale NUM

Specified Output 1 Voltage 2 Byte number / (10^Scale)

(In milliVolts)

See Annex D

3 03 3 53 00 0 54

Output 2 Voltage

NUM

12 0C 12

55 Output 2 Voltage Scale NUM

Specified Output 2 Voltage 2 Byte number / (10^Scale)

(In milliVolts)

See Annex E

3 03 3

56 FF 255 57

- - FF 255

58 - -

-

FF 255 59 FF 255 60

- - FF 255

61 - -

-

FF 255 62 0C 12 63

Output 1 Current

NUM NUM

3223 97 151

64 Output 1 Current Scale NUM

Specified Output 1 Current 2 Byte number / (10^Scale)

(In milliAmps)

See Annex

F 1 01 1

65 00 0 66

Output 2 Current

NUM

1 01 1

67 Output 2 Current Scale NUM

Specified Output 2 Current 2 Byte number / (10^Scale)

(In milliAmps)

See Annex G

3 03 3 68 FF FF 69

- - FF FF

70 - -

-

FF FF 71 FF FF 72

- - FF FF

73 - -

-

FF FF 74 05 5 75

Total Output Power

NUM

Specified Total Output Power 2 Byte number, Watts

See Annex

H

1512 E8 232

76 00 0 77

Min AC

NUM

Minimum Specified Input Voltage

2 Byte number, Volts

85 55 85

78 01 1 79

Max AC

NUM

Maximum Specified Input Voltage

2 Byte number, Volts

264 08 8

All rights strictly reserved. Reproduction or issue to third parties in any form is not permitted without written authority from Power-One.

Title Issued 2006-05-05 SKl Modified 2007-07-03 SKl Mech. Eng. approved -- -- Marketing approved 2007-07-03 J. Carroll

FNP1500/1800 I2C Interface Programming Manual

Mfg. approved -- Size Scale Sheet Drawing No. Revision

www.power-one.com A4 20/35 BCA20003-G AA

Supersedes: -

Byte Location

Data Data Type

Description Content (Interp.)

Content (HEX)

Content (DEC)

80 Number of Char. NUM Num. of characters in Customer Specific

22 16 22

81 Customer Specific Data - - 00 0 82 Customer Specific Data - - 00 0 83 Customer Specific Data - - 00 0 84 Customer Specific Data - - 00 0 85 Customer Specific Data - - 00 0 86 Customer Specific Data - - 00 0 87 Customer Specific Data - - 00 0 88 Customer Specific Data - - 00 0 89 Customer Specific Data - - 00 0 90 Customer Specific Data - - 00 0 91 Customer Specific Data - - 00 0 92 Customer Specific Data - - 00 0 93 Customer Specific Data - - 00 0 94 Customer Specific Data - - 00 0 95 Customer Specific Data - - 00 0 96 Customer Specific Data - - 00 0 97 Customer Specific Data - - 00 0 98 Customer Specific Data - - 00 0 99 Customer Specific Data - - 00 0

100 Customer Specific Data - - 00 0 101 Customer Specific Data - - 00 0 102 Customer Specific Data - - 00 0 103 Checksum Byte Binary LSByte[Sum of static byte above] xxxxxxxx xx xx 104 Open - - FF 255 105 Open - - FF 255 106 Open - - FF 255 107 Open - - FF 255 108 Open - - FF 255 109 Open - - FF 255 110 Open - - FF 255 111 Open - - FF 255 112 Open - - FF 255 113 Open - - FF 255 114 Open - - FF 255 115 Open - - FF 255 116 Open - - FF 255 117 Open - - FF 255 118 Open - - FF 255 119 Open - - FF 255 120 Open - - FF 255 121 Open - - FF 255 122 Open - - FF 255 123 Open - - FF 255 124 Open - - FF 255 125 Open - - FF 255 126 Open - - FF 255 127 Null character Binary - \0 00 0

All rights strictly reserved. Reproduction or issue to third parties in any form is not permitted without written authority from Power-One.

Title Issued 2006-05-05 SKl Modified 2007-07-03 SKl Mech. Eng. approved -- -- Marketing approved 2007-07-03 J. Carroll

FNP1500/1800 I2C Interface Programming Manual

Mfg. approved -- Size Scale Sheet Drawing No. Revision

www.power-one.com A4 21/35 BCA20003-G AA

Supersedes: -

Byte Location

Data Data Type

Description Content (Interp.)

Content (HEX)

Content (DEC)

128 Fault Byte 1 Binary See Annex I xxxxxxxx xx xx 129 Fault Byte 2 Binary See Annex J xxxxxxxx xx xx 130 - - - FF 255 131 - - - FF 255 132 - - - FF 255 133 - - - FF 255

134 135 136 137

Time in service

NUM Time in service of the unit in hours

See Annex

K

xxxxxxxx xx xx xx xx

232-1

138 xx xx 139

Measured Output 1 Voltage

NUM

xxxx xx xx

140 Measured Output 1 Voltage Scale

NUM

2 Byte number / (10^Scale) (In milliVolts)

See Annex

L xx xx xx

141 FF 255 142

- - FF 255

143 - -

-

FF 255 144 FF 255 145

- - FF 255

146 - -

-

FF 255 147 FF 255 148

- - FF 255

149 - -

-

FF 255

150 xx xx 151

Measured Output 1 Current

NUM

xxxx xx xx

152 Measured Output 1 Current Scale

NUM

2 Byte number / (10^Scale) (In milliAmps)

See Annex

M xx xx xx

153 FF 255 154

- - FF 255

155 - -

-

FF 255 156 FF 255 157

- - FF 255

158 - -

-

FF 255 159 FF 255 160

- - -

FF 255

161 - - - FF 255

All rights strictly reserved. Reproduction or issue to third parties in any form is not permitted without written authority from Power-One.

Title Issued 2006-05-05 SKl Modified 2007-07-03 SKl Mech. Eng. approved -- -- Marketing approved 2007-07-03 J. Carroll

FNP1500/1800 I2C Interface Programming Manual

Mfg. approved -- Size Scale Sheet Drawing No. Revision

www.power-one.com A4 22/35 BCA20003-G AA

Supersedes: -

Byte

Location Data Data

Type Description Content

(Interp.) Content (HEX)

Content (DEC)

162 Set Byte Binary -Enable/Disable -Fan control

See Annex

N

xxxxxx00 00 00

163 xx xx 164

Set Output 1 Voltage

NUM

xx xx xx

165 Set Output 1 Voltage Scale

NUM

2 Byte number / (10^Scale) (In milliVolts)

See Annex

O 0 00 00

166 FF 255 167

- - FF 255

168 - -

-

FF 255 169 FF 255 170

- - FF 255

171 - -

-

FF 255 172 FF 255 173

- - FF 255

174 - -

-

FF 255

175 xx xx 176

Set Output 1 Current Limit

NUM

xx xx xx

177 Set Output 1 Current Limit Scale

NUM

2 Byte number / (10^Scale) (In milliAmps)

See Annex

P 0 00 0

178 FF 255 179

- - FF 255

180 - -

-

FF 255 181 FF 255 182

- - FF 255

183 - -

-

FF 255 184 FF 255

185

- - FF 255

186 - - FF 255

187 Reserved - xx xx xx

188 Reserved - xx xx xx

189 Reserved - xx xx xx

190 Reserved - xx xx xx

191 Reserved - xx xx xx

192 Reserved - xx xx xx

193 Reserved - xx xx xx

194 Reserved -

-

xx xx xx

All rights strictly reserved. Reproduction or issue to third parties in any form is not permitted without written authority from Power-One.

Title Issued 2006-05-05 SKl Modified 2007-07-03 SKl Mech. Eng. approved -- -- Marketing approved 2007-07-03 J. Carroll

FNP1500/1800 I2C Interface Programming Manual

Mfg. approved -- Size Scale Sheet Drawing No. Revision

www.power-one.com A4 23/35 BCA20003-G AA

Supersedes: -

Byte Location Data Data Type Description Content

(Interp.) Content (HEX) Content (DEC)

195 Open - - FF 255 196 Open - - FF 255 197 Open - - FF 255 198 Open - - FF 255 199 Open - - FF 255 200 Open - - FF 255 201 Open - - FF 255 202 Open - - FF 255 203 Open - - FF 255 204 Open - - FF 255 205 Open - - FF 255 206 Open - - FF 255 207 Open - - FF 255 208 Open - - FF 255 209 Open - - FF 255 210 Open - - FF 255 211 Open - - FF 255 212 Open - - FF 255 213 Open - - FF 255 214 Open - - FF 255 215 Open - - FF 255 216 Open - - FF 255 217 Open - - FF 255 218 Open - - FF 255 219 Open - - FF 255 220 Open - - FF 255 221 Open - - FF 255 222 Open - - FF 255 223 Open - - FF 255 224 Open - - FF 255 225 Open - - FF 255 226 Open - - FF 255 227 Open - - FF 255 228 Open - - FF 255 229 Open - - FF 255 230 Open - - FF 255 231 Open - - FF 255 232 Open - - FF 255 233 Open - - FF 255 234 Open - - FF 255 235 Open - - FF 255 236 Open - - FF 255 237 Open - - FF 255 238 Open - - FF 255 239 Open - - FF 255 240 Open - - FF 255 241 Open - - FF 255 242 Open - - FF 255 243 Open - - FF 255 244 Open - - FF 255 245 Open - - FF 255 246 Open - - FF 255 247 Open - - FF 255 248 Open - - FF 255 249 Open - - FF 255 250 Open - - FF 255 251 Open - - FF 255 252 Open - - FF 255 253 Open - - FF 255 254 Open - - FF 255 255 Null character Binary - \0 00 0

Figure 9-1Table of EEPROM content

All rights strictly reserved. Reproduction or issue to third parties in any form is not permitted without written authority from Power-One.

Title Issued 2006-05-05 SKl Modified 2007-07-03 SKl Mech. Eng. approved -- -- Marketing approved 2007-07-03 J. Carroll

FNP1500/1800 I2C Interface Programming Manual

Mfg. approved -- Size Scale Sheet Drawing No. Revision

www.power-one.com A4 24/35 BCA20003-G AA

Supersedes: -

9.1 Annex A: Supply Model Name

FNP1500 -48

FNP1500 -48G

FNP1800 -48

FNP1800 -48G

FNP1800-S101G

FNP1500 -12G

FNP1500 -12S135G

FNP1800 -12G

FXP1500 -48

FXP1500 -48G

FXP1500 -48S100

FXP1500 -48S100G

FXP1800 -48

FXP1800 -48G

FXP1800 -48S100G B

yte Location

Content (Interp.) C

ontent (HEX

) C

ontent (DEC

) C

ontent (Interp.) C

ontent (HEX

) C

ontent (DEC

) C

ontent (Interp.) C

ontent (HEX

) C

ontent (DEC

) C

ontent (Interp.) C

ontent (HEX

) C

ontent (DEC

) C

ontent (Interp.) C

ontent (HEX

) C

ontent (DEC

) C

ontent (Interp.) C

ontent (HEX

) C

ontent (DEC

) C

ontent (Interp.) C

ontent (HEX

) C

ontent (DEC

) C

ontent (Interp.) C

ontent (HEX

) C

ontent (DEC

) C

ontent (Interp.) C

ontent (HEX

) C

ontent (DEC

) C

ontent (Interp.) C

ontent (HEX

) C

ontent (DEC

) C

ontent (Interp.) C

ontent (HEX

) C

ontent (DEC

) C

ontent (Interp.) C

ontent (HEX

) C

ontent (DEC

) C

ontent (Interp.) C

ontent (HEX

)

Content (D

EC)

Content (Interp.) C

ontent (HEX

)

Content (D

EC)

Content (Interp.) C

ontent (HEX

)

Content (D

EC)

0 10 0A 10 11 0B 11 10 0A 10 11 0B 11 13 0D 13 10 0A 10 15 0F 15 10 0A 10 10 0A 10 11 0B 11 14 0E 14 15 0F 15 10 0A 10 11 0B 11 15 0F 15

1 F 46 70 F 46 70 F 46 70 F 46 70 F 46 70 F 46 70 F 46 70 F 46 70 F 46 70 F 46 70 F 46 70 F 46 70 F 46 70 F 46 70 F 46 70

2 N 4E 78 N 4E 78 N 4E 78 N 4E 78 N 4E 78 N 4E 78 N 4E 78 N 4E 78 X 58 88 X 58 88 X 58 88 X 58 88 X 58 88 X 58 88 X 58 88

3 P 50 80 P 50 80 P 50 80 P 50 80 P 50 80 P 50 80 P 50 80 P 50 80 P 50 80 P 50 80 P 50 80 P 50 80 P 50 80 P 50 80 P 50 80

4 1 31 49 1 31 49 1 31 49 1 31 49 1 31 49 1 31 49 1 31 49 1 31 49 1 31 49 1 31 49 1 31 49 1 31 49 1 31 49 1 31 49 1 31 49

5 5 35 53 5 35 53 8 38 56 8 38 56 8 38 56 5 35 53 5 38 56 8 38 56 5 35 53 5 35 53 5 35 53 5 35 53 8 38 56 8 38 56 8 38 56

6 0 30 48 0 30 48 0 30 48 0 30 48 0 30 48 0 30 48 0 30 48 0 30 48 0 30 48 0 30 48 0 30 48 0 30 48 0 30 48 0 30 48 0 30 48

7 0 30 48 0 30 48 0 30 48 0 30 48 0 30 48 0 30 48 0 30 48 0 30 48 0 30 48 0 30 48 0 30 48 0 30 48 0 30 48 0 30 48 0 30 48

8 - 2D 45 - 2D 45 - 2D 45 - 2D 45 - 2D 45 - 2D 45 - 2D 45 - 2D 45 - 2D 45 - 2D 45 - 2D 45 - 2D 45 - 2D 45 - 2D 45 - 2D 45

9 4 34 52 4 34 52 4 34 52 4 34 52 S 53 83 1 31 49 1 31 49 1 31 49 4 34 52 4 34 52 4 34 52 4 34 52 4 34 52 4 34 52 4 34 52

10 8 38 56 8 38 56 8 38 56 8 38 56 1 31 49 2 32 50 2 32 50 2 32 50 8 38 56 8 38 56 8 38 56 8 38 56 8 38 56 8 38 56 8 38 56

11 FF 255 G 47 71 FF 255 G 47 71 0 30 48 G 47 71 S 53 83 G 47 71 FF 255 G 47 71 S 53 83 S 53 83 FF 255 G 47 71 S 53 83

12 FF 255 FF 255 FF 255 FF 255 1 31 49 FF 255 1 31 49 FF 255 FF 255 FF 255 1 31 49 1 31 49 FF 255 FF 255 1 31 49

13 FF 255 FF 255 FF 255 FF 255 G 47 71 FF 255 3 33 51 FF 255 FF 255 FF 255 0 30 48 0 30 48 FF 255 FF 255 0 30 48

14 FF 255 FF 255 FF 255 FF 255 FF 255 FF 255 5 35 53 FF 255 FF 255 FF 255 0 30 48 0 30 48 FF 255 FF 255 0 30 48

15 FF 255 FF 255 FF 255 FF 255 FF 255 FF 255 G 47 71 FF 255 FF 255 FF 255 FF 255 G 47 71 FF 255 FF 255 G 47 71

16 FF 255 FF 255 FF 255 FF 255 FF 255 FF 255 FF 255 FF 255 FF 255 FF 255 FF 255 FF 255 FF 255 FF 255 FF 255

17 FF 255 FF 255 FF 255 FF 255 FF 255 FF 255 FF 255 FF 255 FF 255 FF 255 FF 255 FF 255 FF 255 FF 255 FF 255

Figure 9-2 Table of Supply Model Name

All rights strictly reserved. Reproduction or issue to third parties in any form is not permitted without written authority from Power-One.

Title Issued 2006-05-05 SKl Modified 2007-07-03 SKl Mech. Eng. approved -- -- Marketing approved 2007-07-03 J. Carroll

FNP1500/1800 I2C Interface Programming Manual

Mfg. approved -- Size Scale Sheet Drawing No. Revision

www.power-one.com A4 25/35 BCA20003-G AA

Supersedes: -

9.2 Annex B: Power One Version @ Byte 33..35

Byte location Function Example 33 .. 35 Power-One model version (same as on the power supply label) V103 --> 103

Figure 9-3 Table for version

9.3 Annex C: MFG Location Code @ Byte 49

Value [DEC] Location 0 Switzerland 19 Dominican Republic 22 Slovakia

Figure 9-4 Table for Location Code

9.4 Annex D: Specified Output 1 Voltage

FNP1500 -48

FNP1500 -48G

FNP1800 -48

FNP1800 -48G

FNP1800 -S101G

FNP1500 -12G

FNP1800 -12S135G

FNP1800 -12G

FXP1500 -48

FXP1500 -48G

FXP1500 -48S100

FXP1500 -48S100G

FXP1800 -48

FXP1800 -48G

FXP1800 -48S100G B

yte Location

Content (Interp.) C

ontent (HEX

) C

ontent (DEC

) C

ontent (Interp.) C

ontent (HEX

) C

ontent (DEC

) C

ontent (Interp.) C

ontent (HEX

) C

ontent (DEC

) C

ontent (Interp.) C

ontent (HEX

) C

ontent (DEC

) C

ontent (Interp.) C

ontent (HEX

) C

ontent (DEC

) C

ontent (Interp.) C

ontent (HEX

) C

ontent (DEC

) C

ontent (Interp.) C

ontent (HEX

) C

ontent (DEC

) C

ontent (Interp.) C

ontent (HEX

) C

ontent (DEC

) C

ontent (Interp.) C

ontent (HEX

) C

ontent (DEC

) C

ontent (Interp.) C

ontent (HEX

) C

ontent (DEC

) C

ontent (Interp.) C

ontent (HEX

) C

ontent (DEC

) C

ontent (Interp.) C

ontent (HEX

) C

ontent (DEC

) C

ontent (Interp.) C

ontent (HEX

) C

ontent (DEC

) C

ontent (Interp.) C

ontent (HEX

) C

ontent (DEC

) C

ontent (Interp.) C

ontent (HEX

) C

ontent (DEC

)

50 00 0 00 0 00 0 00 0 00 0 00 00 00 00 00 00 00 0 00 0 00 0 00 0 00 0 00 0 00 0

51

48

30 48

48

30 48

48

30 48

48

30 48

48

30 48

12

C 12

12

C 12

12

C 12

48

30 48

48

30 48

48

30 48

48

30 48

48

30 48

48

30 48

48

30 48

52 3 03 3 3 03 3 3 03 3 3 03 3 3 03 3 3 03 3 3 03 3 3 03 3 3 03 3 3 03 3 3 03 3 3 03 3 3 03 3 3 03 3 3 03 3

Figure 9-5 Table of Specified Output 1Voltage

All rights strictly reserved. Reproduction or issue to third parties in any form is not permitted without written authority from Power-One.

Title Issued 2006-05-05 SKl Modified 2007-07-03 SKl Mech. Eng. approved -- -- Marketing approved 2007-07-03 J. Carroll

FNP1500/1800 I2C Interface Programming Manual

Mfg. approved -- Size Scale Sheet Drawing No. Revision

www.power-one.com A4 26/35 BCA20003-G AA

Supersedes: -

9.5 Annex E: Specified Output 2 Voltage

FNP1500 -48

FNP1500 -48G

FNP1800 -48

FNP1800 -48G

FNP1800 -S101G

FNP1500 -12G

FNP1500 -12S135G

FNP1800 -12G

FXP1500 -48

FXP1500 -48G

FXP1500 -48S100

FXP1500 -48S100G

FXP1800 -48

FXP1800 -48G

FXP1800 -48S100G B

yte Location

Content (Interp.) C

ontent (HEX

) C

ontent (DEC

) C

ontent (Interp.) C

ontent (HEX

) C

ontent (DEC

) C

ontent (Interp.) C

ontent (HEX

) C

ontent (DEC

) C

ontent (Interp.) C

ontent (HEX

) C

ontent (DEC

) C

ontent (Interp.) C

ontent (HEX

) C

ontent (DEC

) C

ontent (Interp.) C

ontent (HEX

) C

ontent (DEC

) C

ontent (Interp.) C

ontent (HEX

) C

ontent (DEC

) C

ontent (Interp.) C

ontent (HEX

) C

ontent (DEC

) C

ontent (Interp.) C

ontent (HEX

) C

ontent (DEC

) C

ontent (Interp.) C

ontent (HEX

) C

ontent (DEC

) C

ontent (Interp.) C

ontent (HEX

) C

ontent (DEC

) C

ontent (Interp.) C

ontent (HEX

) C

ontent (DEC

) C

ontent (Interp.) C

ontent (HEX

) C

ontent (DEC

) C

ontent (Interp.) C

ontent (HEX

) C

ontent (DEC

) C

ontent (Interp.) C

ontent (HEX

) C

ontent (DEC

)

53 00 0 00 0 00 0 00 0 00 0 00 0 00 0 00 0 00 0 00 0 00 0 00 0 00 0 00 0 00 0

54

12

0C 12

12

0C 12

12

0C 12

12

0C 12

12

0C 12

12

0C 12

5

05 05

12

0C 12

12

0C 12

12

0C 12

12

0C 12

12

0C 12

12

0C 12

12

0C 12

12

0C 12

55 3 03 3 3 03 3 3 03 3 3 03 3 3 03 3 3 03 3 3 03 3 3 03 3 3 03 3 3 03 3 3 03 3 3 03 3 3 03 3 3 03 3 3 03 3

Figure 9-6 Table of Specified Output 2 Voltage

9.6 Annex F: Output 1 Current

FNP1500 -48

FNP1500 -48G

FNP1800 -48

FNP1800 -48G

FNP1800 -S101G

FNP1500 -12G

FNP1500 -12S135G

FNP1800 -12G

FXP1500 -48

FXP1500 -48G

FXP1500 -48S100

FXP1500 -48S100G

FXP1800 -48

FXP1800 -48G

FXP1800 -48S100G B

yte Location

Content (Interp.)

Content (H

EX

)

Content (D

EC

)

Content (Interp.)

Content (H

EX

)

Content (D

EC

)

Content (Interp.)

Content (H

EX

)

Content (D

EC

)

Content (Interp.)

Content (H

EX

)

Content (D

EC

)

Content (Interp.)

Content (H

EX

)

Content (D

EC

)

Content (Interp.)

Content (H

EX

)

Content (D

EC

)

Content (Interp.)

Content (H

EX

)

Content (D

EC

)

Content (Interp.)

Content (H

EX

)

Content (D

EC

)

Content (Interp.)

Content (H

EX

)

Content (D

EC

)

Content (Interp.)

Content (H

EX

)

Content (D

EC

)

Content (Interp.)

Content (H

EX

)

Content (D

EC

)

Content (Interp.)

Content (H

EX

)

Content (D

EC

)

Content (Interp.)

Content (H

EX

)

Content (D

EC

)

Content (Interp.)

Content (H

EX

)

Content (D

EC

)

Content (Interp.)

Content (H

EX

) C

ontent (DE

C)

62 0C 12 0C 12 0F 15 0F 15 0F 15 0 0 0 0 00 0 0C 12 0C 12 0C 12 0C 12 0F 15 0F 15 0F 15

63

3223

97 151

3223

97 151

3921

51 81

3921

51 81

3921

51 81

129

81 81

129

81 81

150

96 150

3223

97 151

3223

97 151

3223

97 151

3223

97 151

3921

51 81

3921

51 81

3921

51 81

64 1 01 1 1 01 1 1 01 1 1 01 1 1 01 1 3 03 03 3 03 03 3 03 3 1 01 1 1 01 1 1 01 1 1 01 1 1 01 1 1 01 1 1 01 1

Figure 9-7 Output 1 current

All rights strictly reserved. Reproduction or issue to third parties in any form is not permitted without written authority from Power-One.

Title Issued 2006-05-05 SKl Modified 2007-07-03 SKl Mech. Eng. approved -- -- Marketing approved 2007-07-03 J. Carroll

FNP1500/1800 I2C Interface Programming Manual

Mfg. approved -- Size Scale Sheet Drawing No. Revision

www.power-one.com A4 27/35 BCA20003-G AA

Supersedes: -

9.7 Annex G: Output 2 Current

FNP1500 -48

FNP1500 -48G

FNP1800 -48

FNP1800 -48G

FNP1800 -S101G

FNP1500 -12G

FNP1500 -12S135G

FNP1800 -12G

FXP1500 -48

FXP1500 -48G

FXP1500 -48S100

FXP1500 -48S100G

FXP1800 -48

FXP1800 -48G

FXP1800 -48S100G B

yte Location

Content (Interp.) C

ontent (HEX

) C

ontent (DEC

) C

ontent (Interp.) C

ontent (HEX

) C

ontent (DEC

) C

ontent (Interp.) C

ontent (HEX

) C

ontent (DEC

) C

ontent (Interp.) C

ontent (HEX

) C

ontent (DEC

) C

ontent (Interp.) C

ontent (HEX

) C

ontent (DEC

) C

ontent (Interp.) C

ontent (HEX

) C

ontent (DEC

) C

ontent (Interp.) C

ontent (HEX

) C

ontent (DEC

) C

ontent (Interp.) C

ontent (HEX

) C

ontent (DEC

) C

ontent (Interp.) C

ontent (HEX

) C

ontent (DEC

) C

ontent (Interp.) C

ontent (HEX

) C

ontent (DEC

) C

ontent (Interp.) C

ontent (HEX

) C

ontent (DEC

) C

ontent (Interp.) C

ontent (HEX

) C

ontent (DEC

) C

ontent (Interp.) C

ontent (HEX

) C

ontent (DEC

) C

ontent (Interp.) C

ontent (HEX

) C

ontent (DEC

) C

ontent (Interp.) C

ontent (HEX

) C

ontent (DEC

)

65 00 0 00 0 00 0 00 0 00 0 00 0 00 0 00 0 00 0 00 0 00 0 00 0 00 0 00 0 00 0

66

1

01 1

1

01 1

1

01 1

1

01 1

1

01 1

1

01 1

1

01 1

1

01 1

1

01 1

1

01 1

1

01 1

1

01 1

1

01 1

1

01 1

1

01 1

67 3 03 3 3 03 3 3 03 3 3 03 3 3 03 3 3 03 3 3 03 3 3 03 3 3 03 3 3 03 3 3 03 3 3 03 3 3 03 3 3 03 3 3 03 3

Figure 9-8 Output 2 current

9.8 Annex H: Total Output Power

FNP1500 -48

FNP1500 -48G

FNP1800 -48

FNP1800 -48G

FNP1800 -S101G

FNP1500 -12G

FNP1800 -12

FNP1800 -12G

FXP1500 -48

FXP1500 -48G

FXP1500 -48S100

FXP1500 -48S100G

FXP1800 -48

FXP1800 -48G

FXP1800 -48S100G B

yte Location

Content (Interp.) C

ontent (HE

X)

Content (D

EC

)

Content (Interp.) C

ontent (HE

X)

Content (D

EC

)

Content (Interp.) C

ontent (HE

X)

Content (D

EC

)

Content (Interp.) C

ontent (HE

X)

Content (D

EC

)

Content (Interp.) C

ontent (HE

X)

Content (D

EC

)

Content (Interp.) C

ontent (HE

X)

Content (D

EC

)

Content (Interp.) C

ontent (HE

X)

Content (D

EC

)

Content (Interp.) C

ontent (HE

X)

Content (D

EC

)

Content (Interp.) C

ontent (HE

X)

Content (D

EC

)

Content (Interp.) C

ontent (HE

X)

Content (D

EC

)

Content (Interp.) C

ontent (HE

X)

Content (D

EC

)

Content (Interp.) C

ontent (HE

X)

Content (D

EC

)

Content (Interp.) C

ontent (HE

X)

Content (D

EC

)

Content (Interp.) C

ontent (HE

X)

Content (D

EC

)

Content (Interp.) C

ontent (HE

X)

Content (D

EC

)

74 05 5 05 5 07 7 07 7 07 7 05 5 05 5 06 6 05 5 05 5 05 5 05 5 07 7 07 7 07 7

75

1512

E8 232

1512

E8 232

1812

14 20

1812

14 20

1812

14 20

1512

E8 232

1505

E1 225

1765

E5 229

1512

E8 232

1512

E8 232

1512

E8 232

1512

E8 232

1812

14 20

1812

14 20

1812

14 20

Figure 9-9 Total output power

All rights strictly reserved. Reproduction or issue to third parties in any form is not permitted without written authority from Power-One.

Title Issued 2006-05-05 SKl Modified 2007-07-03 SKl Mech. Eng. approved -- -- Marketing approved 2007-07-03 J. Carroll

FNP1500/1800 I2C Interface Programming Manual

Mfg. approved -- Size Scale Sheet Drawing No. Revision

www.power-one.com A4 28/35 BCA20003-G AA

Supersedes: -

9.9 Annex I: Fault Byte 1 @ Byte 128:

Fault Byte 1 Bit 0 Power Supply OK = 0 Not OK = 1 Fault Byte 1 Bit 1 AC in range = 0 Not in range = 1 Fault Byte 1 Bit 2 AC<108V(AC-Low)= 0 AC>108V = 1 Fault Byte 1 Bit 3 - - Fault Byte 1 Bit 4 Temp-prewarning = 0 No Warning = 1 Fault Byte 1 Bit 5 Over Temperature = 0 No Failure = 1 Fault Byte 1 Bit 6 Fans OK = 0 Not OK = 1 Fault Byte 1 Bit 7 - - Figure 9-10 Table for Fault Byte 1 If the AC-Low bit is 0, the input voltage is less than 108VAC. In this case, the output power will be reduced to 1200W.

9.10 Annex J: Fault Byte 2 @ Byte 129:

Fault Byte 2 Bit 0 Output 1 Voltage OK = 0 Not OK = 1 Fault Byte 2 Bit 1 - - Fault Byte 2 Bit 2 - - Fault Byte 2 Bit 3 - - Fault Byte 2 Bit 4 Output 1 Current OK = 0 Not OK = 1 Fault Byte 2 Bit 5 - - Fault Byte 2 Bit 6 - - Fault Byte 2 Bit 7 - - Figure 9-11 Table for Fault Byte 2

All rights strictly reserved. Reproduction or issue to third parties in any form is not permitted without written authority from Power-One.

Title Issued 2006-05-05 SKl Modified 2007-07-03 SKl Mech. Eng. approved -- -- Marketing approved 2007-07-03 J. Carroll

FNP1500/1800 I2C Interface Programming Manual

Mfg. approved -- Size Scale Sheet Drawing No. Revision

www.power-one.com A4 29/35 BCA20003-G AA

Supersedes: -

9.11 Annex K: Time in Service:

FNP1500 -48

FNP1500 -48G

FNP1800 -48

FNP1800 -48G

FNP1800 -S101G

FNP1500 -12G

FNP1500 -12S135G

FNP1800 -12G

FXP1500 -48

FXP1500 -48G

FXP1500 -48S100

FXP1500 -48S100G

FXP1800 -48

FXP1800 -48G

FXP1800 -48S100G

Implemented Yes Yes Yes Yes Yes No No No Yes Yes Yes Yes Yes Yes Yes

Figure 9-12 Time in service implementation Byte 134 Bits Bit 7 Bit 6 Bit 5 Bit 4 Bit 3 Bit 2 Bit 1 Bit 0 Value of the bit 231 230 229 228 227 226 225 224 Time in service Value x x x x x x x x Byte 135 Bits Bit 7 Bit 6 Bit 5 Bit 4 Bit 3 Bit 2 Bit 1 Bit 0 Value of the bit 223 222 221 220 219 218 217 216 Time in service Value x x x x x x x x Byte 136 Bits Bit 7 Bit 6 Bit 5 Bit 4 Bit 3 Bit 2 Bit 1 Bit 0 Value of the bit 215 214 213 212 211 210 29 28 Time in service Value x x x x x x x x Byte 137 Bits Bit 7 Bit 6 Bit 5 Bit 4 Bit 3 Bit 2 Bit 1 Bit 0 Value of the bit 27 26 25 24 23 22 21 20 Time in service Value x x x x x x x x Figure 9-13 Table for content the time in service Bytes The time in service value is written as binary number into these bytes and has to be interpreted as hours.

All rights strictly reserved. Reproduction or issue to third parties in any form is not permitted without written authority from Power-One.

Title Issued 2006-05-05 SKl Modified 2007-07-03 SKl Mech. Eng. approved -- -- Marketing approved 2007-07-03 J. Carroll

FNP1500/1800 I2C Interface Programming Manual

Mfg. approved -- Size Scale Sheet Drawing No. Revision

www.power-one.com A4 30/35 BCA20003-G AA

Supersedes: -

9.12 Annex L: Measured Output 1 Voltage @ Byte 138..140

Description First byte (High byte) Second byte (Low Byte) Third byte (Scale byte)

Explanation Bit 15..8 of 16 bit number

Bit 7..0 of 16 bit number

Exponent 10^X

Example BBHEX 80HEX 0HEX Calculation of the example

BB80 * 10^0 = 48000mV

Figure 9-14 Table of voltage measurement 9.13 Annex M: Measured Output 1Current @ Byte 150..152

Description First byte (High byte) Second byte (Low Byte) Third byte (Scale byte)

Explanation Bit 15..8 of 16 bit number

Bit 7..0 of 16 bit number

Exponent 10^X

Example 2EHEX E0HEX 1HEX Calculation of the example

2EE0HEX * 10^1 = 12000DEC*10^1=120000mA=120A

Figure 9-15 Table of current measurement

All rights strictly reserved. Reproduction or issue to third parties in any form is not permitted without written authority from Power-One.

Title Issued 2006-05-05 SKl Modified 2007-07-03 SKl Mech. Eng. approved -- -- Marketing approved 2007-07-03 J. Carroll

FNP1500/1800 I2C Interface Programming Manual

Mfg. approved -- Size Scale Sheet Drawing No. Revision

www.power-one.com A4 31/35 BCA20003-G AA

Supersedes: -

9.14 Annex N: Set Byte @162

Set Byte Bit 0: Enable

Enables and disables the POWER One Unit over I2C.

enable = 0 disable = 1

Set Byte Bit 1: Fan Speed Control

It sets the fan speed to maximum speed. Otherwise, it is internal controlled.

int. control = 0 max. Speed = 1

Set Byte Bit 2 - - Set Byte Bit 3 - - Set Byte Bit 4 - - Set Byte Bit 5 - - Set Byte Bit 6 - - Set Byte Bit 7 - - Figure 9-16 Table for setting the Set Byte Be aware that you write the correct values in all active bits. (Fan Speed Control, Enable) The “Fan Speed Control Bit” it’s set to “Fan internally controlled” and the “Enable Bit” is set to “Enable” when the power supply is delivered from the manufacturing.

All rights strictly reserved. Reproduction or issue to third parties in any form is not permitted without written authority from Power-One.

Title Issued 2006-05-05 SKl Modified 2007-07-03 SKl Mech. Eng. approved -- -- Marketing approved 2007-07-03 J. Carroll

FNP1500/1800 I2C Interface Programming Manual

Mfg. approved -- Size Scale Sheet Drawing No. Revision

www.power-one.com A4 32/35 BCA20003-G AA

Supersedes: -

9.15 Annex O: Set Output 1 Voltage @ Byte 163..165 /

Description First byte (High byte) Second byte (Low Byte) Third byte (Scale byte) Explanation Bit 15..8 of

16 bit number Bit 7..0 of 16 bit number

Exponent 10^X

Example BBHEX 80HEX 0HEX Calculation of the example

BB80HEX * 10^0 *mV=48000DEC*10^0*mV= 48000mV

Figure 9-17 Table for setting the Set Output 1 Voltage It is necessary to rewrite all three “Set output 1 voltage bytes” (163..165) for a new setting of the output voltage. The third byte (Scale Byte) has although to be set, according to Scale Set Table below. A power supply model accepts only one scale value.

FNP1500 -48

FNP1500 -48G

FNP1800 -48

FNP1800 -48G

FNP1800 -S101G

FNP1500 -12G

FNP1500 -12S135G

FNP1800 -12G

FXP1500 -48

FXP1500 -48G

FXP1500 -48S100

FXP1500 -48S100G

FXP1800 -48

FXP1800 -48G

FXP1800 -48S100G B

yte Location

Content (Interp.) C

ontent (HEX

) C

ontent (DEC

) C

ontent (Interp.) C

ontent (HEX

) C

ontent (DEC

) C

ontent (Interp.) C

ontent (HEX

) C

ontent (DEC

) C

ontent (Interp.) C

ontent (HEX

) C

ontent (DEC

) C

ontent (Interp.) C

ontent (HEX

) C

ontent (DEC

) C

ontent (Interp.) C

ontent (HEX

) C

ontent (DEC

) C

ontent (Interp.) C

ontent (HEX

) C

ontent (DEC

) C

ontent (Interp.) C

ontent (HEX

) C

ontent (DEC

) C

ontent (Interp.) C

ontent (HEX

) C

ontent (DEC

) C

ontent (Interp.) C

ontent (HEX

) C

ontent (DEC

) C

ontent (Interp.) C

ontent (HEX

) C

ontent (DEC

) C

ontent (Interp.) C

ontent (HEX

) C

ontent (DEC

) C

ontent (Interp.) C

ontent (HEX

) C

ontent (DEC

) C

ontent (Interp.) C

ontent (HEX

) C

ontent (DEC

) C

ontent (Interp.) C

ontent (HEX

) C

ontent (DEC

)

165 0 00 0 0 00 0 0 00 0 0 00 0 0 00 0 0 00 0 0 00 0 0 00 0 0 00 0 0 00 0 0 00 0 0 00 0 0 00 0 0 00 0 0 00 0

Figure 9-18 Table of output 1 voltage setting scale FNP1500

-48 FNP1500

-48G FNP1800

-48 FNP1800

-48G FNP1800 -S101G

FNP1500 -12G

FNP1800 -12S135G

FNP1800 -12G

FXP1500 -48

FXP1500 -48G

FXP1500 -48S100

FXP1500 -48S100G

FXP1800 -48

FXP1800 -48G

FXP1800 -48S100G

Minimum Voltage [v]

44.2 44.2 44.2 44.2 44.2 7 7 7 44.2 44.2 44.2 44.2 44.2 44.2 44.2

Maximum Voltage [V]

51.8 51.8 51.8 51.8 51.8 13 12 12 51.8 51.8 51.8 51.8 51.8 51.8 51.8

Figure 9-19 Setting range of Voltage

All rights strictly reserved. Reproduction or issue to third parties in any form is not permitted without written authority from Power-One.

Title Issued 2006-05-05 SKl Modified 2007-07-03 SKl Mech. Eng. approved -- -- Marketing approved 2007-07-03 J. Carroll

FNP1500/1800 I2C Interface Programming Manual

Mfg. approved -- Size Scale Sheet Drawing No. Revision

www.power-one.com A4 33/35 BCA20003-G AA

Supersedes: -

9.16 Annex P: Set Output 1 Current Limit @ Byte 175..177

Description First byte (High byte) Second byte (Low Byte) Third byte (Scale byte) Explanation Bit 15..8 of

16 bit number Bit 7..0 of 16 bit number

Exponent 10^X

Example 75HEX 30HEX 0HEX Calculation of the example

7530HEX * 10^0 *mA= 30000*10^0*mA=30A

Figure 9-20 Table for setting the Current Limit of Output 1 It is necessary to rewrite all three “Set output 1 current bytes” (175..177) for a new setting of the output current limit. If you just write to one or two bytes, it will have no influence. The third byte (Scale Byte) has although to be set, according to Scale Set Table below. A Power supply model accepts only one scale value.

FNP1500 -48

FNP1500 -48G

FNP1800 -48

FNP1800 -48G

FNP1800 -S101G

FNP1500 -12G

FNP1500 -12S135G

FNP1800 -12G

FXP1500 -48

FXP1500 -48G

FXP1500 -48S100

FXP1500 -48S100G

FXP1800 -48

FXP1800 -48G

FXP1800 -48S100G B

yte Location

Content (Interp.) C

ontent (HEX

) C

ontent (DEC

) C

ontent (Interp.) C

ontent (HEX

) C

ontent (DEC

) C

ontent (Interp.) C

ontent (HEX

) C

ontent (DEC

) C

ontent (Interp.) C

ontent (HEX

) C

ontent (DEC

) C

ontent (Interp.) C

ontent (HEX

) C

ontent (DEC

) C

ontent (Interp.) C

ontent (HEX

) C

ontent (DEC

) C

ontent (Interp.) C

ontent (HEX

) C

ontent (DEC

) C

ontent (Interp.) C

ontent (HEX

) C

ontent (DEC

) C

ontent (Interp.) C

ontent (HEX

) C

ontent (DEC

) C

ontent (Interp.) C

ontent (HEX

) C

ontent (DEC

) C

ontent (Interp.) C

ontent (HEX

) C

ontent (DEC

) C

ontent (Interp.) C

ontent (HEX

) C

ontent (DEC

) C

ontent (Interp.) C

ontent (HEX

) C

ontent (DEC

) C

ontent (Interp.) C

ontent (HEX

) C

ontent (DEC

) C

ontent (Interp.) C

ontent (HEX

) C

ontent (DEC

)

175 0 00 0 0 00 0 0 00 0 0 00 0 0 00 0 3 03 3 3 03 3 3 03 3 0 00 0 0 00 0 0 00 0 0 00 0 0 00 0 0 00 0 0 00 0

Figure 9-21 Table of setting output current limit scale FNP1500

-48 FNP1500

-48G FNP1800

-48 FNP1800

-48G FNP1800 -S101G

FNP1500 -12G

FNP1500 -12S135G

FNP1800 -12G

FXP1500 -48

FXP1500 -48G

FXP1500 -48S100

FXP1500 -48S100G

FXP1800 -48

FXP1800 -48G

FXP1800 -48S100G

Minimum Current [A]

20 20 20 20 20 100 100 100 20 20 20 20 20 20 20

Maximum Current [A]

33.7 33.7 40.7 40.7 40.7 140 140 155 33.7 33.7 33.7 33.7 40.7 40.7 40.7

Figure 9-22 Setting range of Current limit

All rights strictly reserved. Reproduction or issue to third parties in any form is not permitted without written authority from Power-One.

Title Issued 2006-05-05 SKl Modified 2007-07-03 SKl Mech. Eng. approved -- -- Marketing approved 2007-07-03 J. Carroll

FNP1500/1800 I2C Interface Programming Manual

Mfg. approved -- Size Scale Sheet Drawing No. Revision

www.power-one.com A4 34/35 BCA20003-G AA

Supersedes: -

10 Bibliography

-Philips Semiconductors, The I 2C-BUS Specification, V.2.1, Document order number: 9398 393 40011 http://www.nxp.com/acrobat_download/literature/9398/39340011.pdf -Philips SemiconductorsI2C Handbook http://www.nxp.com/acrobat_download/various/philips_i2c_handbook.pdf -Power-One, FNP1500/1800 and FXP1500/1800 Front-Ends & FNR-3 and FXR-3 Power Shelves Data Sheet

11 Figure Index

Figure 2-1 Characteristic ...............................................................................................................................1 Figure 5-1 System Overview .........................................................................................................................4 Figure 5-2 Recommended closing of I2C clock and data line.......................................................................5 Figure 5-3 Recommended connecting of the FNP1500/1800 to the I2C Bus................................................6 Figure 5-4 Device Address ............................................................................................................................7 Figure 5-5 Device Address Table ..................................................................................................................8 Figure 5-6 Device Address Example.............................................................................................................8 Figure 6-1 Data Organization ......................................................................................................................10 Figure 6-2 Bit Inverse ..................................................................................................................................11 Figure 6-3 Bit Inverse ..................................................................................................................................12 Figure 8-1 Screenshot FNP1500/1800.........................................................................................................16 Figure 8-2 HZZ02002G to FNP1500/1800 setup ........................................................................................17 Figure 8-3 Power Shelf Number to the according FNP1500/1800 Model ..................................................17 Figure 9-1Table of EEPROM content .........................................................................................................23 Figure 9-2 Table of Supply Model Name....................................................................................................24 Figure 9-3 Table for version ........................................................................................................................25 Figure 9-4 Table for Location Code ............................................................................................................25 Figure 9-5 Table of Specified Output 1Voltage ..........................................................................................25 Figure 9-6 Table of Specified Output 2 Voltage .........................................................................................26 Figure 9-7 Output 1 current .........................................................................................................................26 Figure 9-8 Output 2 current .........................................................................................................................27 Figure 9-9 Total output power .....................................................................................................................27 Figure 9-10 Table for Fault Byte 1 ..............................................................................................................28 Figure 9-11 Table for Fault Byte 2 ..............................................................................................................28 Figure 9-12 Time in service implementation...............................................................................................29 Figure 9-13 Table for content the time in service Bytes..............................................................................29 Figure 9-14 Table of voltage measurement .................................................................................................30 Figure 9-15 Table of current measurement..................................................................................................30 Figure 9-16 Table for setting the Set Byte...................................................................................................31 Figure 9-17 Table for setting the Set Output 1 Voltage ..............................................................................32 Figure 9-18 Table of output 1 voltage setting scale.....................................................................................32 Figure 9-19 Setting range of Voltage ..........................................................................................................32 Figure 9-20 Table for setting the Current Limit of Output 1.......................................................................33 Figure 9-21 Table of setting output current limit scale ...............................................................................33 Figure 9-22 Setting range of Current limit ..................................................................................................33

All rights strictly reserved. Reproduction or issue to third parties in any form is not permitted without written authority from Power-One.

Title Issued 2006-05-05 SKl Modified 2007-07-03 SKl Mech. Eng. approved -- -- Marketing approved 2007-07-03 J. Carroll

FNP1500/1800 I2C Interface Programming Manual

Mfg. approved -- Size Scale Sheet Drawing No. Revision

www.power-one.com A4 35/35 BCA20003-G AA

Supersedes: -

12 Glossary

μC Micro Controller Bin Value in binary number system Dec Value in decimal number system EEPROM Electrically Erasable Programmable Read Only Memory Hex Value in hexadecimal number system I2C Bus Inter-Integrated Circuit Bus kHz SI unit of frequency: Hertz(1/s) * 103 LSB Least significant bit MFG Manufacturing MSB Most significant bit pF SI unit of Capacitance: farad(kg−1·m−2·A2·s4) * 10-12 SCL serial clock line SDA serial data line


Recommended