echoln '*========================================================*'
echoln '|                REGLAGES FUJITSU 445 Mo                 |'
echoln '*========================================================*'
echoln '|No reglage |       1      |       2      |       3      |'
echoln '|-----------+--------------+--------------+--------------|'
echoln '|point test |      ABW     |ABW;Synch BEU |ABW,AL3;SynBEU|'
echoln '|-----------+--------------+--------------+--------------|'
echoln '|  pot.     |      RV1     |  RV10-RV13   |   RV2-RV3    |'
echoln '*===========*==============*==============*==============*
echoln '| 1er  Cyl. |       0      |       0      |     384      |'
echoln '|-----------+--------------+--------------+--------------|'
echoln '| 2eme Cyl. |     841      |       6      |     640      |'
echoln '|-----------+--------------+--------------+--------------|'
echoln '|Nb. boucles|    750 / mn  |   2400 / mn  |   1333 / mn  |'
echoln '*--------------------------------------------------------*'
echoln '  ORDRE DES POTENTIOMETRES : |RV1 |RV2 |RV3 |RV10|RV13| '
echo '1er Cyl ? :'
read a
echo '2eme Cyl ? :'
read b
echo 'Nb. boucles ? :'
read c
eval d=c
repeat
repeat
seek a
seek b
eval d=d-1
until d==0
eval d=c
echo 'reexecution ?  (oui==>1 ; non==>0) :'
read r
until r==0  
echo 'fin du reglage'
