Scriptable motor support

This commit is contained in:
Keenan Lang
2016-09-14 15:22:27 -05:00
parent a87835c14a
commit 5c0d5d8c1f
10 changed files with 1141 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
record(bo, "$(P)$(PORT):ScriptReload")
{
field(DESC, "$(PORT) Script Reload")
field(DTYP, "asynInt32")
field(OUT, "@asyn($(PORT), 0, 0)RELOAD_SCRIPT")
field(ZNAM, "Loaded")
field(ONAM, "Reload")
}