Raz des scripts utilisateur

This commit is contained in:
Philippe Roy 2023-01-09 10:18:03 +01:00
parent 4ad5c99ddb
commit b3b34743aa
4 changed files with 0 additions and 28 deletions

View File

@ -29,14 +29,6 @@ from montchg_lib import * # Bibliothèque portail coulissant
#
###############################################################################
# Brochage du monte-charge (Grove)
brochage={
'pc_0' : ['d',7,'i'],'pc_1' : ['d',8,'i'],
'ba_0' : ['a',0,'i'],'ba_1' : ['a',1,'i'],
'voy_0' : ['d',5,'o'],'voy_1' : ['d',6,'o']}
# 'mot_m' : ['d',5,'o'],'mot_d' : ['d',6,'o'],
# 'voy_0' : ['d',3,'o'], 'voy_1' : ['d',4,'o']}
###############################################################################
# Fonctions
###############################################################################
@ -48,7 +40,6 @@ brochage={
def commandes():
# Ecrire votre code ici ...
jumeau(brochage)
while True:
voy_0(True)
voy_1(False)

View File

@ -28,14 +28,6 @@ from porcou_lib import * # Bibliothèque portail coulissant
#
###############################################################################
# Brochage du portail coulissant (Grove)
brochage={
'bp_ext' : ['a',0,'i'],'bp_int' : ['a',1,'i'],
'fdc_o' : ['d',7,'i'],'fdc_f' : ['d',8,'i'],
'mot_o' : ['d',5,'o'],'mot_f' : ['d',6,'o'],
'gyr' : ['d',4,'o'],
'ir_emet' : ['d',2,'o'],'ir_recep' : ['a',3,'i']}
###############################################################################
# Fonctions
###############################################################################
@ -46,8 +38,6 @@ brochage={
def commandes():
jumeau(brochage)
# Ecrire votre code ici ...
gyr(True) # Activer le gyrophare
while True:

View File

@ -31,13 +31,6 @@ from volrou_lib import * # Bibliothèque volet roulant
#
###############################################################################
# Brochage du volet roulant (Grove)
brochage={
'fdc_h' : ['d',7,'i'],'fdc_b' : ['d',8,'i'],
'bp_m' : ['a',0,'i'],'bp_d' : ['a',1,'i'], 'bp_a' : ['d',2,'i'],
'mot_m' : ['d',5,'o'],'mot_d' : ['d',6,'o'],
'bp_auto' : ['a',3,'i'], 'voy_auto' : ['d',4,'o'], 'lum' : ['a',2,'i']}
###############################################################################
# Fonctions
###############################################################################
@ -49,8 +42,6 @@ brochage={
def commandes():
# Ecrire votre code ici ...
jumeau(brochage)
while True:
voy_auto(True)
tempo(0.5)