Skip to content
Snippets Groups Projects
Commit 28445ce5 authored by Jerzy Jamroz's avatar Jerzy Jamroz
Browse files

Modes - refactoring.

parent 14d52910
No related branches found
No related tags found
No related merge requests found
{
"ProtocolNumber": 1,
"ProtocolVersion": 1,
"Modes": {
"ProtNum": 1,
"ProtVer": 1,
"PBMod": {
"None": {
"id": 0,
"events": "None",
......@@ -119,7 +119,7 @@
"pv": "PBMod"
}
},
"Destination": {
"PBDest": {
"None": {
"id": 0
},
......
......@@ -8,5 +8,7 @@ ESS Supercycle Tables
# Design Guide
* Place a supecycle table in this directory.
* Use "libreoffice" or "Microsoft Excel" to create/edit .csv files (comma-separated values).
* Each table should have a unique name (name).csv.
* Each table should have a unique name {name}.csv.
* Fist "row" defines keys for each dataset within its collumn (key).
* The keywords are the same as Data Buffer PVs (PBDest, PBMod, ...) and Event Codes (BPULSE_ST, BPULSE_END, ...).
* Each row requires a unique Id number (the reference purpose).
Id,Modes,Destination,EVT_BPULSE_ST,EVT_BPULSE_END
Id,PBMod,PBDest,BPULSE_ST,BPULSE_END
1,Conditioning,ISrc,0,50
2,Conditioning,LEBT,50,100
3,Conditioning,MEBT,100,150
......
Id,Modes,Destination,EVT_BPULSE_ST,EVT_BPULSE_END
Id,PBMod,PBDest,BPULSE_ST,BPULSE_END
1,Conditioning,ISrc,0,5
2,Conditioning,LEBT,0,50
3,Conditioning,MEBT,0,100
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment