New SNL Features - PowerPoint PPT Presentation

About This Presentation
Title:

New SNL Features

Description:

Title: New Features Author: Ron Chestnut Last modified by: Ron Chestnut Created Date: 5/3/2000 10:34:16 PM Document presentation format: On-screen Show – PowerPoint PPT presentation

Number of Views:32
Avg rating:3.0/5.0
Slides: 6
Provided by: RonC111
Learn more at: https://epics.anl.gov
Category:
Tags: snl | actions | features | new | unsafe

less

Transcript and Presenter's Notes

Title: New SNL Features


1
New SNL Features
  • SNS Epics Meeting
  • November, 2000

2
New FeaturesManual http//pipeline.keck.hawaii.e
du3636/realpublic/epics/seq/
  • Runs on Unix (re)Implemented by William Lupton
    (KECK)
  • Entry clause
  • Exit clause
  • Timer reset controlImplemented by Greg White
    (SLAC)

3
State Structure
State state_set_name option option_list
entry statement ... when
(expression) statement ... new_state_name
exit statement ...
4
State Options
  • -eperform entry actions even if coming from the
    same state
  • -xperform exit actions even if going to the same
    state
  • -tdo not reset the time for delays when
    re-entering the same state

5
Real-life Example with Entry and Exit
state inj_ready option -x / Execute exit
clause every time / entry
qs(3) NEW_STATE(Quiescent) MPG_SAFE
when (bbr_status lt BBR_INJSAFE)
PUBLISH(BaBar went UNSAFE) SET_PUT(req_status_
inject,0) state inj_deny
when(req_status_stop) PUBLISH(Already
stopped) state inj_ready exit
taskDelay(1) CLEAR_REQS
Write a Comment
User Comments (0)
About PowerShow.com