Thanks to visit codestin.com
Credit goes to www.scribd.com

0% found this document useful (0 votes)
115 views2 pages

Intelligent Battery Sensor

The document describes an intelligent battery sensor that can measure current, voltage, and temperature. It provides details on connecting and setting up the sensor, communicating with it over LIN, interpreting the data transmission, and converting the binary values to meaningful current, voltage, and temperature readings.

Uploaded by

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

Intelligent Battery Sensor

The document describes an intelligent battery sensor that can measure current, voltage, and temperature. It provides details on connecting and setting up the sensor, communicating with it over LIN, interpreting the data transmission, and converting the binary values to meaningful current, voltage, and temperature readings.

Uploaded by

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

VISHAY DALE

www.vishay.com

Power Metal Strip® Resistors WBPK600L0A00010001

Intelligent Battery Sensor with Integrated Current,


Voltage, and Temperature Sensing Abilities
By Christopher Lohmeier

PIN CONFIGURATION AND APPLICATION RECOMMENDATION


Battery

- + Vmeas

IN+
WBP

IN-
Load

Chassis Ground
BASIC OPERATION
Powering up the Device
To set up the WBP for communication the device first needs to be connected as shown above. The Vsup and Vmeas pins should
be connected to a voltage source that is between 4 V and 18 V, (12 V is recommended.) The shunt leads should be placed in a
current path with the IN- side attached to the common system ground (i.e. chassis) as shown in the above schematic. Finally
the LIN pin then needs to be connected to a suitable LIN master that is also grounded to system ground.
Communicating with the Device
The WBP will accept a LIN baud rate of anywhere from 2000 to 20 000, with the recommended baud rate being 19 200. Set up
the LIN master and have it send out the request for information command (in hex this is 3D.) The WBP will send back the
information on the current, voltage, and temperature parameters of the device.
Interpreting the Data
The WBP will send data back as a series of binary numbers. The specific values are coded in these numbers as follows:
APPLICATION NOTE

LIN TRANSMISSION DATA

VALUE ID CURRENT VOLTAGE TEMPERATURE CHECKSUM

Code 3D xx xx xx xx xx xx xx xx xx

Note
• “xx” is data transmitted from the WBP to the LIN master

Revision: 07-Sep-16 1 Document Number: 21037


For technical questions, contact: [email protected]
THIS DOCUMENT IS SUBJECT TO CHANGE WITHOUT NOTICE. THE PRODUCTS DESCRIBED HEREIN AND THIS DOCUMENT
ARE SUBJECT TO SPECIFIC DISCLAIMERS, SET FORTH AT www.vishay.com/doc?91000
WBPK600L0A00010001
www.vishay.com
Vishay Dale

Intelligent Battery Sensor with Integrated Current,


Voltage, and Temperature Sensing Abilities
DATA CONVERSION
The first step in finding an actual value from the binary data transmitted over the LIN bus is to convert the binary number to a
decimal number. When dealing with the current value the next step is to divide that number by 1 000 000. The resulting value
is the current read by the WBP.
The equation and an example of a ~ 20 A reading are shown below.

Current equation = (0 x XXXXXXXX/1 000 000)

When working with the voltage value all that is needed after converting the value to decimal is to divide that result by 1000.
The equation and an example of a ~12 V result are provided below.

Voltage equation = (0 x XXXX/1000)

To find the value of the temperature result in °C the decimal value has to be divided by 100.
The equation and an example of a ~ 24 °C result are provided below.

Temperature equation = (0 x XXXX/100)

Example:

LIN TRANSMISSION DATA

VALUE ID CURRENT VOLTAGE TEMPERATURE CHECKSUM

Code 3D 01 31 7D 10 2E CE 09 57 xx

Current:
0 x (01317D10) = 20 020 496
20 020 496/1 000 000 = 20.020496

Voltage:
0 x (2ECE) = 11 982
11 982/1000 = 11.982
APPLICATION NOTE

Temperature:
0 x (0957) = 2391
2391/100 = 23.91

Revision: 07-Sep-16 2 Document Number: 21037


For technical questions, contact: [email protected]
THIS DOCUMENT IS SUBJECT TO CHANGE WITHOUT NOTICE. THE PRODUCTS DESCRIBED HEREIN AND THIS DOCUMENT
ARE SUBJECT TO SPECIFIC DISCLAIMERS, SET FORTH AT www.vishay.com/doc?91000

You might also like