Main Page: Difference between revisions

From MidasWiki
Jump to navigation Jump to search
No edit summary
No edit summary
(45 intermediate revisions by 3 users not shown)
Line 1: Line 1:
= About =
= Introduction =


MIDAS is a modern data acquisition system developed at [http://www.psi.ch PSI] and [http://www.triumf.ca TRIUMF]. Supported hardware includes VME, Fastbus, CAMAC, RS232, GPIB, USB, ethernet, fiber optic and MSCB attached data acquisition devices. MIDAS is written in C/C++ and runs on Linux, MacOS and MS Windows. It is licensed under the GPL.  
MIDAS is a modern data acquisition system developed at [http://www.psi.ch PSI] and [http://www.triumf.ca TRIUMF]. Supported hardware includes VME, Fastbus, CAMAC, RS232, GPIB, USB, ethernet, fiber optic and MSCB attached data acquisition devices. MIDAS is written in C/C++ and runs on Linux, MacOS and MS Windows. It is licensed under the [http://www.gnu.org/copyleft/gpl.html GNU Public License].


On August 2013, the complete MIDAS documentation has been moved to TRIUMF for consistency and can be accessed via [http://midas.triumf.ca http://midas.triumf.ca]. Only a (very historic) introduction is still accessible at 
= Documentation =
[http://midas.psi.ch/intro PSI].
 
= Links =
 
* https://bitbucket.org/tmidas/midas - MIDAS GIT Repository
* https://midas.triumf.ca/forum - MIDAS discussion forum
* http://daq.triumf.ca - TRIUMF DAQ Wiki
* [[Midas documentation|Main MIDAS Documentation on this wiki]]
* http://ladd00.triumf.ca/~daqweb/doc/midas-devel/doc/html - Doxygen-generated code documentation
* [[MIDAS around the world|MIDAS users around the world]]
 
= Download =
 
All MIDAS programs are under the [http://www.gnu.org/copyleft/gpl.html GNU Public License]
 
The [https://bitbucket.org/tmidas/midas/src GIT tree] is available via a web interface.
Using this interface, the most recent file versions can be obtained.


Alternatively, the files can be directly obtained via GIT by entering:
* [[Midas documentation| Main Documentation]]
* [[Installation | Installation Instructions]]
* [https://daq.triumf.ca/~daqweb/doc/midas-devel/html/modules.html <i>Doxygen</i>] Code structure, functions, etc...


<pre>
= News and Support=
git clone https://bitbucket.org/tmidas/midas
git clone https://bitbucket.org/tmidas/mscb
git clone https://bitbucket.org/tmidas/mxml
cd midas
make
</pre>
 
Supported operating systems are:
* primary: MacOS, RHEL/SL/SLC Linux
* secondary: MS Windows, Ubuntu Linux, Fedora Linux, FreeBSD, VxWorks, others (see Makefile)
 
The bitbucket repository is mirrored nightly to TRIUMF at http://ladd00.triumf.ca/~daqweb/git. Please use this mirror to install stable releases of MIDAS. To follow the latest development version, please clone from bitbucket.
 
= News =


News about bug fixes and new releases of Midas can be obtained from the
News about bug fixes and new releases of Midas can be obtained from the
[https://midas.triumf.ca/forum Midas news group] located at  
[https://midas.triumf.ca/forum Midas news group] located at  
TRIUMF which uses the [http://midas.psi.ch/elog ELOG]
TRIUMF which uses the [http://elog.psi.ch/elog ELOG]
system. Users can register in this system to be notified automatically via  
system. Users can register in this system to be notified automatically via  
E-mail when new entries are submitted.
E-mail when new entries are submitted.


Another source of information is the [https://bitbucket.com/tmidas/midas Bitbucket Repository] of MIDAS, where one can see the latest changes to the software.
Another source of information is the [https://bitbucket.com/tmidas/midas Bitbucket Repository] of MIDAS, where one can see the latest changes to the software.
Finally, you can read presentations from the [https://indico.psi.ch/conferenceDisplay.py?ovw=True&confId=3793 2015 MIDAS Workshop] and [https://indico.triumf.ca/conferenceDisplay.py?confId=2342 2017 MIDAS Workshop].


= Related packages =
= Related packages =
Line 55: Line 28:
* [[ROODY]] - viewer for online histograms
* [[ROODY]] - viewer for online histograms
* http://midas.psi.ch/rome/ - MEG/PSI data analysis package
* http://midas.psi.ch/rome/ - MEG/PSI data analysis package
= Documentation =
* [[Midas documentation|Wiki Documentation ]]
* [[Notes| Random notes]]
* [[Oldies| Older files]]
* [[Setup_MIDAS_experiment|MIDAS installation instructions for TRIUMF experiments]]
* [[Common problems & Debugging recipes]]
* [[mhformat|Format of MIDAS history files]]
* [[alarm_note|Note on the alarm system]]
* [[hotlink_note|Note on the ODB hotlink function (db_open_record())]]
* [[cm_msg_deadlock_note|Note on race condition and deadlock between ODB lock and SYSMSG lock in cm_msg()]]
* [[start_abort|Note on prevent start due to alarm or required programs]]
* [[Modifications|List of various minor modification to be put into the right place of the documentation]]
* [[mhttpd.js|Documentation of mhttpd.js]]
* [[AJAX|Documentation of MIDAS AJAX functions]]
* [[hs_config|Note on the new history configuration]]
* [[cdms_workshop|Notes for the CDMS workshop March 2014]]
* [[auto_start|Note on Programs auto start, auto stop and auto restart]]
= MediaWiki =
Consult the [//meta.wikimedia.org/wiki/Help:Contents User's Guide] for information on using the wiki software.
* [//www.mediawiki.org/wiki/Manual:Configuration_settings Configuration settings list]
* [//www.mediawiki.org/wiki/Manual:FAQ MediaWiki FAQ]
* [https://lists.wikimedia.org/mailman/listinfo/mediawiki-announce MediaWiki release mailing list]
* [//www.mediawiki.org/wiki/Localisation#Translation_resources Localise MediaWiki for your language]

Revision as of 02:27, 7 February 2019

Introduction

MIDAS is a modern data acquisition system developed at PSI and TRIUMF. Supported hardware includes VME, Fastbus, CAMAC, RS232, GPIB, USB, ethernet, fiber optic and MSCB attached data acquisition devices. MIDAS is written in C/C++ and runs on Linux, MacOS and MS Windows. It is licensed under the GNU Public License.

Documentation

News and Support

News about bug fixes and new releases of Midas can be obtained from the Midas news group located at TRIUMF which uses the ELOG system. Users can register in this system to be notified automatically via E-mail when new entries are submitted.

Another source of information is the Bitbucket Repository of MIDAS, where one can see the latest changes to the software.

Finally, you can read presentations from the 2015 MIDAS Workshop and 2017 MIDAS Workshop.

Related packages