Skip to content

Commit 21a4642

Browse files
authored
Merge pull request #944 from ISISComputingGroup/fix_units
Fix units
2 parents 87de703 + 69f8214 commit 21a4642

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

IPS/IPS-IOC-01App/Db/ips_scpi.db

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@ record(ai, "$(P)PRESSURE") {
260260
field(DTYP, "stream")
261261
field(SCAN, "1 second")
262262
field(INP, "@OxInstIPS_SCPI.protocol getPressure $(PORT)")
263-
field(EGU, "mBar")
263+
field(EGU, "mbar")
264264
field(PREC, "4")
265265

266266
field(SIML, "$(P)SIM")

IPS/IPS-IOC-01App/Db/ips_scpi_levels.db

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ record(ai, "$(P)LVL:HE:EMPTY:RES") {
99
field(DTYP, "stream")
1010
field(SCAN, "5 second")
1111
field(INP, "@OxInstIPS_SCPI.protocol getLevelHeEmptyRes $(PORT)")
12-
field(EGU, "Ohm")
12+
field(EGU, "ohm")
1313
field(PREC, "2")
1414

1515
field(SIML, "$(P)SIM")
@@ -23,7 +23,7 @@ record(ao, "$(P)LVL:HE:EMPTY:RES:SP") {
2323
field(DESC, "Set empty helium resistance value")
2424
field(DTYP, "stream")
2525
field(OUT, "@OxInstIPS_SCPI.protocol setLevelHeEmptyRes $(PORT)")
26-
field(EGU, "Ohm")
26+
field(EGU, "ohm")
2727
field(PREC, "2")
2828

2929
field(SIML, "$(P)SIM")
@@ -37,7 +37,7 @@ record(ai, "$(P)LVL:HE:FULL:RES") {
3737
field(DTYP, "stream")
3838
field(SCAN, "5 second")
3939
field(INP, "@OxInstIPS_SCPI.protocol getLevelHeFullRes $(PORT)")
40-
field(EGU, "Ohm")
40+
field(EGU, "ohm")
4141
field(PREC, "2")
4242

4343
field(SIML, "$(P)SIM")
@@ -51,7 +51,7 @@ record(ao, "$(P)LVL:HE:FULL:RES:SP") {
5151
field(DESC, "Set full helium resistance value")
5252
field(DTYP, "stream")
5353
field(OUT, "@OxInstIPS_SCPI.protocol setLevelHeFullRes $(PORT)")
54-
field(EGU, "Ohm")
54+
field(EGU, "ohm")
5555
field(PREC, "2")
5656

5757
field(SIML, "$(P)SIM")

0 commit comments

Comments
 (0)