V1.443
This commit is contained in:
@@ -4419,7 +4419,7 @@ end;
|
||||
trouve4:=feux[i].Adr_det4=adr;
|
||||
trouve:=trouve1 or trouve2 or trouve3 or trouve4;
|
||||
if not(trouve) then inc(i);
|
||||
until (trouve) or (i>=100);
|
||||
until (trouve) or (i>=100);
|
||||
if trouve then Index_feu_det:=i else Index_feu_det:=0;
|
||||
end;
|
||||
|
||||
@@ -4693,7 +4693,7 @@ end;
|
||||
else AfficheDebug('Le signal '+IntToSTR(adresse)+' ne doit pas être au carré',clYellow);
|
||||
end;
|
||||
carre_signal:=AdrSuiv=9998;
|
||||
end;
|
||||
end;
|
||||
|
||||
|
||||
// renvoie l'état du signal suivant
|
||||
@@ -6474,8 +6474,8 @@ begin
|
||||
|
||||
// créée la fenetre debug
|
||||
FormDebug:=TFormDebug.Create(Self);
|
||||
FormDebug.Caption:=AF+' debug';
|
||||
N_Trains:=0;
|
||||
FormDebug.Caption:=AF+' debug';
|
||||
N_Trains:=0;
|
||||
NivDebug:=0;
|
||||
TempoAct:=0;
|
||||
DebugOuv:=True;
|
||||
@@ -6609,8 +6609,7 @@ begin
|
||||
//signal_direction(372);
|
||||
//FormDebug.show;
|
||||
//test_memoire_zones(218);
|
||||
//Det_Adj(520);
|
||||
//Affiche(' Adj1='+intToStr(Adj1)+' Adj2='+intToStr(Adj2),clyellow);
|
||||
//Det_Adj(520);
|
||||
//Affiche(' Adj1='+intToStr(Adj1)+' Adj2='+intToStr(Adj2),clyellow);
|
||||
//trace:=true;
|
||||
//TraceListe:=true;
|
||||
@@ -7340,6 +7339,7 @@ begin
|
||||
Affiche('Version 1.3 : Décodeur Unisemaf fonctionnel - Lecture/écriture des CV',clLime);
|
||||
Affiche(' Protocoles variables de l''interface',clLime);
|
||||
Affiche(' Configuration statique modifiable dans menu',clLime);
|
||||
Affiche('Version 1.31 : Correction des positions aiguillages triples et TJD',clLime);
|
||||
Affiche('Version 1.4 : Gestion des Fx vers les locomotives par actionneurs',clLime);
|
||||
Affiche('Version 1.41 : Gestion des passages à niveaux par actionneurs',clLime);
|
||||
Affiche('Version 1.42 : Correction erreur lecture feux',clLime);
|
||||
|
||||
Reference in New Issue
Block a user