Sie sind auf Seite 1von 34

Physics 3100 Electronics, Fall 2008, Digital Circuits 1

LabView Exercises: Part III


The working VIs should be handed in to the TA at the end of the lab.
This is a lab under development so we may experience some glitches the rst time through. Please bear
with us.
Initializing the NI 6251 and SCC68s
The NI 6251 Multifunction I/O allows rapid analog to digital conversion and input to the computer as well
as rapid Digital to Analog conversion and output from the computer via the USB port. It also provides
digital I/O capabilities as well as some timer functions. We have interfaced this device to an SCC68 box
containing analog and digital buers to protect the sensitive inputs and outputs of the 6251. These two
devices are connected by a 37 pin cable. The banana plugs and BNC connectors which we have added to
the SCC68 provide a convenient interface to the students experiments.
Exercise 1: Using MAX to initialize the NI 6251
The rst time this hardware is used on any given computer it must be initialized. The Measurement and
Automation Explorer (MAX) software provides an easy way to identify the NI hardware connected to the
computer. Follow the following steps:
1) Once you are sure that the NI 6251 and SCC68 are correctly connected and powered on, launch MAX
by double clicking on its icon on the desk-top.
Physics 3100 Electronics, Fall 2008, Digital Circuits 2
2) On the left side of the window which MAX opens you will see a column entitled Conguration.
Double-click on Devices and Interfaces to expand the sub-category (or click on the + box). Double-
click on NI-DAQmx Devices. The expanded sub-category should show an NI USB-6251 (Mass Termi-
nation): Dev xx (there will only be one such entry for your computer).
3) Click on the NI USB 6251 entry (it should be showing a green circuit board on the left to indicate that
it is connected).
4) Click on the Properties tab at the centre top of the window. This will open a Device Properties
dialog box. On the Accessory tab which is displayed there will be a check-list. Scroll down the list to
nd SCC-68 as shown. Click on SCC-68 and on OK.
Physics 3100 Electronics, Fall 2008, Digital Circuits 3
5) Now click on the tab Test Panels.. at the top of the window to display the test panel dialog box.
This panel will allow you to test the functioning of your NI 6251 and the SCC 68 which is connected
Physics 3100 Electronics, Fall 2008, Digital Circuits 4
to it.
6) Begin by testing the Analog Input channels (the rst tab). The channels which are connected via the
SCC 68 are Dev*/ai4 and Dev*/ai12. First select Channel Name Dev*/ai4 and set up the test
for Continuous Mode, and the RSE Input Conguration, as shown below.
If there is no signal source connected to the BNC connector labelled AI0 on the SCC 68 the display
chart should show noise similar to that displayed on the gure when you press Start.
6) Connect the output from your function generator to the input AI0 BNC connector. Since the acquisition
rate specied in the test panel is 1000 Hz (see gure above) your function generator frequency should
be set to a frequency which is less than 500 Hz. (You must sample at least twice as fast as the
highest frequency of interest..this is the sampling theorem). Choose a suitably low frequency. Also,
the input should have an amplitude less than 10 volts. If the output displayed on the panel is as youd
expect, click on STOP and perform the same test on Channel Name Dev*/ai12 using the same set
up parameters. If both channels pass this test, move on to the Analog Output test by clicking on the
Analog Output tab at the top of the window.
7) Connect the Dev*/ao0 output from BNC AO0 on the SCC 68 to your oscilloscope. Set up channel 0
as shown below
Physics 3100 Electronics, Fall 2008, Digital Circuits 5
You should see a sine wave on your oscilloscope. Change the amplitude and frequency to verify that
everything is working correctly then repeat the test using Dev*/ao0 and the AO1 BNC connector.
8) Finally, click on the Digital I/Otab at the top of the window and test the 4 output and 4 input digital
lines. These are connected to the coloured banana jacks and are labelled DO0 through DO3 and DI0
through DI3. Set up the test panel as shown below, using port1 and click on Start. Lines 0 through
3 are assigned as inputs while those from 4 through 7 are outputs. All 8 lines are connected internally
to pull-up resistors so the 4 input lines )bits 0 through 3) show up as high unless something pulls
them down. Connect any of the 4 lines DI0 through DI3 to ground using a wire with banana plugs
and the corresponding circular green light on the test panel should go dark.. Next, connect one of
the output lines DO0 through DO3 to an LED (use a 1 k series resistor). Then using the test panels
slide switches you should be able to turn the LED on and o. This demonstrates that the digital I/O
is working. After you have completed these tests you may continue with the next exercise.
Physics 3100 Electronics, Fall 2008, Digital Circuits 6
Exercise 2: Data Acquisition Using the NI USB-6251
plus SCC 68
The National Instruments USB-6251 provides 16 single-ended or 8 dierential channels of analog input. It
does this using a single 16-bit analog to digital converter capable of digitizing at a maximum rate of 1.25
MHz. The 16 channels are provided by multiplexing the input to this A/D converter. If more than one
channel is used the maximum aggregate sampling rate is 1.0 MHz (i.e., 500 kHz per channel for 2 channels,
etc). It also provides two separate 16 bit analog output channels which can operate at up to 2.86 MHz for a
single channel or 2.0 MHz aggregate for two channels. See the attached data sheet for detailed specications.
The NI SCC 68 provides the interface between the NI 6251 and the users experiment. We have enabled
two analog input channels, channel ai4 and ai12 each of which is buered by an Analog Devices OP249
op-amp to provide operation over the full range of specications of the NI 6251. The two digital outputs
are also buered by OP249s operating with a series 51 resistor to protect against short-circuits on the
outputs. Finally, we provide 4 digital input lines (port 1, bits 0 to 3) and 4 digital output lines (port 1, bits
4 to 7) which are buered by a 74LS244. There is a 560 pull-up resistor on each digital input and output.
The NI USB 6251/SCC 68 combination is a exible and powerful data acquisition and control system
and the exercise described below is an introduction to using such a system.
Physics 3100 Electronics, Fall 2008, Digital Circuits 7
Exercise 2: Data Acquisition using the A/D Converter
In this exercise you will build a LabView VI for acquiring data from the two analog input channels ai4 and
ai12. The VI allows you to change the sampling rate and to save the data to an.lvfle. (This is LabViews
text formatted data le format.)
Launch LabView and, under New, click on Blank VI. Decorate your front panel as shown below.
The corresponding block diagram should be as shown in the next gure.
Physics 3100 Electronics, Fall 2008, Digital Circuits 8
You will notice that the block diagram contains three loop structures: the outermost loop is a while loop
which terminates only when the STOP button is pushed, the large inner loop is a Case structure which
executes every time you press the READY button. The small inner loop executes when you push the
Save? button and saves the data to a le.
When you place theDAQ Assistanton the block diagram you will need to congure the physical channel
being used (dev*/ai4). The conguration dialog box should open when you place it on the block diagram. If
it doesnt, right click on the icon and, from the menu displayed, select Properties. Set up channel dev*/ai4
as shown.
Physics 3100 Electronics, Fall 2008, Digital Circuits 9
This VI allows you to collect # of samples data points at Sampling Rate. If you connect a sine wave
to the AI0 input channel. The sampled data is displayed on the front panel graph. If you like the look of
the data you can save it by pressing Save?.
Save a set of data and open the .lvm le with Windows NotePad to see the organization of the data le.
Once your VI is working, save it to give to the TA. Then, click onSave As and choose Substitute Copy
for Original and give it a new name so that you can modify the VI for the next exercise.
Physics 3100 Electronics, Fall 2008, Digital Circuits 10
Exercise 3: Generating a Square Wave Output using the D/A Converter
If you modify the VI as shown by the Front Panel and Block Diagrams below, you will be able to generate
and output a waveform which you can use to excite some external circuit. The A/D converter can then be
use to view the excitation and the response.
Physics 3100 Electronics, Fall 2008, Digital Circuits 11
As an example we suggest using a square wave excitation of an RLC circuit. Set up the D/A converter
to provide a 50 Hz square wave, amplitude of 4 v. using a size of 1024 samples. This output should be
congured to appear at Physical Channel Dev*/ao0. Build an RLC resonant circuit as shown
Use the output of the D/A (from BNC AO0) as V
i
. Connect AI0 to the input side of the RLC circuit and
connect AI1 to the output side of the circuit.
When you click on the READY button, the VI generates roughly a single cycle of the square wave which
results in a 4 volt step at the input to the resonance circuit. The circuit then rings at its characteristic
frequency
0
= 1/

LC. The ringing decays rapidly with time because of the internal resistance of the wire
used to make L1. Measure the frequency of the ringing and estimate the decay time.
Save the VI and give the results to the TA.
Requirements and Compatibility | Ordering Information | Detailed Specifications | Pinouts/Front Panel Connections
For user manuals and dimensional drawings, visit the product page resources tab on ni.com.
Last Revised: 2008-09-24 10:47:16.0
High-Speed M Series MuItifunction DAQ for USB - 16-Bit, up to 1.25 MS/s, up to 80 AnaIog Inputs
Up to 80 analog inputs at 16 bits, 1.25 MS/s (1 MS/s or 750 kS/s scanning)
Up to 4 analog outputs at 16 bits, 2.86 MS/s
Up to 48 TTL/CMOS digital /O lines (up to 32 hardware-timed at up to 1 MHz)
Two 32-bit, 80 MHz counter/timers
Analog and digital triggering supported; power supply included
N-PGA 2 and N-MCal calibration technology for improved measurement accuracy
N signal streaming for 4 high-speed data streams on USB
N-DAQmx driver software and LabVEW SignalExpress LE included
Overview
With recent bandwidth improvements and new innovations from National Instruments, USB has evolved into a core bus of choice for measurement and automation applications. NI
M Series high-speed devices for USB deliver high-performance data acquisition in an easy-to-use and portable form factor through USB ports on laptop computers and other
portable computing platforms. NI created NI signal streaming, an innovative patent-pending technology that enables sustained bidirectional high-speed data streams on USB. The
new technology, combined with advanced external synchronization and isolation, helps engineers and scientists achieve high-performance applications on USB.
M Series high-speed multifunction data acquisition (DAQ) modules for USB are optimized for superior accuracy at fast sampling rates. They provide an onboard NI-PGIA 2
amplifier designed for fast settling times at high scanning rates, ensuring 16-bit accuracy even when measuring all available channels at maximum speed. All high-speed devices
have a minimum of 16 analog inputs, 24 digital I/O lines, seven programmable input ranges, analog and digital triggering, and two counter/timers. USB M Series devices are ideal
for test, control, and design applications including portable data logging, field monitoring, embedded OEM, in-vehicle data acquisition, and academic. High-speed NI USB-625x M
Series devices have an extended two-year calibration interval.
Requirements and CompatibiIity
OS Information
Windows 2000/XP
Windows Vista x64/x86
Driver Information
N-DAQmx
Software CompatibiIity
ANS C/C++
LabVEW
Visual Studio .NET
Visual C#
LabVEW SignalExpress
Comparison TabIes
FamiIy Connector AnaIog Inputs ResoIution Max Rate AnaIog
Outputs
ResoIution Max Rate DigitaI I/O Counter/
Timer
USB-6251 Screw/68-pin
SCS
16 SE/8 D 16 bits 1.25 MS/s 2 16 bits 2.86 MS/s 24 (8 clocked) 2
USB-6259 Screw/68-pin
SCS
32 SE/16 D 16 bits 1.25 MS/s 4 16 bits 2.86 MS/s 48 (32 clocked) 2
USB-6255 Screw/68-pin
SCS
80 SE/40 D 16 bits 1.25 MS/s 2 16 bits 2.86 MS/s 24 (8 clocked) 2
AppIication and TechnoIogy
NI SignaI Streaming
Technical Sales
Canada
(866) 531-6285
info@ni.com
1 www.ni.com
U
n
l
i
k
e
t
y
p
i
c
a
l
m
u
l
t
i
f
u
n
c
t
i
o
n
U
S
B
d
a
t
a
a
c
q
u
i
s
i
t
i
o
n
d
e
v
i
c
e
s
,
N
I
U
S
B
M
S
e
r
i
e
s
D
A
Q
d
e
v
i
c
e
s
i
n
c
o
r
p
o
r
a
t
e
N
I
s
i
g
n
a
l
s
t
r
e
a
m
i
n
g
,
a
p
a
t
e
n
t
-
p
e
n
d
i
n
g
t
e
c
h
n
o
l
o
g
y
t
h
a
t
c
o
m
b
i
n
e
s
t
h
r
e
e
i
n
n
o
v
a
t
i
v
e
h
a
r
d
w
a
r
e
-
a
n
d
s
o
f
t
w
a
r
e
-
l
e
v
e
l
d
e
s
i
g
n
e
l
e
m
e
n
t
s
t
o
e
n
a
b
l
e
s
u
s
t
a
i
n
e
d
h
i
g
h
-
s
p
e
e
d
a
n
d
b
i
d
i
r
e
c
t
i
o
n
a
l
d
a
t
a
s
t
r
e
a
m
s
o
v
e
r
U
S
B
.
N
I
s
i
g
n
a
l
s
t
r
e
a
m
i
n
g
,
a
l
o
n
g
w
i
t
h
t
h
e
e
r
r
o
r
c
o
r
r
e
c
t
i
o
n
,
n
o
i
s
e
r
e
j
e
c
t
i
o
n
,
p
o
w
e
r
m
a
n
a
g
e
m
e
n
t
,
a
n
d
p
o
w
e
r
d
i
s
t
r
i
b
u
t
i
o
n
i
n
h
e
r
e
n
t
i
n
t
h
e
U
S
B
p
r
o
t
o
c
o
l
,
y
i
e
l
d
s
a
r
o
b
u
s
t
,
s
e
c
u
r
e
,
a
n
d
r
e
l
i
a
b
l
e
b
u
s
.
W
i
t
h
o
u
t
N
I
s
i
g
n
a
l
s
t
r
e
a
m
i
n
g
,
a
m
u
l
t
i
f
u
n
c
t
i
o
n
d
a
t
a
a
c
q
u
i
s
i
t
i
o
n
d
e
v
i
c
e
c
o
u
l
d
s
u
s
t
a
i
n
o
n
l
y
a
s
i
n
g
l
e
h
i
g
h
-
s
p
e
e
d
d
a
t
a
s
t
r
e
a
m
,
e
f
f
e
c
t
i
v
e
l
y
m
a
k
i
n
g
i
t
a
s
i
n
g
l
e
-
f
u
n
c
t
i
o
n
d
e
v
i
c
e
.
F
o
r
m
o
r
e
i
n
f
o
r
m
a
t
i
o
n
,
v
i
s
i
t
n
i
.
c
o
m
/
u
s
b
.
U
S
B
M
S
e
r
i
e
s
f
o
r
T
e
s
t
F
o
r
t
e
s
t
,
y
o
u
c
a
n
u
s
e
t
h
e
M
S
e
r
i
e
s
h
i
g
h
-
s
p
e
e
d
a
n
a
l
o
g
i
n
p
u
t
s
a
n
d
1
0
M
H
z
d
i
g
i
t
a
l
l
i
n
e
s
w
i
t
h
N
I
s
i
g
n
a
l
c
o
n
d
i
t
i
o
n
i
n
g
f
o
r
a
p
p
l
i
c
a
t
i
o
n
s
i
n
c
l
u
d
i
n
g
t
e
s
t
,
c
o
m
p
o
n
e
n
t
c
h
a
r
a
c
t
e
r
i
z
a
t
i
o
n
,
a
n
d
s
e
n
s
o
r
m
e
a
s
u
r
e
m
e
n
t
.
H
i
g
h
-
s
p
e
e
d
U
S
B
-
6
2
5
x
M
S
e
r
i
e
s
d
e
v
i
c
e
s
a
r
e
c
o
m
p
a
t
i
b
l
e
w
i
t
h
t
h
e
N
I
S
C
C
s
i
g
n
a
l
c
o
n
d
i
t
i
o
n
i
n
g
p
l
a
t
f
o
r
m
,
p
r
o
v
i
d
i
n
g
a
m
p
l
i
f
i
c
a
t
i
o
n
f
i
l
t
e
r
i
n
g
a
n
d
p
o
w
e
r
f
o
r
v
i
r
t
u
a
l
l
y
e
v
e
r
y
t
y
p
e
o
f
s
e
n
s
o
r
.
T
h
i
s
p
l
a
t
f
o
r
m
i
s
a
l
s
o
c
o
m
p
l
i
a
n
t
w
i
t
h
I
E
E
E
1
4
5
1
.
4
s
m
a
r
t
t
r
a
n
s
d
u
c
e
r
e
l
e
c
t
r
o
n
i
c
d
a
t
a
s
h
e
e
t
(
T
E
D
S
)
s
e
n
s
o
r
s
,
w
h
i
c
h
o
f
f
e
r
d
i
g
i
t
a
l
s
t
o
r
a
g
e
f
o
r
s
e
n
s
o
r
d
a
t
a
s
h
e
e
t
i
n
f
o
r
m
a
t
i
o
n
.
U
S
B
M
S
e
r
i
e
s
m
u
l
t
i
f
u
n
c
t
i
o
n
D
A
Q
d
e
v
i
c
e
s
a
l
s
o
c
o
m
p
l
e
m
e
n
t
e
x
i
s
t
i
n
g
t
e
s
t
s
y
s
t
e
m
s
t
h
a
t
n
e
e
d
a
d
d
i
t
i
o
n
a
l
m
e
a
s
u
r
e
m
e
n
t
c
h
a
n
n
e
l
s
.
F
o
r
h
i
g
h
e
r
-
c
h
a
n
n
e
l
-
c
o
u
n
t
s
i
g
n
a
l
c
o
n
d
i
t
i
o
n
i
n
g
o
n
U
S
B
,
c
o
n
s
i
d
e
r
t
h
e
N
I
C
o
m
p
a
c
t
D
A
Q
o
r
N
I
S
C
X
I
p
l
a
t
f
o
r
m
.
U
S
B
M
S
e
r
i
e
s
f
o
r
C
o
n
t
r
o
I
U
S
B
M
S
e
r
i
e
s
d
i
g
i
t
a
l
l
i
n
e
s
c
a
n
d
r
i
v
e
2
4
m
A
f
o
r
r
e
l
a
y
a
n
d
a
c
t
u
a
t
o
r
c
o
n
t
r
o
l
.
B
y
c
l
o
c
k
i
n
g
t
h
e
d
i
g
i
t
a
l
l
i
n
e
s
a
s
f
a
s
t
a
s
1
0
M
H
z
(
w
i
t
h
o
n
b
o
a
r
d
r
e
g
e
n
e
r
a
t
i
o
n
)
,
y
o
u
c
a
n
u
s
e
t
h
e
s
e
l
i
n
e
s
f
o
r
p
u
l
s
e
-
w
i
d
t
h
m
o
d
u
l
a
t
i
o
n
(
P
W
M
)
t
o
c
o
n
t
r
o
l
v
a
l
v
e
s
,
m
o
t
o
r
s
,
f
a
n
s
,
l
a
m
p
s
,
a
n
d
p
u
m
p
s
.
W
i
t
h
f
o
u
r
w
a
v
e
f
o
r
m
a
n
a
l
o
g
o
u
t
p
u
t
s
,
t
w
o
8
0
M
H
z
c
o
u
n
t
e
r
/
t
i
m
e
r
s
,
a
n
d
f
o
u
r
h
i
g
h
-
s
p
e
e
d
d
a
t
a
s
t
r
e
a
m
s
o
n
U
S
B
,
M
S
e
r
i
e
s
d
e
v
i
c
e
s
c
a
n
e
x
e
c
u
t
e
m
u
l
t
i
p
l
e
c
o
n
t
r
o
l
l
o
o
p
s
s
i
m
u
l
t
a
n
e
o
u
s
l
y
.
H
i
g
h
-
s
p
e
e
d
U
S
B
-
6
2
5
x
M
S
e
r
i
e
s
d
e
v
i
c
e
s
a
l
s
o
o
f
f
e
r
d
i
r
e
c
t
s
u
p
p
o
r
t
f
o
r
e
n
c
o
d
e
r
m
e
a
s
u
r
e
m
e
n
t
s
,
p
r
o
t
e
c
t
e
d
d
i
g
i
t
a
l
l
i
n
e
s
,
a
n
d
d
i
g
i
t
a
l
d
e
b
o
u
n
c
e
f
i
l
t
e
r
s
.
W
i
t
h
u
p
t
o
8
0
a
n
a
l
o
g
i
n
p
u
t
s
,
3
2
c
l
o
c
k
e
d
d
i
g
i
t
a
l
l
i
n
e
s
,
a
n
d
f
o
u
r
a
n
a
l
o
g
o
u
t
p
u
t
s
,
y
o
u
c
a
n
e
x
e
c
u
t
e
m
u
l
t
i
p
l
e
c
o
n
t
r
o
l
l
o
o
p
s
w
i
t
h
a
s
i
n
g
l
e
d
e
v
i
c
e
.
Y
o
u
c
a
n
a
l
s
o
c
r
e
a
t
e
a
c
o
m
p
l
e
t
e
c
u
s
t
o
m
m
o
t
i
o
n
c
o
n
t
r
o
l
l
e
r
b
y
c
o
m
b
i
n
i
n
g
U
S
B
M
S
e
r
i
e
s
d
e
v
i
c
e
s
w
i
t
h
t
h
e
N
I
S
o
f
t
M
o
t
i
o
n
D
e
v
e
l
o
p
m
e
n
t
M
o
d
u
l
e
.
U
S
B
M
S
e
r
i
e
s
f
o
r
D
e
s
i
g
n
F
o
r
d
e
s
i
g
n
a
p
p
l
i
c
a
t
i
o
n
s
,
y
o
u
c
a
n
u
s
e
a
w
i
d
e
r
a
n
g
e
o
f
I
/
O

f
r
o
m
8
0
a
n
a
l
o
g
i
n
p
u
t
s
t
o
4
8
d
i
g
i
t
a
l
l
i
n
e
s

t
o
m
e
a
s
u
r
e
a
n
d
v
e
r
i
f
y
p
r
o
t
o
t
y
p
e
d
e
s
i
g
n
s
.
U
S
B
M
S
e
r
i
e
s
d
e
v
i
c
e
s
a
n
d
N
I
L
a
b
V
I
E
W
S
i
g
n
a
l
E
x
p
r
e
s
s
i
n
t
e
r
a
c
t
i
v
e
m
e
a
s
u
r
e
m
e
n
t
s
o
f
t
w
a
r
e
d
e
l
i
v
e
r
b
e
n
c
h
t
o
p
m
e
a
s
u
r
e
m
e
n
t
s
t
o
t
h
e
P
C
.
W
i
t
h
L
a
b
V
I
E
W
S
i
g
n
a
l
E
x
p
r
e
s
s
,
y
o
u
c
a
n
q
u
i
c
k
l
y
c
r
e
a
t
e
d
e
s
i
g
n
v
e
r
i
f
i
c
a
t
i
o
n
t
e
s
t
s
.
T
h
e
f
a
s
t
a
c
q
u
i
s
i
t
i
o
n
a
n
d
g
e
n
e
r
a
t
i
o
n
r
a
t
e
s
o
f
h
i
g
h
-
p
e
r
f
o
r
m
a
n
c
e
U
S
B
M
S
e
r
i
e
s
h
i
g
h
-
s
p
e
e
d
d
e
v
i
c
e
s
a
l
o
n
g
w
i
t
h
L
a
b
V
I
E
W
S
i
g
n
a
l
E
x
p
r
e
s
s
p
r
o
v
i
d
e
f
a
s
t
d
e
s
i
g
n
a
n
a
l
y
s
i
s
.
Y
o
u
c
a
n
c
o
n
v
e
r
t
y
o
u
r
t
e
s
t
e
d
a
n
d
v
e
r
i
f
i
e
d
L
a
b
V
I
E
W
S
i
g
n
a
l
E
x
p
r
e
s
s
p
r
o
j
e
c
t
s
t
o
L
a
b
V
I
E
W
a
p
p
l
i
c
a
t
i
o
n
s
f
o
r
i
m
m
e
d
i
a
t
e
M
S
e
r
i
e
s
D
A
Q
u
s
e
,
a
n
d
b
r
i
d
g
e
t
h
e
g
a
p
b
e
t
w
e
e
n
t
e
s
t
,
c
o
n
t
r
o
l
,
a
n
d
d
e
s
i
g
n
a
p
p
l
i
c
a
t
i
o
n
s
.
U
S
B
M
S
e
r
i
e
s
f
o
r
O
E
M
s
S
h
o
r
t
e
n
y
o
u
r
t
i
m
e
t
o
m
a
r
k
e
t
b
y
i
n
t
e
g
r
a
t
i
n
g
N
a
t
i
o
n
a
l
I
n
s
t
r
u
m
e
n
t
s
O
E
M
p
r
o
d
u
c
t
s
i
n
y
o
u
r
d
e
s
i
g
n
.
B
o
a
r
d
-
o
n
l
y
v
e
r
s
i
o
n
s
o
f
U
S
B
M
S
e
r
i
e
s
D
A
Q
d
e
v
i
c
e
s
a
r
e
a
v
a
i
l
a
b
l
e
f
o
r
O
E
M
a
p
p
l
i
c
a
t
i
o
n
s
,
w
i
t
h
c
o
m
p
e
t
i
t
i
v
e
q
u
a
n
t
i
t
y
p
r
i
c
i
n
g
a
n
d
s
o
f
t
w
a
r
e
c
u
s
t
o
m
i
z
a
t
i
o
n
.
T
h
e
N
I
O
E
M
E
l
i
t
e
P
r
o
g
r
a
m
o
f
f
e
r
s
f
r
e
e
3
0
-
d
a
y
t
r
i
a
l
k
i
t
s
f
o
r
q
u
a
l
i
f
i
e
d
c
u
s
t
o
m
e
r
s
.
V
i
s
i
t
n
i
.
c
o
m
/
o
e
m
f
o
r
m
o
r
e
i
n
f
o
r
m
a
t
i
o
n
.
R
e
c
o
m
m
e
n
d
e
d
S
o
f
t
w
a
r
e
N
a
t
i
o
n
a
l
I
n
s
t
r
u
m
e
n
t
s
m
e
a
s
u
r
e
m
e
n
t
s
e
r
v
i
c
e
s
s
o
f
t
w
a
r
e
,
b
u
i
l
t
a
r
o
u
n
d
N
I
-
D
A
Q
m
x
d
r
i
v
e
r
s
o
f
t
w
a
r
e
,
i
n
c
l
u
d
e
s
i
n
t
u
i
t
i
v
e
a
p
p
l
i
c
a
t
i
o
n
p
r
o
g
r
a
m
m
i
n
g
i
n
t
e
r
f
a
c
e
s
,
c
o
n
f
i
g
u
r
a
t
i
o
n
t
o
o
l
s
,
I
/
O
a
s
s
i
s
t
a
n
t
s
,
a
n
d
o
t
h
e
r
t
o
o
l
s
d
e
s
i
g
n
e
d
t
o
r
e
d
u
c
e
s
y
s
t
e
m
s
e
t
u
p
,
c
o
n
f
i
g
u
r
a
t
i
o
n
,
a
n
d
d
e
v
e
l
o
p
m
e
n
t
t
i
m
e
.
N
a
t
i
o
n
a
l
I
n
s
t
r
u
m
e
n
t
s
r
e
c
o
m
m
e
n
d
s
u
s
i
n
g
t
h
e
l
a
t
e
s
t
v
e
r
s
i
o
n
o
f
N
I
-
D
A
Q
m
x
d
r
i
v
e
r
s
o
f
t
w
a
r
e
f
o
r
a
p
p
l
i
c
a
t
i
o
n
d
e
v
e
l
o
p
m
e
n
t
i
n
N
I
L
a
b
V
I
E
W
,
L
a
b
V
I
E
W
S
i
g
n
a
l
E
x
p
r
e
s
s
,
L
a
b
W
i
n
d
o
w
s

/
C
V
I
,
a
n
d
M
e
a
s
u
r
e
m
e
n
t
S
t
u
d
i
o
.
T
o
o
b
t
a
i
n
t
h
e
l
a
t
e
s
t
v
e
r
s
i
o
n
o
f
N
I
-
D
A
Q
m
x
,
v
i
s
i
t
n
i
.
c
o
m
/
s
u
p
p
o
r
t
/
d
a
q
/
v
e
r
s
i
o
n
s
.
N
I
m
e
a
s
u
r
e
m
e
n
t
s
e
r
v
i
c
e
s
s
o
f
t
w
a
r
e
s
p
e
e
d
s
u
p
y
o
u
r
d
e
v
e
l
o
p
m
e
n
t
w
i
t
h
f
e
a
t
u
r
e
s
i
n
c
l
u
d
i
n
g
:

A
g
u
i
d
e
t
o
c
r
e
a
t
e
f
a
s
t
a
n
d
a
c
c
u
r
a
t
e
m
e
a
s
u
r
e
m
e
n
t
s
w
i
t
h
n
o
p
r
o
g
r
a
m
m
i
n
g
u
s
i
n
g
t
h
e
D
A
Q
A
s
s
i
s
t
a
n
t

A
u
t
o
m
a
t
i
c
c
o
d
e
g
e
n
e
r
a
t
i
o
n
t
o
c
r
e
a
t
e
y
o
u
r
a
p
p
l
i
c
a
t
i
o
n
i
n
L
a
b
V

E
W
;
L
a
b
W
i
n
d
o
w
s
/
C
V

;
L
a
b
V

E
W
S
i
g
n
a
l
E
x
p
r
e
s
s
;
a
n
d
V
i
s
u
a
l
S
t
u
d
i
o
.
N
E
T
,
A
N
S

C
/
C
+
+
,
C
#
,
o
r
V
i
s
u
a
l
B
a
s
i
c
u
s
i
n
g
M
e
a
s
u
r
e
m
e
n
t
S
t
u
d
i
o

M
u
l
t
i
t
h
r
e
a
d
e
d
s
t
r
e
a
m
i
n
g
t
e
c
h
n
o
l
o
g
y
f
o
r
1
,
0
0
0
t
i
m
e
s
p
e
r
f
o
r
m
a
n
c
e
i
m
p
r
o
v
e
m
e
n
t
s

A
u
t
o
m
a
t
i
c
t
i
m
i
n
g
,
t
r
i
g
g
e
r
i
n
g
,
a
n
d
s
y
n
c
h
r
o
n
i
z
a
t
i
o
n
r
o
u
t
i
n
g
t
o
m
a
k
e
a
d
v
a
n
c
e
d
a
p
p
l
i
c
a
t
i
o
n
s
e
a
s
y

M
o
r
e
t
h
a
n
3
,
0
0
0
f
r
e
e
s
o
f
t
w
a
r
e
d
o
w
n
l
o
a
d
s
t
o
j
u
m
p
-
s
t
a
r
t
y
o
u
r
p
r
o
j
e
c
t
a
v
a
i
l
a
b
l
e
a
t
n
i
.
c
o
m
/
z
o
n
e

S
o
f
t
w
a
r
e
c
o
n
f
i
g
u
r
a
t
i
o
n
o
f
a
l
l
d
i
g
i
t
a
l

/
O
f
e
a
t
u
r
e
s
w
i
t
h
o
u
t
h
a
r
d
w
a
r
e
s
w
i
t
c
h
e
s
/
j
u
m
p
e
r
s

S
i
n
g
l
e
p
r
o
g
r
a
m
m
i
n
g
i
n
t
e
r
f
a
c
e
f
o
r
a
n
a
l
o
g
i
n
p
u
t
,
a
n
a
l
o
g
o
u
t
p
u
t
,
d
i
g
i
t
a
l

/
O
,
a
n
d
c
o
u
n
t
e
r
s
o
n
h
u
n
d
r
e
d
s
o
f
m
u
l
t
i
f
u
n
c
t
i
o
n
D
A
Q
h
a
r
d
w
a
r
e
d
e
v
i
c
e
s
M
S
e
r
i
e
s
d
e
v
i
c
e
s
a
r
e
c
o
m
p
a
t
i
b
l
e
w
i
t
h
t
h
e
f
o
l
l
o
w
i
n
g
v
e
r
s
i
o
n
s
(
o
r
l
a
t
e
r
)
o
f
N
I
a
p
p
l
i
c
a
t
i
o
n
s
o
f
t
w
a
r
e

L
a
b
V
I
E
W
,
L
a
b
W
i
n
d
o
w
s
/
C
V
I
,
o
r
M
e
a
s
u
r
e
m
e
n
t
S
t
u
d
i
o
v
e
r
s
i
o
n
s
7
.
x
o
r
L
a
b
V
I
E
W
S
i
g
n
a
l
E
x
p
r
e
s
s
2
.
x
.
R
e
c
o
m
m
e
n
d
e
d
A
c
c
e
s
s
o
r
i
e
s
(
M
a
s
s
-
T
e
r
m
i
n
a
t
i
o
n
V
e
r
s
i
o
n
s
)
S
i
g
n
a
l
c
o
n
d
i
t
i
o
n
i
n
g
i
s
r
e
q
u
i
r
e
d
f
o
r
s
e
n
s
o
r
m
e
a
s
u
r
e
m
e
n
t
s
o
r
v
o
l
t
a
g
e
i
n
p
u
t
s
g
r
e
a
t
e
r
t
h
a
n
1
0
V
.
N
I
S
C
C
p
r
o
d
u
c
t
s
,
w
h
i
c
h
a
r
e
d
e
s
i
g
n
e
d
t
o
i
n
c
r
e
a
s
e
t
h
e
p
e
r
f
o
r
m
a
n
c
e
a
n
d
r
e
l
i
a
b
i
l
i
t
y
o
f
y
o
u
r
d
a
t
a
a
c
q
u
i
s
i
t
i
o
n
s
y
s
t
e
m
,
a
r
e
u
p
t
o
1
0
t
i
m
e
s
m
o
r
e
a
c
c
u
r
a
t
e
t
h
a
n
u
s
i
n
g
t
e
r
m
i
n
a
l
b
l
o
c
k
s
a
l
o
n
e
.
F
o
r
m
o
r
e
i
n
f
o
r
m
a
t
i
o
n
,
v
i
s
i
t
n
i
.
c
o
m
/
s
i
g
c
o
n
.
O
r
d
e
r
i
n
g
I
n
f
o
r
m
a
t
i
o
n
F
o
r
a
c
o
m
p
l
e
t
e
l
i
s
t
o
f
a
c
c
e
s
s
o
r
i
e
s
,
v
i
s
i
t
t
h
e
p
r
o
d
u
c
t
p
a
g
e
o
n
n
i
.
c
o
m
.
2
w
w
w
.
n
i
.
c
o
m
P
r
o
d
u
c
t
s
P
a
r
t
N
u
m
b
e
r
R
e
c
o
m
m
e
n
d
e
d
A
c
c
e
s
s
o
r
i
e
s
P
a
r
t
N
u
m
b
e
r
B
o
a
r
d
-
O
n
I
y
D
e
v
i
c
e
s
f
o
r
E
m
b
e
d
d
e
d
S
y
s
t
e
m
s
a
n
d
O
E
M
U
S
B
-
6
2
5
5
O
E
M
(
Q
u
a
n
t
i
t
y
1
)
1
9
7
2
0
1
-
0
1
N
o
a
c
c
e
s
s
o
r
i
e
s
r
e
q
u
i
r
e
d
.
U
S
B
-
6
2
5
1
O
E
M
(
Q
u
a
n
t
i
t
y
1
)
1
9
4
9
2
9
-
0
3
N
o
a
c
c
e
s
s
o
r
i
e
s
r
e
q
u
i
r
e
d
.
U
S
B
-
6
2
5
9
O
E
M
(
Q
u
a
n
t
i
t
y
1
)
1
9
4
9
2
9
-
0
1
N
o
a
c
c
e
s
s
o
r
i
e
s
r
e
q
u
i
r
e
d
.
N
I
H
i
g
h
-
P
e
r
f
o
r
m
a
n
c
e
M
S
e
r
i
e
s
M
u
I
t
i
f
u
n
c
t
i
o
n
D
A
Q
f
o
r
U
S
B
U
S
B
-
6
2
5
5
M
a
s
s
T
e
r
m
R
e
q
u
i
r
e
s
:
2
C
a
b
l
e
s
,
2
C
o
n
n
e
c
t
o
r
B
l
o
c
k
s
7
7
9
9
5
9
-
0
P
C
o
n
n
e
c
t
o
r
0
:
C
a
b
I
e
:
S
h
i
e
l
d
e
d
-
S
H
6
8
-
6
8
-
E
P
M
N
o
i
s
e
R
e
j
e
c
t
i
n
g
,
S
h
i
e
l
d
e
d
C
a
b
l
e
,
1
m
*
*
A
l
s
o
A
v
a
i
l
a
b
l
e
:
U
n
s
h
i
e
l
d
e
d
1
9
9
0
0
6
-
0
1
C
o
n
n
e
c
t
o
r
B
I
o
c
k
:
S
c
r
e
w
T
e
r
m
i
n
a
l
-
S
C
B
-
6
8
S
h
i
e
l
d
e
d

/
O
C
o
n
n
e
c
t
o
r
B
l
o
c
k
f
o
r
D
A
Q
D
e
v
i
c
e
s
*
*
A
l
s
o
A
v
a
i
l
a
b
l
e
:
B
N
C
T
e
r
m
i
n
a
t
i
o
n
,
U
n
s
h
i
e
l
d
e
d
7
7
6
8
4
4
-
0
1
C
o
n
n
e
c
t
o
r
1
:
C
a
b
I
e
:
S
h
i
e
l
d
e
d
-
S
H
6
8
-
6
8
-
S
N
o
i
s
e
R
e
j
e
c
t
i
n
g
,
S
h
i
e
l
d
e
d
C
a
b
l
e
,
1
m
*
*
A
l
s
o
A
v
a
i
l
a
b
l
e
:
U
n
s
h
i
e
l
d
e
d
1
8
5
2
6
2
-
0
1
C
o
n
n
e
c
t
o
r
B
I
o
c
k
:
S
h
i
e
l
d
e
d
-
S
C
B
-
6
8
S
h
i
e
l
d
e
d

/
O
C
o
n
n
e
c
t
o
r
B
l
o
c
k
f
o
r
D
A
Q
D
e
v
i
c
e
s
*
*
A
l
s
o
A
v
a
i
l
a
b
l
e
:
U
n
s
h
i
e
l
d
e
d
,
B
N
C
T
e
r
m
i
n
a
t
i
o
n
7
7
6
8
4
4
-
0
1
U
S
B
-
6
2
5
5
S
c
r
e
w
T
e
r
m
7
7
9
9
5
8
-
0
P
N
o
a
c
c
e
s
s
o
r
i
e
s
r
e
q
u
i
r
e
d
.
U
S
B
-
6
2
5
9
M
a
s
s
T
e
r
m
R
e
q
u
i
r
e
s
:
2
C
a
b
l
e
s
,
2
C
o
n
n
e
c
t
o
r
B
l
o
c
k
s
7
7
9
6
9
5
-
0
P
C
o
n
n
e
c
t
o
r
0
:
C
a
b
I
e
:
S
h
i
e
l
d
e
d
-
S
H
6
8
-
6
8
-
E
P
M
N
o
i
s
e
R
e
j
e
c
t
i
n
g
,
S
h
i
e
l
d
e
d
C
a
b
l
e
,
1
m
*
*
A
l
s
o
A
v
a
i
l
a
b
l
e
:
B
N
C
T
e
r
m
i
n
a
t
i
o
n
,
U
n
s
h
i
e
l
d
e
d
1
9
9
0
0
6
-
0
1
C
o
n
n
e
c
t
o
r
B
I
o
c
k
:
S
h
i
e
l
d
e
d
-
S
C
B
-
6
8
S
h
i
e
l
d
e
d

/
O
C
o
n
n
e
c
t
o
r
B
l
o
c
k
f
o
r
D
A
Q
D
e
v
i
c
e
s
*
*
A
l
s
o
A
v
a
i
l
a
b
l
e
:
U
n
s
h
i
e
l
d
e
d
7
7
6
8
4
4
-
0
1
C
o
n
n
e
c
t
o
r
1
:
C
a
b
I
e
:
S
h
i
e
l
d
e
d
-
S
H
6
8
-
6
8
-
E
P
M
N
o
i
s
e
R
e
j
e
c
t
i
n
g
,
S
h
i
e
l
d
e
d
C
a
b
l
e
,
1
m
*
*
A
l
s
o
A
v
a
i
l
a
b
l
e
:
U
n
s
h
i
e
l
d
e
d
1
9
9
0
0
6
-
0
1
C
o
n
n
e
c
t
o
r
B
I
o
c
k
:
S
h
i
e
l
d
e
d
-
S
C
B
-
6
8
S
h
i
e
l
d
e
d

/
O
C
o
n
n
e
c
t
o
r
B
l
o
c
k
f
o
r
D
A
Q
D
e
v
i
c
e
s
*
*
A
l
s
o
A
v
a
i
l
a
b
l
e
:
B
N
C
T
e
r
m
i
n
a
t
i
o
n
,
U
n
s
h
i
e
l
d
e
d
7
7
6
8
4
4
-
0
1
U
S
B
-
6
2
5
9
S
c
r
e
w
T
e
r
m
7
7
9
6
2
8
-
0
P
N
o
a
c
c
e
s
s
o
r
i
e
s
r
e
q
u
i
r
e
d
.
U
S
B
-
6
2
5
1
S
c
r
e
w
T
e
r
m
7
7
9
6
2
7
-
0
P
N
o
a
c
c
e
s
s
o
r
i
e
s
r
e
q
u
i
r
e
d
.
U
S
B
-
6
2
5
1
M
a
s
s
T
e
r
m
R
e
q
u
i
r
e
s
:
1
C
a
b
l
e
,
1
C
o
n
n
e
c
t
o
r
B
l
o
c
k
7
7
9
6
9
4
-
0
P
C
a
b
I
e
:
S
h
i
e
l
d
e
d
-
S
H
6
8
-
6
8
-
E
P
M
N
o
i
s
e
R
e
j
e
c
t
i
n
g
,
S
h
i
e
l
d
e
d
C
a
b
l
e
,
1
m
1
9
9
0
0
6
-
0
1
3
w
w
w
.
n
i
.
c
o
m
*
*
A
l
s
o
A
v
a
i
l
a
b
l
e
:
U
n
s
h
i
e
l
d
e
d
C
o
n
n
e
c
t
o
r
B
I
o
c
k
:
S
h
i
e
l
d
e
d
-
S
C
B
-
6
8
S
h
i
e
l
d
e
d

/
O
C
o
n
n
e
c
t
o
r
B
l
o
c
k
f
o
r
D
A
Q
D
e
v
i
c
e
s
*
*
A
l
s
o
A
v
a
i
l
a
b
l
e
:
B
N
C
T
e
r
m
i
n
a
t
i
o
n
,
U
n
s
h
i
e
l
d
e
d
7
7
6
8
4
4
-
0
1
S
o
f
t
w
a
r
e
R
e
c
o
m
m
e
n
d
a
t
i
o
n
s
N
I
L
a
b
V
I
E
W
P
r
o
f
e
s
s
i
o
n
a
I
D
e
v
e
I
o
p
m
e
n
t
S
y
s
t
e
m
f
o
r
M
a
c
O
S
X

M
u
l
t
i
p
l
e
c
o
m
m
u
n
i
c
a
t
i
o
n
o
p
t
i
o
n
s
(
T
C
P
/

P
,
U
D
P
,
s
e
r
i
a
l
,
a
n
d
m
o
r
e
)

S
o
u
r
c
e
c
o
d
e
c
o
n
t
r
o
l
i
n
t
e
g
r
a
t
i
o
n
a
n
d
c
o
d
e
c
o
m
p
l
e
x
i
t
y
m
e
t
r
i
c
s

E
x
t
e
n
s
i
v
e
s
i
g
n
a
l
p
r
o
c
e
s
s
i
n
g
,
a
n
a
l
y
s
i
s
,
a
n
d
m
a
t
h
f
u
n
c
t
i
o
n
a
l
i
t
y

E
a
s
y
-
t
o
-
u
s
e
g
r
a
p
h
i
c
a
l
d
e
v
e
l
o
p
m
e
n
t
e
n
v
i
r
o
n
m
e
n
t

T
i
g
h
t
i
n
t
e
g
r
a
t
i
o
n
w
i
t
h
a
w
i
d
e
r
a
n
g
e
o
f
m
e
a
s
u
r
e
m
e
n
t
h
a
r
d
w
a
r
e

R
a
p
i
d
u
s
e
r
i
n
t
e
r
f
a
c
e
d
e
v
e
l
o
p
m
e
n
t
f
o
r
d
i
s
p
l
a
y
i
n
g
l
i
v
e
d
a
t
a
N
I
M
e
a
s
u
r
e
m
e
n
t
S
t
u
d
i
o
P
r
o
f
e
s
s
i
o
n
a
I
E
d
i
t
i
o
n

R
e
q
u
i
r
e
s
M
i
c
r
o
s
o
f
t
V
i
s
u
a
l
S
t
u
d
i
o
2
0
0
8
/
2
0
0
5
/
.
N
E
T
2
0
0
3
o
r
V
i
s
u
a
l
S
t
u
d
i
o
6
.
0

B
a
s
e
a
n
a
l
y
s
i
s
a
n
d
i
n
s
t
r
u
m
e
n
t
a
t
i
o
n
c
o
m
p
o
n
e
n
t
s
f
o
r
M
i
c
r
o
s
o
f
t
V
i
s
u
a
l
B
a
s
i
c
,
V
i
s
u
a
l
C
#
,
a
n
d
V
i
s
u
a
l
C
+
+

S
c
i
e
n
t
i
f
i
c
u
s
e
r
i
n
t
e
r
f
a
c
e
c
o
n
t
r
o
l
s

A
c
q
u
i
r
e
d
a
t
a
f
r
o
m
G
P

B
,
s
e
r
i
a
l
,
E
t
h
e
r
n
e
t
,
a
n
d
p
l
u
g
-
i
n
d
a
t
a
a
c
q
u
i
s
i
t
i
o
n
d
e
v
i
c
e
s

C
o
d
e
-
g
e
n
e
r
a
t
i
n
g
D
A
Q
A
s
s
i
s
t
a
n
t
a
n
d

n
s
t
r
u
m
e
n
t

/
O
A
s
s
i
s
t
a
n
t

C
r
o
s
s
-
p
l
a
t
f
o
r
m
c
o
m
m
u
n
i
c
a
t
i
o
n
w
i
t
h
n
e
t
w
o
r
k
v
a
r
i
a
b
l
e
s
N
I
L
a
b
W
i
n
d
o
w
s
"
/
C
V
I
f
o
r
W
i
n
d
o
w
s

S
i
m
p
l
i
f
i
e
d
c
r
o
s
s
-
p
l
a
t
f
o
r
m
c
o
m
m
u
n
i
c
a
t
i
o
n
w
i
t
h
n
e
t
w
o
r
k
v
a
r
i
a
b
l
e
s

T
h
e
m
a
r
k
L
a
b
W
i
n
d
o
w
s
i
s
u
s
e
d
u
n
d
e
r
a
l
i
c
e
n
s
e
f
r
o
m
M
i
c
r
o
s
o
f
t
C
o
r
p
o
r
a
t
i
o
n
.

M
e
a
s
u
r
e
m
e
n
t
S
t
u
d
i
o
.
N
E
T
t
o
o
l
s
(
i
n
c
l
u
d
e
d
i
n
L
a
b
W
i
n
d
o
w
s
/
C
V

F
u
l
l
o
n
l
y
)

A
n
a
l
y
s
i
s
t
o
o
l
s
f
o
r
a
r
r
a
y
m
a
n
i
p
u
l
a
t
i
o
n
,
s
i
g
n
a
l
p
r
o
c
e
s
s
i
n
g
s
t
a
t
i
s
t
i
c
s
,
a
n
d
c
u
r
v
e
f
i
t
t
i
n
g

R
e
a
l
-
t
i
m
e
a
d
v
a
n
c
e
d
2
D
g
r
a
p
h
s
a
n
d
c
h
a
r
t
s
w
i
t
h
s
u
p
p
o
r
t
f
o
r
W
i
n
d
o
w
s
V
i
s
t
a
/
X
P
/
2
0
0
0

C
o
m
p
l
e
t
e
h
a
r
d
w
a
r
e
c
o
m
p
a
t
i
b
i
l
i
t
y
w
i
t
h

,
V

S
A
,
D
A
Q
,
G
P

B
,
a
n
d
s
e
r
i
a
l
N
I
L
a
b
V
I
E
W
S
i
g
n
a
I
E
x
p
r
e
s
s
f
o
r
W
i
n
d
o
w
s

S
c
a
l
e
y
o
u
r
a
p
p
l
i
c
a
t
i
o
n
w
i
t
h
a
u
t
o
m
a
t
i
c
L
a
b
V

E
W
c
o
d
e
g
e
n
e
r
a
t
i
o
n

C
r
e
a
t
e
c
u
s
t
o
m
r
e
p
o
r
t
s
o
r
e
a
s
i
l
y
e
x
p
o
r
t
d
a
t
a
t
o
L
a
b
V

E
W
,
D

A
d
e
m
o
r
M
i
c
r
o
s
o
f
t
E
x
c
e
l

P
e
r
f
o
r
m
b
a
s
i
c
s
i
g
n
a
l
p
r
o
c
e
s
s
i
n
g
,
a
n
a
l
y
s
i
s
,
a
n
d
f
i
l
e

/
O

Q
u
i
c
k
l
y
c
o
n
f
i
g
u
r
e
p
r
o
j
e
c
t
s
w
i
t
h
o
u
t
p
r
o
g
r
a
m
m
i
n
g

L
o
g
d
a
t
a
f
r
o
m
m
o
r
e
t
h
a
n
2
5
0
d
a
t
a
a
c
q
u
i
s
i
t
i
o
n
d
e
v
i
c
e
s

C
o
n
t
r
o
l
o
v
e
r
4
0
0
P
C
-
b
a
s
e
d
a
n
d
s
t
a
n
d
-
a
l
o
n
e
i
n
s
t
r
u
m
e
n
t
s
S
u
p
p
o
r
t
a
n
d
S
e
r
v
i
c
e
s
C
a
I
i
b
r
a
t
i
o
n
N
I
m
e
a
s
u
r
e
m
e
n
t
h
a
r
d
w
a
r
e
i
s
c
a
l
i
b
r
a
t
e
d
t
o
e
n
s
u
r
e
m
e
a
s
u
r
e
m
e
n
t
a
c
c
u
r
a
c
y
a
n
d
v
e
r
i
f
y
t
h
a
t
t
h
e
d
e
v
i
c
e
m
e
e
t
s
i
t
s
p
u
b
l
i
s
h
e
d
s
p
e
c
i
f
i
c
a
t
i
o
n
s
.
T
o
e
n
s
u
r
e
t
h
e
o
n
g
o
i
n
g
a
c
c
u
r
a
c
y
o
f
y
o
u
r
m
e
a
s
u
r
e
m
e
n
t
h
a
r
d
w
a
r
e
,
N
I
o
f
f
e
r
s
b
a
s
i
c
o
r
d
e
t
a
i
l
e
d
r
e
c
a
l
i
b
r
a
t
i
o
n
s
e
r
v
i
c
e
t
h
a
t
p
r
o
v
i
d
e
s
o
n
g
o
i
n
g
I
S
O
9
0
0
1
a
u
d
i
t
c
o
m
p
l
i
a
n
c
e
a
n
d
c
o
n
f
i
d
e
n
c
e
i
n
y
o
u
r
m
e
a
s
u
r
e
m
e
n
t
s
.
T
o
l
e
a
r
n
m
o
r
e
a
b
o
u
t
N
I
c
a
l
i
b
r
a
t
i
o
n
s
e
r
v
i
c
e
s
o
r
t
o
l
o
c
a
t
e
a
q
u
a
l
i
f
i
e
d
s
e
r
v
i
c
e
c
e
n
t
e
r
n
e
a
r
y
o
u
,
c
o
n
t
a
c
t
y
o
u
r
l
o
c
a
l
s
a
l
e
s
o
f
f
i
c
e
o
r
v
i
s
i
t
n
i
.
c
o
m
/
c
a
l
i
b
r
a
t
i
o
n
.
T
e
c
h
n
i
c
a
I
S
u
p
p
o
r
t
G
e
t
a
n
s
w
e
r
s
t
o
y
o
u
r
t
e
c
h
n
i
c
a
l
q
u
e
s
t
i
o
n
s
u
s
i
n
g
t
h
e
f
o
l
l
o
w
i
n
g
N
a
t
i
o
n
a
l
I
n
s
t
r
u
m
e
n
t
s
r
e
s
o
u
r
c
e
s
.
S
u
p
p
o
r
t
-
V
i
s
i
t
n
i
.
c
o
m
/
s
u
p
p
o
r
t
t
o
a
c
c
e
s
s
t
h
e
N
I
K
n
o
w
l
e
d
g
e
B
a
s
e
,
e
x
a
m
p
l
e
p
r
o
g
r
a
m
s
,
a
n
d
t
u
t
o
r
i
a
l
s
o
r
t
o
c
o
n
t
a
c
t
o
u
r
a
p
p
l
i
c
a
t
i
o
n
s
e
n
g
i
n
e
e
r
s
w
h
o
a
r
e
l
o
c
a
t
e
d
i
n
N
I
s
a
l
e
s
o
f
f
i
c
e
s
a
r
o
u
n
d
t
h
e
w
o
r
l
d
a
n
d
s
p
e
a
k
t
h
e
l
o
c
a
l
l
a
n
g
u
a
g
e
.
D
i
s
c
u
s
s
i
o
n
F
o
r
u
m
s
-
V
i
s
i
t
f
o
r
u
m
s
.
n
i
.
c
o
m
f
o
r
a
d
i
v
e
r
s
e
s
e
t
o
f
d
i
s
c
u
s
s
i
o
n
b
o
a
r
d
s
o
n
t
o
p
i
c
s
y
o
u
c
a
r
e
a
b
o
u
t
.
O
n
l
i
n
e
C
o
m
m
u
n
i
t
y
-
V
i
s
i
t
c
o
m
m
u
n
i
t
y
.
n
i
.
c
o
m
t
o
f
i
n
d
,
c
o
n
t
r
i
b
u
t
e
,
o
r
c
o
l
l
a
b
o
r
a
t
e
o
n
c
u
s
t
o
m
e
r
-
c
o
n
t
r
i
b
u
t
e
d
t
e
c
h
n
i
c
a
l
c
o
n
t
e
n
t
w
i
t
h
u
s
e
r
s
l
i
k
e
y
o
u
.
R
e
p
a
i
r
4
w
w
w
.
n
i
.
c
o
m
W
h
i
l
e
y
o
u
m
a
y
n
e
v
e
r
n
e
e
d
y
o
u
r
h
a
r
d
w
a
r
e
r
e
p
a
i
r
e
d
,
N
I
u
n
d
e
r
s
t
a
n
d
s
t
h
a
t
u
n
e
x
p
e
c
t
e
d
e
v
e
n
t
s
m
a
y
l
e
a
d
t
o
n
e
c
e
s
s
a
r
y
r
e
p
a
i
r
s
.
N
I
o
f
f
e
r
s
r
e
p
a
i
r
s
e
r
v
i
c
e
s
p
e
r
f
o
r
m
e
d
b
y
h
i
g
h
l
y
t
r
a
i
n
e
d
t
e
c
h
n
i
c
i
a
n
s
w
h
o
q
u
i
c
k
l
y
r
e
t
u
r
n
y
o
u
r
d
e
v
i
c
e
w
i
t
h
t
h
e
g
u
a
r
a
n
t
e
e
t
h
a
t
i
t
w
i
l
l
p
e
r
f
o
r
m
t
o
f
a
c
t
o
r
y
s
p
e
c
i
f
i
c
a
t
i
o
n
s
.
F
o
r
m
o
r
e
i
n
f
o
r
m
a
t
i
o
n
,
v
i
s
i
t
n
i
.
c
o
m
/
r
e
p
a
i
r
.
T
r
a
i
n
i
n
g
a
n
d
C
e
r
t
i
f
i
c
a
t
i
o
n
s
T
h
e
N
I
t
r
a
i
n
i
n
g
a
n
d
c
e
r
t
i
f
i
c
a
t
i
o
n
p
r
o
g
r
a
m
d
e
l
i
v
e
r
s
t
h
e
f
a
s
t
e
s
t
,
m
o
s
t
c
e
r
t
a
i
n
r
o
u
t
e
t
o
i
n
c
r
e
a
s
e
d
p
r
o
f
i
c
i
e
n
c
y
a
n
d
p
r
o
d
u
c
t
i
v
i
t
y
u
s
i
n
g
N
I
s
o
f
t
w
a
r
e
a
n
d
h
a
r
d
w
a
r
e
.
T
r
a
i
n
i
n
g
b
u
i
l
d
s
t
h
e
s
k
i
l
l
s
t
o
m
o
r
e
e
f
f
i
c
i
e
n
t
l
y
d
e
v
e
l
o
p
r
o
b
u
s
t
,
m
a
i
n
t
a
i
n
a
b
l
e
a
p
p
l
i
c
a
t
i
o
n
s
,
w
h
i
l
e
c
e
r
t
i
f
i
c
a
t
i
o
n
v
a
l
i
d
a
t
e
s
y
o
u
r
k
n
o
w
l
e
d
g
e
a
n
d
a
b
i
l
i
t
y
.
C
l
a
s
s
r
o
o
m
t
r
a
i
n
i
n
g
i
n
c
i
t
i
e
s
w
o
r
l
d
w
i
d
e
-
t
h
e
m
o
s
t
c
o
m
p
r
e
h
e
n
s
i
v
e
h
a
n
d
s
-
o
n
t
r
a
i
n
i
n
g
t
a
u
g
h
t
b
y
e
n
g
i
n
e
e
r
s
.
O
n
-
s
i
t
e
t
r
a
i
n
i
n
g
a
t
y
o
u
r
f
a
c
i
l
i
t
y
-
a
n
e
x
c
e
l
l
e
n
t
o
p
t
i
o
n
t
o
t
r
a
i
n
m
u
l
t
i
p
l
e
e
m
p
l
o
y
e
e
s
a
t
t
h
e
s
a
m
e
t
i
m
e
.
O
n
l
i
n
e
i
n
s
t
r
u
c
t
o
r
-
l
e
d
t
r
a
i
n
i
n
g
-
l
o
w
e
r
-
c
o
s
t
,
r
e
m
o
t
e
t
r
a
i
n
i
n
g
i
f
c
l
a
s
s
r
o
o
m
o
r
o
n
-
s
i
t
e
c
o
u
r
s
e
s
a
r
e
n
o
t
p
o
s
s
i
b
l
e
.
C
o
u
r
s
e
k
i
t
s
-
l
o
w
e
s
t
-
c
o
s
t
,
s
e
l
f
-
p
a
c
e
d
t
r
a
i
n
i
n
g
t
h
a
t
y
o
u
c
a
n
u
s
e
a
s
r
e
f
e
r
e
n
c
e
g
u
i
d
e
s
.
T
r
a
i
n
i
n
g
m
e
m
b
e
r
s
h
i
p
s
a
n
d
t
r
a
i
n
i
n
g
c
r
e
d
i
t
s
-
t
o
b
u
y
n
o
w
a
n
d
s
c
h
e
d
u
l
e
t
r
a
i
n
i
n
g
l
a
t
e
r
.
V
i
s
i
t
n
i
.
c
o
m
/
t
r
a
i
n
i
n
g
f
o
r
m
o
r
e
i
n
f
o
r
m
a
t
i
o
n
.
E
x
t
e
n
d
e
d
W
a
r
r
a
n
t
y
N
I
o
f
f
e
r
s
o
p
t
i
o
n
s
f
o
r
e
x
t
e
n
d
i
n
g
t
h
e
s
t
a
n
d
a
r
d
p
r
o
d
u
c
t
w
a
r
r
a
n
t
y
t
o
m
e
e
t
t
h
e
l
i
f
e
-
c
y
c
l
e
r
e
q
u
i
r
e
m
e
n
t
s
o
f
y
o
u
r
p
r
o
j
e
c
t
.
I
n
a
d
d
i
t
i
o
n
,
b
e
c
a
u
s
e
N
I
u
n
d
e
r
s
t
a
n
d
s
t
h
a
t
y
o
u
r
r
e
q
u
i
r
e
m
e
n
t
s
m
a
y
c
h
a
n
g
e
,
t
h
e
e
x
t
e
n
d
e
d
w
a
r
r
a
n
t
y
i
s
f
l
e
x
i
b
l
e
i
n
l
e
n
g
t
h
a
n
d
e
a
s
i
l
y
r
e
n
e
w
e
d
.
F
o
r
m
o
r
e
i
n
f
o
r
m
a
t
i
o
n
,
v
i
s
i
t
n
i
.
c
o
m
/
w
a
r
r
a
n
t
y
.
O
E
M
N
I
o
f
f
e
r
s
d
e
s
i
g
n
-
i
n
c
o
n
s
u
l
t
i
n
g
a
n
d
p
r
o
d
u
c
t
i
n
t
e
g
r
a
t
i
o
n
a
s
s
i
s
t
a
n
c
e
i
f
y
o
u
n
e
e
d
N
I
p
r
o
d
u
c
t
s
f
o
r
O
E
M
a
p
p
l
i
c
a
t
i
o
n
s
.
F
o
r
i
n
f
o
r
m
a
t
i
o
n
a
b
o
u
t
s
p
e
c
i
a
l
p
r
i
c
i
n
g
a
n
d
s
e
r
v
i
c
e
s
f
o
r
O
E
M
c
u
s
t
o
m
e
r
s
,
v
i
s
i
t
n
i
.
c
o
m
/
o
e
m
.
5
w
w
w
.
n
i
.
c
o
m
D
e
t
a
i
I
e
d
S
p
e
c
i
f
i
c
a
t
i
o
n
s
S
p
e
c
i
f
i
c
a
t
i
o
n
s
l
i
s
t
e
d
b
e
l
o
w
a
r
e
t
y
p
i
c
a
l
a
t
2
5

C
u
n
l
e
s
s
o
t
h
e
r
w
i
s
e
n
o
t
e
d
.
R
e
f
e
r
t
o
t
h
e
M
S
e
r
i
e
s
U
s
e
r
M
a
n
u
a
l
f
o
r
m
o
r
e
i
n
f
o
r
m
a
t
i
o
n
a
b
o
u
t
N
I
6
2
5
x
d
e
v
i
c
e
s
.
A
n
a
I
o
g
I
n
p
u
t
N
u
m
b
e
r
o
f
c
h
a
n
n
e
l
s
N

6
2
5
0
/
6
2
5
1
8
d
i
f
f
e
r
e
n
t
i
a
l
o
r
1
6
s
i
n
g
l
e
e
n
d
e
d
N

6
2
5
4
/
6
2
5
9
1
6
d
i
f
f
e
r
e
n
t
i
a
l
o
r
3
2
s
i
n
g
l
e
e
n
d
e
d
N

6
2
5
5
4
0
d
i
f
f
e
r
e
n
t
i
a
l
o
r
8
0
s
i
n
g
l
e
e
n
d
e
d
A
D
C
r
e
s
o
l
u
t
i
o
n
1
6
b
i
t
s
D
N
L
N
o
m
i
s
s
i
n
g
c
o
d
e
s
g
u
a
r
a
n
t
e
e
d

N
L
R
e
f
e
r
t
o
t
h
e
A
I
A
b
s
o
l
u
t
e
A
c
c
u
r
a
c
y
T
a
b
l
e
S
a
m
p
l
i
n
g
r
a
t
e
M
a
x
i
m
u
m
N

6
2
5
0
/
6
2
5
1
/
6
2
5
4
/
6
2
5
9
1
.
2
5
M
S
/
s
s
i
n
g
l
e
c
h
a
n
n
e
l
,
1
.
0
0
M
S
/
s
m
u
l
t
i
-
c
h
a
n
n
e
l
(
a
g
g
r
e
g
a
t
e
)
N

6
2
5
5
1
.
2
5
M
S
/
s
s
i
n
g
l
e
c
h
a
n
n
e
l
7
5
0
k
S
/
s
m
u
l
t
i
-
c
h
a
n
n
e
l
(
a
g
g
r
e
g
a
t
e
)
M
i
n
i
m
u
m
N
o
m
i
n
i
m
u
m
T
i
m
i
n
g
a
c
c
u
r
a
c
y
5
0
p
p
m
o
f
s
a
m
p
l
e
r
a
t
e
T
i
m
i
n
g
r
e
s
o
l
u
t
i
o
n
5
0
n
s

n
p
u
t
c
o
u
p
l
i
n
g
D
C

n
p
u
t
r
a
n
g
e

1
0
V
,

5
V
,

2
V
,

1
V
,

0
.
5
V
,

0
.
2
V
,

0
.
1
V
M
a
x
i
m
u
m
w
o
r
k
i
n
g
v
o
l
t
a
g
e
f
o
r
a
n
a
l
o
g
i
n
p
u
t
s
(
s
i
g
n
a
l
+
c
o
m
m
o
n
m
o
d
e
)

1
1
V
o
f
A

G
N
D
C
M
R
R
(
D
C
t
o
6
0
H
z
)
1
0
0
d
B

n
p
u
t
i
m
p
e
d
a
n
c
e
D
e
v
i
c
e
o
n
A

+
t
o
A

G
N
D
>
1
0
G
C
i
n
p
a
r
a
l
l
e
l
w
i
t
h
1
0
0
p
F
A

-
t
o
A

G
N
D
>
1
0
G
C
i
n
p
a
r
a
l
l
e
l
w
i
t
h
1
0
0
p
F
D
e
v
i
c
e
o
f
f
A

+
t
o
A

G
N
D
8
2
0
C
A

-
t
o
A

G
N
D
8
2
0
C

n
p
u
t
b
i
a
s
c
u
r
r
e
n
t

1
0
0
p
A
6
w
w
w
.
n
i
.
c
o
m
C
r
o
s
s
t
a
l
k
(
a
t
1
0
0
k
H
z
)
A
d
j
a
c
e
n
t
c
h
a
n
n
e
l
s
-
7
5
d
B
N
o
n
-
a
d
j
a
c
e
n
t
c
h
a
n
n
e
l
s
-
9
0
d
B
1
S
m
a
l
l
s
i
g
n
a
l
b
a
n
d
w
i
d
t
h
(
-
3
d
B
)
1
.
7
M
H
z

n
p
u
t
F

F
O
s
i
z
e
4
,
0
9
5
s
a
m
p
l
e
s
S
c
a
n
l
i
s
t
m
e
m
o
r
y
4
,
0
9
5
e
n
t
r
i
e
s
D
a
t
a
t
r
a
n
s
f
e
r
s
P
C

/
P
C

e
/
P
X

/
P
X

e
d
e
v
i
c
e
s
D
M
A
(
s
c
a
t
t
e
r
-
g
a
t
h
e
r
)
,
i
n
t
e
r
r
u
p
t
s
,
p
r
o
g
r
a
m
m
e
d

/
O
U
S
B
d
e
v
i
c
e
s
U
S
B
S
i
g
n
a
l
S
t
r
e
a
m
,
p
r
o
g
r
a
m
m
e
d

/
O
O
v
e
r
v
o
l
t
a
g
e
p
r
o
t
e
c
t
i
o
n
(
A

<
0
.
.
7
9
>
,
A

S
E
N
S
E
,
A

S
E
N
S
E
2
)
D
e
v
i
c
e
o
n

2
5
V
f
o
r
u
p
t
o
f
o
u
r
A

p
i
n
s
D
e
v
i
c
e
o
f
f

1
5
V
f
o
r
u
p
t
o
f
o
u
r
A

p
i
n
s

n
p
u
t
c
u
r
r
e
n
t
d
u
r
i
n
g
o
v
e
r
v
o
l
t
a
g
e
c
o
n
d
i
t
i
o
n

2
0
m
A
m
a
x
/
A

p
i
n
1
F
o
r
U
S
B
-
6
2
5
5
d
e
v
i
c
e
s
,
c
h
a
n
n
e
l
A

<
0
.
.
1
5
>
c
r
o
s
s
t
a
l
k
t
o
c
h
a
n
n
e
l
A

<
6
4
.
.
7
9
>
i
s
-
6
7
d
B
;
a
p
p
l
i
e
s
t
o
c
h
a
n
n
e
l
s
w
i
t
h
6
4
-
c
h
a
n
n
e
l
s
e
p
a
r
a
t
i
o
n
,
f
o
r
e
x
a
m
p
l
e
,
A

(
x
)
a
n
d
A

(
x
+
6
4
)
.
S
e
t
t
I
i
n
g
T
i
m
e
f
o
r
M
u
I
t
i
c
h
a
n
n
e
I
M
e
a
s
u
r
e
m
e
n
t
s
N

6
2
5
0
/
6
2
5
1
/
6
2
5
4
/
6
2
5
9
R
a
n
g
e

6
0
p
p
m
o
f
S
t
e
p
(

4
L
S
B
f
o
r
F
u
l
l
S
c
a
l
e
S
t
e
p
)

1
5
p
p
m
o
f
S
t
e
p
(

1
L
S
B
f
o
r
F
u
l
l
S
c
a
l
e
S
t
e
p
)

1
0
V
,

5
V
,

2
V
,

1
V
1

s
1
.
5

0
.
5
V
1
.
5

s
2

0
.
2
V
,

0
.
1
V
2

s
8

s
N

6
2
5
5
R
a
n
g
e

6
0
p
p
m
o
f
S
t
e
p
(

4
L
S
B
f
o
r
F
u
l
l
S
c
a
l
e
S
t
e
p
)

1
5
p
p
m
o
f
S
t
e
p
(

1
L
S
B
f
o
r
F
u
l
l
S
c
a
l
e
S
t
e
p
)

1
0
V
,

5
V
,

2
V
,

1
V
1
.
3

s
1
.
6

0
.
5
V
1
.
8

s
2
.
5

0
.
2
V
,

0
.
1
V
3

s
8

s
7
w
w
w
.
n
i
.
c
o
m
T
y
p
i
c
a
I
P
e
r
f
o
r
m
a
n
c
e
G
r
a
p
h
s
8
w
w
w
.
n
i
.
c
o
m
A
n
a
I
o
g
T
r
i
g
g
e
r
s
N
u
m
b
e
r
o
f
t
r
i
g
g
e
r
s
1
S
o
u
r
c
e
N

6
2
5
0
/
6
2
5
1
A

<
0
.
.
1
5
>
,
A
P
F

0
N

6
2
5
4
/
6
2
5
9
A

<
0
.
.
3
1
>
,
A
P
F

<
0
.
.
1
>
N

6
2
5
5
A

<
0
.
.
7
9
>
,
A
P
F

0
F
u
n
c
t
i
o
n
s
S
t
a
r
t
T
r
i
g
g
e
r
,
R
e
f
e
r
e
n
c
e
T
r
i
g
g
e
r
,
P
a
u
s
e
T
r
i
g
g
e
r
,
S
a
m
p
l
e
C
l
o
c
k
,
C
o
n
v
e
r
t
C
l
o
c
k
,
S
a
m
p
l
e
C
l
o
c
k
T
i
m
e
b
a
s
e
S
o
u
r
c
e
l
e
v
e
l
A

<
0
.
.
7
9
>

f
u
l
l
s
c
a
l
e
A
P
F

<
0
.
.
1
>

1
0
V
R
e
s
o
l
u
t
i
o
n
1
0
b
i
t
s
,
1
i
n
1
,
0
2
4
M
o
d
e
s
A
n
a
l
o
g
e
d
g
e
t
r
i
g
g
e
r
i
n
g
,
a
n
a
l
o
g
e
d
g
e
t
r
i
g
g
e
r
i
n
g
w
i
t
h
h
y
s
t
e
r
e
s
i
s
,
a
n
d
a
n
a
l
o
g
w
i
n
d
o
w
t
r
i
g
g
e
r
i
n
g
B
a
n
d
w
i
d
t
h
(
-
3
d
B
)
A

<
0
.
.
7
9
>
3
.
4
M
H
z
A
P
F

<
0
.
.
1
>
3
.
9
M
H
z
A
c
c
u
r
a
c
y

1
%
A
P
F

<
0
.
.
1
>
c
h
a
r
a
c
t
e
r
i
s
t
i
c
s

n
p
u
t
i
m
p
e
d
a
n
c
e
1
0
k
C
C
o
u
p
l
i
n
g
D
C
P
r
o
t
e
c
t
i
o
n
P
o
w
e
r
o
n

3
0
V
P
o
w
e
r
o
f
f

1
5
V
A
n
a
I
o
g
O
u
t
p
u
t
N
u
m
b
e
r
o
f
c
h
a
n
n
e
l
s
N

6
2
5
0
/
6
2
5
4
0
N

6
2
5
1
/
6
2
5
5
2
N

6
2
5
9
4
D
A
C
r
e
s
o
l
u
t
i
o
n
1
6
b
i
t
s
D
N
L

1
L
S
B
9
w
w
w
.
n
i
.
c
o
m
M
o
n
o
t
o
n
i
c
i
t
y
1
6
b
i
t
g
u
a
r
a
n
t
e
e
d
A
c
c
u
r
a
c
y
R
e
f
e
r
t
o
t
h
e
A
O
A
b
s
o
l
u
t
e
A
c
c
u
r
a
c
y
T
a
b
l
e
M
a
x
i
m
u
m
u
p
d
a
t
e
r
a
t
e
1
c
h
a
n
n
e
l
2
.
8
6
M
S
/
s
2
c
h
a
n
n
e
l
s
2
.
0
0
M
S
/
s
3
c
h
a
n
n
e
l
s
1
.
5
4
M
S
/
s
4
c
h
a
n
n
e
l
s
1
.
2
5
M
S
/
s
T
i
m
i
n
g
a
c
c
u
r
a
c
y
5
0
p
p
m
o
f
s
a
m
p
l
e
r
a
t
e
T
i
m
i
n
g
r
e
s
o
l
u
t
i
o
n
5
0
n
s
O
u
t
p
u
t
r
a
n
g
e

1
0
V
,

5
V
,

e
x
t
e
r
n
a
l
r
e
f
e
r
e
n
c
e
o
n
A
P
F

<
0
.
.
1
>
O
u
t
p
u
t
c
o
u
p
l
i
n
g
D
C
O
u
t
p
u
t
i
m
p
e
d
a
n
c
e
0
.
2
C
O
u
t
p
u
t
c
u
r
r
e
n
t
d
r
i
v
e

5
m
A
O
v
e
r
d
r
i
v
e
p
r
o
t
e
c
t
i
o
n

2
5
V
O
v
e
r
d
r
i
v
e
c
u
r
r
e
n
t
2
0
m
A
P
o
w
e
r
-
o
n
s
t
a
t
e

5
m
V
2
P
o
w
e
r
-
o
n
g
l
i
t
c
h
1
.
5
V
p
e
a
k
f
o
r
1
.
5
s
O
u
t
p
u
t
F

F
O
s
i
z
e
8
,
1
9
1
s
a
m
p
l
e
s
s
h
a
r
e
d
a
m
o
n
g
c
h
a
n
n
e
l
s
u
s
e
d
D
a
t
a
t
r
a
n
s
f
e
r
s
P
C

/
P
C

e
/
P
X

/
P
X

e
d
e
v
i
c
e
s
D
M
A
(
s
c
a
t
t
e
r
-
g
a
t
h
e
r
)
,
i
n
t
e
r
r
u
p
t
s
,
p
r
o
g
r
a
m
m
e
d

/
O
U
S
B
d
e
v
i
c
e
s
U
S
B
S
i
g
n
a
l
S
t
r
e
a
m
,
p
r
o
g
r
a
m
m
e
d

/
O
A
O
w
a
v
e
f
o
r
m
m
o
d
e
s
:

N
o
n
-
p
e
r
i
o
d
i
c
w
a
v
e
f
o
r
m

P
e
r
i
o
d
i
c
w
a
v
e
f
o
r
m
r
e
g
e
n
e
r
a
t
i
o
n
m
o
d
e
f
r
o
m
o
n
b
o
a
r
d
F

F
O

P
e
r
i
o
d
i
c
w
a
v
e
f
o
r
m
r
e
g
e
n
e
r
a
t
i
o
n
f
r
o
m
h
o
s
t
b
u
f
f
e
r
i
n
c
l
u
d
i
n
g
d
y
n
a
m
i
c
u
p
d
a
t
e
S
e
t
t
l
i
n
g
t
i
m
e
,
f
u
l
l
s
c
a
l
e
s
t
e
p
1
5
p
p
m
(
1
L
S
B
)
2

s
S
l
e
w
r
a
t
e
2
0
V
/

s
G
l
i
t
c
h
e
n
e
r
g
y
a
t
m
i
d
s
c
a
l
e
t
r
a
n
s
i
t
i
o
n
,

1
0
V
r
a
n
g
e
M
a
g
n
i
t
u
d
e
1
0
m
V
D
u
r
a
t
i
o
n
1

s
1
0
w
w
w
.
n
i
.
c
o
m
2
F
o
r
a
l
l
U
S
B
-
6
2
5
1
/
6
2
5
9
S
c
r
e
w
T
e
r
m
i
n
a
l
d
e
v
i
c
e
s
,
w
h
e
n
p
o
w
e
r
e
d
o
n
,
t
h
e
a
n
a
l
o
g
o
u
t
p
u
t
s
i
g
n
a
l
i
s
n
o
t
d
e
f
i
n
e
d
u
n
t
i
l
a
f
t
e
r
U
S
B
c
o
n
f
i
g
u
r
a
t
i
o
n
i
s
c
o
m
p
l
e
t
e
.
E
x
t
e
r
n
a
I
R
e
f
e
r
e
n
c
e
A
P
F

<
0
.
.
1
>
c
h
a
r
a
c
t
e
r
i
s
t
i
c
s

n
p
u
t
i
m
p
e
d
a
n
c
e
1
0
k
C
C
o
u
p
l
i
n
g
D
C
P
r
o
t
e
c
t
i
o
n
P
o
w
e
r
o
n

3
0
V
P
o
w
e
r
o
f
f

1
5
V
R
a
n
g
e

1
1
V
S
l
e
w
r
a
t
e
2
0
V
/

s
C
a
I
i
b
r
a
t
i
o
n
(
A
I
a
n
d
A
O
)
R
e
c
o
m
m
e
n
d
e
d
w
a
r
m
-
u
p
t
i
m
e
1
5
m
i
n
u
t
e
s
C
a
l
i
b
r
a
t
i
o
n
i
n
t
e
r
v
a
l
2
y
e
a
r
s
1
1
w
w
w
.
n
i
.
c
o
m
A
I
A
b
s
o
I
u
t
e
A
c
c
u
r
a
c
y
T
a
b
I
e
N
o
m
i
n
a
I
R
a
n
g
e
R
e
s
i
d
u
a
I
G
a
i
n
E
r
r
o
r
(
p
p
m
o
f
R
e
a
d
i
n
g
)
G
a
i
n
T
e
m
p
c
o
(
p
p
m
/

C
)
R
e
f
e
r
e
n
c
e
T
e
m
p
c
o
R
e
s
i
d
u
a
I
O
f
f
s
e
t
E
r
r
o
r
(
p
p
m
o
f
R
a
n
g
e
)
O
f
f
s
e
t
T
e
m
p
c
o
(
p
p
m
o
f
R
a
n
g
e
/

C
)
I
N
L
E
r
r
o
r
(
p
p
m
o
f
R
a
n
g
e
)
R
a
n
d
o
m
N
o
i
s
e
,
o
(

V
r
m
s
)
A
b
s
o
I
u
t
e
A
c
c
u
r
a
c
y
a
t
F
u
I
I
S
c
a
I
e
1
(

V
)
S
e
n
s
i
t
i
v
i
t
y
2
(

V
)
P
o
s
i
t
i
v
e
F
u
I
I
S
c
a
I
e
N
e
g
a
t
i
v
e
F
u
I
I
S
c
a
I
e
1
0
-
1
0
6
0
1
3
1
2
0
2
1
6
0
2
8
0
1
,
9
2
0
1
1
2
.
0
5
-
5
7
0
1
3
1
2
0
2
1
6
0
1
4
0
1
,
0
1
0
5
6
.
0
2
-
2
7
0
1
3
1
2
0
2
4
6
0
5
7
4
1
0
2
2
.
8
1
-
1
8
0
1
3
1
2
0
2
7
6
0
3
2
2
2
0
1
2
.
8
0
.
5
-
0
.
5
9
0
1
3
1
4
0
3
4
6
0
2
1
1
3
0
8
.
4
0
.
2
-
0
.
2
1
3
0
1
3
1
8
0
5
5
6
0
1
6
7
4
6
.
4
0
.
1
-
0
.
1
1
5
0
1
3
1
1
5
0
9
0
6
0
1
5
5
2
6
.
0
A
c
c
u
r
a
c
i
e
s
l
i
s
t
e
d
a
r
e
v
a
l
i
d
f
o
r
u
p
t
o
t
w
o
y
e
a
r
s
f
r
o
m
t
h
e
d
e
v
i
c
e
e
x
t
e
r
n
a
l
c
a
l
i
b
r
a
t
i
o
n
.
A
b
s
o
l
u
t
e
A
c
c
u
r
a
c
y
=
R
e
a
d
i
n
g

(
G
a
i
n
E
r
r
o
r
)
+
R
a
n
g
e

(
O
f
f
s
e
t
E
r
r
o
r
)
+
N
o
i
s
e
U
n
c
e
r
t
a
i
n
t
y
G
a
i
n
E
r
r
o
r
=
R
e
s
i
d
u
a
l
A

G
a
i
n
E
r
r
o
r
+
G
a
i
n
T
e
m
p
c
o

(
T
e
m
p
C
h
a
n
g
e
F
r
o
m
L
a
s
t

n
t
e
r
n
a
l
C
a
l
)
+
R
e
f
e
r
e
n
c
e
T
e
m
p
c
o

(
T
e
m
p
C
h
a
n
g
e
F
r
o
m
L
a
s
t
E
x
t
e
r
n
a
l
C
a
l
)
O
f
f
s
e
t
E
r
r
o
r
=
R
e
s
i
d
u
a
l
A

O
f
f
s
e
t
E
r
r
o
r
+
O
f
f
s
e
t
T
e
m
p
c
o

(
T
e
m
p
C
h
a
n
g
e
F
r
o
m
L
a
s
t

n
t
e
r
n
a
l
C
a
l
)
+

N
L
_
E
r
r
o
r
1
A
b
s
o
l
u
t
e
a
c
c
u
r
a
c
y
a
t
f
u
l
l
s
c
a
l
e
o
n
t
h
e
a
n
a
l
o
g
i
n
p
u
t
c
h
a
n
n
e
l
s
i
s
d
e
t
e
r
m
i
n
e
d
u
s
i
n
g
t
h
e
f
o
l
l
o
w
i
n
g
a
s
s
u
m
p
t
i
o
n
s
:
T
e
m
p
C
h
a
n
g
e
F
r
o
m
L
a
s
t
E
x
t
e
r
n
a
l
C
a
l
=
1
0

C
T
e
m
p
C
h
a
n
g
e
F
r
o
m
L
a
s
t

n
t
e
r
n
a
l
C
a
l
=
1

C
n
u
m
b
e
r
_
o
f
_
r
e
a
d
i
n
g
s
=
1
0
0
C
o
v
e
r
a
g
e
F
a
c
t
o
r
=
3
o
F
o
r
e
x
a
m
p
l
e
,
o
n
t
h
e
1
0
V
r
a
n
g
e
,
t
h
e
a
b
s
o
l
u
t
e
a
c
c
u
r
a
c
y
a
t
f
u
l
l
s
c
a
l
e
i
s
a
s
f
o
l
l
o
w
s
:
G
a
i
n
E
r
r
o
r
=
6
0
p
p
m
+
1
3
p
p
m

1
+
1
p
p
m

1
0
G
a
i
n
E
r
r
o
r
=
8
3
p
p
m
O
f
f
s
e
t
E
r
r
o
r
=
2
0
p
p
m
+
2
1
p
p
m

1
+
6
0
p
p
m
O
f
f
s
e
t
E
r
r
o
r
=
1
0
1
p
p
m
A
b
s
o
l
u
t
e
A
c
c
u
r
a
c
y
=
1
0
V

(
G
a
i
n
E
r
r
o
r
)
+
1
0
V

(
O
f
f
s
e
t
E
r
r
o
r
)
+
N
o
i
s
e
U
n
c
e
r
t
a
i
n
t
y
A
b
s
o
l
u
t
e
A
c
c
u
r
a
c
y
=
1
9
2
0

V
2
S
e
n
s
i
t
i
v
i
t
y
i
s
t
h
e
s
m
a
l
l
e
s
t
v
o
l
t
a
g
e
c
h
a
n
g
e
t
h
a
t
c
a
n
b
e
d
e
t
e
c
t
e
d
.

t
i
s
a
f
u
n
c
t
i
o
n
o
f
n
o
i
s
e
.
1
2
w
w
w
.
n
i
.
c
o
m
A
O
A
b
s
o
I
u
t
e
A
c
c
u
r
a
c
y
T
a
b
I
e
N
o
m
i
n
a
I
R
a
n
g
e
R
e
s
i
d
u
a
I
G
a
i
n
E
r
r
o
r
(
p
p
m
o
f
R
e
a
d
i
n
g
)
G
a
i
n
T
e
m
p
c
o
(
p
p
m
/

C
)
R
e
f
e
r
e
n
c
e
T
e
m
p
c
o
R
e
s
i
d
u
a
I
O
f
f
s
e
t
E
r
r
o
r
(
p
p
m
o
f
R
a
n
g
e
)
O
f
f
s
e
t
T
e
m
p
c
o
(
p
p
m
o
f
R
a
n
g
e
/

C
)
I
N
L
E
r
r
o
r
(
p
p
m
o
f
R
a
n
g
e
)
A
b
s
o
I
u
t
e
A
c
c
u
r
a
c
y
a
t
F
u
I
I
S
c
a
I
e
1
(

V
)
P
o
s
i
t
i
v
e
F
u
I
I
S
c
a
I
e
N
e
g
a
t
i
v
e
F
u
I
I
S
c
a
I
e
1
0
-
1
0
7
5
1
7
1
4
0
2
6
4
2
,
0
8
0
5
-
5
8
5
8
1
4
0
2
6
4
1
,
0
4
5
1
A
b
s
o
l
u
t
e
A
c
c
u
r
a
c
y
a
t
f
u
l
l
s
c
a
l
e
n
u
m
b
e
r
s
i
s
v
a
l
i
d
i
m
m
e
d
i
a
t
e
l
y
f
o
l
l
o
w
i
n
g
i
n
t
e
r
n
a
l
c
a
l
i
b
r
a
t
i
o
n
a
n
d
a
s
s
u
m
e
s
t
h
e
d
e
v
i
c
e
i
s
o
p
e
r
a
t
i
n
g
w
i
t
h
i
n
1
0

C
o
f
t
h
e
l
a
s
t
e
x
t
e
r
n
a
l
c
a
l
i
b
r
a
t
i
o
n
.
A
c
c
u
r
a
c
i
e
s
l
i
s
t
e
d
a
r
e
v
a
l
i
d
f
o
r
u
p
t
o
t
w
o
y
e
a
r
s
f
r
o
m
t
h
e
d
e
v
i
c
e
e
x
t
e
r
n
a
l
c
a
l
i
b
r
a
t
i
o
n
.
A
b
s
o
l
u
t
e
A
c
c
u
r
a
c
y
=
O
u
t
p
u
t
V
a
l
u
e

(
G
a
i
n
E
r
r
o
r
)
+
R
a
n
g
e

(
O
f
f
s
e
t
E
r
r
o
r
)
G
a
i
n
E
r
r
o
r
=
R
e
s
i
d
u
a
l
G
a
i
n
E
r
r
o
r
+
G
a
i
n
T
e
m
p
c
o

(
T
e
m
p
C
h
a
n
g
e
F
r
o
m
L
a
s
t

n
t
e
r
n
a
l
C
a
l
)
+
R
e
f
e
r
e
n
c
e
T
e
m
p
c
o

(
T
e
m
p
C
h
a
n
g
e
F
r
o
m
L
a
s
t
E
x
t
e
r
n
a
l
C
a
l
)
O
f
f
s
e
t
E
r
r
o
r
=
R
e
s
i
d
u
a
l
O
f
f
s
e
t
E
r
r
o
r
+
A
O
O
f
f
s
e
t
T
e
m
p
c
o

(
T
e
m
p
C
h
a
n
g
e
F
r
o
m
L
a
s
t

n
t
e
r
n
a
l
C
a
l
)
+

N
L
_
E
r
r
o
r
D
i
g
i
t
a
I
I
/
O
/
P
F
I
S
t
a
t
i
c
C
h
a
r
a
c
t
e
r
i
s
t
i
c
s
N
u
m
b
e
r
o
f
c
h
a
n
n
e
l
s
N

6
2
5
0
/
6
2
5
1
/
6
2
5
5
2
4
t
o
t
a
l
,
8
(
P
0
.
<
0
.
.
7
>
)
,
1
6
(
P
F

<
0
.
.
7
>
/
P
1
,
P
F

<
8
.
.
1
5
>
/
P
2
)
N

6
2
5
4
/
6
2
5
9
4
8
t
o
t
a
l
,
3
2
(
P
0
.
<
0
.
.
3
1
>
)
,
1
6
(
P
F

<
0
.
.
7
>
/
P
1
,
P
F

<
8
.
.
1
5
>
/
P
2
)
G
r
o
u
n
d
r
e
f
e
r
e
n
c
e
D
G
N
D
D
i
r
e
c
t
i
o
n
c
o
n
t
r
o
l
E
a
c
h
t
e
r
m
i
n
a
l
i
n
d
i
v
i
d
u
a
l
l
y
p
r
o
g
r
a
m
m
a
b
l
e
a
s
i
n
p
u
t
o
r
o
u
t
p
u
t
P
u
l
l
-
d
o
w
n
r
e
s
i
s
t
o
r
5
0
k
C
t
y
p
,
2
0
k
C
m
i
n

n
p
u
t
v
o
l
t
a
g
e
p
r
o
t
e
c
t
i
o
n
3

2
0
V
o
n
u
p
t
o
t
w
o
p
i
n
s
3
S
t
r
e
s
s
e
s
b
e
y
o
n
d
t
h
o
s
e
l
i
s
t
e
d
u
n
d
e
r

n
p
u
t
v
o
l
t
a
g
e
p
r
o
t
e
c
t
i
o
n
m
a
y
c
a
u
s
e
p
e
r
m
a
n
e
n
t
d
a
m
a
g
e
t
o
t
h
e
d
e
v
i
c
e
.
W
a
v
e
f
o
r
m
C
h
a
r
a
c
t
e
r
i
s
t
i
c
s
(
P
o
r
t
0
O
n
I
y
)
T
e
r
m
i
n
a
l
s
u
s
e
d
N

6
2
5
0
/
6
2
5
1
/
6
2
5
5
P
o
r
t
0
(
P
0
.
<
0
.
.
7
>
)
N

6
2
5
4
/
6
2
5
9
P
o
r
t
0
(
P
0
.
<
0
.
.
3
1
>
)
P
o
r
t
/
s
a
m
p
l
e
s
i
z
e
N

6
2
5
0
/
6
2
5
1
/
6
2
5
5
U
p
t
o
8
b
i
t
s
N

6
2
5
4
/
6
2
5
9
U
p
t
o
3
2
b
i
t
s
1
3
w
w
w
.
n
i
.
c
o
m
W
a
v
e
f
o
r
m
g
e
n
e
r
a
t
i
o
n
(
D
O
)
F

F
O
2
,
0
4
7
s
a
m
p
l
e
s
W
a
v
e
f
o
r
m
a
c
q
u
i
s
i
t
i
o
n
(
D

)
F

F
O
2
,
0
4
7
s
a
m
p
l
e
s
D

S
a
m
p
l
e
C
l
o
c
k
f
r
e
q
u
e
n
c
y
P
C

/
P
C

e
/
P
X

/
P
X

e
d
e
v
i
c
e
s
0
t
o
1
0
M
H
z
4
U
S
B
d
e
v
i
c
e
s
0
t
o
1
M
H
z
s
y
s
t
e
m
d
e
p
e
n
d
e
n
t
4
D
O
S
a
m
p
l
e
C
l
o
c
k
f
r
e
q
u
e
n
c
y
P
C

/
P
C

e
/
P
X

/
P
X

e
d
e
v
i
c
e
s
R
e
g
e
n
e
r
a
t
e
f
r
o
m
F

F
O
0
t
o
1
0
M
H
z
S
t
r
e
a
m
i
n
g
f
r
o
m
m
e
m
o
r
y
0
t
o
1
M
H
z
s
y
s
t
e
m
d
e
p
e
n
d
e
n
t
4
U
S
B
d
e
v
i
c
e
s
R
e
g
e
n
e
r
a
t
e
f
r
o
m
F

F
O
0
t
o
1
0
M
H
z
S
t
r
e
a
m
i
n
g
f
r
o
m
m
e
m
o
r
y
0
t
o
1
M
H
z
s
y
s
t
e
m
d
e
p
e
n
d
e
n
t
4
D
a
t
a
t
r
a
n
s
f
e
r
s
P
C

/
P
C

e
/
P
X

/
P
X

e
d
e
v
i
c
e
s
D
M
A
(
s
c
a
t
t
e
r
-
g
a
t
h
e
r
)
,
i
n
t
e
r
r
u
p
t
s
,
p
r
o
g
r
a
m
m
e
d

/
O
U
S
B
d
e
v
i
c
e
s
U
S
B
S
i
g
n
a
l
S
t
r
e
a
m
,
p
r
o
g
r
a
m
m
e
d

/
O
D
O
o
r
D

S
a
m
p
l
e
C
l
o
c
k
s
o
u
r
c
e
5
A
n
y
P
F

,
R
T
S

,
A

S
a
m
p
l
e
o
r
C
o
n
v
e
r
t
C
l
o
c
k
,
A
O
S
a
m
p
l
e
C
l
o
c
k
,
C
t
r
n

n
t
e
r
n
a
l
O
u
t
p
u
t
,
a
n
d
m
a
n
y
o
t
h
e
r
s
i
g
n
a
l
s
4
P
e
r
f
o
r
m
a
n
c
e
c
a
n
b
e
d
e
p
e
n
d
e
n
t
o
n
b
u
s
l
a
t
e
n
c
y
a
n
d
v
o
l
u
m
e
o
f
b
u
s
a
c
t
i
v
i
t
y
.
5
T
h
e
d
i
g
i
t
a
l
s
u
b
s
y
s
t
e
m
d
o
e
s
n
o
t
h
a
v
e
i
t
s
o
w
n
d
e
d
i
c
a
t
e
d
i
n
t
e
r
n
a
l
t
i
m
i
n
g
e
n
g
i
n
e
.
T
h
e
r
e
f
o
r
e
,
a
s
a
m
p
l
e
c
l
o
c
k
m
u
s
t
b
e
p
r
o
v
i
d
e
d
f
r
o
m
a
n
o
t
h
e
r
s
u
b
s
y
s
t
e
m
o
n
t
h
e
d
e
v
i
c
e
o
r
a
n
e
x
t
e
r
n
a
l
s
o
u
r
c
e
.
P
F
I
/
P
o
r
t
1
/
P
o
r
t
2
F
u
n
c
t
i
o
n
a
I
i
t
y
F
u
n
c
t
i
o
n
a
l
i
t
y
S
t
a
t
i
c
d
i
g
i
t
a
l
i
n
p
u
t
,
s
t
a
t
i
c
d
i
g
i
t
a
l
o
u
t
p
u
t
,
t
i
m
i
n
g
i
n
p
u
t
,
t
i
m
i
n
g
o
u
t
p
u
t
T
i
m
i
n
g
o
u
t
p
u
t
s
o
u
r
c
e
s
M
a
n
y
A

,
A
O
,
c
o
u
n
t
e
r
,
D

,
D
O
t
i
m
i
n
g
s
i
g
n
a
l
s
D
e
b
o
u
n
c
e
f
i
l
t
e
r
s
e
t
t
i
n
g
s
1
2
5
n
s
,
6
.
4
2
5

s
,
2
.
5
6
m
s
,
d
i
s
a
b
l
e
;
h
i
g
h
a
n
d
l
o
w
t
r
a
n
s
i
t
i
o
n
s
;
s
e
l
e
c
t
a
b
l
e
p
e
r
i
n
p
u
t
1
4
w
w
w
.
n
i
.
c
o
m
R
e
c
o
m
m
e
n
d
e
d
O
p
e
r
a
t
i
o
n
C
o
n
d
i
t
i
o
n
s
6
L
e
v
e
l
M
i
n
M
a
x

n
p
u
t
h
i
g
h
v
o
l
t
a
g
e
(
V

H
)
2
.
2
V
5
.
2
5
V

n
p
u
t
l
o
w
v
o
l
t
a
g
e
(
V

L
)
0
V
0
.
8
V
O
u
t
p
u
t
h
i
g
h
c
u
r
r
e
n
t
(

O
H
)
P
0
.
<
0
.
.
3
1
>
P
F

<
0
.
.
1
5
>
/
P
1
/
P
2

-
2
4
m
A
-
1
6
m
A
O
u
t
p
u
t
l
o
w
c
u
r
r
e
n
t
(

O
L
)
P
0
.
<
0
.
.
3
1
>
P
F

<
0
.
.
1
5
>
/
P
1
/
P
2

2
4
m
A
1
6
m
A
E
I
e
c
t
r
i
c
a
I
C
h
a
r
a
c
t
e
r
i
s
t
i
c
s
L
e
v
e
l
M
i
n
M
a
x
P
o
s
i
t
i
v
e
-
g
o
i
n
g
t
h
r
e
s
h
o
l
d
(
V
T
+
)
N
e
g
a
t
i
v
e
-
g
o
i
n
g
t
h
r
e
s
h
o
l
d
(
V
T
-
)

0
.
8
V
2
.
2
V

D
e
l
t
a
V
T
h
y
s
t
e
r
e
s
i
s
(
V
T
+
-
V
T
-
)
0
.
2
V

L
i
n
p
u
t
l
o
w
c
u
r
r
e
n
t
(
V
i
n
=
0
V
)

H
i
n
p
u
t
h
i
g
h
c
u
r
r
e
n
t
(
V
i
n
=
5
V
)

-
1
0

A
2
5
0

A
1
5
w
w
w
.
n
i
.
c
o
m
D
i
g
i
t
a
I
I
/
O
C
h
a
r
a
c
t
e
r
i
s
t
i
c
s
6
6
O
n
e
a
r
l
i
e
r
v
e
r
s
i
o
n
s
o
f
t
h
e
U
S
B
-
6
2
5
1
S
c
r
e
w
T
e
r
m
i
n
a
l
(
p
a
r
t
n
u
m
b
e
r
s
1
9
4
9
2
9
A
/
B
/
C
-
0
x
)
a
n
d
t
h
e
U
S
B
-
6
2
5
9
S
c
r
e
w
T
e
r
m
i
n
a
l
(
p
a
r
t
n
u
m
b
e
r
s
1
9
4
0
2
1
B
/
C
-
0
x
)
,
t
h
e
d
i
g
i
t
a
l

/
O
c
h
a
r
a
c
t
e
r
i
s
t
i
c
s
o
f
P
0
.
<
1
6
.
.
3
1
>
m
a
t
c
h
t
h
e
c
h
a
r
a
c
t
e
r
i
s
t
i
c
s
o
f
P
F

<
0
.
.
1
5
>
.
R
e
f
e
r
t
o
t
h
e
N
o
v
e
m
b
e
r
2
0
0
6
v
e
r
s
i
o
n
o
f
t
h
e
N
I
6
2
5
x
S
p
e
c
i
f
i
c
a
t
i
o
n
s
(
p
a
r
t
n
u
m
b
e
r
3
7
1
2
9
1
G
-
0
1
)
f
o
r
m
o
r
e
d
e
t
a
i
l
s
.
1
6
w
w
w
.
n
i
.
c
o
m
G
e
n
e
r
a
I
-
P
u
r
p
o
s
e
C
o
u
n
t
e
r
/
T
i
m
e
r
s
N
u
m
b
e
r
o
f
c
o
u
n
t
e
r
/
t
i
m
e
r
s
2
R
e
s
o
l
u
t
i
o
n
3
2
b
i
t
s
C
o
u
n
t
e
r
m
e
a
s
u
r
e
m
e
n
t
s
E
d
g
e
c
o
u
n
t
i
n
g
,
p
u
l
s
e
,
s
e
m
i
-
p
e
r
i
o
d
,
p
e
r
i
o
d
,
t
w
o
-
e
d
g
e
s
e
p
a
r
a
t
i
o
n
P
o
s
i
t
i
o
n
m
e
a
s
u
r
e
m
e
n
t
s
X
1
,
X
2
,
X
4
q
u
a
d
r
a
t
u
r
e
e
n
c
o
d
i
n
g
w
i
t
h
C
h
a
n
n
e
l
Z
r
e
l
o
a
d
i
n
g
;
t
w
o
-
p
u
l
s
e
e
n
c
o
d
i
n
g
O
u
t
p
u
t
a
p
p
l
i
c
a
t
i
o
n
s
P
u
l
s
e
,
p
u
l
s
e
t
r
a
i
n
w
i
t
h
d
y
n
a
m
i
c
u
p
d
a
t
e
s
,
f
r
e
q
u
e
n
c
y
d
i
v
i
s
i
o
n
,
e
q
u
i
v
a
l
e
n
t
t
i
m
e
s
a
m
p
l
i
n
g

n
t
e
r
n
a
l
b
a
s
e
c
l
o
c
k
s
8
0
M
H
z
,
2
0
M
H
z
,
0
.
1
M
H
z
E
x
t
e
r
n
a
l
b
a
s
e
c
l
o
c
k
f
r
e
q
u
e
n
c
y
0
M
H
z
t
o
2
0
M
H
z
B
a
s
e
c
l
o
c
k
a
c
c
u
r
a
c
y
5
0
p
p
m

n
p
u
t
s
G
a
t
e
,
S
o
u
r
c
e
,
H
W
_
A
r
m
,
A
u
x
,
A
,
B
,
Z
,
U
p
_
D
o
w
n
R
o
u
t
i
n
g
o
p
t
i
o
n
s
f
o
r
i
n
p
u
t
s
A
n
y
P
F

,
R
T
S

,
P
X

_
T
R

G
,
P
X

_
S
T
A
R
,
a
n
a
l
o
g
t
r
i
g
g
e
r
,
m
a
n
y
i
n
t
e
r
n
a
l
s
i
g
n
a
l
s
F

F
O
2
s
a
m
p
l
e
s
D
a
t
a
t
r
a
n
s
f
e
r
s
P
C

/
P
C

e
/
P
X

/
P
X

e
d
e
v
i
c
e
s
D
e
d
i
c
a
t
e
d
s
c
a
t
t
e
r
-
g
a
t
h
e
r
D
M
A
c
o
n
t
r
o
l
l
e
r
f
o
r
e
a
c
h
c
o
u
n
t
e
r
/
t
i
m
e
r
;
i
n
t
e
r
r
u
p
t
s
,
p
r
o
g
r
a
m
m
e
d

/
O
U
S
B
d
e
v
i
c
e
s
U
S
B
S
i
g
n
a
l
S
t
r
e
a
m
,
p
r
o
g
r
a
m
m
e
d

/
O
F
r
e
q
u
e
n
c
y
G
e
n
e
r
a
t
o
r
N
u
m
b
e
r
o
f
c
h
a
n
n
e
l
s
1
B
a
s
e
c
l
o
c
k
s
1
0
M
H
z
,
1
0
0
k
H
z
D
i
v
i
s
o
r
s
1
t
o
1
6
B
a
s
e
c
l
o
c
k
a
c
c
u
r
a
c
y
5
0
p
p
m
O
u
t
p
u
t
c
a
n
b
e
a
v
a
i
l
a
b
l
e
o
n
a
n
y
P
F

o
r
R
T
S

t
e
r
m
i
n
a
l
.
P
h
a
s
e
-
L
o
c
k
e
d
L
o
o
p
(
P
L
L
)
N
u
m
b
e
r
o
f
P
L
L
s
1
R
e
f
e
r
e
n
c
e
s
i
g
n
a
l
P
X

_
S
T
A
R
,
P
X

_
C
L
K
1
0
,
R
T
S

<
0
.
.
7
>
O
u
t
p
u
t
o
f
P
L
L
8
0
M
H
z
T
i
m
e
b
a
s
e
;
o
t
h
e
r
s
i
g
n
a
l
s
d
e
r
i
v
e
d
f
r
o
m
8
0
M
H
z
T
i
m
e
b
a
s
e
i
n
c
l
u
d
i
n
g
2
0
M
H
z
a
n
d
1
0
0
k
H
z
T
i
m
e
b
a
s
e
s
1
7
w
w
w
.
n
i
.
c
o
m
E
x
t
e
r
n
a
I
D
i
g
i
t
a
I
T
r
i
g
g
e
r
s
S
o
u
r
c
e
A
n
y
P
F

,
R
T
S

,
P
X

_
T
R

G
,
P
X

_
S
T
A
R
P
o
l
a
r
i
t
y
S
o
f
t
w
a
r
e
-
s
e
l
e
c
t
a
b
l
e
f
o
r
m
o
s
t
s
i
g
n
a
l
s
A
n
a
l
o
g
i
n
p
u
t
f
u
n
c
t
i
o
n
S
t
a
r
t
T
r
i
g
g
e
r
,
R
e
f
e
r
e
n
c
e
T
r
i
g
g
e
r
,
P
a
u
s
e
T
r
i
g
g
e
r
,
S
a
m
p
l
e
C
l
o
c
k
,
C
o
n
v
e
r
t
C
l
o
c
k
,
S
a
m
p
l
e
C
l
o
c
k
T
i
m
e
b
a
s
e
A
n
a
l
o
g
o
u
t
p
u
t
f
u
n
c
t
i
o
n
S
t
a
r
t
T
r
i
g
g
e
r
,
P
a
u
s
e
T
r
i
g
g
e
r
,
S
a
m
p
l
e
C
l
o
c
k
,
S
a
m
p
l
e
C
l
o
c
k
T
i
m
e
b
a
s
e
C
o
u
n
t
e
r
/
t
i
m
e
r
f
u
n
c
t
i
o
n
s
G
a
t
e
,
S
o
u
r
c
e
,
H
W
_
A
r
m
,
A
u
x
,
A
,
B
,
Z
,
U
p
_
D
o
w
n
D
i
g
i
t
a
l
w
a
v
e
f
o
r
m
g
e
n
e
r
a
t
i
o
n
(
D
O
)
f
u
n
c
t
i
o
n
S
a
m
p
l
e
C
l
o
c
k
D
i
g
i
t
a
l
w
a
v
e
f
o
r
m
a
c
q
u
i
s
i
t
i
o
n
(
D

)
f
u
n
c
t
i
o
n
S
a
m
p
l
e
C
l
o
c
k
D
e
v
i
c
e
-
T
o
-
D
e
v
i
c
e
T
r
i
g
g
e
r
B
u
s
P
C

/
P
C

e
d
e
v
i
c
e
s
R
T
S

<
0
.
.
7
>
7
P
X

/
P
X

e
d
e
v
i
c
e
s
P
X

_
T
R

G
<
0
.
.
7
>
,
P
X

_
S
T
A
R
U
S
B
d
e
v
i
c
e
s
N
o
n
e
O
u
t
p
u
t
s
e
l
e
c
t
i
o
n
s
1
0
M
H
z
C
l
o
c
k
;
f
r
e
q
u
e
n
c
y
g
e
n
e
r
a
t
o
r
o
u
t
p
u
t
;
m
a
n
y
i
n
t
e
r
n
a
l
s
i
g
n
a
l
s
D
e
b
o
u
n
c
e
f
i
l
t
e
r
s
e
t
t
i
n
g
s
1
2
5
n
s
,
6
.
4
2
5

s
,
2
.
5
6
m
s
,
d
i
s
a
b
l
e
;
h
i
g
h
a
n
d
l
o
w
t
r
a
n
s
i
t
i
o
n
s
;
s
e
l
e
c
t
a
b
l
e
p
e
r
i
n
p
u
t
7

n
o
t
h
e
r
s
e
c
t
i
o
n
s
o
f
t
h
i
s
d
o
c
u
m
e
n
t
,
R
T
S
I
r
e
f
e
r
s
t
o
R
T
S

<
0
.
.
7
>
f
o
r
P
C

/
P
C

e
d
e
v
i
c
e
s
o
r
P
X

_
T
R

G
<
0
.
.
7
>
f
o
r
P
X

/
P
X

e
d
e
v
i
c
e
s
.
B
u
s
I
n
t
e
r
f
a
c
e
P
C

/
P
X

d
e
v
i
c
e
s
3
.
3
V
o
r
5
V
s
i
g
n
a
l
e
n
v
i
r
o
n
m
e
n
t
P
C

e
d
e
v
i
c
e
s
F
o
r
m
f
a
c
t
o
r
x
1
P
C

E
x
p
r
e
s
s
,
s
p
e
c
i
f
i
c
a
t
i
o
n
v
1
.
0
a
c
o
m
p
l
i
a
n
t
S
l
o
t
c
o
m
p
a
t
i
b
i
l
i
t
y
x
1
,
x
4
,
x
8
,
a
n
d
x
1
6
P
C

E
x
p
r
e
s
s
s
l
o
t
s
8
P
X

e
d
e
v
i
c
e
s
F
o
r
m
f
a
c
t
o
r
x
1
P
X

E
x
p
r
e
s
s
p
e
r
i
p
h
e
r
a
l
m
o
d
u
l
e
,
s
p
e
c
i
f
i
c
a
t
i
o
n
r
e
v
1
.
0
c
o
m
p
l
i
a
n
t
S
l
o
t
c
o
m
p
a
t
i
b
i
l
i
t
y
x
1
a
n
d
x
4
P
X

E
x
p
r
e
s
s
o
r
P
X

E
x
p
r
e
s
s
h
y
b
r
i
d
s
l
o
t
s
U
S
B
d
e
v
i
c
e
s
U
S
B
2
.
0
H
i
-
S
p
e
e
d
o
r
f
u
l
l
-
s
p
e
e
d
9
,
1
0
1
8
w
w
w
.
n
i
.
c
o
m
D
M
A
c
h
a
n
n
e
l
s
(
P
C

/
P
C

e
/
P
X

/
P
X

e
d
e
v
i
c
e
s
)
6
,
a
n
a
l
o
g
i
n
p
u
t
,
a
n
a
l
o
g
o
u
t
p
u
t
,
d
i
g
i
t
a
l
i
n
p
u
t
,
d
i
g
i
t
a
l
o
u
t
p
u
t
,
c
o
u
n
t
e
r
/
t
i
m
e
r
0
,
c
o
u
n
t
e
r
/
t
i
m
e
r
1
U
S
B
S
i
g
n
a
l
S
t
r
e
a
m
(
U
S
B
d
e
v
i
c
e
s
)
4
,
c
a
n
b
e
u
s
e
d
f
o
r
a
n
a
l
o
g
i
n
p
u
t
,
a
n
a
l
o
g
o
u
t
p
u
t
,
d
i
g
i
t
a
l
i
n
p
u
t
,
d
i
g
i
t
a
l
o
u
t
p
u
t
,
c
o
u
n
t
e
r
/
t
i
m
e
r
0
,
c
o
u
n
t
e
r
/
t
i
m
e
r
1
A
l
l
P
X

-
6
2
5
x
d
e
v
i
c
e
s
s
u
p
p
o
r
t
o
n
e
o
f
t
h
e
f
o
l
l
o
w
i
n
g
f
e
a
t
u
r
e
s
:

M
a
y
b
e
i
n
s
t
a
l
l
e
d
i
n
P
X

E
x
p
r
e
s
s
h
y
b
r
i
d
s
l
o
t
s

O
r
,
m
a
y
b
e
u
s
e
d
t
o
c
o
n
t
r
o
l
S
C
X

i
n
P
X

/
S
C
X

c
o
m
b
o
c
h
a
s
s
i
s
T
a
b
l
e
1
.
P
X

/
S
C
X

C
o
m
b
o
a
n
d
P
X

E
x
p
r
e
s
s
C
h
a
s
s
i
s
C
o
m
p
a
t
i
b
i
l
i
t
y
M
S
e
r
i
e
s
D
e
v
i
c
e
M
S
e
r
i
e
s
P
a
r
t
N
u
m
b
e
r
S
C
X
I
C
o
n
t
r
o
I
i
n
P
X
I
/
S
C
X
I
C
o
m
b
o
C
h
a
s
s
i
s
P
X
I
E
x
p
r
e
s
s
H
y
b
r
i
d
S
I
o
t
C
o
m
p
a
t
i
b
I
e
P
X

-
6
2
5
0
1
9
1
3
2
5
D
-
0
4
/
1
9
1
3
2
5
E
-
0
4
L
N
o
Y
e
s
P
X

-
6
2
5
1
1
9
1
3
2
5
D
-
0
3
/
1
9
1
3
2
5
E
-
0
3
L
N
o
Y
e
s
1
9
1
3
2
5
D
-
1
3
/
1
9
1
3
2
5
E
-
1
3
L
Y
e
s
N
o
P
X

-
6
2
5
4
1
9
1
3
2
5
D
-
0
2
/
1
9
1
3
2
5
E
-
0
3
L
N
o
Y
e
s
P
X

-
6
2
5
5
1
9
3
6
1
8
A
-
0
1
N
o
Y
e
s
P
X

-
6
2
5
9
1
9
1
3
2
5
D
-
0
1
/
1
9
1
3
2
5
E
-
0
1
L
N
o
Y
e
s
1
9
1
3
2
5
D
-
1
1
/
1
9
1
3
2
5
E
-
1
1
L
Y
e
s
N
o
E
a
r
l
i
e
r
v
e
r
s
i
o
n
s
o
f
P
X

-
6
2
5
1
/
6
2
5
4
/
6
2
5
9
1
9
1
3
2
5
C
-
0
x
1
9
1
3
2
5
B
-
0
x
Y
e
s
N
o
A
l
l
N

P
X

e
-
6
2
5
x
d
e
v
i
c
e
s
m
a
y
b
e
i
n
s
t
a
l
l
e
d
i
n
P
X

E
x
p
r
e
s
s
s
l
o
t
s
o
r
P
X

E
x
p
r
e
s
s
h
y
b
r
i
d
s
l
o
t
s
.
8
S
o
m
e
m
o
t
h
e
r
b
o
a
r
d
s
r
e
s
e
r
v
e
t
h
e
x
1
6
s
l
o
t
f
o
r
g
r
a
p
h
i
c
s
u
s
e
.
F
o
r
P
C

E
x
p
r
e
s
s
g
u
i
d
e
l
i
n
e
s
,
r
e
f
e
r
t
o
n
i
.
c
o
m
/
p
c
i
e
x
p
r
e
s
s
.
9

f
y
o
u
a
r
e
u
s
i
n
g
a
U
S
B
M
S
e
r
i
e
s
d
e
v
i
c
e
i
n
f
u
l
l
-
s
p
e
e
d
m
o
d
e
,
d
e
v
i
c
e
p
e
r
f
o
r
m
a
n
c
e
w
i
l
l
b
e
l
o
w
e
r
a
n
d
y
o
u
w
i
l
l
n
o
t
b
e
a
b
l
e
t
o
a
c
h
i
e
v
e
m
a
x
i
m
u
m
s
a
m
p
l
i
n
g
/
u
p
d
a
t
e
r
a
t
e
s
.
1
0
O
p
e
r
a
t
i
n
g
o
n
a
f
u
l
l
-
s
p
e
e
d
b
u
s
m
a
y
r
e
s
u
l
t
i
n
l
o
w
e
r
h
i
g
h
-
s
p
e
e
d
f
u
l
l
-
s
p
e
e
d
p
e
r
f
o
r
m
a
n
c
e
.
P
o
w
e
r
R
e
q
u
i
r
e
m
e
n
t
s
C
u
r
r
e
n
t
d
r
a
w
f
r
o
m
b
u
s
d
u
r
i
n
g
n
o
-
l
o
a
d
c
o
n
d
i
t
i
o
n
1
1
P
C

/
P
X

d
e
v
i
c
e
s
+
5
V
0
.
0
3
A
+
3
.
3
V
0
.
7
2
5
A
+
1
2
V
0
.
3
5
A
P
C

e
d
e
v
i
c
e
s
+
3
.
3
V
0
.
9
2
5
A
+
1
2
V
0
.
3
5
A
1
9
w
w
w
.
n
i
.
c
o
m
P
X

e
d
e
v
i
c
e
s
+
3
.
3
V
0
.
4
5
A
+
1
2
V
0
.
5
A
C
u
r
r
e
n
t
d
r
a
w
f
r
o
m
b
u
s
d
u
r
i
n
g
A

a
n
d
A
O
o
v
e
r
v
o
l
t
a
g
e
c
o
n
d
i
t
i
o
n
1
1
P
C

/
P
X

d
e
v
i
c
e
s
+
5
V
0
.
0
3
A
+
3
.
3
V
1
.
2
A
+
1
2
V
0
.
3
8
A
P
C

e
d
e
v
i
c
e
s
+
3
.
3
V
1
.
4
A
+
1
2
V
0
.
3
8
A
P
X

e
d
e
v
i
c
e
s
+
3
.
3
V
0
.
4
8
A
+
1
2
V
0
.
7
1
A
C
a
u
t
i
o
n
U
S
B
-
6
2
5
x
d
e
v
i
c
e
s
m
u
s
t
b
e
p
o
w
e
r
e
d
w
i
t
h
N

o
f
f
e
r
e
d
A
C
a
d
a
p
t
e
r
o
r
a
N
a
t
i
o
n
a
l
E
l
e
c
t
r
i
c
C
o
d
e
(
N
E
C
)
C
l
a
s
s
2
D
C
s
o
u
r
c
e
t
h
a
t
m
e
e
t
s
t
h
e
p
o
w
e
r
r
e
q
u
i
r
e
m
e
n
t
s
f
o
r
t
h
e
d
e
v
i
c
e
a
n
d
h
a
s
a
p
p
r
o
p
r
i
a
t
e
s
a
f
e
t
y
c
e
r
t
i
f
i
c
a
t
i
o
n
m
a
r
k
s
f
o
r
c
o
u
n
t
r
y
o
f
u
s
e
.
2
0
w
w
w
.
n
i
.
c
o
m
U
S
B
p
o
w
e
r
s
u
p
p
l
y
r
e
q
u
i
r
e
m
e
n
t
s
1
1
t
o
3
0
V
D
C
,
2
0
W
,
l
o
c
k
i
n
g
o
r
n
o
n
-
l
o
c
k
i
n
g
p
o
w
e
r
j
a
c
k
w
i
t
h
0
.
0
8
0
"
d
i
a
m
e
t
e
r
c
e
n
t
e
r
p
i
n
,
5
/
1
6
-
3
2
t
h
r
e
a
d
f
o
r
l
o
c
k
i
n
g
c
o
l
l
a
r
s
1
1
D
o
e
s
n
o
t
i
n
c
l
u
d
e
P
0
/
P
F

/
P
1
/
P
2
a
n
d
+
5
V
t
e
r
m
i
n
a
l
s
.
P
o
w
e
r
L
i
m
i
t
s
C
a
u
t
i
o
n
E
x
c
e
e
d
i
n
g
t
h
e
p
o
w
e
r
l
i
m
i
t
s
m
a
y
c
a
u
s
e
u
n
p
r
e
d
i
c
t
a
b
l
e
b
e
h
a
v
i
o
r
b
y
t
h
e
d
e
v
i
c
e
a
n
d
/
o
r
P
C
/
c
h
a
s
s
i
s
.
P
C

d
e
v
i
c
e
s
+
5
V
t
e
r
m
i
n
a
l
(
c
o
n
n
e
c
t
o
r
0
)
1
A
m
a
x
1
2
+
5
V
t
e
r
m
i
n
a
l
(
c
o
n
n
e
c
t
o
r
1
)
1
A
m
a
x
1
2
P
C

e
d
e
v
i
c
e
s
W
i
t
h
o
u
t
d
i
s
k
d
r
i
v
e
p
o
w
e
r
c
o
n
n
e
c
t
o
r
i
n
s
t
a
l
l
e
d
+
5
V
t
e
r
m
i
n
a
l
s
c
o
m
b
i
n
e
d
0
.
3
5
A
m
a
x
1
2
P
0
/
P
F

/
P
1
/
P
2
a
n
d
+
5
V
t
e
r
m
i
n
a
l
s
c
o
m
b
i
n
e
d
0
.
3
9
A
m
a
x
W
i
t
h
d
i
s
k
d
r
i
v
e
p
o
w
e
r
c
o
n
n
e
c
t
o
r
i
n
s
t
a
l
l
e
d
+
5
V
t
e
r
m
i
n
a
l
(
c
o
n
n
e
c
t
o
r
0
)
1
A
m
a
x
1
2
+
5
V
t
e
r
m
i
n
a
l
(
c
o
n
n
e
c
t
o
r
1
)
1
A
m
a
x
1
2
P
0
/
P
F

/
P
1
/
P
2
c
o
m
b
i
n
e
d
0
.
3
9
A
m
a
x
P
X

/
P
X

e
d
e
v
i
c
e
s
+
5
V
t
e
r
m
i
n
a
l
(
c
o
n
n
e
c
t
o
r
0
)
1
A
m
a
x
1
2
+
5
V
t
e
r
m
i
n
a
l
(
c
o
n
n
e
c
t
o
r
1
)
1
A
m
a
x
1
2
P
0
/
P
F

/
P
1
/
P
2
a
n
d
+
5
V
t
e
r
m
i
n
a
l
s
c
o
m
b
i
n
e
d
2
A
m
a
x
U
S
B
d
e
v
i
c
e
s
+
5
V
t
e
r
m
i
n
a
l
1
A
m
a
x
1
2
P
0
/
P
F

/
P
1
/
P
2
a
n
d
+
5
V
t
e
r
m
i
n
a
l
s
c
o
m
b
i
n
e
d
2
A
m
a
x
P
o
w
e
r
s
u
p
p
l
y
f
u
s
e
2
A
,
2
5
0
V
1
2
H
a
s
a
s
e
l
f
-
r
e
s
e
t
t
i
n
g
f
u
s
e
t
h
a
t
o
p
e
n
s
w
h
e
n
c
u
r
r
e
n
t
e
x
c
e
e
d
s
t
h
i
s
s
p
e
c
i
f
i
c
a
t
i
o
n
.
P
h
y
s
i
c
a
I
R
e
q
u
i
r
e
m
e
n
t
s
P
r
i
n
t
e
d
c
i
r
c
u
i
t
b
o
a
r
d
d
i
m
e
n
s
i
o
n
s
N

P
C

-
6
2
5
0
/
6
2
5
1
/
6
2
5
4
/
6
2
5
5
/
6
2
5
9
9
.
7

1
5
.
5
c
m
(
3
.
8

6
.
1
i
n
.
)
N

P
C

e
-
6
2
5
1
/
6
2
5
9
9
.
9

1
6
.
8
c
m
(
3
.
9

6
.
6
i
n
.
)
(
h
a
l
f
-
l
e
n
g
t
h
)
N

P
X

/
P
X

e
-
6
2
5
0
/
6
2
5
1
/
6
2
5
4
/
6
2
5
5
/
6
2
5
9
S
t
a
n
d
a
r
d
3
U
P
X

2
1
w
w
w
.
n
i
.
c
o
m
E
n
c
l
o
s
u
r
e
d
i
m
e
n
s
i
o
n
s
(
i
n
c
l
u
d
e
s
c
o
n
n
e
c
t
o
r
s
)
N

U
S
B
-
6
2
5
1
/
6
2
5
5
/
6
2
5
9
S
c
r
e
w
T
e
r
m
i
n
a
l
2
6
.
6
7

1
7
.
0
9

4
.
4
5
c
m
(
1
0
.
5

6
.
7
3

1
.
7
5
i
n
.
)
N

U
S
B
-
6
2
5
1
/
6
2
5
9
B
N
C
2
8
.
6

1
7

6
.
9
c
m
(
1
1
.
2
5

6
.
7

2
.
7
i
n
.
)
N

U
S
B
-
6
2
5
1
/
6
2
5
5
/
6
2
5
9
M
a
s
s
T
e
r
m
i
n
a
t
i
o
n
1
8
.
8

1
7
.
0
9

4
.
4
5
c
m
(
7
.
4

6
.
7
3

1
.
7
5
i
n
.
)
N

U
S
B
-
6
2
5
1
/
6
2
5
5
/
6
2
5
9
O
E
M
R
e
f
e
r
t
o
t
h
e
N
I
U
S
B
-
6
2
2
x
/
6
2
5
x
O
E
M
U
s
e
r
G
u
i
d
e
W
e
i
g
h
t
N

P
C

-
6
2
5
0
1
4
2
g
(
5
o
z
)
N

P
C

-
6
2
5
1
1
4
9
g
(
5
.
2
o
z
)
N

P
C

-
6
2
5
4
1
5
2
g
(
5
.
3
o
z
)
N

P
C

-
6
2
5
5
1
6
4
g
(
5
.
8
o
z
)
N

P
C

-
6
2
5
9
1
6
2
g
(
5
.
6
o
z
)
N

P
C

e
-
6
2
5
1
1
6
1
g
(
5
.
7
o
z
)
N

P
C

e
-
6
2
5
9
1
7
5
g
(
6
.
1
o
z
)
N

P
X

-
6
2
5
0
2
1
2
g
(
7
.
5
o
z
)
N

P
X

-
6
2
5
1
/
6
2
5
4
2
2
2
g
(
7
.
8
o
z
)
N

P
X

-
6
2
5
5
2
3
6
g
(
8
.
3
o
z
)
N

P
X

-
6
2
5
9
2
3
3
g
(
8
.
2
o
z
)
N

P
X

e
-
6
2
5
1
2
0
8
g
(
7
.
3
o
z
)
N

P
X

e
-
6
2
5
9
2
2
1
g
(
7
.
8
o
z
)
N

U
S
B
-
6
2
5
1
S
c
r
e
w
T
e
r
m
i
n
a
l
1
.
2
k
g
(
2
l
b
1
0
o
z
)
N

U
S
B
-
6
2
5
5
/
6
2
5
9
S
c
r
e
w
T
e
r
m
i
n
a
l
1
.
2
4
k
g
(
2
l
b
1
1
o
z
)
N

U
S
B
-
6
2
5
1
/
6
2
5
5
/
6
2
5
9
M
a
s
s
T
e
r
m
i
n
a
t
i
o
n
8
1
6
g
(
1
l
b
1
2
.
8
o
z
)
N

U
S
B
-
6
2
5
1
O
E
M
1
4
0
g
(
4
.
9
o
z
)
N

U
S
B
-
6
2
5
5
/
6
2
5
9
O
E
M
1
7
2
g
(
6
.
1
o
z
)

/
O
c
o
n
n
e
c
t
o
r
N

P
C

/
P
C

e
/
P
X

/
P
X

e
-
6
2
5
0
/
6
2
5
1
1
6
8
-
p
i
n
V
H
D
C

P
C

/
P
C

e
/
P
X

/
P
X

e
-
6
2
5
4
/
6
2
5
5
/
6
2
5
9
2
6
8
-
p
i
n
V
H
D
C

U
S
B
-
6
2
5
1
S
c
r
e
w
T
e
r
m
i
n
a
l
6
4
s
c
r
e
w
t
e
r
m
i
n
a
l
s
N

U
S
B
-
6
2
5
5
/
6
2
5
9
S
c
r
e
w
T
e
r
m
i
n
a
l
1
2
8
s
c
r
e
w
t
e
r
m
i
n
a
l
s
N

U
S
B
-
6
2
5
1
B
N
C
2
1
B
N
C
s
a
n
d
3
0
s
c
r
e
w
t
e
r
m
i
n
a
l
s
2
2
w
w
w
.
n
i
.
c
o
m
N

U
S
B
-
6
2
5
9
B
N
C
3
2
B
N
C
s
a
n
d
6
0
s
c
r
e
w
t
e
r
m
i
n
a
l
s
N

U
S
B
-
6
2
5
1
M
a
s
s
T
e
r
m
i
n
a
t
i
o
n
1
6
8
-
p
i
n
S
C
S

U
S
B
-
6
2
5
5
/
6
2
5
9
M
a
s
s
T
e
r
m
i
n
a
t
i
o
n
2
6
8
-
p
i
n
S
C
S

D
i
s
k
d
r
i
v
e
p
o
w
e
r
c
o
n
n
e
c
t
o
r
(
P
C

e
d
e
v
i
c
e
s
)
S
t
a
n
d
a
r
d
A
T
X
p
e
r
i
p
h
e
r
a
l
c
o
n
n
e
c
t
o
r
(
n
o
t
s
e
r
i
a
l
A
T
A
)
U
S
B
-
6
2
5
1
/
6
2
5
5
/
6
2
5
9
S
c
r
e
w
T
e
r
m
i
n
a
l
/
U
S
B
-
6
2
5
1
/
6
2
5
9
B
N
C
s
c
r
e
w
t
e
r
m
i
n
a
l
w
i
r
i
n
g
1
6
-
2
8
A
W
G
M
a
x
i
m
u
m
W
o
r
k
i
n
g
V
o
I
t
a
g
e
1
3
N

6
2
5
0
/
6
2
5
1
/
6
2
5
4
/
6
2
5
5
/
6
2
5
9
c
h
a
n
n
e
l
-
t
o
-
e
a
r
t
h
1
1
V
,
M
e
a
s
u
r
e
m
e
n
t
C
a
t
e
g
o
r
y

C
a
u
t
i
o
n
D
o
n
o
t
u
s
e
f
o
r
m
e
a
s
u
r
e
m
e
n
t
s
w
i
t
h
i
n
C
a
t
e
g
o
r
i
e
s

,
o
r

V
.
1
3
M
a
x
i
m
u
m
w
o
r
k
i
n
g
v
o
l
t
a
g
e
r
e
f
e
r
s
t
o
t
h
e
s
i
g
n
a
l
v
o
l
t
a
g
e
p
l
u
s
t
h
e
c
o
m
m
o
n
-
m
o
d
e
v
o
l
t
a
g
e
.
E
n
v
i
r
o
n
m
e
n
t
a
I
O
p
e
r
a
t
i
n
g
t
e
m
p
e
r
a
t
u
r
e
P
C

/
P
X

/
P
X

e
d
e
v
i
c
e
s
0
t
o
5
5

C
P
C

e
d
e
v
i
c
e
s
0
t
o
5
0

C
U
S
B
d
e
v
i
c
e
s
0
t
o
4
5

C
S
t
o
r
a
g
e
t
e
m
p
e
r
a
t
u
r
e
-
2
0
t
o
7
0

C
H
u
m
i
d
i
t
y
1
0
t
o
9
0
%
R
H
,
n
o
n
c
o
n
d
e
n
s
i
n
g
M
a
x
i
m
u
m
a
l
t
i
t
u
d
e
2
,
0
0
0
m
P
o
l
l
u
t
i
o
n
D
e
g
r
e
e
(
i
n
d
o
o
r
u
s
e
o
n
l
y
)
2
S
h
o
c
k
a
n
d
V
i
b
r
a
t
i
o
n
(
P
X
I
/
P
X
I
e
D
e
v
i
c
e
s
O
n
I
y
)
O
p
e
r
a
t
i
o
n
a
l
s
h
o
c
k
3
0
g
p
e
a
k
,
h
a
l
f
-
s
i
n
e
,
1
1
m
s
p
u
l
s
e
(
T
e
s
t
e
d
i
n
a
c
c
o
r
d
a
n
c
e
w
i
t
h

E
C
-
6
0
0
6
8
-
2
-
2
7
.
T
e
s
t
p
r
o
f
i
l
e
d
e
v
e
l
o
p
e
d
i
n
a
c
c
o
r
d
a
n
c
e
w
i
t
h
M

L
-
P
R
F
-
2
8
8
0
0
F
.
)
R
a
n
d
o
m
v
i
b
r
a
t
i
o
n
O
p
e
r
a
t
i
n
g
5
t
o
5
0
0
H
z
,
0
.
3
g
r
m
s
N
o
n
o
p
e
r
a
t
i
n
g
5
t
o
5
0
0
H
z
,
2
.
4
g
r
m
s
(
T
e
s
t
e
d
i
n
a
c
c
o
r
d
a
n
c
e
w
i
t
h

E
C
-
6
0
0
6
8
-
2
-
6
4
.
N
o
n
o
p
e
r
a
t
i
n
g
t
e
s
t
p
r
o
f
i
l
e
e
x
c
e
e
d
s
t
h
e
r
e
q
u
i
r
e
m
e
n
t
s
o
f
M

L
-
P
R
F
-
2
8
8
0
0
F
,
C
l
a
s
s
3
.
)
2
3
w
w
w
.
n
i
.
c
o
m

Das könnte Ihnen auch gefallen