Add better reaction to -q keyword

This commit is contained in:
2020-10-19 15:20:06 +03:00
parent fe0fe62cad
commit 6ef30d6d2a
10 changed files with 139 additions and 24 deletions

22
commandline/cfg/Oscill Executable file
View File

@@ -0,0 +1,22 @@
#!/bin/bash
Ampl=$1
./steppermove -s250
./steppermove -I1 -m4000
./steppermove -I2 -m4000
#if false; then
./steppermove -I2 -qr-3000
./steppermove -I1 -qr-3000
./steppermove -I2 -qw -r500
./steppermove -I1 -qr500
./steppermove -I2 -qw
#fi
while true; do
./steppermove -I2 -qwr${Ampl}
./steppermove -I1 -qr${Ampl}
./steppermove -I2 -qwr-${Ampl}
./steppermove -I1 -qr-${Ampl}
done