2 Commits
0.1.1 ... 0.1.3

Author SHA1 Message Date
04c0d55c54 Default to simulated motor being enabled 2025-09-03 14:15:00 +02:00
3eac9a9ffe add module name 2025-09-02 14:44:17 +02:00
2 changed files with 2 additions and 0 deletions

View File

@@ -1,6 +1,7 @@
# Include the external Makefile
include /ioc/tools/driver.makefile
MODULE=motorDeprecated
ARCH_FILTER=RHEL%
TEMPLATES += db/motorDeprecated.db

View File

@@ -31,6 +31,7 @@ record(waveform, "$(P)$(M)-MsgTxt") {
# enable axis
record(longout, "$(P)$(M):Enable") {
field(DTYP, "Soft Channel")
field(VAL, "1")
field(PINI, "YES")
}