delete epics alarms files
This commit is contained in:
@ -1,31 +0,0 @@
|
|||||||
status = {
|
|
||||||
0: "NO ALARM",
|
|
||||||
1: "READ",
|
|
||||||
2: "WRITE",
|
|
||||||
3: "HIHI",
|
|
||||||
4: "HIGH",
|
|
||||||
5: "LOLO",
|
|
||||||
6: "LOW",
|
|
||||||
7: "STATE",
|
|
||||||
8: "COS",
|
|
||||||
9: "COMM",
|
|
||||||
10: "TIMEOUT",
|
|
||||||
11: "HW LIMIT",
|
|
||||||
12: "CALC",
|
|
||||||
13: "SCAN",
|
|
||||||
14: "LINK",
|
|
||||||
15: "SOFT",
|
|
||||||
16: "BAD SUB",
|
|
||||||
17: "UDF",
|
|
||||||
18: "DISABLE",
|
|
||||||
19: "SIMM",
|
|
||||||
20: "READ ACCESS",
|
|
||||||
21: "WRITE ACCESS"
|
|
||||||
}
|
|
||||||
|
|
||||||
severity = {
|
|
||||||
0: "NO ALARM",
|
|
||||||
1: "MINOR",
|
|
||||||
2: "MAJOR",
|
|
||||||
3: "INVALID"
|
|
||||||
}
|
|
34
alarms.txt
34
alarms.txt
@ -1,34 +0,0 @@
|
|||||||
/usr/local/epics/base/include/alarm.h
|
|
||||||
|
|
||||||
Severity ist "wie schlimm ist es?"
|
|
||||||
0 = NO_ALARM
|
|
||||||
1 = MINOR
|
|
||||||
2 = MAJOR
|
|
||||||
3 = INVALID (das heisst dem Wert darf nicht geglaubt werden, besonders nicht für Feedbacks.)
|
|
||||||
|
|
||||||
Status ist "Was für ein Alarm ist das?"
|
|
||||||
0 = NO_ALARM
|
|
||||||
1 = READ (Lesefehler, oft mit INVALID Severity)
|
|
||||||
2 = WRITE (Schreibfehler, oft mit INVALID Severity)
|
|
||||||
3 = HIHI (Wert ist sehr hoch, oft mit MAJOR Severity)
|
|
||||||
4 = HIGH (Wert ist hoch, oft mit MINOR Severity)
|
|
||||||
5 = LOLO (Wert ist sehr tief, oft mit MAJOR Severity)
|
|
||||||
6 = LOW (Wert ist tief, oft mit MINOR Severity)
|
|
||||||
7 = STATE (Wert ist ein Alarmzustand (z.B. OFF))
|
|
||||||
8 = COS (=Change of State, Zustand hat sich geändert = Signalflanke)
|
|
||||||
9 = COMM (Communikationsfehler, oft mit INVALID Severity)
|
|
||||||
10 = TIMEOUT
|
|
||||||
11 = HW_LIMIT
|
|
||||||
12 = CALC (Calculation gibt NaN oder Inf oder so)
|
|
||||||
13 = SCAN (Record konnte 5 mal nicht gescannt werden weil busy)
|
|
||||||
14 = LINK (Record hat Alarm geerbt, weil der Link ein MS hat, oder Link ist ungültig)
|
|
||||||
15 = SOFT
|
|
||||||
16 = BAD_SUB (Subroutine Record hat keine Subroutine)
|
|
||||||
17 = UDF (Undefined, Record hat keinen Wert, typischerweise noch nie prozessiert seit dem Start, normalerweise mit Severity INVALID)
|
|
||||||
18 = DISABLE (Record wurde disabled)
|
|
||||||
19 = SIMM (Record is in Simulationsmodus)
|
|
||||||
20 = READ_ACCESS
|
|
||||||
21 = WRITE_ACCESS
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Reference in New Issue
Block a user