2 Commits
0.0.1 ... 0.0.3

Author SHA1 Message Date
2b3576af6b we don't need it to repeat the command that is sent 2025-11-25 16:02:08 +01:00
51a100612a initialise write pv on start 2025-10-14 11:20:04 +02:00

View File

@@ -8,7 +8,7 @@ LockTimeout = 500;
initialise {
out "RMT 1"; # Turn on Remote Control
in;
out "ECHO 1"; # Ask for reponses
out "ECHO 0"; # Ask for reponses
in;
}
@@ -21,4 +21,7 @@ readDelay {
writeDelay {
out "DT %d";
@mismatch{in "%(\$1MsgTxt)s";}
@init {
readDelay;
}
}