Wworking on improving the tool
This commit is contained in:
@@ -43,6 +43,25 @@ record(calc, "UOPI:TEMP") {
|
||||
field(HHSV, "MAJOR")
|
||||
}
|
||||
|
||||
record(calc, "UOPI:TEMP_A") {
|
||||
field(DESC, "Simulated temperature")
|
||||
field(SCAN, ".1 second")
|
||||
field(CALC, "10+20*SIN(A+10)")
|
||||
field(INPA, "UOPI:TICK NPP NMS")
|
||||
field(EGU, "degC")
|
||||
field(PREC, "2")
|
||||
field(LOPR, "0")
|
||||
field(HOPR, "100")
|
||||
field(LOW, "20")
|
||||
field(HIGH, "78")
|
||||
field(LOLO, "12")
|
||||
field(HIHI, "88")
|
||||
field(LSV, "MINOR")
|
||||
field(HSV, "MINOR")
|
||||
field(LLSV, "MAJOR")
|
||||
field(HHSV, "MAJOR")
|
||||
}
|
||||
|
||||
# Pressure: sawtooth 0–10 bar, ~20 s period
|
||||
# Tests: gauge, barh, different EGU
|
||||
record(calc, "UOPI:PRESSURE") {
|
||||
|
||||
Reference in New Issue
Block a user