delete epics alarms files

This commit is contained in:
2020-09-22 12:37:14 +02:00
parent fc11bb3576
commit 0245823e43
2 changed files with 0 additions and 65 deletions

View File

@ -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"
}

View File

@ -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