Default to simulated motor being enabled

This commit is contained in:
2025-09-03 14:15:00 +02:00
parent 3eac9a9ffe
commit 04c0d55c54

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")
}