Difference between revisions of "MCE firmware"
From MCEWiki
(→Source code and version-control system) |
|||
Line 12: | Line 12: | ||
* [[ Raw-mode readout ]] | * [[ Raw-mode readout ]] | ||
* [[ High rate acquisition ]] | * [[ High rate acquisition ]] | ||
+ | * [[ Flux feedback and TES Biasing with and Address Card ]] | ||
== Procedures for keeping DAS/MCE healthy during firmware upgrades, power cycles, etc. == | == Procedures for keeping DAS/MCE healthy during firmware upgrades, power cycles, etc. == |
Revision as of 11:05, 13 June 2008
Feature descriptions
- Flux jumping
- Raw-mode readout
- High rate acquisition
- Flux feedback and TES Biasing with and Address Card
Procedures for keeping DAS/MCE healthy during firmware upgrades, power cycles, etc.
It is good practice to do an MCE reset ("mce_reset" command or "mce_reset_clean" shell script) after any firmware upgrades or power cycles.
Source code and version-control system
We decided (sadly) NOT to migrate from CVS to SVN, if we ever do here are some guidelines:
svn manual: http://svnbook.red-bean.com/en/1.0/
- Accessing the svn repository
- svn commit guidelines
- svn basic operations