Data Logger: Difference between revisions

From MidasWiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
The Midas data logger serves multiple purpose of logging.
The Midas data logger serves multiple purpose of logging.
# Its main task is to log experimental data to storage device[[Event_Filtering|(s)]] such as disk, tape, FTP with prior data compression.
# Its main task is to log experimental data to storage device[[Event_Filtering|(s)]], with prior data compression is necessary.
# Serves the logging of the overall Midas system messages
# Serves the logging of the overall Midas system messages
# Collect and log the history events
# Collect and log the history events
Line 17: Line 17:


A built in compression (gzip) can be enabled
A built in compression (gzip) can be enabled
[[/Logger ODB tree]]
[[Data Logger]]

Revision as of 19:19, 15 February 2014

The Midas data logger serves multiple purpose of logging.

  1. Its main task is to log experimental data to storage device(s), with prior data compression is necessary.
  2. Serves the logging of the overall Midas system messages
  3. Collect and log the history events
  4. Can log special information to an external mySQL database

The associated utility handling this Data logging is the mlogger. It runs on the backend computer, receiving events from the buffer manager. It supports three type of storage devices so far, i.e.

  1. Disk,
  2. Tape
  3. FTP channel to a remote computer.

Data can currently be written in five different formats :

  • MIDAS binary,
  • ASCII,
  • ROOT
  • DUMP

A built in compression (gzip) can be enabled


/Logger ODB tree Data Logger