forked from lna44700/openorganigram
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathportail.oorg
958 lines (942 loc) · 39.2 KB
/
portail.oorg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
<?xml version="1.0" encoding="UTF-8"?>
<Projet sNom="Projet sans nom">
<Resume nNbreModule="1" nNbreRoutine="5" nNbreInstructions="39"/>
<Config>[IDENTIFICATION]
Id=000
Nom=test
Board=Arduino Mega 2560
Version=01/03/2016 15:08:06
[MODULE]
m1=test
[EASYCON2-BROCHE1]
Nom=J-A10
Broche_Analogique=10
Broche_Numerique=64
Type=AI
Iocard=POTAR1
Commentaire=@Invalid()
ARU=
Module=test
Action1_Nom=Lire la position du potentiom\xe8tre et la stocker dans S
Action1_Code=A10#S
Action1_Enable=true
[EASYCON2-BROCHE10]
Nom=J-4
Broche_Analogique=-1
Broche_Numerique=4
Type=NI
Iocard=SWITCH1
Commentaire=@Invalid()
ARU=
Module=test
Test1_Nom=Le fin de course 4 est enfonc\xe9 ?
Test1_Code="R04=0"
Test1_Enable=true
Test2_Nom=Le fin de course 4 est relach\xe9 ?
Test2_Code="R04=1"
Test2_Enable=true
[EASYCON2-BROCHE11]
Nom=J-29
Broche_Analogique=-1
Broche_Numerique=29
Type=NI
Iocard=SWITCH1
Commentaire=@Invalid()
ARU=
Module=test
Test1_Nom=Le fin de course est enfonc\xe9 ?
Test1_Code="R29=0"
Test1_Enable=true
Test2_Nom=Le fin de course est relach\xe9 ?
Test2_Code="R29=1"
Test2_Enable=true
[EASYCON2-BROCHE13]
Nom=J-27
Broche_Analogique=-1
Broche_Numerique=27
Type=NO
Iocard=LED1_RED
Commentaire=@Invalid()
ARU=
Module=test
Test1_Nom=Led Rouge allum\xc3\xa9\x65?
Test1_Code="R27=1"
Test1_Enable=true
Test2_Nom=Led Rouge \xc3\xa9teinte?
Test2_Code="R27=0"
Test2_Enable=true
Action1_Nom=Allumer la led rouge
Action1_Code=W271
Action1_Enable=true
Action2_Nom=Eteindre la led rouge
Action2_Code=W270
Action2_Enable=true
[EASYCON2-BROCHE14]
Nom=J-26
Broche_Analogique=-1
Broche_Numerique=26
Type=NI
Iocard=SONAR1_ECHO
Commentaire=@Invalid()
ARU=
Module=test
Action1_Nom=Lire la distance et la stocker dans D ( remplace pp parla broche pulse du capteur )
Action1_Code=Qpp26#D
Action1_Enable=true
[EASYCON2-BROCHE15]
Nom=J-25
Broche_Analogique=-1
Broche_Numerique=25
Type=NO
Iocard=SONAR1_PULSE
Commentaire=@Invalid()
ARU=
Module=test
Action1_Nom=Lire la distance et la stocker dans D ( remplace ee parla broche ECHO du capteur )
Action1_Code=Q25ee#D
Action1_Enable=true
[EASYCON2-BROCHE16]
Nom=J-24
Broche_Analogique=-1
Broche_Numerique=24
Type=NI
Iocard=BTN1_GREEN
Commentaire=@Invalid()
ARU=
Module=test
Test1_Nom=Le bouton vert est enfonc\xe9 ?
Test1_Code="R24=0"
Test1_Enable=true
Test2_Nom=Le bouton vert est relach\xe9 ?
Test2_Code="R24=1"
Test2_Enable=true
[EASYCON2-BROCHE17]
Nom=J-23
Broche_Analogique=-1
Broche_Numerique=23
Type=NI
Iocard=BTN1_RED
Commentaire=@Invalid()
ARU=
Module=test
Test1_Nom=Le bouton rouge est enfonc\xe9 ?
Test1_Code="R23=0"
Test1_Enable=true
Test2_Nom=Le bouton rouge est relach\xe9 ?
Test2_Code="R23=1"
Test2_Enable=true
[EASYCON2-BROCHE18]
Nom=J-22
Broche_Analogique=-1
Broche_Numerique=22
Type=TC
Iocard=IRF1
Commentaire=@Invalid()
ARU=
Module=test
Test1_Nom=Aucune touche de la t\xe9l\xe9\x63ommande n'est appuy\xe9\x65 ?
Test1_Code="I22=-1"
Test1_Enable=true
Test2_Nom=Bouton +de la t\xe9l\xe9\x63ommande appuy\xe9 ?
Test2_Code="I22=FFA857"
Test2_Enable=true
Test3_Nom=Bouton EQde la t\xe9l\xe9\x63ommande appuy\xe9 ?
Test3_Code="I22=FF906F"
Test3_Enable=true
Test4_Nom=Bouton 0de la t\xe9l\xe9\x63ommande appuy\xe9 ?
Test4_Code="I22=FF6897"
Test4_Enable=true
Test5_Nom=Bouton 100+de la t\xe9l\xe9\x63ommande appuy\xe9 ?
Test5_Code="I22=FF9867"
Test5_Enable=true
Test6_Nom=Bouton Entr\xe9\x65\x64\x65 la t\xe9l\xe9\x63ommande appuy\xe9 ?
Test6_Code="I22=FFB04F"
Test6_Enable=true
Test7_Nom=Bouton 1de la t\xe9l\xe9\x63ommande appuy\xe9 ?
Test7_Code="I22=FF30CF"
Test7_Enable=true
Test8_Nom=Bouton 2de la t\xe9l\xe9\x63ommande appuy\xe9 ?
Test8_Code="I22=FF18E7"
Test8_Enable=true
Test9_Nom=Bouton 3de la t\xe9l\xe9\x63ommande appuy\xe9 ?
Test9_Code="I22=FF7A85"
Test9_Enable=true
Test10_Nom=Bouton 4de la t\xe9l\xe9\x63ommande appuy\xe9 ?
Test10_Code="I22=FF10EF"
Test10_Enable=true
Test11_Nom=Bouton 5de la t\xe9l\xe9\x63ommande appuy\xe9 ?
Test11_Code="I22=FF38C7"
Test11_Enable=true
Test12_Nom=R\xe9p\xe9tition de la touche de la t\xe9l\xe9\x63ommande ?
Test12_Code="I22=FFFFFFFF"
Test12_Enable=true
Test13_Nom=Bouton 6de la t\xe9l\xe9\x63ommande appuy\xe9 ?
Test13_Code="I22=FF5AA5"
Test13_Enable=true
Test14_Nom=Bouton 7de la t\xe9l\xe9\x63ommande appuy\xe9 ?
Test14_Code="I22=FF42BD"
Test14_Enable=true
Test15_Nom=Bouton 8de la t\xe9l\xe9\x63ommande appuy\xe9 ?
Test15_Code="I22=FF4AB5"
Test15_Enable=true
Test16_Nom=Bouton 9de la t\xe9l\xe9\x63ommande appuy\xe9 ?
Test16_Code="I22=FF52AD"
Test16_Enable=true
Test17_Nom=Bouton Marche/Arr\xeatde la t\xe9l\xe9\x63ommande appuy\xe9 ?
Test17_Code="I22=FFA25D"
Test17_Enable=true
Test18_Nom=Bouton Modede la t\xe9l\xe9\x63ommande appuy\xe9 ?
Test18_Code="I22=FF629D"
Test18_Enable=true
Test19_Nom=Bouton Arr\xeat sonde la t\xe9l\xe9\x63ommande appuy\xe9 ?
Test19_Code="I22=FFE21D"
Test19_Enable=true
Test20_Nom=Bouton Retour Arri\xe8rede la t\xe9l\xe9\x63ommande appuy\xe9 ?
Test20_Code="I22=FF22DD"
Test20_Enable=true
Test21_Nom=Bouton Retour Avantde la t\xe9l\xe9\x63ommande appuy\xe9 ?
Test21_Code="I22=FF02FD"
Test21_Enable=true
Test22_Nom=Bouton Play/Pausede la t\xe9l\xe9\x63ommande appuy\xe9 ?
Test22_Code="I22=FFC23D"
Test22_Enable=true
Test23_Nom=Bouton -de la t\xe9l\xe9\x63ommande appuy\xe9 ?
Test23_Code="I22=FFE01F"
Test23_Enable=true
Action1_Nom=Vider le tampon de la t\xe9l\xe9\x63ommande
Action1_Code=J
Action1_Enable=true
[EASYCON2-BROCHE21]
Nom=RTC
Broche_Analogique=-1
Broche_Numerique=1
Type=RTC
Iocard=RTC1
Commentaire=@Invalid()
ARU=
Module=test
Action1_Nom=Enregistre instant T0
Action1_Code=YR0
Action1_Enable=true
Action2_Nom=Stocker le jour de la semaine de T1 dans la variable O
Action2_Code=YV1o#O
Action2_Enable=true
Action3_Nom=Enregistre instant T1
Action3_Code=YR1
Action3_Enable=true
Action4_Nom="Calcule l'\xe9\x63\x61rt de temps T2=T1-T0"
Action4_Code=YC012
Action4_Enable=true
Action5_Nom=Stocker l'heure de T1 dans la variable H
Action5_Code=YV1h#H
Action5_Enable=true
Action6_Nom=Stocker les minute de T1 dans la variable M
Action6_Code=YV1m#M
Action6_Enable=true
Action7_Nom=Stocker les secondes de T1 dans la variable S
Action7_Code=YV1s#S
Action7_Enable=true
Action8_Nom=Stocker le jour de T1 dans la variable J
Action8_Code=YV1J#J
Action8_Enable=true
Action9_Nom=Stocker le mois de T1 dans la variable M
Action9_Code=YV1M#M
Action9_Enable=true
Action10_Nom=Stocker l'ann\xe9\x65s de T1 dans la variable A
Action10_Code=YV1A#A
Action10_Enable=true
[EASYCON2-BROCHE7]
Nom=J-51
Broche_Analogique=-1
Broche_Numerique=51
Type=NO
Iocard=LED1_GREEN
Commentaire=@Invalid()
ARU=
Module=test
Test1_Nom=Led Verte allum\xc3\xa9\x65?
Test1_Code="R51=1"
Test1_Enable=true
Test2_Nom=Led Verte \xc3\xa9teinte?
Test2_Code="R51=0"
Test2_Enable=true
Action1_Nom=Allumer la led verte
Action1_Code=W511
Action1_Enable=true
Action2_Nom=Eteindre la led verte
Action2_Code=W510
Action2_Enable=true
[EASYCON2-BROCHE8]
Nom=J-50
Broche_Analogique=-1
Broche_Numerique=50
Type=NO
Iocard=BUZZER1
Commentaire=@Invalid()
ARU=
Module=test
Action1_Nom=Joue D#7 durant 1/4 seconde
Action1_Code=O5024890250
Action1_Enable=true
Action2_Nom=Joue D7 durant 1/4 seconde
Action2_Code=O5023490250
Action2_Enable=true
Action3_Nom=Joue C#7 durant 1/4 seconde
Action3_Code=O5022170250
Action3_Enable=true
Action4_Nom=Joue C7 durant 1/4 seconde
Action4_Code=O5020930250
Action4_Enable=true
Action5_Nom=Joue B6 durant 1/4 seconde
Action5_Code=O5019760250
Action5_Enable=true
Action6_Nom=Joue A#6 durant 1/4 seconde
Action6_Code=O5018650250
Action6_Enable=true
Action7_Nom=Joue A6 durant 1/4 seconde
Action7_Code=O5017600250
Action7_Enable=true
Action8_Nom=Joue G#6 durant 1/4 seconde
Action8_Code=O5016610250
Action8_Enable=true
Action9_Nom=Joue G6 durant 1/4 seconde
Action9_Code=O5015680250
Action9_Enable=true
Action10_Nom=Joue F#6 durant 1/4 seconde
Action10_Code=O5014800250
Action10_Enable=true
Action11_Nom=Joue F6 durant 1/4 seconde
Action11_Code=O5013970250
Action11_Enable=true
Action12_Nom=Joue B7 durant 1/4 seconde
Action12_Code=O5039510250
Action12_Enable=true
Action13_Nom=Joue E6 durant 1/4 seconde
Action13_Code=O5013190250
Action13_Enable=true
Action14_Nom=Joue D#6 durant 1/4 seconde
Action14_Code=O5012450250
Action14_Enable=true
Action15_Nom=Joue D6 durant 1/4 seconde
Action15_Code=O5011750250
Action15_Enable=true
Action16_Nom=Joue C#6 durant 1/4 seconde
Action16_Code=O5011090250
Action16_Enable=true
Action17_Nom=Joue C6 durant 1/4 seconde
Action17_Code=O5010470250
Action17_Enable=true
Action18_Nom=Joue B5 durant 1/4 seconde
Action18_Code=O5009880250
Action18_Enable=true
Action19_Nom=Joue A#5 durant 1/4 seconde
Action19_Code=O5009320250
Action19_Enable=true
Action20_Nom=Joue A5 durant 1/4 seconde
Action20_Code=O5008800250
Action20_Enable=true
Action21_Nom=Joue G#5 durant 1/4 seconde
Action21_Code=O5008310250
Action21_Enable=true
Action22_Nom=Joue G5 durant 1/4 seconde
Action22_Code=O5007840250
Action22_Enable=true
Action23_Nom=Joue A#7 durant 1/4 seconde
Action23_Code=O5037290250
Action23_Enable=true
Action24_Nom=Joue F#5 durant 1/4 seconde
Action24_Code=O5007400250
Action24_Enable=true
Action25_Nom=Joue F5 durant 1/4 seconde
Action25_Code=O5006980250
Action25_Enable=true
Action26_Nom=Joue E5 durant 1/4 seconde
Action26_Code=O5006590250
Action26_Enable=true
Action27_Nom=Joue D#5 durant 1/4 seconde
Action27_Code=O5006220250
Action27_Enable=true
Action28_Nom=Joue D5 durant 1/4 seconde
Action28_Code=O5005870250
Action28_Enable=true
Action29_Nom=Joue C#5 durant 1/4 seconde
Action29_Code=O5005540250
Action29_Enable=true
Action30_Nom=Joue C5 durant 1/4 seconde
Action30_Code=O5005230250
Action30_Enable=true
Action31_Nom=Joue B4 durant 1/4 seconde
Action31_Code=O5004940250
Action31_Enable=true
Action32_Nom=Joue A#4 durant 1/4 seconde
Action32_Code=O5004660250
Action32_Enable=true
Action33_Nom=Joue A4 durant 1/4 seconde
Action33_Code=O5004400250
Action33_Enable=true
Action34_Nom=Joue A7 durant 1/4 seconde
Action34_Code=O5035200250
Action34_Enable=true
Action35_Nom=Joue G#4 durant 1/4 seconde
Action35_Code=O5004150250
Action35_Enable=true
Action36_Nom=Joue G4 durant 1/4 seconde
Action36_Code=O5003920250
Action36_Enable=true
Action37_Nom=Joue F#4 durant 1/4 seconde
Action37_Code=O5003700250
Action37_Enable=true
Action38_Nom=Joue F4 durant 1/4 seconde
Action38_Code=O5003490250
Action38_Enable=true
Action39_Nom=Joue E4 durant 1/4 seconde
Action39_Code=O5003300250
Action39_Enable=true
Action40_Nom=Joue D#4 durant 1/4 seconde
Action40_Code=O5003110250
Action40_Enable=true
Action41_Nom=Joue D4 durant 1/4 seconde
Action41_Code=O5002940250
Action41_Enable=true
Action42_Nom=Joue C#4 durant 1/4 seconde
Action42_Code=O5002770250
Action42_Enable=true
Action43_Nom=Joue C4 durant 1/4 seconde
Action43_Code=O5002620250
Action43_Enable=true
Action44_Nom=Joue B3 durant 1/4 seconde
Action44_Code=O5002470250
Action44_Enable=true
Action45_Nom=Joue G#7 durant 1/4 seconde
Action45_Code=O5033220250
Action45_Enable=true
Action46_Nom=Joue A#3 durant 1/4 seconde
Action46_Code=O5002330250
Action46_Enable=true
Action47_Nom=Joue A3 durant 1/4 seconde
Action47_Code=O5002200250
Action47_Enable=true
Action48_Nom=Joue G#3 durant 1/4 seconde
Action48_Code=O5002080250
Action48_Enable=true
Action49_Nom=Joue G3 durant 1/4 seconde
Action49_Code=O5001960250
Action49_Enable=true
Action50_Nom=Joue F#3 durant 1/4 seconde
Action50_Code=O5001850250
Action50_Enable=true
Action51_Nom=Joue F3 durant 1/4 seconde
Action51_Code=O5001750250
Action51_Enable=true
Action52_Nom=Joue E3 durant 1/4 seconde
Action52_Code=O5001650250
Action52_Enable=true
Action53_Nom=Joue D#3 durant 1/4 seconde
Action53_Code=O5001560250
Action53_Enable=true
Action54_Nom=Joue D3 durant 1/4 seconde
Action54_Code=O5001470250
Action54_Enable=true
Action55_Nom=Joue C#3 durant 1/4 seconde
Action55_Code=O5001390250
Action55_Enable=true
Action56_Nom=Joue G7 durant 1/4 seconde
Action56_Code=O5031360250
Action56_Enable=true
Action57_Nom=Joue C3 durant 1/4 seconde
Action57_Code=O5001310250
Action57_Enable=true
Action58_Nom=Joue B2 durant 1/4 seconde
Action58_Code=O5001230250
Action58_Enable=true
Action59_Nom=Joue A#2 durant 1/4 seconde
Action59_Code=O5001170250
Action59_Enable=true
Action60_Nom=Joue A2 durant 1/4 seconde
Action60_Code=O5001100250
Action60_Enable=true
Action61_Nom=Joue G#2 durant 1/4 seconde
Action61_Code=O5001040250
Action61_Enable=true
Action62_Nom=Joue G2 durant 1/4 seconde
Action62_Code=O5000980250
Action62_Enable=true
Action63_Nom=Joue F#2 durant 1/4 seconde
Action63_Code=O5000920250
Action63_Enable=true
Action64_Nom=Joue F2 durant 1/4 seconde
Action64_Code=O5000870250
Action64_Enable=true
Action65_Nom=Joue E2 durant 1/4 seconde
Action65_Code=O5000820250
Action65_Enable=true
Action66_Nom=Joue D#2 durant 1/4 seconde
Action66_Code=O5000780250
Action66_Enable=true
Action67_Nom=Joue F#7 durant 1/4 seconde
Action67_Code=O5029600250
Action67_Enable=true
Action68_Nom=Joue D2 durant 1/4 seconde
Action68_Code=O5000730250
Action68_Enable=true
Action69_Nom=Joue C#2 durant 1/4 seconde
Action69_Code=O5000690250
Action69_Enable=true
Action70_Nom=Joue C2 durant 1/4 seconde
Action70_Code=O5000650250
Action70_Enable=true
Action71_Nom=Joue F7 durant 1/4 seconde
Action71_Code=O5027940250
Action71_Enable=true
Action72_Nom=Joue E7 durant 1/4 seconde
Action72_Code=O5026370250
Action72_Enable=true
</Config>
<Module sNomModule="test">
<ActionArduino sNomAction="Lire la position du potentiomètre et la stocker dans S" sCommande="A10#S" bActive="true"/>
<ActionArduino sNomAction="Allumer la led rouge" sCommande="W271" bActive="true"/>
<ActionArduino sNomAction="Eteindre la led rouge" sCommande="W270" bActive="true"/>
<ActionArduino sNomAction="Lire la distance et la stocker dans D ( remplace pp parla broche pulse du capteur )" sCommande="Qpp26#D" bActive="true"/>
<ActionArduino sNomAction="Lire la distance et la stocker dans D ( remplace ee parla broche ECHO du capteur )" sCommande="Q25ee#D" bActive="true"/>
<ActionArduino sNomAction="Vider le tampon de la télécommande" sCommande="J" bActive="true"/>
<ActionArduino sNomAction="Stocker l'années de T1 dans la variable A" sCommande="YV1A#A" bActive="true"/>
<ActionArduino sNomAction="Enregistre instant T0" sCommande="YR0" bActive="true"/>
<ActionArduino sNomAction="Stocker le jour de la semaine de T1 dans la variable O" sCommande="YV1o#O" bActive="true"/>
<ActionArduino sNomAction="Enregistre instant T1" sCommande="YR1" bActive="true"/>
<ActionArduino sNomAction="Calcule l'écart de temps T2=T1-T0" sCommande="YC012" bActive="true"/>
<ActionArduino sNomAction="Stocker l'heure de T1 dans la variable H" sCommande="YV1h#H" bActive="true"/>
<ActionArduino sNomAction="Stocker les minute de T1 dans la variable M" sCommande="YV1m#M" bActive="true"/>
<ActionArduino sNomAction="Stocker les secondes de T1 dans la variable S" sCommande="YV1s#S" bActive="true"/>
<ActionArduino sNomAction="Stocker le jour de T1 dans la variable J" sCommande="YV1J#J" bActive="true"/>
<ActionArduino sNomAction="Stocker le mois de T1 dans la variable M" sCommande="YV1M#M" bActive="true"/>
<ActionArduino sNomAction="Allumer la led verte" sCommande="W511" bActive="true"/>
<ActionArduino sNomAction="Eteindre la led verte" sCommande="W510" bActive="true"/>
<ActionArduino sNomAction="Joue F#6 durant 1/4 seconde" sCommande="O5014800250" bActive="true"/>
<ActionArduino sNomAction="Joue F6 durant 1/4 seconde" sCommande="O5013970250" bActive="true"/>
<ActionArduino sNomAction="Joue B7 durant 1/4 seconde" sCommande="O5039510250" bActive="true"/>
<ActionArduino sNomAction="Joue E6 durant 1/4 seconde" sCommande="O5013190250" bActive="true"/>
<ActionArduino sNomAction="Joue D#6 durant 1/4 seconde" sCommande="O5012450250" bActive="true"/>
<ActionArduino sNomAction="Joue D6 durant 1/4 seconde" sCommande="O5011750250" bActive="true"/>
<ActionArduino sNomAction="Joue C#6 durant 1/4 seconde" sCommande="O5011090250" bActive="true"/>
<ActionArduino sNomAction="Joue C6 durant 1/4 seconde" sCommande="O5010470250" bActive="true"/>
<ActionArduino sNomAction="Joue B5 durant 1/4 seconde" sCommande="O5009880250" bActive="true"/>
<ActionArduino sNomAction="Joue A#5 durant 1/4 seconde" sCommande="O5009320250" bActive="true"/>
<ActionArduino sNomAction="Joue D#7 durant 1/4 seconde" sCommande="O5024890250" bActive="true"/>
<ActionArduino sNomAction="Joue A5 durant 1/4 seconde" sCommande="O5008800250" bActive="true"/>
<ActionArduino sNomAction="Joue G#5 durant 1/4 seconde" sCommande="O5008310250" bActive="true"/>
<ActionArduino sNomAction="Joue G5 durant 1/4 seconde" sCommande="O5007840250" bActive="true"/>
<ActionArduino sNomAction="Joue A#7 durant 1/4 seconde" sCommande="O5037290250" bActive="true"/>
<ActionArduino sNomAction="Joue F#5 durant 1/4 seconde" sCommande="O5007400250" bActive="true"/>
<ActionArduino sNomAction="Joue F5 durant 1/4 seconde" sCommande="O5006980250" bActive="true"/>
<ActionArduino sNomAction="Joue E5 durant 1/4 seconde" sCommande="O5006590250" bActive="true"/>
<ActionArduino sNomAction="Joue D#5 durant 1/4 seconde" sCommande="O5006220250" bActive="true"/>
<ActionArduino sNomAction="Joue D5 durant 1/4 seconde" sCommande="O5005870250" bActive="true"/>
<ActionArduino sNomAction="Joue C#5 durant 1/4 seconde" sCommande="O5005540250" bActive="true"/>
<ActionArduino sNomAction="Joue D7 durant 1/4 seconde" sCommande="O5023490250" bActive="true"/>
<ActionArduino sNomAction="Joue C5 durant 1/4 seconde" sCommande="O5005230250" bActive="true"/>
<ActionArduino sNomAction="Joue B4 durant 1/4 seconde" sCommande="O5004940250" bActive="true"/>
<ActionArduino sNomAction="Joue A#4 durant 1/4 seconde" sCommande="O5004660250" bActive="true"/>
<ActionArduino sNomAction="Joue A4 durant 1/4 seconde" sCommande="O5004400250" bActive="true"/>
<ActionArduino sNomAction="Joue A7 durant 1/4 seconde" sCommande="O5035200250" bActive="true"/>
<ActionArduino sNomAction="Joue G#4 durant 1/4 seconde" sCommande="O5004150250" bActive="true"/>
<ActionArduino sNomAction="Joue G4 durant 1/4 seconde" sCommande="O5003920250" bActive="true"/>
<ActionArduino sNomAction="Joue F#4 durant 1/4 seconde" sCommande="O5003700250" bActive="true"/>
<ActionArduino sNomAction="Joue F4 durant 1/4 seconde" sCommande="O5003490250" bActive="true"/>
<ActionArduino sNomAction="Joue E4 durant 1/4 seconde" sCommande="O5003300250" bActive="true"/>
<ActionArduino sNomAction="Joue C#7 durant 1/4 seconde" sCommande="O5022170250" bActive="true"/>
<ActionArduino sNomAction="Joue D#4 durant 1/4 seconde" sCommande="O5003110250" bActive="true"/>
<ActionArduino sNomAction="Joue D4 durant 1/4 seconde" sCommande="O5002940250" bActive="true"/>
<ActionArduino sNomAction="Joue C#4 durant 1/4 seconde" sCommande="O5002770250" bActive="true"/>
<ActionArduino sNomAction="Joue C4 durant 1/4 seconde" sCommande="O5002620250" bActive="true"/>
<ActionArduino sNomAction="Joue B3 durant 1/4 seconde" sCommande="O5002470250" bActive="true"/>
<ActionArduino sNomAction="Joue G#7 durant 1/4 seconde" sCommande="O5033220250" bActive="true"/>
<ActionArduino sNomAction="Joue A#3 durant 1/4 seconde" sCommande="O5002330250" bActive="true"/>
<ActionArduino sNomAction="Joue A3 durant 1/4 seconde" sCommande="O5002200250" bActive="true"/>
<ActionArduino sNomAction="Joue G#3 durant 1/4 seconde" sCommande="O5002080250" bActive="true"/>
<ActionArduino sNomAction="Joue G3 durant 1/4 seconde" sCommande="O5001960250" bActive="true"/>
<ActionArduino sNomAction="Joue C7 durant 1/4 seconde" sCommande="O5020930250" bActive="true"/>
<ActionArduino sNomAction="Joue F#3 durant 1/4 seconde" sCommande="O5001850250" bActive="true"/>
<ActionArduino sNomAction="Joue F3 durant 1/4 seconde" sCommande="O5001750250" bActive="true"/>
<ActionArduino sNomAction="Joue E3 durant 1/4 seconde" sCommande="O5001650250" bActive="true"/>
<ActionArduino sNomAction="Joue D#3 durant 1/4 seconde" sCommande="O5001560250" bActive="true"/>
<ActionArduino sNomAction="Joue D3 durant 1/4 seconde" sCommande="O5001470250" bActive="true"/>
<ActionArduino sNomAction="Joue C#3 durant 1/4 seconde" sCommande="O5001390250" bActive="true"/>
<ActionArduino sNomAction="Joue G7 durant 1/4 seconde" sCommande="O5031360250" bActive="true"/>
<ActionArduino sNomAction="Joue C3 durant 1/4 seconde" sCommande="O5001310250" bActive="true"/>
<ActionArduino sNomAction="Joue B2 durant 1/4 seconde" sCommande="O5001230250" bActive="true"/>
<ActionArduino sNomAction="Joue A#2 durant 1/4 seconde" sCommande="O5001170250" bActive="true"/>
<ActionArduino sNomAction="Joue B6 durant 1/4 seconde" sCommande="O5019760250" bActive="true"/>
<ActionArduino sNomAction="Joue A2 durant 1/4 seconde" sCommande="O5001100250" bActive="true"/>
<ActionArduino sNomAction="Joue G#2 durant 1/4 seconde" sCommande="O5001040250" bActive="true"/>
<ActionArduino sNomAction="Joue G2 durant 1/4 seconde" sCommande="O5000980250" bActive="true"/>
<ActionArduino sNomAction="Joue F#2 durant 1/4 seconde" sCommande="O5000920250" bActive="true"/>
<ActionArduino sNomAction="Joue F2 durant 1/4 seconde" sCommande="O5000870250" bActive="true"/>
<ActionArduino sNomAction="Joue E2 durant 1/4 seconde" sCommande="O5000820250" bActive="true"/>
<ActionArduino sNomAction="Joue D#2 durant 1/4 seconde" sCommande="O5000780250" bActive="true"/>
<ActionArduino sNomAction="Joue F#7 durant 1/4 seconde" sCommande="O5029600250" bActive="true"/>
<ActionArduino sNomAction="Joue D2 durant 1/4 seconde" sCommande="O5000730250" bActive="true"/>
<ActionArduino sNomAction="Joue C#2 durant 1/4 seconde" sCommande="O5000690250" bActive="true"/>
<ActionArduino sNomAction="Joue A#6 durant 1/4 seconde" sCommande="O5018650250" bActive="true"/>
<ActionArduino sNomAction="Joue C2 durant 1/4 seconde" sCommande="O5000650250" bActive="true"/>
<ActionArduino sNomAction="Joue F7 durant 1/4 seconde" sCommande="O5027940250" bActive="true"/>
<ActionArduino sNomAction="Joue E7 durant 1/4 seconde" sCommande="O5026370250" bActive="true"/>
<ActionArduino sNomAction="Joue A6 durant 1/4 seconde" sCommande="O5017600250" bActive="true"/>
<ActionArduino sNomAction="Joue G#6 durant 1/4 seconde" sCommande="O5016610250" bActive="true"/>
<ActionArduino sNomAction="Joue G6 durant 1/4 seconde" sCommande="O5015680250" bActive="true"/>
<TestArduino sNomTest="Le fin de course 4 est enfoncé ?" sCommande="R04=0" bActive="true"/>
<TestArduino sNomTest="Le fin de course 4 est relaché ?" sCommande="R04=1" bActive="true"/>
<TestArduino sNomTest="Le fin de course est enfoncé ?" sCommande="R29=0" bActive="true"/>
<TestArduino sNomTest="Le fin de course est relaché ?" sCommande="R29=1" bActive="true"/>
<TestArduino sNomTest="Led Rouge allumée?" sCommande="R27=1" bActive="true"/>
<TestArduino sNomTest="Led Rouge éteinte?" sCommande="R27=0" bActive="true"/>
<TestArduino sNomTest="Le bouton vert est enfoncé ?" sCommande="R24=0" bActive="true"/>
<TestArduino sNomTest="Le bouton vert est relaché ?" sCommande="R24=1" bActive="true"/>
<TestArduino sNomTest="Le bouton rouge est enfoncé ?" sCommande="R23=0" bActive="true"/>
<TestArduino sNomTest="Le bouton rouge est relaché ?" sCommande="R23=1" bActive="true"/>
<TestArduino sNomTest="Bouton 4de la télécommande appuyé ?" sCommande="I22=FF10EF" bActive="true"/>
<TestArduino sNomTest="Bouton 5de la télécommande appuyé ?" sCommande="I22=FF38C7" bActive="true"/>
<TestArduino sNomTest="Répétition de la touche de la télécommande ?" sCommande="I22=FFFFFFFF" bActive="true"/>
<TestArduino sNomTest="Bouton 6de la télécommande appuyé ?" sCommande="I22=FF5AA5" bActive="true"/>
<TestArduino sNomTest="Bouton 7de la télécommande appuyé ?" sCommande="I22=FF42BD" bActive="true"/>
<TestArduino sNomTest="Bouton 8de la télécommande appuyé ?" sCommande="I22=FF4AB5" bActive="true"/>
<TestArduino sNomTest="Bouton 9de la télécommande appuyé ?" sCommande="I22=FF52AD" bActive="true"/>
<TestArduino sNomTest="Bouton Marche/Arrêtde la télécommande appuyé ?" sCommande="I22=FFA25D" bActive="true"/>
<TestArduino sNomTest="Bouton Modede la télécommande appuyé ?" sCommande="I22=FF629D" bActive="true"/>
<TestArduino sNomTest="Bouton Arrêt sonde la télécommande appuyé ?" sCommande="I22=FFE21D" bActive="true"/>
<TestArduino sNomTest="Aucune touche de la télécommande n'est appuyée ?" sCommande="I22=-1" bActive="true"/>
<TestArduino sNomTest="Bouton Retour Arrièrede la télécommande appuyé ?" sCommande="I22=FF22DD" bActive="true"/>
<TestArduino sNomTest="Bouton Retour Avantde la télécommande appuyé ?" sCommande="I22=FF02FD" bActive="true"/>
<TestArduino sNomTest="Bouton Play/Pausede la télécommande appuyé ?" sCommande="I22=FFC23D" bActive="true"/>
<TestArduino sNomTest="Bouton -de la télécommande appuyé ?" sCommande="I22=FFE01F" bActive="true"/>
<TestArduino sNomTest="Bouton +de la télécommande appuyé ?" sCommande="I22=FFA857" bActive="true"/>
<TestArduino sNomTest="Bouton EQde la télécommande appuyé ?" sCommande="I22=FF906F" bActive="true"/>
<TestArduino sNomTest="Bouton 0de la télécommande appuyé ?" sCommande="I22=FF6897" bActive="true"/>
<TestArduino sNomTest="Bouton 100+de la télécommande appuyé ?" sCommande="I22=FF9867" bActive="true"/>
<TestArduino sNomTest="Bouton Entréede la télécommande appuyé ?" sCommande="I22=FFB04F" bActive="true"/>
<TestArduino sNomTest="Bouton 1de la télécommande appuyé ?" sCommande="I22=FF30CF" bActive="true"/>
<TestArduino sNomTest="Bouton 2de la télécommande appuyé ?" sCommande="I22=FF18E7" bActive="true"/>
<TestArduino sNomTest="Bouton 3de la télécommande appuyé ?" sCommande="I22=FF7A85" bActive="true"/>
<TestArduino sNomTest="Led Verte allumée?" sCommande="R51=1" bActive="true"/>
<TestArduino sNomTest="Led Verte éteinte?" sCommande="R51=0" bActive="true"/>
<Routine nId="0" sNom="Principale">
<Instruction Type="0" nId="0">
<nIdSuivant valeur="2"/>
<nIdPrec valeur="0"/>
<bDebut valeur="true"/>
</Instruction>
<Instruction Type="0" nId="1">
<nIdSuivant valeur="0"/>
<nIdPrec valeur="3"/>
<bDebut valeur="false"/>
</Instruction>
<Instruction Type="7" nId="2">
<nIdSuivant valeur="14"/>
<nIdPrec valeur="0"/>
<TypeDeBoucle valeur="0"/>
<DescriptionCondition>
<TCondition valeur="0"/>
<nIndiceVar valeur="0"/>
<nValeur valeur="0"/>
<TestMat>
<bActive valeur="true"/>
<sCommande valeur="R04=0"/>
<sNomTest valeur="Le fin de course 4 est enfoncé ?"/>
</TestMat>
</DescriptionCondition>
</Instruction>
<Instruction Type="7" nId="3">
<nIdSuivant valeur="1"/>
<nIdPrec valeur="10"/>
<TypeDeBoucle valeur="0"/>
<DescriptionCondition>
<TCondition valeur="0"/>
<nIndiceVar valeur="0"/>
<nValeur valeur="0"/>
<TestMat>
<bActive valeur="true"/>
<sCommande valeur="R04=0"/>
<sNomTest valeur="Le fin de course 4 est enfoncé ?"/>
</TestMat>
</DescriptionCondition>
</Instruction>
<Instruction Type="2" nId="4">
<nIdSuivant valeur="6"/>
<nIdSuivant valeur="5"/>
<nIdPrec valeur="17"/>
<TCondition valeur="1"/>
<nIndiceVar valeur="0"/>
<nValeur valeur="0"/>
<TestMat>
<bActive valeur="true"/>
<sCommande valeur="R23=0"/>
<sNomTest valeur="Le bouton rouge est enfoncé ?"/>
</TestMat>
</Instruction>
<Instruction Type="2" nId="5">
<nIdSuivant valeur="9"/>
<nIdSuivant valeur="3"/>
<nIdPrec valeur="7"/>
<TCondition valeur="1"/>
<nIndiceVar valeur="0"/>
<nValeur valeur="0"/>
<TestMat>
<bActive valeur="true"/>
<sCommande valeur="R24=0"/>
<sNomTest valeur="Le bouton vert est enfoncé ?"/>
</TestMat>
</Instruction>
<Instruction Type="7" nId="6">
<nIdSuivant valeur="8"/>
<nIdPrec valeur="4"/>
<TypeDeBoucle valeur="1"/>
<DescriptionCondition>
<TCondition valeur="1"/>
<nIndiceVar valeur="0"/>
<nValeur valeur="0"/>
<TestMat>
<bActive valeur="true"/>
<sCommande valeur="I22=FFA25D"/>
<sNomTest valeur="Bouton Marche/Arrêtde la télécommande appuyé ?"/>
</TestMat>
</DescriptionCondition>
</Instruction>
<Instruction Type="7" nId="7">
<nIdSuivant valeur="5"/>
<nIdPrec valeur="8"/>
<TypeDeBoucle valeur="1"/>
<DescriptionCondition>
<TCondition valeur="1"/>
<nIndiceVar valeur="0"/>
<nValeur valeur="0"/>
<TestMat>
<bActive valeur="true"/>
<sCommande valeur="R04=0"/>
<sNomTest valeur="Le fin de course 4 est enfoncé ?"/>
</TestMat>
</DescriptionCondition>
</Instruction>
<Instruction Type="4" nId="8">
<nIdSuivant valeur="7"/>
<nIdPrec valeur="6"/>
<nIdRoutine valeur="3"/>
<sNom valeur="obstacle"/>
</Instruction>
<Instruction Type="2" nId="9">
<nIdSuivant valeur="10"/>
<nIdSuivant valeur="11"/>
<nIdPrec valeur="5"/>
<TCondition valeur="1"/>
<nIndiceVar valeur="0"/>
<nValeur valeur="0"/>
<TestMat>
<bActive valeur="true"/>
<sCommande valeur="R04=0"/>
<sNomTest valeur="Le fin de course 4 est enfoncé ?"/>
</TestMat>
</Instruction>
<Instruction Type="4" nId="10">
<nIdSuivant valeur="3"/>
<nIdPrec valeur="9"/>
<nIdRoutine valeur="1"/>
<sNom valeur="ouvrir portail"/>
</Instruction>
<Instruction Type="2" nId="11">
<nIdSuivant valeur="12"/>
<nIdSuivant valeur="13"/>
<nIdPrec valeur="9"/>
<TCondition valeur="1"/>
<nIndiceVar valeur="0"/>
<nValeur valeur="0"/>
<TestMat>
<bActive valeur="true"/>
<sCommande valeur="R29=0"/>
<sNomTest valeur="Le fin de course est enfoncé ?"/>
</TestMat>
</Instruction>
<Instruction Type="4" nId="12">
<nIdSuivant valeur="3"/>
<nIdPrec valeur="11"/>
<nIdRoutine valeur="2"/>
<sNom valeur="fermer portail"/>
</Instruction>
<Instruction Type="4" nId="13">
<nIdSuivant valeur="3"/>
<nIdPrec valeur="11"/>
<nIdRoutine valeur="1"/>
<sNom valeur="ouvrir portail"/>
</Instruction>
<Instruction Type="3" nId="14">
<nIdSuivant valeur="15"/>
<nIdPrec valeur="2"/>
<CommandeDemandee>
<bActive valeur="true"/>
<sCommande valeur="A10#S"/>
<sNomAction valeur="Lire la position du potentiomètre et la stocker dans S"/>
</CommandeDemandee>
</Instruction>
<Instruction Type="3" nId="15">
<nIdSuivant valeur="16"/>
<nIdPrec valeur="14"/>
<CommandeDemandee>
<bActive valeur="true"/>
<sCommande valeur="Q25ee#D"/>
<sNomAction valeur="Lire la distance et la stocker dans D ( remplace ee parla broche ECHO du capteur )"/>
</CommandeDemandee>
</Instruction>
<Instruction Type="2" nId="16">
<nIdSuivant valeur="17"/>
<nIdSuivant valeur="4"/>
<nIdPrec valeur="15"/>
<TCondition valeur="0"/>
<nIndiceVar valeur="3"/>
<nValeur valeur="30"/>
<TestMat>
<bActive valeur="true"/>
<sCommande valeur="R04=0"/>
<sNomTest valeur="Le fin de course 4 est enfoncé ?"/>
</TestMat>
</Instruction>
<Instruction Type="4" nId="17">
<nIdSuivant valeur="4"/>
<nIdPrec valeur="16"/>
<nIdRoutine valeur="3"/>
<sNom valeur="obstacle"/>
</Instruction>
</Routine>
<Routine nId="1" sNom="ouvrir portail">
<Instruction Type="0" nId="0">
<nIdSuivant valeur="3"/>
<nIdPrec valeur="0"/>
<bDebut valeur="true"/>
</Instruction>
<Instruction Type="0" nId="1">
<nIdSuivant valeur="0"/>
<nIdPrec valeur="2"/>
<bDebut valeur="false"/>
</Instruction>
<Instruction Type="6" nId="2">
<nIdSuivant valeur="1"/>
<nIdPrec valeur="4"/>
<sCommentaire valeur="Alimenter Moteur sens ouverture"/>
</Instruction>
<Instruction Type="4" nId="3">
<nIdSuivant valeur="4"/>
<nIdPrec valeur="0"/>
<nIdRoutine valeur="4"/>
<sNom valeur="clignottement LED"/>
</Instruction>
<Instruction Type="5" nId="4">
<nIdSuivant valeur="2"/>
<nIdPrec valeur="3"/>
<nMillisecondes valeur="1000"/>
</Instruction>
</Routine>
<Routine nId="2" sNom="fermer portail">
<Instruction Type="0" nId="0">
<nIdSuivant valeur="2"/>
<nIdPrec valeur="0"/>
<bDebut valeur="true"/>
</Instruction>
<Instruction Type="0" nId="1">
<nIdSuivant valeur="0"/>
<nIdPrec valeur="3"/>
<bDebut valeur="false"/>
</Instruction>
<Instruction Type="4" nId="2">
<nIdSuivant valeur="4"/>
<nIdPrec valeur="0"/>
<nIdRoutine valeur="4"/>
<sNom valeur="clignottement LED"/>
</Instruction>
<Instruction Type="6" nId="3">
<nIdSuivant valeur="1"/>
<nIdPrec valeur="4"/>
<sCommentaire valeur="Alimenter moteur sens fermeture"/>
</Instruction>
<Instruction Type="5" nId="4">
<nIdSuivant valeur="3"/>
<nIdPrec valeur="2"/>
<nMillisecondes valeur="1000"/>
</Instruction>
</Routine>
<Routine nId="3" sNom="obstacle">
<Instruction Type="0" nId="0">
<nIdSuivant valeur="2"/>
<nIdPrec valeur="0"/>
<bDebut valeur="true"/>
</Instruction>
<Instruction Type="0" nId="1">
<nIdSuivant valeur="0"/>
<nIdPrec valeur="5"/>
<bDebut valeur="false"/>
</Instruction>
<Instruction Type="3" nId="2">
<nIdSuivant valeur="3"/>
<nIdPrec valeur="0"/>
<CommandeDemandee>
<bActive valeur="true"/>
<sCommande valeur="W271"/>
<sNomAction valeur="Allumer la led rouge"/>
</CommandeDemandee>
</Instruction>
<Instruction Type="3" nId="3">
<nIdSuivant valeur="4"/>
<nIdPrec valeur="2"/>
<CommandeDemandee>
<bActive valeur="true"/>
<sCommande valeur="O5013970250"/>
<sNomAction valeur="Joue F6 durant 1/4 seconde"/>
</CommandeDemandee>
</Instruction>
<Instruction Type="5" nId="4">
<nIdSuivant valeur="5"/>
<nIdPrec valeur="3"/>
<nMillisecondes valeur="50"/>
</Instruction>
<Instruction Type="3" nId="5">
<nIdSuivant valeur="1"/>
<nIdPrec valeur="4"/>
<CommandeDemandee>
<bActive valeur="true"/>
<sCommande valeur="W270"/>
<sNomAction valeur="Eteindre la led rouge"/>
</CommandeDemandee>
</Instruction>
</Routine>
<Routine nId="4" sNom="clignottement LED">
<Instruction Type="0" nId="0">
<nIdSuivant valeur="2"/>
<nIdPrec valeur="0"/>
<bDebut valeur="true"/>
</Instruction>
<Instruction Type="0" nId="1">
<nIdSuivant valeur="0"/>
<nIdPrec valeur="3"/>
<bDebut valeur="false"/>
</Instruction>
<Instruction Type="3" nId="2">
<nIdSuivant valeur="4"/>
<nIdPrec valeur="0"/>
<CommandeDemandee>
<bActive valeur="true"/>
<sCommande valeur="W511"/>
<sNomAction valeur="Allumer la led verte"/>
</CommandeDemandee>
</Instruction>
<Instruction Type="3" nId="3">
<nIdSuivant valeur="1"/>
<nIdPrec valeur="4"/>
<CommandeDemandee>
<bActive valeur="true"/>
<sCommande valeur="W510"/>
<sNomAction valeur="Eteindre la led verte"/>
</CommandeDemandee>
</Instruction>
<Instruction Type="5" nId="4">
<nIdSuivant valeur="3"/>
<nIdPrec valeur="2"/>
<nMillisecondes valeur="50"/>
</Instruction>
</Routine>
</Module>
</Projet>