Skip to content
Snippets Groups Projects
Commit b25e1990 authored by Kyrre Ness Sjobaek's avatar Kyrre Ness Sjobaek
Browse files

Some more EPICS

parent 012bc5b9
No related branches found
No related tags found
1 merge request!1Fixes output formatting and variable initialization, moving config to separate file, project folder correctly named, hopefully fixes network crashes
......@@ -7,7 +7,12 @@ record (ai, "$(SYSDEV):POS")
field(DESC, "Gauge position")
field(DTYP, "stream")
field( INP, "@positionGauge.proto read_pos $(PORT)")
field(PREC, ".001") #display precision
field( EGU, "mm")
#TODO: This one is the value, and :UNIT is the unit.
# If unit is XX, then the value may be stale
# (indicates an unsuccessful instrument read)
# field(EGU , $(SYSDEV):UNIT)
field(SCAN, "I/O Intr")
}
record (stringin, "$(SYSDEV):UNIT")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment