Features
Very small size, single body can reach dual 1X32 ports
Customized original imported motor
Combination of various control methods
(TTL+RS232,TTL+RS485,USB)
Low insertion loss, high return loss, high reliability
Application
Optical sensing multi-point dynamic monitoring system
Optical test system
LAN multi-source/detector automatic switching
Parameters Table
index |
|
OSW-D1×N(N≤32) |
Insertion loss |
dB |
Typ:0.3,Max:0.8 |
Fiber Type |
|
Single mode, multimode, polarization maintaining |
Working wavelength |
nm |
850&1310 or 1260-1650 |
return loss |
dB |
Single mode ≥ 55, multi-mode ≥ 40 |
crosstalk |
dB |
≥-80 |
Polarization dependent loss |
dB |
≤0.10 |
wavelength dependent loss |
dB |
≤0.25 |
temperature dependent losses |
dB |
≤0.30 |
repeatability |
dB |
≤±0.05 |
life |
次 |
3*107 |
Can carry optical power |
mW |
≤1000 |
switching time |
ms |
≤10 (Adjacent port switching) |
Operating temperature |
C |
-20~+70 |
stored temperature |
C |
-40~+85 |
Working voltage and current |
V/A |
+5 /1 |
Package size |
mm |
135X40X32 |
control method |
|
TTL+RS232 or TTL+RS485 or USB |
Fiber length |
m |
<1.5 |
Connector |
|
Various lengths available |
D1XN (N ≤ 32)
2-D1XN (N ≤ 32)
internal principle
pin
pin number | Types of | name | Function |
1 | Input | /RESET | For TTL, reset low to channel 0. A high level means that the channel select bit is active. |
2 | Input | D0 | TTL, D0 is low, D4 is high, for example: 00000b=1 CH; 11111b=32 CH. |
3 | Input | D1 | |
4 | Input | D2 | |
5 | Input | D3 | |
6 | Input | D4 | |
7 | Out | /READY | TTL, Standby (High=Not ready, Low=Ready) |
8 | Out | ERROR | TTL, error (high=Error, low=No error) |
9 | Power in | GND | ground |
10 | Power in | 5V | 5.0±5% V DC power supply (max 1000mA) |
11 | S- | RS232 | RX |
12 | S+ | RS232 | TX |
Model: COC-OSW-D1×N-A-B-C-D-E-F-G
N |
A |
B |
C |
D |
E |
F |
G |
port | Fiber Type | Working wavelength | Pigtail Type | Pigtail length | Connector | way to control | Outline Package |
1 ~ 32 |
SM: SM, 9/125 M5: MM50/125 M6: MM62.5/125 |
850: 850nm 1310: 1310nm 1550: 1550nm 13/15:1310/1550nm |
25:250um90: 900um 20: 2.0mm FA:fiber array |
05: 50±5cm 10: 100±5cm 15: 150±5cm |
OO:None FP: FC/PC FA: FC/APC SP: SC/PC SA: SC/APC LP: LC/PC LA: LC/APC ST:ST/PC |
01: TTL+RS232 02:TTL+RS485 03:USB
|
A:135X40X32mm B:135X64X32mm |
Control instruction
Notice:
1. "_" means underscore.
2. All letters of communication commands are uppercase.
3. The module can only execute one instruction at a time. You need to wait for the program to return the corresponding value before entering the next instruction.
4. The complete command includes angle brackets "<" as the start character and ">" as the end character.
Program control instruction list | |
instruction | describe |
<OSWXX_VERSION_?> |
Read device version information Version information includes: hardware version information, software version information, and version time Version information format <OSWXX_HW[VNN.NN]_HDATE[XXXX.XX.XX]_SW[VNN.NN]_SDATE[XXXX.XX.XX]> example: TX:<OSW01_VERSION_?> RX:<OSW01_HW[V01.00.00]_HDATE[2017.02.01]_SW[V01.00.00]_SDATE[2017.02.21]> |
<OSWXX_PN_?> |
Read device model information Device model information format <OSWXX_PN_XXXX-XX-XX-XX-XX-XX-XX-XXX> Note: 1XN optical switch:1X16 Fiber Type:SM/M1/M5/M6 Fiber wavelength:40-60/85-13/13-15/15-16 Type of protective tube:20/30/90 Fiber length:05/10/15 Optical connector:OO/FP/FA/SP/SA/LP/LA/ST digital interface:01(TTL+RS232)/02(TTL+RS485)/03(USB) Shell size: A(135X40X32)/B(135X64X32) example:TX:<OSW01_PN_?> RX:<OSW01_PN_1X16-M6-13-15-90-15-FA-01A> |
<OSWXX_SN_?> |
Read device serial number information Information Format of Device Serial Number <OSW01_SN_YYMMXXXXXXXX> Note: Production time (month and year) + 8-digit device code example:TX:<OSW01_SN_?> RX:<OSW01_SN_170701003001> |
<OSWXX_ID_?> |
Read device information |
<OSWXX_OUT_?> |
Read the current output channel example:TX:<OSW01_OUT_?> RX:<OSW01_OUT_05> Note: Return to the current output channel 05 |
<OSWXX_OUT_YY> |
Set the current output channel example:TX:<OSW01_OUT_31> RX:<OSW01_OUT_OK> Note: The power-on reset of the device is 00. |
<OSW_ADD_?> |
Query the current address number of the device example:TX:<OSW_ADD_?> RX:<OSW01_OK> Note: Returns the address number 01 of the current device |
<OSWXX_ADD_YY> |
Set device address number example:TX:<OSW01_ADD_03> RX:<OSW03_OK> Note: The device address number 01 is changed to 03. After the return setting is successful, the current address number of the device is changed and stored. |