Skip to content

Commit

Permalink
correct param 027, removed redundancy, updated RELEASE
Browse files Browse the repository at this point in the history
  • Loading branch information
ambarb committed Sep 12, 2017
1 parent 5e5e667 commit 026919b
Show file tree
Hide file tree
Showing 37 changed files with 265 additions and 187 deletions.
Empty file modified .gitignore
100644 → 100755
Empty file.
Empty file modified Makefile
100644 → 100755
Empty file.
Empty file modified PfeifferEDUApp/Db/Makefile
100644 → 100755
Empty file.
Empty file modified PfeifferEDUApp/Db/O.linux-x86_64/Makefile
100644 → 100755
Empty file.
13 changes: 7 additions & 6 deletions PfeifferEDUApp/Db/PfeifferEDU_Acc.db
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ record(mbbi, "$(Sys)$(Dev)Mode:A1-Sts"){
field(SXST, "Always 0")
field(SVST, "Always 1")
field(EIST, "Power Fail Vent Unit")
field(SCAN, "10 second")
field(SCAN, "$(SCAN)")
}

record(mbbo, "$(Sys)$(Dev)Mode:A1-Sel"){
Expand Down Expand Up @@ -43,7 +43,7 @@ record(mbbi, "$(Sys)$(Dev)Mode:B1-Sts"){
field(SXST, "Always 0")
field(SVST, "Always 1")
field(EIST, "Power Fail Vent Unit")
field(SCAN, "10 second")
field(SCAN, "$(SCAN)")
}

record(mbbo, "$(Sys)$(Dev)Mode:B1-Sel"){
Expand Down Expand Up @@ -72,7 +72,7 @@ record(mbbi, "$(Sys)$(Dev)Mode:A2-Sts"){
field(SXST, "Always 0")
field(SVST, "Always 1")
field(EIST, "Power Fail Vent Unit")
field(SCAN, "10 second")
field(SCAN, "$(SCAN)")
}

record(mbbo, "$(Sys)$(Dev)Mode:A2-Sel"){
Expand Down Expand Up @@ -101,7 +101,7 @@ record(mbbi, "$(Sys)$(Dev)Mode:B2-Sts"){
field(SXST, "Always 0")
field(SVST, "Always 1")
field(EIST, "Power Fail Vent Unit")
field(SCAN, "10 second")
field(SCAN, "$(SCAN)")
}

record(mbbo, "$(Sys)$(Dev)Mode:B2-Sel"){
Expand All @@ -128,7 +128,7 @@ record(mbbi, "$(Sys)$(Dev)Mode:DI1-Sts"){
field(FRST, "Run-up Control")
field(FVST, "Rot. Speed Setting")
field(SXST, "Motor")
field(SCAN, "10 second")
field(SCAN, "$(SCAN)")
}

record(mbbo, "$(Sys)$(Dev)Mode:DI1-Sel"){
Expand All @@ -153,7 +153,7 @@ record(mbbi, "$(Sys)$(Dev)Mode:DI2-Sts"){
field(FRST, "Run-up Control")
field(FVST, "Rot. Speed Setting")
field(SXST, "Motor")
field(SCAN, "10 second")
field(SCAN, "$(SCAN)")
}

record(mbbo, "$(Sys)$(Dev)Mode:DI2-Sel"){
Expand All @@ -170,3 +170,4 @@ record(mbbo, "$(Sys)$(Dev)Mode:DI2-Sel"){
}



Loading

1 comment on commit 026919b

@ambarb
Copy link
Contributor Author

@ambarb ambarb commented on 026919b Sep 13, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This looks to also include global setting of the stream SCAN time.

Gas Mode should work now. The default is 0.

screen shot 2017-09-13 at 11 09 22 am

Please sign in to comment.