Commit BBC

This commit is contained in:
Bernardo Carvalho
2020-01-15 19:46:47 +00:00
parent cb04b237df
commit 9625a19d21
4 changed files with 38 additions and 6 deletions

View File

@@ -23,7 +23,7 @@ record(mbbi, "$(P)$(R)OPSTATE") {
field(SXVL, "6")
field(ZRST, "Stopped")
field(ONST, "Starting")
field(TWST, "Process")
field(TWST, "Idle")
field(THST, "Clean")
field(FRST, "WaitShot")
field(FVST, "Stopping")
@@ -42,7 +42,7 @@ record(mbbo, "$(P)$(R)LASTOPSTATE") {
field(SXVL, "6")
field(ZRST, "Stopped")
field(ONST, "Starting")
field(TWST, "Process")
field(TWST, "Idle")
field(THST, "Clean")
field(FRST, "WaitShot")
field(FVST, "Stopping")