Difference between revisions of "Technical notes about ARION project"

From
Jump to: navigation, search
(Data management)
(Preamplifier)
 
(31 intermediate revisions by the same user not shown)
Line 2: Line 2:
 
= Idrophones =
 
= Idrophones =
 
= Preamplifier =
 
= Preamplifier =
== a ==
 
=== a1 ===
 
== b ==
 
== c ==
 
<math>E=m c^2</math>
 
  
 
= Acquisition subsystem =
 
= Acquisition subsystem =
Line 107: Line 102:
 
CrioS->IUS->EUS->WifiS
 
CrioS->IUS->EUS->WifiS
  
WifiC->IU1->SW
+
WifiC->EU1->IU1->SW
WifiS->IU2->SW
+
WifiS->EU2->IU2->SW
 
SW->PC1
 
SW->PC1
 
SW->PC2
 
SW->PC2
Line 116: Line 111:
  
  
bla bla  
+
bla bla
 +
 
 
=== Slow report from ARION on shore server ===
 
=== Slow report from ARION on shore server ===
  
Line 182: Line 178:
 
color=lightgrey;
 
color=lightgrey;
 
node [style=filled,color=white];
 
node [style=filled,color=white];
a0 -> a1 -> a2 -> a3;
+
                slowControls -> analysis;
label = "process #1";
+
                raw -> analysis;
 +
label = "buffer SSD";
 
}
 
}
  
 
subgraph cluster_1 {
 
subgraph cluster_1 {
 
node [style=filled];
 
node [style=filled];
b0 -> b1 -> b2 -> b3;
+
 
label = "process #2";
+
slowControlS -> slowControls ;
 +
slowControlC -> slowControls ;
 +
label = "slow control stream";
 
color=blue
 
color=blue
 
}
 
}
start -> a0;
+
 
start -> b0;
+
subgraph cluster_2 {
a1 -> b3;
+
node [style=filled];
b2 -> a3;
+
 
a3 -> a0;
+
rawS -> raw;
a3 -> end;
+
rawC -> raw;
b3 -> end;
+
label = "raw data stream";
 +
color=blue
 +
}
 +
 
 +
PC1 -> rawC;
 +
PC1 -> rawS;
 +
PC1 -> slowControlS;
 +
PC1 -> slowControlC;
 +
 
 +
        slowControls->HDI;
 +
        analysis->HDI;
 +
        raw->HDI;
 +
 
 +
        slowControls->rsync;
 +
        analysis->rsync;
 +
        rsync -> DIFI;
 +
        HDI -> HDE;
 +
HDE -> DIFI;
  
 
PC1 [shape=Mdiamond];
 
PC1 [shape=Mdiamond];
DIFI [shape=Msquare];
+
DIFI [shape=Mdiamond];
 +
 
 +
        HDI [shape=Msquare]
 +
        HDE [shape=Msquare]
 +
 
 
}
 
}
  
 
</graphviz>
 
</graphviz>

Latest revision as of 11:42, 19 June 2015

Introduction

Idrophones

Preamplifier

Acquisition subsystem

Hydrophones raw data collector

Surface analyzer

Data transmission large band wifi link

Data transmission event notifier

Ground station

DIFI server

The DIFI server has address 192.168.253.87 on the internal department network.

It's services are remotely accessible, through port forwarding, from 130.251.168.253 by ports:

Ext.port Int.Port Service
4080 80 apache
4081 5901 vnc
4082 22 ssh
4083 443 https
4084 1194 openvpn
4085 5901 vnc
4086 3306 mysql
4087 873 rsync
4088 8888 proxy
4089 8080 calibre

Tasks of the DIFI server

  1. get analysis data from the on shore server
  2. get slow control data from the remote server
  3. transfer analysis data to the storage unit
  4. transfer slow control data to the storage unit
  5. transfer data to DIFI web server

Timing

Every action is done through crontab configuration

*/5 * * * * /home/arion/arion-update-analysis
25 14 * * * /home/arion/arion-update-slowcontrol

to look at the runnning configuration, from arion user:

crontab -l

to edit/update it:

crontab -e

Data stream path

Data acquired from hydrophones to on buoy Carega or Sindaco are preamplified from PreAmplifier to and to the sampled from and .

Digital data are sent from and to the Ground station throug the wifi bridge and from internal and and external townet wireless IP67 5Ghz units.

The ImageMap extension is not installed.


bla bla

Slow report from ARION on shore server

bla bla

Analysis data from ARION on shore server

bla bla

Services to the public

bla bla

Services to researchers

bla bla

Data stream splitting

bla bla bla bla bla bla bla bla bla bla bla bla bla bla bla bla bla bla bla bla bla bla bla bla bla bla bla bla bla bla bla bla bla bla bla bla bla

The ImageMap extension is not installed.

Data management

When data reach they are stored on a buffer fast sata SSD disk


bla bla bla bla bla bla bla bla bla bla bla bla bla bla bla bla bla bla bla

The ImageMap extension is not installed.