Bk Precision 8500 Series User Manual

All parameters of the B&K Precision 8500 Series DC Electronic Loads can be quickly and precisely set from the front panel or programmed via RS232 (included) or USB (optional) interfaces. The loads can operate in CC, CV, CR, or CP mode while voltage/current or resistance/power values are measured and displayed in real time. Load terminals are. 8500 300W Programmable DC Electronic Load BK Precision 8500 Series Programmable DC Electronic Loads DC Electronic Loads are used for design, manufacturing and evaluation of DC power supplies, batteries, and power components. B&K Precision DC Electronic Loads - 8500 Series The B&K Precision 8500 Series DC Electronic Loads are programmable and used for testing and evaluating a variety of DC power sources. The wide operating ranges of up to 500V and 240A, flexible operating modes, and excellent measurement accuracy make the 8500 series well suited for characterizing DC power supplies, DC-DC converters, batteries. May 08, 2019  This project is a result of numerous customer support calls and is an effort to better help our customers solve their test challenges quickly and effectively. For questions not addressed here or for more details about the instrument see B&K Precision The command interface of. View and Download BK Precision 8500 user manual online. 8500 DC Drives pdf manual download. Also for: 8502, 8514, 8518, 8522, 8520, 8524, 8526, 8512, 8510. The affordable, laboratory grade model 8502 Programmable DC Electronic Load is well suited for testing and evaluating a wide variety of DC power Source, 100 MHz Bandwidths. This DC electronic load can operate in CC, CV, CR or CP mode while voltage/current or resistance/power values are measured and displayed in real time and is fully.

  1. Bk Precision 8500 Series User Manual Download
  2. Bk 8500 Electronic Load Manual
  3. Bk Precision 8500 Series User Manual Windows
  4. Free Bk Precision Manuals
  5. Bk Precision 8500 User Manual Pdf
  6. Bk Precision 8500 Series User Manual Pdf
  7. Bk Precision 8500 Service Manual
Advertising

Bk Precision 8500 Series User Manual Download

Appendix: Service and warranty information

SERVICE INFORMATION

Warranty Service:

Please go to the service and support section on our website

Bk 8500 Electronic Load Manual

to obtain an RMA

#. Return the product in the original packaging with proof of purchase to the address below. . Clearly state on the RMA
form the performance problem and return any leads, probes, connectors and accessories that you are using with the
device.

Non-Warranty Service:

Please go to the service and support section on our website

RMA #. Return the product in the original packaging to the address below. Clearly state on the RMA form the performance
problem and return any leads, probes, connectors and accessories that you are using with the device. Customers not on
open account must include payment in the form of a money order or credit card. For the most current repair charges
please refer to the service and support section on our website.

Return all merchandise to B&K Precision Corp. with prepaid shipping. The flat-rate repair charge for Non-Warranty Service
does not include return shipping. Return shipping to locations in North American is included for Warranty Service. For
overnight shipments and non-North American shipping fees please contact B&K Precision Corp.

B&K Precision Corp.

22820 Savi Ranch Parkway

Yorba Linda, CA 92887

714-921-9095

Include with the returned instrument your complete return shipping address, contact name, phone number and

description of problem.

LIMITED ONE-YEAR WARRANTY

B&K Precision Corp. warrants to the original purchaser that its products and the component parts thereof, will be free from
defects in workmanship and materials for a period of one year from date of purchase.

B&K Precision Corp. will, without charge, repair or replace, at its option, defective product or component parts. Returned

product must be accompanied by proof of the purchase date in the form of a sales receipt.

To help us better serve you, please complete the warranty registration for your new instrument via our website at

Exclusions: This warranty does not apply in the event of misuse or abuse of the product or as a result of

unauthorized alterations or repairs. The warranty is void if the serial number is altered, defaced or removed.

B&K Precision Corp. shall not be liable for any consequential damages, including without limitation damages resulting

from loss of use. Some states do not allow limitations of incidental or consequential damages. So the above limitation or
exclusion may not apply to you.

This warranty gives you specific rights and you may have other rights, which vary from state-to-state.

B&K Precision Corp.

22820 Savi Ranch Parkway

Yorba Linda, CA 92887

714-921-9095

8500 DC Load Series

Version: 030614

Page 75 of 77

Bk precision 8500 service manual

23

Advertising
Popular Brands
Popular manuals

This project is a result of numerous customer support calls and is an effort to better help our customers solve their test challenges quickly and effectively. For questions not addressed here or for more details about the instrument see B&K Precision

Requirements

Python 3

External Requirements

pySerial

Command Interface

Precision8500

Bk Precision 8500 Series User Manual Windows

The command interface of the BK8500 series uses a 26 Byte packet interface. A command is a single packet and each command either returns a command status response packet or a command specific packet.

Free Bk Precision Manuals

Basic usage:import bk8500functionscreate a list of 26 bytes - cmd=[0]*26set the fields in the packet, the last of which is an 8-bit checksum - bk8500functions.csum(cmd) returns a checksum value.

More Information

Go to the 8500 Series Page for the user manual.

See the manual for details about specific commands.

Please submit a pull request or send a message to technical support to make changes.

Organization

Bk Precision 8500 User Manual Pdf

Python

Within the Python folder there are examples of command sequences and a basic function library to simplify issuing commands.

bk8500functions.py

This is the 'library'. Extensions and improvements will likely happen here in the future. Today, this helps to create the 26-byte packet, calculate the checksum and print the returned values. Below is a typical example of using this set of functions. Normally the unit will be put into 'remote' mode before any other command is issued.

8500List.py uses bk8500functions.py and creates a list sequence in the load.

Bk Precision 8500 Series User Manual Pdf

LabView

Bk Precision 8500 Service Manual

Within the LabView folder, there are some basic examples as well. These are written using the LabView driver written by B&K for this product series. For these drivers, download the 8500 LabView Driver located under the 'Docs & Software' tab.