Last active
August 8, 2018 08:45
-
-
Save inigoalonso/727bdecc5650386df92901909aa847e9 to your computer and use it in GitHub Desktop.
ESS
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ESS | |
Shutdown | |
Only RF -> RF Power | |
Turn on Ion Source -> Source | |
Accelerator Shutdown | |
RF Power | |
Source | |
Start Neutron Source -> Start Up | |
Start Studies -> Studies on Dumps | |
Start Up | |
Start Studies -> Studies on Dumps | |
Stop Neutron Source -> Shutdown | |
Target Test | |
Low Power -> Low Power | |
Low Power | |
Ramping -> Ramping | |
Ramping | |
Start Production -> Production | |
Studies | |
Start Neutron Source -> Start Up | |
Stop Neutron Source -> Shutdown | |
Studies on Dumps | |
Start Studies on Target -> Studies on Target | |
Set destination LEBT -> LEBT | |
Dump | |
LEBT | |
MEBT | |
DTL2 | |
DTL4 | |
Spokes | |
MBL | |
Studies on Target | |
Start Studies -> Studies on Dumps | |
Production | |
Start Production Beam -> Production Beam | |
Start Studies -> Studies | |
Stop Neutron Source -> Shutdown | |
None | |
Production Beam |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
function render(model){ | |
let current_state_name = model.active_states[0].name; | |
return $("h1", | |
{style: {color: "darkBlue"}}, | |
`The current state is: ${current_state_name}`); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment