7/Aug/2004 Final version for LP-2004_1 test. All known bugs in development version were solved. Development version Online source code was moved from pstmp17 and pstmp13. New features 1. ROOT Histogram output for online monitor. 2. Trigger frontend works on Linux. 3. Channel configulations are described in header files (analyzer.h and frontedn.h) 4. The same header structure as offline analyzer. 5. LED width/height setting file Known problems 1. If frontend starts when mlogger is running. mlogger crashes. To avoid this following lines are commented out in mlogger.c if (db_find_key(hDB, 0, "/Equipment/Trigger/Statistics/\ Events per sec.", &hKeyEq) == DB_SUCCESS) db_create_link(hDB, 0, "/History/Links/System/Trigger per sec.", "/Equipment/Trigger/Statistics/Events per sec."); if (db_find_key(hDB, 0, "/Equipment/Trigger/Statistics/\ kBytes per sec.", &hKeyEq) == DB_SUCCESS) db_create_link(hDB, 0, "/History/Links/System/Trigger kB per sec.", "/Equipment/Trigger/Statistics/kBytes per sec."); 2. If Equipment/Environment/Common/Log history is 1. mlogger does not start. 3. After frontend.c:line-733. fb_frd(slot, 0, pdata++); It becomes impossible to access VME correctrly. If I comment out it, other part works fine. (The reason may be that I tested wituout common start signal.)