Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Author: Greg White, Dec 2005, Stanford Linear Accelerator Center. 

...

INDEX

  1. Objective
  2. Desktop
  3. Basic Modelling Environment
  4. Architecture
  5. Applications
  6. Matlab
  7. Error Handling, Logging and Viewing
  8. Tool Summary
  9. Red Flags
  10. Required Additions to SLC Control System
  11. Required Solutions
  12. Job List
  13. Questions
  14. R&D
  15. Details
  16. Glossary
  17. References

...

High-level applications packages refers to the controls software used by physicists and
accelerator operators to:

  • tune or optimize the beam,
  • to keep the beam running stably in the optimized state,
  • monitor performance for long-term optimization
  • to diagnose problems with machine performance
  • detect, prioritize and notify of fault conditions

 

 
Here we outline the support for accelerator optics modeling in XAL, and in the exiting online SLC control system, and include recommendations for a technology track, the process for XAL modeling, how SLC and XAL modeling can be brought together to meet the commissioning schedule, and highlight issues that will require attention. It is assumed that both the SLC modeling environment and SCP applications will be replaced by XAL based equivalents over some period.
 

...

Code Block
titleError logging in matlab
err=Err.getInstance();
err.log("I got an error");

 

 

Anchor
eh
eh

ERROR HANDLING, LOGGING AND VIEWING

...