ident leo

Dependents:   carte_straegie_2019 Carte_Pompe_V2 carte_esclave201_petit_rob CRAC-Strat_2019 ... more

ID CAN 2019

Committer:
marwanesaich
Date:
Tue May 28 20:21:42 2019 +0000
Revision:
26:935cbc23362f
Parent:
25:f6f596f6f88a
Child:
27:7f6dea0592e5
palest vides

Who changed what in which revision?

UserRevisionLine numberNew contents of line
marwanesaich 1:97f9d943a6aa 1 #ifndef CRAC_IDENTH
marwanesaich 1:97f9d943a6aa 2 #define CRAC_IDENTH
marwanesaich 1:97f9d943a6aa 3
kyxstark 3:5d8692c71146 4
Ganstrich 0:63cf4d3a2ff9 5 #define GLOBAL_GAME_END 0x004 // Stop fin du match
Ganstrich 0:63cf4d3a2ff9 6 #define GLOBAL_START 0x002 // Start
Ganstrich 0:63cf4d3a2ff9 7 #define GLOBAL_END_INIT_POSITION 0x005 // Fin positionnement robot avant depart
Ganstrich 0:63cf4d3a2ff9 8 #define GLOBAL_FUNNY_ACTION 0x007 // Funny action start (0: start, 1: stop)
marwanesaich 1:97f9d943a6aa 9 #define GLOBAL_JACK 0x008
marwanesaich 1:97f9d943a6aa 10 #define ACKNOWLEDGE_JACK 0X009
marwanesaich 1:97f9d943a6aa 11
marwanesaich 1:97f9d943a6aa 12 #define BALISE_STOP 0x003 // Trame stop
marwanesaich 1:97f9d943a6aa 13
marwanesaich 1:97f9d943a6aa 14 #define BALISE_DANGER 0xA // Trame danger
marwanesaich 1:97f9d943a6aa 15
Ganstrich 0:63cf4d3a2ff9 16 #define BALISE_END_DANGER 0xB // Trame fin de danger
marwanesaich 1:97f9d943a6aa 17
kyxstark 4:6769b20ff998 18
kyxstark 4:6769b20ff998 19 #define ACTION_BIG_DEMARRAGE 0x025 // Action de départ du GR (Lancement de la trajectoire de départ du GR)
kyxstark 4:6769b20ff998 20
kyxstark 4:6769b20ff998 21 //------------------------------------Asservissement -------------------------------------------------------------
kyxstark 4:6769b20ff998 22
kyxstark 4:6769b20ff998 23 #define ASSERVISSEMENT_ENABLE 0x1F7 // Activation asservissement (0 : désactivation, 1 : activation)
kyxstark 4:6769b20ff998 24
kyxstark 4:6769b20ff998 25
Ganstrich 0:63cf4d3a2ff9 26 #define ASSERVISSEMENT_STOP 0x001 // Stop moteur
Ganstrich 0:63cf4d3a2ff9 27 #define ASSERVISSEMENT_XYT 0x020 // Asservissement (x,y,theta) (0 : au choix 1 : avant -1 : arrière)
kyxstark 12:778c53dd493b 28 #define ASSERVISSEMENT_XYT_ROTATE 0x030//premiere rotation durant xy theta
kyxstark 12:778c53dd493b 29 #define ASSERVISSEMENT_XYT_LINE 0x040//ligne droite durant xy theta
Ganstrich 0:63cf4d3a2ff9 30 #define ASSERVISSEMENT_COURBURE 0x021 // Asservissement rayon de courbure (+ gauche, - droite , sens : 1avt , -1arr; enchainement => 1 oui, 0 => non, 2=>derniére instruction de l'enchainement)
Ganstrich 0:63cf4d3a2ff9 31 #define ASSERVISSEMENT_ROTATION 0x023 // Asservissement rotation
Ganstrich 0:63cf4d3a2ff9 32 #define ASSERVISSEMENT_RECALAGE 0x024 // Moteur tout droit (recalage : 0 mouvement seul, 1 x, 2y valeur : coordonnée à laquelle est recalé x/y; enchainement => 1 oui, 0 => non)
Villanut 23:a5e47b8ed2b2 33 #define ASSERVISSEMENT_BEZIER 0x02A
kyxstark 4:6769b20ff998 34
kyxstark 4:6769b20ff998 35
Ganstrich 0:63cf4d3a2ff9 36 #define ODOMETRIE_BIG_VITESSE 0x027 // Odométrie vitesse (Indication sur l'état actuel)
kyxstark 4:6769b20ff998 37 #define ODOMETRIE_SMALL_VITESSE 0x027 // Odométrie vitesse (Indication sur l'état actuel)
kyxstark 4:6769b20ff998 38
kyxstark 12:778c53dd493b 39 #define ODOMETRIE_BIG_POSITION 0x028 // Odométrie position robot (Position actuel du robot)
kyxstark 12:778c53dd493b 40 #define ODOMETRIE_SMALL_POSITION 0x026 // Odométrie position robot (Position actuel du robot)
kyxstark 4:6769b20ff998 41
kyxstark 12:778c53dd493b 42 //#define ODOMETRIE 0x026 // Odométrie position robot (Position actuel du robot)
kyxstark 12:778c53dd493b 43 //#define ODOMETRIE_DBUG 0x028 // Odométrie position robot (Position actuel du robot)
marwanesaich 1:97f9d943a6aa 44
marwanesaich 1:97f9d943a6aa 45
kyxstark 4:6769b20ff998 46
kyxstark 4:6769b20ff998 47
kyxstark 4:6769b20ff998 48 #define ASSERVISSEMENT_CONFIG 0x022 // Asservissement paramètre (définir les valeurs de vitesse max et d'eccélération max)
kyxstark 25:f6f596f6f88a 49
kyxstark 25:f6f596f6f88a 50 #define ASSERVISSEMENT_CONFIG_VIT 0x031
kyxstark 25:f6f596f6f88a 51 #define ASSERVISSEMENT_CONFIG_ACCEL 0x032
kyxstark 25:f6f596f6f88a 52
kyxstark 4:6769b20ff998 53 #define ASSERVISSEMENT_SPEED_DANGER 0x006 // Vitesse de danger
kyxstark 4:6769b20ff998 54
kyxstark 4:6769b20ff998 55
kyxstark 4:6769b20ff998 56 #define ASSERVISSEMENT_INFO_CONSIGNE 0x1F0 // Info Consigne et Commande moteur
kyxstark 4:6769b20ff998 57 #define ASSERVISSEMENT_CONFIG_KPP_DROITE 0x1F1 // Config coef KPP_Droit
kyxstark 4:6769b20ff998 58 #define ASSERVISSEMENT_CONFIG_KPI_DROITE 0x1F2 // Config coef KPI_Droit
kyxstark 4:6769b20ff998 59 #define ASSERVISSEMENT_CONFIG_KPD_DROITE 0x1F3 // Config coef KPD_Droit
kyxstark 4:6769b20ff998 60 #define ASSERVISSEMENT_CONFIG_KPP_GAUCHE 0x1F4 // Config coef KPP_Gauche
kyxstark 4:6769b20ff998 61 #define ASSERVISSEMENT_CONFIG_KPI_GAUCHE 0x1F5 // Config coef KPI_Gauche
kyxstark 4:6769b20ff998 62 #define ASSERVISSEMENT_CONFIG_KPD_GAUCHE 0x1F6 // Config coef KPD_Gauche
kyxstark 4:6769b20ff998 63
kyxstark 4:6769b20ff998 64 #define ASSERVISSEMENT_CONFIG_KPP 0x710 // Config coef KPP
kyxstark 4:6769b20ff998 65 #define ASSERVISSEMENT_CONFIG_KPI 0x711 // Config coef KPI
kyxstark 4:6769b20ff998 66 #define ASSERVISSEMENT_CONFIG_KPD 0x712 // Config coef KPD
kyxstark 4:6769b20ff998 67 #define ASSERVISSEMENT_CONFIG_LARG 0x713
kyxstark 4:6769b20ff998 68 #define ASSERVISSEMENT_CONFIG_PERIM 0x714
kyxstark 4:6769b20ff998 69 #define ASSERVISSEMENT_CONFIG_COEF_G 0x715
kyxstark 4:6769b20ff998 70 #define ASSERVISSEMENT_CONFIG_COEF_D 0x716
kyxstark 4:6769b20ff998 71
kyxstark 4:6769b20ff998 72
kyxstark 4:6769b20ff998 73 // à retirer ne fonctionne plus !!!!!!!!!!!!!!!
kyxstark 4:6769b20ff998 74 //#define ASSERVISSEMENT_CONFIG_DECEL 0x019 // à retirer ne fonctionne plus !!!!!!!!!!!!!!! Asservissement paramètre (définir les valeurs de vitesse max et de decélération max)
marwanesaich 1:97f9d943a6aa 75
kyxstark 4:6769b20ff998 76 //--------------Débug asserv --------
kyxstark 4:6769b20ff998 77
kyxstark 4:6769b20ff998 78 #define ASSERVISSEMENT_ERREUR 0x025
kyxstark 4:6769b20ff998 79
kyxstark 4:6769b20ff998 80 #define ID_FIN_CLOTHO 0x501
kyxstark 4:6769b20ff998 81
kyxstark 4:6769b20ff998 82
kyxstark 4:6769b20ff998 83
kyxstark 4:6769b20ff998 84
kyxstark 4:6769b20ff998 85 #define ID_ENTRAXE 0x510
kyxstark 4:6769b20ff998 86 #define ID_RAYON 0x511
kyxstark 4:6769b20ff998 87 #define ID_ALPHA 0x512
kyxstark 4:6769b20ff998 88 #define ID_VITESSE 0x513
kyxstark 4:6769b20ff998 89 #define ID_ACCELERATION 0x514
kyxstark 4:6769b20ff998 90 #define ID_TCLOTHO 0x515
kyxstark 4:6769b20ff998 91 #define ID_TARC 0x516
kyxstark 4:6769b20ff998 92 #define ID_TEMPS 0x517
kyxstark 4:6769b20ff998 93 #define ID_VIT 0x518
kyxstark 4:6769b20ff998 94 #define ID_VIT1 0x519
kyxstark 4:6769b20ff998 95 #define ID_POS 0x520
kyxstark 4:6769b20ff998 96 #define ID_POS1 0x521
kyxstark 4:6769b20ff998 97 #define ID_T_CALCUL 0x522
kyxstark 4:6769b20ff998 98
kyxstark 4:6769b20ff998 99
kyxstark 4:6769b20ff998 100 #define ERREUR_TEMP_CALCUL 0x5A0
kyxstark 4:6769b20ff998 101
kyxstark 4:6769b20ff998 102 #define ID_DBUG_ETAT 0x5A1
kyxstark 4:6769b20ff998 103 #define ID_DBUG_ETAT_DPL 0x5A2
kyxstark 4:6769b20ff998 104
kyxstark 4:6769b20ff998 105
kyxstark 4:6769b20ff998 106 #define ID_DBUG_LIGNE_TPS 0x5A3
kyxstark 4:6769b20ff998 107 #define ID_DBUG_LIGNE_PCONS 0x5A4
kyxstark 4:6769b20ff998 108 #define ID_DBUG_LIGNE_VIT 0x5A5
kyxstark 4:6769b20ff998 109 #define ID_DIST_TIC_GENE 0x5A6
kyxstark 4:6769b20ff998 110 #define ID_TEMPS_CALCUL_CLOTHO 0x5A7
kyxstark 4:6769b20ff998 111 #define ID_DBUG_LIGNE_GENE_VIT 0x5A8
kyxstark 4:6769b20ff998 112 #define ID_CLOTHO_IMPOSSIBLE 0x5A9
kyxstark 4:6769b20ff998 113
kyxstark 4:6769b20ff998 114 #define ID_TRAIT_LIGNE_GENE 0x5C0
kyxstark 4:6769b20ff998 115 #define ID_TRAIT_CLOTHO 0x5C1
kyxstark 4:6769b20ff998 116 #define ID_TRAIT 0x5C2
kyxstark 4:6769b20ff998 117
kyxstark 4:6769b20ff998 118 #define ID_TEMPS_LONG_1 0x5C3
kyxstark 4:6769b20ff998 119 #define ID_TEMPS_LONG_2 0x5C4
kyxstark 4:6769b20ff998 120
kyxstark 4:6769b20ff998 121 #define ID_TEST_VITESSE 0x5C5
kyxstark 4:6769b20ff998 122
kyxstark 4:6769b20ff998 123 #define ID_REACLLAGE_AVANT 0x5C6
kyxstark 4:6769b20ff998 124 // --------------------------------------
kyxstark 4:6769b20ff998 125
kyxstark 4:6769b20ff998 126
kyxstark 4:6769b20ff998 127
marwanesaich 1:97f9d943a6aa 128
marwanesaich 1:97f9d943a6aa 129 //////////////////////////////////////////////////////////RESETS///////////////////////////////////////////////////
Ganstrich 0:63cf4d3a2ff9 130 #define RESET_BALISE 0x030 // Reset balise
Ganstrich 0:63cf4d3a2ff9 131 #define RESET_MOTEUR 0x031 // Reset moteur
Ganstrich 0:63cf4d3a2ff9 132 #define RESET_IHM 0x032 // Reset écran tactile
Ganstrich 0:63cf4d3a2ff9 133 #define RESET_ACTIONNEURS 0x033 // Reset actionneurs
marwanesaich 1:97f9d943a6aa 134 #define RESET_POMPES 0x034 // Reset pompes
marwanesaich 1:97f9d943a6aa 135 #define RESET_AX12 0x035 // Reset AX12
marwanesaich 1:97f9d943a6aa 136 #define RESET_TELEMETRE 0x036 // Reset telemetre
marwanesaich 1:97f9d943a6aa 137
marwanesaich 1:97f9d943a6aa 138
marwanesaich 1:97f9d943a6aa 139
Ganstrich 0:63cf4d3a2ff9 140 #define RESET_STRAT 0x3A // Reset stratégie
marwanesaich 1:97f9d943a6aa 141
marwanesaich 1:97f9d943a6aa 142 //////////////////////////////////////////////////////////CHECK CARTES/////////////////////////////////////////////////
Ganstrich 0:63cf4d3a2ff9 143 #define CHECK_BALISE 0x060 // Check balise
Ganstrich 0:63cf4d3a2ff9 144 #define CHECK_MOTEUR 0x061 // Check moteur
Ganstrich 0:63cf4d3a2ff9 145 #define CHECK_IHM 0x062 // Check écran tactile
marwanesaich 1:97f9d943a6aa 146 #define CHECK_ACTIONNEURS_AVANT 0x063 // Check actionneurs
marwanesaich 1:97f9d943a6aa 147 #define CHECK_ACTIONNEURS_ARRIERE 0x064 // Check pompes
marwanesaich 1:97f9d943a6aa 148 #define CHECK_AX12 0x065 // Check AX12
marwanesaich 1:97f9d943a6aa 149 #define CHECK_OK_TELEMETRE 0x066 // Check telemetre
marwanesaich 1:97f9d943a6aa 150
marwanesaich 1:97f9d943a6aa 151 //////////////////////////////////////////////////////////ACK CARTES///////////////////////////////////////////////////
Ganstrich 0:63cf4d3a2ff9 152 #define ALIVE_BALISE 0x070 // Alive balise
Ganstrich 0:63cf4d3a2ff9 153 #define ALIVE_MOTEUR 0x071 // Alive moteur
Ganstrich 0:63cf4d3a2ff9 154 #define ALIVE_IHM 0x072 // Alive écran tactile
marwanesaich 1:97f9d943a6aa 155 #define ALIVE_ACTIONNEURS_AVANT 0x073 // Alive actionneurs
marwanesaich 1:97f9d943a6aa 156 #define ALIVE_ACTIONNEURS_ARRIERE 0x074 // Alive pompes
marwanesaich 1:97f9d943a6aa 157 #define ALIVE_AX12 0x075 // Alive AX12
marwanesaich 1:97f9d943a6aa 158 #define ALIVE_TELEMETRE 0x076 // Alive telemetre
marwanesaich 1:97f9d943a6aa 159
marwanesaich 1:97f9d943a6aa 160
marwanesaich 1:97f9d943a6aa 161 /////////////////////////////////////////////////////ACTIONS COMPLEXES/////////////////////////////////////////////////
marwanesaich 1:97f9d943a6aa 162 #define MONTER_IMMEUBLE_DOUBLE 0x090 // Monte deux immeubles selon un code couleur
marwanesaich 1:97f9d943a6aa 163 #define MONTER_IMMEUBLE 0x091
marwanesaich 1:97f9d943a6aa 164 #define ACK_ACTION 0x99 //autre action possible via les herkulex, ne peut pas passer en sendrawid
marwanesaich 1:97f9d943a6aa 165
marwanesaich 1:97f9d943a6aa 166
marwanesaich 1:97f9d943a6aa 167
marwanesaich 1:97f9d943a6aa 168 /////////////////////////////////////////////////////////ACKS////////////////////////////////////////////////////////////
Ganstrich 0:63cf4d3a2ff9 169 #define ACKNOWLEDGE_BALISE 0x100 // Acknowledge balise
Ganstrich 0:63cf4d3a2ff9 170 #define ACKNOWLEDGE_MOTEUR 0x101 // Acknowledge moteur
Ganstrich 0:63cf4d3a2ff9 171 #define ACKNOWLEDGE_IHM 0x102 // Acknowledge ecran tactile
Ganstrich 0:63cf4d3a2ff9 172 #define ACKNOWLEDGE_ACTIONNEURS 0x103 // Acknowledge actionneurs
marwanesaich 1:97f9d943a6aa 173 #define ACKNOWLEDGE_POMPES 0x104 // Acknowledge pompes
marwanesaich 1:97f9d943a6aa 174 #define ACKNOWLEDGE_TELEMETRE 0x105 // Acknowledge telemetre
marwanesaich 1:97f9d943a6aa 175 #define ACKNOWLEDGE_HERKULEX 0x106 // Ack ax12
marwanesaich 1:97f9d943a6aa 176 #define ACKNOWLEDGE_STRAT 0x10A // Acknowledge pompes
marwanesaich 1:97f9d943a6aa 177 #define ACKNOWLEDGE_CAMERA 0x108 //Acknowledge couleur caméra
marwanesaich 1:97f9d943a6aa 178
marwanesaich 1:97f9d943a6aa 179
Ganstrich 0:63cf4d3a2ff9 180 #define INSTRUCTION_END_BALISE 0x110 // Fin instruction balise (Indique que l'instruction est terminée)
Ganstrich 0:63cf4d3a2ff9 181 #define INSTRUCTION_END_MOTEUR 0x111 // Fin instruction moteur (Indique que l'instruction est terminée)
Ganstrich 0:63cf4d3a2ff9 182 #define INSTRUCTION_END_IHM 0x112 // Fin instruction ecran tactile (Indique que l'instruction est terminée)
Ganstrich 0:63cf4d3a2ff9 183 #define INSTRUCTION_END_ACTIONNEURS 0x113 // Fin instruction actionneurs (Indique que l'instruction est terminée)
marwanesaich 1:97f9d943a6aa 184 #define ACK_FIN_ACTION 0x116
marwanesaich 1:97f9d943a6aa 185
marwanesaich 1:97f9d943a6aa 186
marwanesaich 1:97f9d943a6aa 187
marwanesaich 1:97f9d943a6aa 188 /////////////////////////////////////////////////////////ERREURS////////////////////////////////////////////////////////
Ganstrich 0:63cf4d3a2ff9 189 #define ERROR_OVERFLOW_BALISE 0x040 // Overflow odométrie
Ganstrich 0:63cf4d3a2ff9 190 #define ERROR_OVERFLOW_MOTEUR 0x041 // Overflow asservissement
Ganstrich 0:63cf4d3a2ff9 191 #define ERROR_OVERFLOW_IHM 0x042 // Overflow balise
Ganstrich 0:63cf4d3a2ff9 192 #define ERROR_OVERFLOW_STRAT 0x043 // Overflow stratégie
Ganstrich 0:63cf4d3a2ff9 193 #define ERROR_BALISE 0x785 // Bug balise
Ganstrich 0:63cf4d3a2ff9 194 #define ERROR_RTC 0x786 // Bug RTC
Ganstrich 0:63cf4d3a2ff9 195 #define ERROR_MOTEUR 0x787 // Bug moteur
Ganstrich 0:63cf4d3a2ff9 196 #define ERROR_TELEMETRIE 0x788 // Bug télémètre
Ganstrich 0:63cf4d3a2ff9 197 #define ERROR_STRATEGIE 0x789 // Bug stratégie
marwanesaich 1:97f9d943a6aa 198
marwanesaich 1:97f9d943a6aa 199
marwanesaich 1:97f9d943a6aa 200
marwanesaich 1:97f9d943a6aa 201 /////////////////////////////////////////////////ACTIONS SIMPLES DU ROBOT/////////////////////////////////////////////
marwanesaich 1:97f9d943a6aa 202 //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
Artiom 2:9ab15ac5855b 203 #define GABARIT_PETIT_ROBOT 0x200
kyxstark 13:8ff992593719 204 #define GABARIT_ROBOT 0x200
Artiom 2:9ab15ac5855b 205
Artiom 2:9ab15ac5855b 206 #define PRESENTOIR_AVANT 0x201
Artiom 2:9ab15ac5855b 207 #define PRESENTOIR_ARRIERE 0x202
Artiom 2:9ab15ac5855b 208
Artiom 2:9ab15ac5855b 209 #define BALANCE_AVANT 0x203
Artiom 2:9ab15ac5855b 210 #define BALANCE_ARRIERE 0x204
Artiom 2:9ab15ac5855b 211
Artiom 2:9ab15ac5855b 212 #define ACCELERATEUR_AVANT 0x205
Artiom 2:9ab15ac5855b 213 #define ACCELERATEUR_ARRIERE 0x206
Artiom 2:9ab15ac5855b 214
Artiom 2:9ab15ac5855b 215 #define GOLDENIUM_AVANT 0x207
Artiom 2:9ab15ac5855b 216 #define GOLDENIUM_ARRIERE 0x208
Artiom 2:9ab15ac5855b 217
Artiom 2:9ab15ac5855b 218 #define SOL_AVANT 0x209
Artiom 2:9ab15ac5855b 219 #define SOL_ARRIERE 0x210
Artiom 2:9ab15ac5855b 220
Artiom 2:9ab15ac5855b 221 #define SOL_AVANT_RELACHE 0x211
Artiom 2:9ab15ac5855b 222 #define SOL_ARRIERE_RELACHE 0x212
Artiom 2:9ab15ac5855b 223
Artiom 2:9ab15ac5855b 224 #define AVANT_RELACHE 0x213
Artiom 2:9ab15ac5855b 225 #define ARRIERE_RELACHE 0x214
Artiom 2:9ab15ac5855b 226
Artiom 2:9ab15ac5855b 227 #define RECROQUEVILLER 0x215
Artiom 2:9ab15ac5855b 228
Artiom 2:9ab15ac5855b 229 #define VENTOUSE_AV_CENTRE_BALANCE 0x216
Artiom 2:9ab15ac5855b 230 #define VENTOUSE_AR_CENTRE_BALANCE 0x217
Artiom 2:9ab15ac5855b 231
Artiom 8:a85881bd535b 232 #define ACCELERATEUR_INSERTION_AVANT_GAUCHE 0X218
Artiom 8:a85881bd535b 233 #define ACCELERATEUR_INSERTION_ARRIERE_GAUCHE 0X219
Artiom 8:a85881bd535b 234
kyxstark 4:6769b20ff998 235 #define ASCENSEUR 0x230 //data 0 : 1 ou 0 allumer éteindre
marwanesaich 21:270eb4dfc1cf 236 #define VIDER_CONVOYEUR 0x231 // data 0 : 0 pour jeter bleu et 1 pour jeter rouge/vert
marwanesaich 26:935cbc23362f 237 #define NB_PALETS_BLEU 0x232 // data 0 :nb palets bleu vidés
marwanesaich 26:935cbc23362f 238 #define NB_PALETS_VERTS 0x233 // data 0 :nb palets vert/rouges vidés
Artiom 2:9ab15ac5855b 239
marwanesaich 1:97f9d943a6aa 240 ///////////////////////////////////////////CAPTEURS///////////////////////////////////////////////////////////////////
Artiom 2:9ab15ac5855b 241 #define DATA_TELEMETRE 0x310 // Demande sa valeur à un télémètre parmis les
Artiom 2:9ab15ac5855b 242 #define RECEPTION_DATA 0x311 // envoi de la valeur d'un des télémètres
Artiom 2:9ab15ac5855b 243 #define TELEMETRE_OBJET 0x312
Artiom 2:9ab15ac5855b 244 #define OBJET_SUR_TABLE 0x313
Artiom 2:9ab15ac5855b 245 #define RECEPTION_RECALAGE 0x315 //Valeur des télémètres
Artiom 2:9ab15ac5855b 246 #define DATA_RECALAGE 0x316 //Demande de la valeur de tous les télémètres afin de procèder au récalage
Artiom 2:9ab15ac5855b 247 #define LIRE_PANNEAU 0x317
Artiom 2:9ab15ac5855b 248 #define VIBRO 0x318
Artiom 19:ee72fd557b2e 249
Artiom 19:ee72fd557b2e 250 #define DATA_TELEMETRE_LOGIQUE 0x319
Artiom 19:ee72fd557b2e 251 #define RECEPTION_TELEMETRE_LOGIQUE 0x320
marwanesaich 1:97f9d943a6aa 252 //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
kyxstark 3:5d8692c71146 253
kyxstark 3:5d8692c71146 254
kyxstark 3:5d8692c71146 255
marwanesaich 1:97f9d943a6aa 256 ///////////////////////////////////////////////////ENVOI DE PARAMETRES//////////////////////////////////////////////////
marwanesaich 1:97f9d943a6aa 257 #define CHOICE_COLOR 0x602 // Couleur (0->VERT;1->ORANGE)
marwanesaich 1:97f9d943a6aa 258 #define RECEPTION_COULEUR 0x603 //Code Couleur
marwanesaich 1:97f9d943a6aa 259 #define ECRAN_ALL_CHECK 0x620 // Carte all check (Si provient de carte strat => toutes les cartes sont en ligne, Si provient IHM => forcer le lancement)
marwanesaich 1:97f9d943a6aa 260
marwanesaich 1:97f9d943a6aa 261 ///////////////////////////////////////////////////////////DEBUGS///////////////////////////////////////////////////////
Ganstrich 0:63cf4d3a2ff9 262 #define DEBUG_STRATEGIE_AUTOMATE 0x760 // Etat automate stratégie (Permet de savoir l'etat de l'automate)
Ganstrich 0:63cf4d3a2ff9 263 #define DEBUG_FAKE_JAKE 0x761 // Fake jack (Permet d'outre passerr le JACk du robot)
Ganstrich 0:63cf4d3a2ff9 264 #define DEBUG_ASSERV 0x762 // Info debug carte moteur
marwanesaich 1:97f9d943a6aa 265
marwanesaich 1:97f9d943a6aa 266
marwanesaich 1:97f9d943a6aa 267
marwanesaich 1:97f9d943a6aa 268 #define POMPE_PWM 0x9A // pwm des pompes (pwm entre 0 et 100)
marwanesaich 1:97f9d943a6aa 269
marwanesaich 1:97f9d943a6aa 270
kyxstark 3:5d8692c71146 271
kyxstark 3:5d8692c71146 272
kyxstark 3:5d8692c71146 273 ///////////////////////////////Carte Hacheur////////////////////////////////////
kyxstark 3:5d8692c71146 274
kyxstark 3:5d8692c71146 275 #define HACHEUR_GET_ATOM 0x520
kyxstark 3:5d8692c71146 276 #define HACHEUR_GET_ATOM_ACK 0x521
kyxstark 12:778c53dd493b 277
kyxstark 3:5d8692c71146 278 #define HACHEUR_RELEASE_ATOM 0x522
kyxstark 3:5d8692c71146 279 #define HACHEUR_RELEASE_ATOM_ACK 0x523
kyxstark 12:778c53dd493b 280
kyxstark 3:5d8692c71146 281 #define HACHEUR_GET_PRESENTOIR_AV 0x524
kyxstark 3:5d8692c71146 282 #define HACHEUR_RELEASE_AV 0x525
kyxstark 12:778c53dd493b 283
kyxstark 3:5d8692c71146 284 #define HACHEUR_GET_PRESENTOIR_AR 0x526
kyxstark 3:5d8692c71146 285 #define HACHEUR_RELEASE_AR 0x527
kyxstark 12:778c53dd493b 286
kyxstark 3:5d8692c71146 287 #define HACHEUR_STATUT_VENTOUSES 0x528
kyxstark 3:5d8692c71146 288
kyxstark 14:c21f935e276f 289 #define HACHEUR_ETAT_CONTACTS 0x529
kyxstark 14:c21f935e276f 290 #define HACHEUR_ID_COUROIES 0x530 //data 0 : 1 ou 0 allumer éteindre
kyxstark 3:5d8692c71146 291
marwanesaich 21:270eb4dfc1cf 292
kyxstark 6:660ff744e474 293 #define AV_DROIT 0
kyxstark 6:660ff744e474 294 #define AV_CENTRE 1
kyxstark 6:660ff744e474 295 #define AV_GAUCHE 2
kyxstark 6:660ff744e474 296 #define AV_BAS 3
kyxstark 3:5d8692c71146 297
kyxstark 6:660ff744e474 298 #define AR_DROIT 4
kyxstark 6:660ff744e474 299 #define AR_CENTRE 5
kyxstark 6:660ff744e474 300 #define AR_GAUCHE 6
kyxstark 6:660ff744e474 301 #define AR_BAS 7
kyxstark 3:5d8692c71146 302
kyxstark 6:660ff744e474 303 /*
kyxstark 3:5d8692c71146 304 #define PGR_DROIT 0
kyxstark 3:5d8692c71146 305 #define PGR_CENTRE 1
kyxstark 6:660ff744e474 306 #define PGR_GAUCHE 2*/
kyxstark 3:5d8692c71146 307
kyxstark 3:5d8692c71146 308
kyxstark 3:5d8692c71146 309 ////////////////////////////////////////////////////////////////////////////////
kyxstark 3:5d8692c71146 310
kyxstark 3:5d8692c71146 311
kyxstark 12:778c53dd493b 312 /*
kyxstark 3:5d8692c71146 313
kyxstark 12:778c53dd493b 314 //#define BAISSER_ATTRAPE_BLOC_AvG 0x222
kyxstark 12:778c53dd493b 315 #define RELEVER_ATTRAPE_BLOC_AvG 0x223
kyxstark 12:778c53dd493b 316
kyxstark 12:778c53dd493b 317 #define BAISSER_ATTRAPE_BLOC_AvD 0x224
kyxstark 12:778c53dd493b 318 #define RELEVER_ATTRAPE_BLOC_AvD 0x225
kyxstark 12:778c53dd493b 319
kyxstark 12:778c53dd493b 320 #define INTER_BAISSER_ATTRAPE_BLOC_AvG 0x226
kyxstark 12:778c53dd493b 321 #define INTER_BAISSER_ATTRAPE_BLOC_AvD 0x227
kyxstark 12:778c53dd493b 322
kyxstark 12:778c53dd493b 323 #define RANGER_ATTRAPE_BLOC_AvD 0x228
kyxstark 12:778c53dd493b 324 #define RANGER_ATTRAPE_BLOC_AvG 0x229
kyxstark 12:778c53dd493b 325
kyxstark 12:778c53dd493b 326 #define BRAS_VENTOUSE_1 0x22A
kyxstark 12:778c53dd493b 327 #define BRAS_VENTOUSE_2 0x22B
kyxstark 12:778c53dd493b 328
kyxstark 12:778c53dd493b 329 #define BRAS_ABEILLE_UP 0x202
kyxstark 12:778c53dd493b 330 #define BRAS_ABEILLE_DOWN 0x203
kyxstark 12:778c53dd493b 331 #define INCLINAISON_CHATEAU 0x204
kyxstark 12:778c53dd493b 332 #define INCLINAISON_EPURATION 0x205
kyxstark 12:778c53dd493b 333 #define ALLUMER_PANNEAU_UP 0x206
kyxstark 12:778c53dd493b 334 #define ALLUMER_PANNEAU_DOWN 0x207
kyxstark 12:778c53dd493b 335 #define BLOCAGE_BALLE 0x208
kyxstark 12:778c53dd493b 336 #define LANCEMENT_MOTEUR_TIR_ON 0x209
kyxstark 12:778c53dd493b 337 #define LANCEMENT_MOTEUR_TIR_OFF 0x20A
kyxstark 12:778c53dd493b 338 #define AIGUILLEUR_CENTRE 0x20B
kyxstark 12:778c53dd493b 339 #define AIGUILLEUR_GAUCHE 0x20C
kyxstark 12:778c53dd493b 340 #define AIGUILLEUR_DROITE 0x20D
kyxstark 12:778c53dd493b 341 #define TRI_BALLE 0x20E
kyxstark 12:778c53dd493b 342 #define NO_BLOC 0x20F
kyxstark 12:778c53dd493b 343 */
kyxstark 12:778c53dd493b 344
kyxstark 12:778c53dd493b 345 //////////////////////////////////////////////////////////ACK CARTES///////////////////////////////////////////////////
kyxstark 12:778c53dd493b 346 #define ALIVE_BALISE 0x070 // Alive balise
kyxstark 12:778c53dd493b 347 #define ALIVE_MOTEUR 0x071 // Alive moteur
kyxstark 12:778c53dd493b 348 #define ALIVE_IHM 0x072 // Alive écran tactile
kyxstark 12:778c53dd493b 349 #define ALIVE_ACTIONNEURS_AVANT 0x073 // Alive actionneurs
kyxstark 12:778c53dd493b 350 #define ALIVE_ACTIONNEURS_ARRIERE 0x074 // Alive pompes
kyxstark 12:778c53dd493b 351 #define ALIVE_HERKULEX 0x075 // Alive AX12
kyxstark 12:778c53dd493b 352 #define ALIVE_TELEMETRE 0x076 // Alive telemetre
kyxstark 4:6769b20ff998 353
marwanesaich 1:97f9d943a6aa 354
marwanesaich 1:97f9d943a6aa 355 #endif
marwanesaich 1:97f9d943a6aa 356