“PRODUCTS MANUFACTURED BY CAMPBELL SCIENTIFIC, INC. are
warranted by Campbell Scientific, Inc. (“Campbell”) to be free from defects in
materials and workmanship under normal use and service for twelve (12)
months from date of shipment unless otherwise specified in the corresponding
Campbell pricelist or product manual. Products not manufactured, but that are
re-sold by Campbell, are warranted only to the limits extended by the original
manufacturer. Batteries, fine-wire thermocouples, desiccant, and other
consumables have no warranty. Campbell’s obligation under this warranty is
limited to repairing or replacing (at Campbell’s option) defective products,
which shall be the sole and exclusive remedy under this warranty. The
customer shall assume all costs of removing, reinstalling, and shipping
defective products to Campbell. Campbell will return such products by surface
carrier prepaid within the continental United States of America. To all other
locations, Campbell will return such products best way CIP (Port of Entry)
INCOTERM® 2010, prepaid. This warranty shall not apply to any products
which have been subjected to modification, misuse, neglect, improper service,
accidents of nature, or shipping damage. This warranty is in lieu of all other
warranties, expressed or implied. The warranty for installation services
performed by Campbell such as programming to customer specifications,
electrical connections to products manufactured by Campbell, and product
specific training, is part of Campbell’s product warranty. CAMPBELL
EXPRESSLY DISCLAIMS AND EXCLUDES ANY IMPLIED
WARRANTIES OF MERCHANTABILITY OR FITNESS FOR A
PARTICULAR PURPOSE. Campbell is not liable for any special, indirect,
incidental, and/or consequential damages.”
Assistance
Products may not be returned without prior authorization. The following
contact information is for US and international customers residing in countries
served by Campbell Scientific, Inc. directly. Affiliate companies handle
repairs for customers within their territories. Please visit
www.campbellsci.com to determine which Campbell Scientific company serves
your country.
To obtain a Returned Materials Authorization (RMA), contact CAMPBELL
SCIENTIFIC, INC., phone (435) 227-9000. After an application engineer
determines the nature of the problem, an RMA number will be issued. Please
write this number clearly on the outside of the shipping container. Campbell
Scientific’s shipping address is:
CAMPBELL SCIENTIFIC, INC.
RMA#_____
815 West 1800 North
Logan, Utah 84321-1784
For all returns, the customer must fill out a “Statement of Product Cleanliness
and Decontamination” form and comply with the requirements specified in it.
The form is available from our web site at www.campbellsci.com/repair. A
completed form must be either emailed to repair@campbellsci.com or faxed to
(435) 227-9106. Campbell Scientific is unable to process any returns until we
receive this form. If the form is not received within three days of product
receipt or is incomplete, the product will be returned to the customer at the
customer’s expense. Campbell Scientific reserves the right to refuse service on
products that were exposed to contaminants that may cause health or safety
concerns for our employees.
Table of Contents
PDF viewers: These page numbers refer to the printed version of this document. Use the
PDF reader bookmarks tab for links to specific sections.
1. General Description....................................................1
Campbell Scientific’s CS11-L (FIGURE 1-1) detects and measures the AC
current along an electrical wire using the magnetic field that is generated by
that current. The CS11-L does not have direct electrical connection to the
system. The sensor outputs a millivolt signal allowing it to be directly
connected to our dataloggers.
The CS11-L is compatible with our CR200X, CR800, CR850, CR1000,
CR3000, CR500, CR510, CR10(X),CR21X, and CR23X dataloggers. It uses
CR Magnetic’s CR8459 Current Transducer to measure the approximate
current over a range of 0 to 200 A.
The CS11-L has been developed in such a way that it can be used on most of
the datalogger models past and present, including the CR200(X). However, the
CR200(X) datalogger requires slightly different wiring than the other
dataloggers and requires derating of the maximum amperage to 125 amps.
FIGURE 1-1. CS11-L Current Transformer
2. Specifications
Example Applications:
• Motor or generator load conditions
• Efficiency studies
• Intermittent fault detection
• Submetering
1
CS11-L Current Transformer
Measurement Ranges: 0.15 to 200 A (0.15 to 125 A for CR200X)
Frequency: 50 and 60 Hz
Insulation Resistance: 100 M ohm @ 500 Vdc
High Potential: 2000 volts
Rated Current: 200 A, 125 A (CR200X)
Storage Temperature: –25º to 70ºC
Operating Temperature: –25º to 55ºC
Case Material: Polypropylene Resin
Construction: Epoxy Encapsulated
Accuracy with 10 ohm
Burden Max. (resistive): Typically ±1 percent of actual value with
provided multiplier
3. Installation
DimensionsOuter Diameter:4.8 cm (1.89 in)
Inner Diameter:1.9 cm (0.75 in)
Height:1.7 cm (0.67 in)
Multiplier: i
Place one AC wire through the hole of the CS11-L (see FIGURE 3-1). The
sensor may be placed on either the hot or neutral AC wire.
Mult
=200 A/1000mV=0.2
2
FIGURE 3-1. AC load wire installed in CS11-L (color of ac load wire
can vary)
4. Wiring
CS11-L Current Transformer
The CS11-L uses a single-ended analog channel as follows:
Wire Color Terminal
RED
or AG (VX on CR200X)
WHITE SE
BLACK
Shield
or AG
or AG
CS11-L
Cable
WHITE
RED
BLACK
CLEAR
FIGURE 4-1. CS11-L schematic
If multiple wire passes are needed, see the end of the first paragraph in
Appendix A.6, Multiple Passes Through the Sensor.
5. ACPower Instruction
5.1 Using the ACPower Instruction with the CS11-L
The CS11-L can be measured by programming the datalogger using the
ACPower Instruction (found in the CR8X0, CR1000, CR3000 dataloggers).
The ACPower instruction is designed to measure the voltage, frequency and
amperage of an AC load, then calculate the phase angle, harmonic distortion of
both the voltage and the current, as well as the real power of the load. In order
to obtain all of these measurements and values, another sensor, a potential
transformer, is required in addition to the CS11-L sensor. The datalogger will
measure voltage signal and frequency of the potential transformer. It will also
measure the current of the CS11-L.
1250 mV offset
Wire Color
WHITE
RED
BLACK
CLEAR
CR200X
Datalogger
SE
VX (EX)
All Other
Dataloggers
SE
3
CS11-L Current Transformer
'CR1000 Series Datalogger
' CS11-L_with_ACPower_AmpsOnly.CR1
'date: June 24, 2013
'
' Wiring:
' SE2 White CS11-L
' AG Black CS11-L
' AG Clear CS11-L
' AG Red CS11-L
PipeLineMode ' must be pipeline mode
Public Batt_volt
Public Amp_Mult
Public Amperage
Dim Array1(10)
PreserveVariables ' to store values between power cycles
DataTable (AmpTable,True,-1)
DataInterval (0,1,Min,10)
Average (1,Amperage,FP2,False)
Maximum (1,Amperage,FP2,False,False)
EndTable
BeginProg
Amp_Mult = 200/1000 ' 0.2 multiplier for the CS11-L (200Amps/1000mV=0.2)
Scan (500,mSec,0,0)
Battery (Batt_volt)
ACPower (Array1(),1,60,1,0.345345,120,2,.2,200,1)
Amperage=Array1(4)
' If Amperage <= 0.15 Then Amperage = 0
CallTable (AmpTable)
NextScan
EndProg
If no potential transformer will be used, the CS11-L and the ACPower
instruction will give you amperage, but not the other values, so you should
ignore all of the other values returned from the ACPower instruction. Most of
these other values will show up as NAN (not a number) when no potential
transformer is used.
5.2 ACPower (from CRBasic Help)
The ACPower instruction measures real AC power and a number of power
quality parameters for single-phase, split-phase, and three-phase ‘Y’
configurations.
The ACPower instruction is suitable for net-metering applications, as well as
variable-frequency (wild AC) applications. Potential and current transformers
must be used to measure the voltage and current using the datalogger.
4
CS11-L Current Transformer
WARNING
Working with live electrical equipment is dangerous!
The user is responsible for ensuring all wiring
conforms to local safety regulations and that the
enclosure is labeled accordingly.
DestAC The DestAC parameter is a variable or variable array in
which to store the measurement results. The number of
values returned depends upon the option chosen for the
configuration parameter. If DestAC is not dimensioned large
enough to hold all values, only those values that will fit into
the array will be stored.
ConfigAC The ConfigAC parameter is used to determine the type of
measurement that will be made.
Option Description
1 Single-phase with one voltage measurement and the number
of current measurements specified by the RepsI parameter.
This configuration monitors a single load with one voltage
and one current measurement, or multiple loads in sub-panel
applications with one voltage and multiple current
measurements. See FIGURE 5-1.
FIGURE 5-1. ACPower Configuration 1
5
Loading...
+ 25 hidden pages
You need points to download manuals.
1 point = 1 manual.
You can buy points or you can get point for every manual you upload.