6
|
1 |
-------------------------------
|
|
2 |
Cryvisil connections (hardware)
|
|
3 |
-------------------------------
|
|
4 |
|
|
5 |
This is an overview of the connections (ethernet, serial)
|
|
6 |
|
|
7 |
.. uml::
|
|
8 |
|
|
9 |
@startuml
|
|
10 |
|
|
11 |
node Switch48Port
|
|
12 |
node Switch12Port
|
|
13 |
node MVME6100
|
|
14 |
node Moxa01
|
|
15 |
|
|
16 |
Switch48Port <-> Switch12Port
|
|
17 |
|
|
18 |
Switch12Port <-> MVME6100
|
|
19 |
Switch12Port <-> Moxa01
|
|
20 |
|
|
21 |
cloud Moxa01 {
|
|
22 |
node moxa01
|
|
23 |
node PfeifferTPG256A
|
|
24 |
node CPUDebug
|
|
25 |
}
|
|
26 |
|
|
27 |
moxa01 <-[#CCCCCC]down-> PfeifferTPG256A : P2
|
|
28 |
moxa01 <-[#CCCCCC]down-> CPUDebug : P1 to Debug, 9600 Baud
|
|
29 |
@enduml
|