FTB-2 и FTB-2 Pro. Руководство пользователя - часть 24

 

  Главная      Учебники - Разные     FTB-2 и FTB-2 Pro. Руководство пользователя

 

поиск по сайту            правообладателям  

 

 

 

 

 

 

 

 

содержание      ..     22      23      24      25     ..

 

 

FTB-2 и FTB-2 Pro. Руководство пользователя - часть 24

 

 

A Технические характеристики
ВАЖНО!
Следующие технические характеристики могут быть изменены
без уведомления. Информация, содержащаяся в данном
разделе, носит справочный характер. Обновленные сведения о
технических характеристиках изделия см. на веб-сайте по EXFO
адресуwww.exfo.com.
TECHNICAL SPECIFICATIONS a
FTB-2
FTB-2 Pro
Display
Touchscreen, color, 1280 × 800 TFT 256 mm (10.1 in)
Touchscreen, color, 1280 × 800 TFT 256 mm (10.1 in)
RJ-45 LAN 10/100/1000 Mbit/s
RJ-45 LAN 10/100/1000 Mbit/s
Interfaces
Two USB 2.0 ports
Two USB 2.0 ports
One USB 3.0 port
One USB 3.0 port
Display port
Display port
Headset jack
Headset jack
Storage
64 GB internal memory (flash)
64 GB or 128 GB internal memory (flash)
Battery
One rechargeable Li-ion smart battery
Two rechargeable Li-ion smart batteries
Power supply
AC/DC adapter, input:
100 - 240 V; 50/60 Hz; 2.5 A max,
AC/DC adapter, input:
100 - 240 V; 50/60 Hz; 4.0 A max,
output:
24 V; 3.75 A
output:
24 V; 8.33 A
Dual-core processor / 4 GB RAM / Windows Embedded 8
Computer
Quad-core processor / 4 GB RAM / Windows 8.1 Pro
Standard
* Highest size available as a hardware option
GENERAL SPECIFICATIONS
Size (H × W × D)
199 mm × 333 mm × 119 mm
(7 13/16 in × 13 1/8 in × 4 11/16 in)
Weight c
3 kg (6.6 lb)
Temperature
Operation
0 °C to 50 °C (32 °F to 122 °F)
Storage b
-40 °C to 60 °C (-40 °F to 140 °F)
Relative humidity
)95 % noncondensing
359
Технические характеристики
BUILT-IN POWER METER SPECIFICATIONS (GEX) (OPTIONAL) d
Calibrated wavelengths (nm)
850, 1300, 1310, 1490, 1550, 1625, 1650
Optional CWDM calibrated
1270, 1290, 1310, 1330, 1350, 1370, 1390, 1410, 1430, 1450, 1470, 1490,
wavelengths (nm)
1510, 1530, 1550, 1570, 1590, 1610, 1383, 1625
Power range (dBm) e
27 to -50
Uncertainty (%) e, f
±5 % ± 10 nW
Display resolution (dB)
0.01 = max to -40 dBm
0.1 = -40 dBm to -50 dBm
VISUAL FAULT LOCATOR (VFL) (OPTIONAL)
Laser, 650 nm ± 10 nm
CW/Modulate 1 Hz
Typical Pout in 62.5/125 μm: >-1.5 dBm (0.7 mW)
Notes
a. All specifications valid at 23 °C (73 °F).
b. Not including internal batteries. Battery storage temperatures: -20 °C to 60 °C (-4 °F to 140 °F) for shipping, and -20 °C to 45 °C (-4 °F to 113 °F) for long-term storage.
c. Platform without batteries or modules
d. At 23 °C ± 1 °C, 1550 nm and FC connector. With modules in idle mode. Battery operated after warm-up.
e. Typical.
f.
At calibration conditions.
360
B Data Types
The following section provides an overview of the most common data
types that may appear in EXFO’s documentation on commands and
queries. The information is supplied for guidance only.
For more detailed information, please refer to IEEE 488.2 and SCPI
standards.
Data types are divided into two groups: <PROGRAM DATA> for the types
that are used when you want to send messages to a device and
<RESPONSE DATA> for the types that are used when a device sends
responses to the controller.
The data types are presented in graphics often referred to as “railroad
diagrams”. The following example illustrates how to interpret such
diagrams.
The splitting arrow indicates a
choice of items
<Upper/lower
case alpha>
<Upper/lower
Entry
Exit
case alpha>
_
<digit>
In boxes: syntactic
The reverse arrow indicates that
In circles: literal
items (use the
the item specified in the box can
items (to be
elements to which
be repeated several times
typed as such)
they refer)
FTB-2 and FTB-2 Pro
361
Data Types
Applicable Data Types for Input—IEEE 488.2
Applicable Data Types for Input—IEEE 488.2
<PROGRAM MESSAGE TERMINATOR>
END^
<wsp>
NL
END^
NL
In the diagram above,
“NL” corresponds to ASCII character code 10, in decimal (0A in
binary)
“END^” corresponds to the last data byte of the message sent with
EOI = True and ATN = False
362
FTB-2 and FTB-2 Pro
Data Types
Applicable Data Types for Input—IEEE 488.2
<CHARACTER PROGRAM DATA>
This data type will be used to send short mnemonics when a
<DECIMAL NUMERIC PROGRAM DATA> cannot be used.
Examples: TRIANGLEWAVE, NCONTINUOUS
<DECIMAL NUMERIC PROGRAM DATA> (or <NRf>)
This data type includes <NR1>, <NR2> and <NR3> data types. It will
be used for decimal fractions with or without an exponent. Instruments
will adapt the values they receive to fit their degree of precision. For
example, if an instrument has a precision of two digits after the
decimal point and the incoming value is 12.048, this value will be
rounded off to 12.05.
<mantissa>
<wsp>
<exponent>
The second diagram below illustrates the <mantissa> syntax.
+
<digit>
<digit>
-
<digit>
<digit>
The third diagram illustrates the <exponent> syntax.
+
E/e
<wsp>
<digit>
-
Examples: +2.0 e5, -.56E+4, 6.5e-10
FTB-2 and FTB-2 Pro
363
Data Types
Applicable Data Types for Input—IEEE 488.2
<NON-DECIMAL NUMERIC PROGRAM DATA>
This data type will be used for integer representation in hexadecimal
(base 16), octal (base 8) or binary (base 2). The numeric
representations will begin with “#H” for hexadecimal, “#Q” for octal
and “#B” for binary.
A/a
B/b
#
H/h
C/c
D/d
E/e
F/f
<digit>
Examples: #Hf3bc015d, #h01a4, #hfe
364
FTB-2 and FTB-2 Pro
Data Types
Applicable Data Types for Input—IEEE 488.2
0
1
2
#
Q/q
3
4
5
6
7
Examples: #Q1234567, #q1275, #q07
0
#
B/b
1
Examples: #B10010111, #b10110, #b1100
FTB-2 and FTB-2 Pro
365
Data Types
Applicable Data Types for Input—IEEE 488.2
<STRING PROGRAM DATA>
This data type will be used for strings containing 7-bit ASCII characters
that have to be enclosed in either single- or double-quotes delimiters.
If a string needs to contain a character that is exactly the same as the
delimiter, make sure to double the character to avoid syntax errors.
'
<inserted '>
'
'
<non single
quote char>
"
<inserted ">
"
"
<non single
quote char>
Examples: "SCPI Commands", ’SCPI Commands’, "SCPI ’Commands’",
’SCPI "Commands"’, "SCPI ""Commands""", ’SCPI ’’Commands’’’
366
FTB-2 and FTB-2 Pro
Data Types
Applicable Data Types for Input—IEEE 488.2
<ARBITRARY BLOCK PROGRAM DATA>
This data type is used to send blocks of arbitrary 8-bit information
when you need to work with large amounts of data.
The actual length of the data that you send has the following structure:
The first byte contains the # character.
The byte that immediately follows contains the number of
subsequent bytes that you have to check to obtain the total length.
Note:
If you use a zero as the first digit (#0), it has to be followed by a
<PROGRAM MESSAGE TERMINATOR > so that the device will detect the
end of the <ARBITRARY BLOCK PROGRAM DATA>. This will also force
immediate termination of the message.
For example, if you send the following data (here, values are expressed
in decimal instead of binary for easier readability):
# 2 1 3 7 6 8 9 2 ...
The byte that immediately follows the # contains 2, which means that
you would have to read the two following bytes to know the length (in
bytes) of the retrieved data. The bytes indicate 1 and 3. The length will
then be 13 bytes. The actual response will begin at byte number 5, in
this case.
<non-zero
<8-bit data
<digit>
digit>
byte>
#
<8-bit data
<PROGRAM MESSAGE
0
byte>
TERMINATOR>
FTB-2 and FTB-2 Pro
367
Data Types
Applicable Data Types for Input—IEEE 488.2
<SUFFIX PROGRAM DATA>
This data type is used when units and multipliers have to be sent.
/
<wsp>
/
<suf f ix mult.>
<suf f ix unit>
<digit>
-
<suf f ix unit>
<digit>
-
Examples: nm, kHz, km/s2, uW
A relative unit (dB) can be referenced to an absolute level, as shown on the
following diagram.
D/d
B/b
<suf f ix mult.>
<suf f ix unit>
Examples: db, dbm, dBW
368
FTB-2 and FTB-2 Pro
Data Types
Applicable Data Types for Input—IEEE 488.2
The following table illustrates the possible forms for <suffix mult.>:
Name
Value
Mnemonic
Exa
1E18
EX
Peta
1E15
PE
Tera
1E12
T
Giga
1E9
G
Mega
1E6
MA
Kilo
1E3
K
Milli
1E-3
M
Micro
1E-6
U
Nano
1E-9
N
Pico
1E-12
P
Femto
1E-15
F
Atto
1E-18
A
FTB-2 and FTB-2 Pro
369
Data Types
Applicable Data Types for Input—IEEE 488.2
The table below gives the possible forms for <suffix unit>:
Reference Unit
Suffix Unit
Degrees
DEG
Radians
RAD
Amperes
A
Volts
V
Hertz
HZ
Meters
M
Watts
W
DBs ref to 1mW
DBM
Decibels
DB
Degrees Celsius
CEL
Degrees Fahrenheit
FAR
Kelvins
K
Seconds
S
Hours
HR
Minutes
MIN
370
FTB-2 and FTB-2 Pro
Data Types
Applicable Data Types for Output —IEEE 488.2
Applicable Data Types for Output —IEEE 488.2
<RESPONSE MESSAGE TERMINATOR>
NL
END^
In the diagram above,
“NL” corresponds to ASCII character code 10, in decimal (0A in
binary)
“END^” corresponds to the last data byte of the message sent with
EOI = True and ATN = False
<CHARACTER RESPONSE DATA>
This data type will be used by a device to return short mnemonics
when a <DECIMAL NUMERIC PROGRAM DATA> cannot be used. The
returned information is sent in the long form and in upper case.
Examples: TRIANGLEWAVE, NCONTINUOUS
FTB-2 and FTB-2 Pro
371
Data Types
Applicable Data Types for Output —IEEE 488.2
<NR1 NUMERIC RESPONSE DATA> (or <NR1>)
This data type will be used by a device to return positive or negative
integers.
+
<digit>
-
Examples: 4, -23, 90
<NR2 NUMERIC RESPONSE DATA> (or <NR2>)
This data type will be used by a device to return positive or negative
real numbers (fixed-point numbers).
+
<digit>
<digit>
-
Examples: 23.45, 1.22, -4.55
372
FTB-2 and FTB-2 Pro
Data Types
Applicable Data Types for Output —IEEE 488.2
<NR3 NUMERIC RESPONSE DATA> (or <NR3>)
This data type will be used by a device to return positive or negative
exponential numbers (floating-point numbers).
+
<digit>
<digit>
-
+
E
<digit>
-
Examples: 4.3E-3, -8.9456E8, 123E-5
FTB-2 and FTB-2 Pro
373
Data Types
Applicable Data Types for Output —IEEE 488.2
Special Numeric Values Received on Output
In some cases, an instrument may send values indicating that an
unusual event has occurred. The following tables present the possible
values.
Value is
ASCII 4 bytes
PACKED 4 bytes
Under range
2143289345.000000
7FC00001
Over range
2143289346.000000
7FC00002
Invalid
2143289347.000000
7FC00003
Inactive
2143289348.000000
7FC00004
Value is
ASCII 8 bytes
PACKED 8 bytes
Under range
9221120237577961472
7FF8000020000000
Over range
9221120238114832384
7FF8000040000000
Invalid
9221120238651703296
7FF8000060000000
Inactive
9221120239188574208
7FF8000080000000
374
FTB-2 and FTB-2 Pro

 

 

 

 

 

 

 

содержание      ..     22      23      24      25     ..