Views:
1,234
Published:
15 y
Re: F165 desktop programming help!
Just a quick note, the guide is also online. A lot easier to read and Ctrl+F through.
http://atelierrobin.net/docs/userGuides/3.0/guide.html
>> If, for example, I were to run Acute pain frequencies: 3000, 95, 10000, 1550, 802, 880, 787, 727, 690, 666. How the programs look like for: running 1 frequencies at a time, and running 3 frequencies at a time? (2 different programs)
The following would run each frequency for 3 minutes, individually, one at a time. (NOTE: channel A is the default main channel so there is no need to include the command "program a")
dwell 180
3000
95
10000
1550
802
880
787
727
690
666
The following would run three frequencies at at a time, for 3 minutes.
dwell 180
backfreq b 3000 50
backfreq c 95 50
10000
backfreq b 1550 50
backfreq c 802 50
880
backfreq b 787 50
backfreq c 727 50
690
backfreq b 787 50
backfreq c 727 50
666