fusion de Remote v1.4

This commit is contained in:
Jérôme Bousquié
2018-11-21 09:11:34 +01:00
parent 1c32685ce9
commit e71efc6638
23 changed files with 221 additions and 137 deletions
+15 -3
View File
@@ -59,14 +59,26 @@ $police["C200"] = 11;
$orientation["C200"][0]="V";
$ligne_coord["C200"][0] = array(0, 0);
$ligne_machines["C200"][0] = array('C2001','C2002','C2003','C2004');
$shift["C200"][0] = 80;
$ligne_machines["C200"][0] = array('C2009');
$shift["C200"][0] = 1;
$orientation["C200"][1]="V";
$ligne_coord["C200"][1] = array(400, 200);
$ligne_machines["C200"][1] = array('C2005','C2006','C2007','C2008','C2009');
$ligne_machines["C200"][1] = array('C2004','C2003','C2002','C2001');
$shift["C200"][1] = 20;
$orientation["C200"][2]="V";
$ligne_coord["C200"][2] = array(0, 150);
$ligne_machines["C200"][2] = array('C2008','C2007');
$shift["C200"][2] = 10;
$orientation["C200"][3]="V";
$ligne_coord["C200"][3] = array(0, 400);
$ligne_machines["C200"][3] = array('C2006','C2005');
$shift["C200"][3] = 10;
$orien_porte["C200"][0]="V";
$porte_coord["C200"][0]=array(550,0);