Online Spin Flip
This main page of Spin Flip Control System for Hall A He3 Polarized Target.
Some Quick Links first:
Contents
Introduction
Spin Flip System is designed for controlling Hall A Polarized He3 Target automatically flip spin direction during experiment run time. The physics goal is to reduce systematic false asymmetry, driven by experiment Transversity and d2n.
Core functions for this system are
- Control the target spin flip consequence
- Acquire and Record target spin state
- Output target spin related information into DAQ system, therefore data stream
- Interaction with human (Target Operator)
- Communicate with related target software/hardware
For quick learning this system, please read Shift Worker Quick Start.
Physics of Spin Flip
Please refer to Thesis of Xiaochao Zhen, Charpter 4 Polarized He3 Target
System Structure
As Shown in the Spin Flip System Diagram, Spin flip system work closely with target hardware installations and DAQ system. This system is divided into 4 levels:
- User interface : Display system status to user and take user command. Also notify user if an exception has occurred.
- Core : The core layer generate and execute a spin flip command on target, collect the respond, decide target status. If an exception occurred, it will try to handle the situation. Meanwhile, target information will be send to both user and DAQ.
- Flip Confirmation : During a flip, target will radiate an NMR signal will be collected and processed through the pick-up coil, Lock-In Amplifier and a signal analyzer. The output will be current spin state, which is feed into system status manager.
- Failure Detection : This layer will monitor status of Quarter-Wave Plate, which control laser polarization. It will ensure laser polarization is keep pumping the target in the correct direction.
User Interface
This section serve as a manual to all the GUIs.
Main Control
The main control signal provide a access point to every parts of the system. Also it controls the generation spin flip sequence.
System Control Subpanel
- status indicator
The first control is the status indicator. There are 4 different states:
- Initializing
- Ready to Flip
- Flipping
- Error (the control will flash)
Left click of this control will show system status manager.
- Fool Proof Lock
If the lock is pressed down, it will show text "I'm Expert". Then every function & module will be accessible. Otherwise, it will show text "I'm Rookie". In this case user is only allowed to view the system status and clear errors.
The recommended setting for shift works are "I'm Rookie".
- Reset All
Warning : this function will affect target polarization and direction. Stop data taking before apply.
This button will try to load the system back to default status by executing following command in sequence:
- turn off run simulation
- Look for all quarter-wave plates connected, and automatically calibrate them. This process could take minutes depending on number of plates installed.
- Ask for NMR sweep settings and reinitialize
- Reboot EPICS interface
- Start Auto Flip
- Show sweep status
- Show Log
- Do a Flip to synchronize target hardware and logic electronics.
System Status Subpanel
- Sequence ID : This number will increase 1 after every rebooting this main control.
- Flip Count : Count of flips since last reboot.
- Last Reboot At : Time stamp when this code started running
- ??? Heart Beat : Heart Beat light of each thread with in this system. If one of them is halt, the whole code should be rebooted.