<?xml version="1.0" encoding="UTF-8" ?>
<!-- RSS generated by PHPBoost on Tue, 17 Mar 2026 06:59:39 +0100 -->

<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[OpenTx]]></title>
		<atom:link href="https://opentx-doc.fr/syndication/rss/wiki/20" rel="self" type="application/rss+xml"/>
		<link>https://opentx-doc.fr</link>
		<description><![CDATA[Derniers articles de la catégorie Télémétrie]]></description>
		<copyright>(C) 2005-2026 PHPBoost</copyright>
		<language>fr</language>
		<generator>PHPBoost</generator>
		
		
		<item>
			<title><![CDATA[Télémétrie à partir d'OpenTX 2.1]]></title>
			<link>https://opentx-doc.fr/wiki/telemetrie-a-partir-d-opentx-2-1</link>
			<guid>https://opentx-doc.fr/wiki/telemetrie-a-partir-d-opentx-2-1</guid>
			<description><![CDATA[Une vidéo est également disponible sur ce thème: <a href="https://opentx-doc.fr/wiki/apprendre-opentx#paragraph-partie7-la-telemetrie"><strong>Partie7 - La Télémétrie</strong></a><br />
<br />
<span style="color:#950024;"><strong>Article écrit en Avril 2015 par dev.fred. </strong></span><br />
<br />
J'ai traduit le billet <span style="text-decoration: underline;">OpenTX 2.1 telemetry system preview</span> de Kilrah » Thu Apr 02, 2015 du site <a href="http://openrcforums.com/forum/viewtopic.php?f=45&t=6887"><strong>OpenTX 2.1 telemetry system preview</strong></a><br />
C'est quand même plus agréable à lire.<br />
<br />
La principale amélioration pour OpenTX 2.1, résultat de quelques mois de travail, est une refonte complète de la façon dont est gérée la télémétrie.<br />
Le système existant en 2.0 et antérieur est basé sur 2 anciens systèmes qui imposent trop de limitations par rapport aux possibilités des équipements d&#8217;aujourd'hui :<br />
<br />
&#8226; Le système FrSky D, qui suppose un environnement «gelé» avec un nombre donné de types de capteurs et de comptage.<br />
<br />
&#8226; Le 9X et ses ressources limitées qui nécessitent une gestion de la télémétrie optimisée pour ce système, et étroitement dépendante de l'affichage et des menus pour économiser de la mémoire. Ceci la rend très rigide, toute modification étant complexe et non évolutive du tout.<br />
<br />
La meilleure solution était donc d'effacer tout ce qui touche à ce système et de recommencer à partir de zéro, avec la même approche "générique" utilisée pour tous les autres aspects du firmware pour permettre un maximum de flexibilité et le rendre résistant aux changements en rendant les évolutions futures faciles. Il est même prêt à accepter facilement des protocoles de télémétrie complètement nouveaux.<br />
<br />
<span style="font-size: 16px;">Quelques points-clés du résultat:</span><br />
<br />
&#8226; Chaque valeur reçue est traitée comme un « capteur » séparé avec ses propres propriétés (unité, la précision de la décimale, le ratio/offset) et les options (offset automatique, le filtrage, le stockage persistant à la mise hors tension, l&#8217;enregistrement activé). Chaque capteur a son propre nom défini par l'utilisateur et garde une trace de ses propres valeurs min/max.<br />
Exemple: l'ajout d'un capteur nommé Alt ajoutera automatiquement Alt- et Alt+ qui correspond respectivement à sa plus petite et sa plus grande valeur enregistrée pendant le vol.<br />
<br />
<span style="text-decoration: underline;">Colonnes 1-2-3-4-5</span><br />
<strong>Nom </strong>du capteur reconnu ou calculé<br />
<strong>Type</strong><br />
<strong>-Prédéfini</strong> : capteur reconnu.<br />
<strong>-Calculé</strong> : peuvent être créés manuellement pour combiner les valeurs ou extraire des données supplémentaires des capteurs reconnus (min, max, etc). <strong>Voir le Zoom ci-dessous</strong>.<br />
<strong>Id </strong>: pour identifier la donnée (Data ID de Frsky) .<br />
<strong>Instance</strong> :  Adresse du capteur, cette valeur peut être modifié par le SCC (Physical ID (PhyId) de Frsky).<br />
<strong>Unité</strong>: Peut faire les conversions kt, m/s, km/h, ft/s, mph.<br />
<br />
<img src="https://opentx-doc.fr/upload/telemetrie_2_1_-_capteurs.jpg" alt="telemetrie_2_1_-_capteurs" title="telemetrie_2_1_-_capteurs" /><br />
[*]Désactiver la gestion des capteurs multiples<br />
[*]: C'est une solution temporaire pour certains capteurs tierce partie qui n'utilisent pas le smart port correctement et remplissent instantanément les 32 slots avec un tas de copies du même capteur, le temps qu'ils soient mis à jour. Si on n'a pas un de ces capteurs y'en a pas besoin.<br />
Sur la radio c'est la ligne "Ignorer instance" de la page TELEMESURE 13/13.<br />
<br />
<span style="text-decoration: underline;"><strong>Zoom sur Type calculé:</strong></span><br />
<strong>Addition:</strong> additionne 2 valeurs<br />
<strong>Moyenne:</strong> retourne la moyenne des éléments sélectionnés dans les champs qui suivent, jusqu&#8217;à 4 au choix.<br />
<strong>Min/Max:</strong> retourne la plus petite resp. la plus grande valeur des éléments sélectionnées dans les champs qui suivent, jusqu&#8217;à 4 au choix.<br />
<strong>Multiplication:</strong> multiplie 2 valeurs. Ex: la puissance = tension * courant. Donc Puis (W) = VFAS (V) * Curr (A)<br />
<strong>Totalisation:</strong> accumule une valeur.<br />
<strong>Elements LiPo:</strong> permet d'accéder au 6 mesures des 6 éléments de la LiPo branchée sur le capteur FLVSS.<br />
<strong>Consommation:</strong> La consommation est intégrée dans le temps à une fréquence 2-5Hz, alors que la totalisation ajoute simplement chaque valeur reçue. Peut être utilisé pour calculer l'énergie consommée à partir de capteurs de tension et de courant.<a href="https://github.com/opentx/opentx/issues/2793"> #2793</a><br />
<strong>Distance:</strong> mesure la distance entre la radio et votre modèle.<br />
<br />
<img src="https://opentx-doc.fr/upload/telemetrie_2_1_-_type.png" alt="telemetrie_2_1_-_type" title="telemetrie_2_1_-_type" /><br />
<br />
<span style="text-decoration: underline;">Colonnes 6-7-8</span><br />
<strong>Précision</strong>: 0,1,2 = unité, dixième, centième<br />
<strong>Ratio</strong>:  Le ratio est actuellement encore une relique de l'ancien système pour accommoder les entrées analogiques A1/A2 et correspond donc à : "quelle est la valeur réelle quand on reçoit 255 du récepteur".<br />
Dans le cas de A1 ou A2, Ratio a la même signification que range : Range définit la tension maximum mesurable, soit 3,3 V / (ratio de diviseur). Par exemple avec un capteur interne de récepteurs (1: 4), ce serait 13.2V. Pour le capteur FBVS-01 avec le rapport par défaut de 1: 6, ce serait 19.8V.<br />
<strong>Décalage</strong>: Valeur à ajouter pour obtenir 0.<br />
<br />
<img src="https://opentx-doc.fr/upload/telemetrie_2_1_-_precision.jpg" alt="telemetrie_2_1_-_precision" title="telemetrie_2_1_-_precision" /><br />
<br />
<span style="text-decoration: underline;">Colonnes 9-10-11-12-13</span><br />
<strong>Offset auto</strong>: Lit la 1ère valeur, puis soustrait cette valeur pour toutes les données suivantes. Exemple d'utilisation: affiche 0m au démarrage avec un vario.<br />
<strong>Filtre</strong>: Filtre glissant sur 5 échantillons. Cela permet d'avoir une valeur plus stable qui "vibre" moins.<br />
<strong>Persistant</strong>: Valeur permanente qui ne s'efface pas à la mise hors tension de la radio.<br />
<strong>Positive</strong>: Toutes les valeurs négatives sont remplacées par des 0. Exemple d'utilisation: pour les capteurs de courant. S'il y a une erreur de mesure ou de transmission, cela évite de faire croire que la batterie se recharge...<br />
<strong>Logs</strong>: Active l'enregistrement des données dans le LOG. Il faut activer la fonction spéciale "Démarrer les Logs".<br />
<br />
<img src="https://opentx-doc.fr/upload/telemetrie_2_1_-_options.jpg" alt="telemetrie_2_1_-_options" title="telemetrie_2_1_-_options" /><br />
<br />
&#8226; Dans le cas du système FrSky, ces capteurs sont auto-découverts quand la radio et le récepteur / capteurs sont alimentés.<br />
<span style="text-decoration: underline;">Depuis la 2.1.2</span>, les capteurs de télémétrie ne sont plus détectés en permanence, il est maintenant nécessaire d'aller à la page de configuration de télémétrie et de sélectionner l'option "Découvrir capteurs/ Terminer découverte" . Cela empêche la création de capteurs fantômes dans le cas d'erreurs de transmission, et permet la suppression des capteurs qui sont reçus, mais considérés comme sans intérêt.<br />
<br />
<img src="https://opentx-doc.fr/upload/telemetrie_2_1_-_ecran.png" alt="telemetrie_2_1_-_ecran" title="telemetrie_2_1_-_ecran" /><br />
<br />
&#8226; Les capteurs peuvent être dupliqués, si par exemple une valeur donnée, par exemple l&#8217;altitude à partir du même capteur de vario peut être affiché/annoncé/connecté simultanément dans différentes unités, ou avec différentes options (altitude absolue et de l'altitude au dessus du point de départ avec auto ou manuel offset...)<br />
<br />
&#8226; Les capteurs physiques multiples retournant la même valeur sont pris en charge tant qu'il y a un moyen de les différencier. Avec le système S-Port FrSky cela signifie que vous pouvez connecter un nombre quelconque de capteurs identiques aussi longtemps que vous veillez à changer les identifiants des capteurs <span style="color:#000099;">(Physical ID)</span> avec le canal de servo changeur FrSky SBUS (SCC) au besoin de sorte que chaque ID soit unique dans chaîne S-Port (expliqué dans les manuels des capteurs et des SCC). Si vous voulez mesurer les courants individuels des moteurs de votre octocopter avec 8 capteurs FCS-40A, pas de problème.<br />
<br />
&#8226; Les capteurs "calculés" (virtuels) peuvent être créés manuellement pour combiner les valeurs ou extraire des données supplémentaires. Les valeurs peuvent être ajoutées, moyennées ou multipliées, le minimum ou maximum d'un ensemble de jusqu'à 4 valeurs peuvent  être extraite. Ceci prend également en charge les «cas spéciaux» comme le calcul de la distance GPS (2D ou 3D), obtenir la valeur d'une cellule particulière d'un capteur de cellule de lipo, le calcul mAh de consommation, etc. Par exemple la puissance peut être calculée facilement en multipliant la tension associée et le courant,  les tensions  de plusieurs capteurs de cellules lipo pouvant être ajoutés pour obtenir la tension totale du pack en série, la cellule minimum de chacun d'entre eux peut être extraite et la plus basse de toutes peut être trouvée en utilisant la fonction minimum.<br />
Exemple avec un X8R connecté à un FLVSS, les capteurs calculés sont appliqués au capteur Cels:<br />
<br />
<img src="https://opentx-doc.fr/upload/telemetrie_2_1_-_ex1.jpg" alt="telemetrie_2_1_-_ex1" title="telemetrie_2_1_-_ex1" /><br />
<br />
<img src="https://opentx-doc.fr/upload/telemetrie_2_1_-_ex2.jpg" alt="telemetrie_2_1_-_ex2" title="telemetrie_2_1_-_ex2" /><br />
<br />
Je récupère sur ma radio les valeurs suivantes provenant d'une lipo 3S:<br />
CMin la tension de la cellule la plus basse = 4.12V<br />
Cmax la tension de la cellule la plus haute = 4.14V<br />
Cdif la différence des deux = 0.02V<br />
<br />
&#8226; Chaque capteur peut être réinitialisé individuellement avec une fonction spéciale, pour ne plus perdre toutes vos valeurs min / max quand vous voulez juste réinitialiser le décalage au point de départ d'altitude.<br />
<br />
&#8226; Bien sûr, chaque capteur peut être utilisé partout comme avant pour les annonces vocales, en commutateurs logiques, en entrée pour les actions proportionnelles, et peut être affiché sur des écrans de télémétrie personnalisés. Un grand avantage est que les valeurs peuvent être vues directement sur la page de configuration de télémétrie, donc pas besoin d'ajouter un à un des écrans personnalisés juste pour avoir un coup d'&#339;il une fois. La réception d&#8217;une donnée nouvelle est visualisée (*), et la perte d'un capteur est détectée automatiquement.]]></description>
			<pubDate>Thu, 15 Aug 2019 12:21:48 +0200</pubDate>
			
		</item>
		
		<item>
			<title><![CDATA[Liste paramètres OpenTX 2.0]]></title>
			<link>https://opentx-doc.fr/wiki/liste-parametres-opentx-2-0</link>
			<guid>https://opentx-doc.fr/wiki/liste-parametres-opentx-2-0</guid>
			<description><![CDATA[<span style="color:#950024;"><strong>Article écrit par LapinFou en Mars 2019.</strong></span><br />
<br />
Une vidéo est également disponible sur ce thème: <a href="https://opentx-doc.fr/wiki/apprendre-opentx#paragraph-partie7-la-telemetrie"><strong>Partie7 - La Télémétrie</strong></a><br />
<br />
<span class="message-helper warning">Cette liste est valable uniquement pour OpenTX 2.0 !</span><br />
Voici la liste exhaustive:<br />
<br />
<span style="text-decoration: underline;">Tableau des unités de mesure (dépend évidemment de vos réglages dans la Taranis). J'ai pris l'unité métrique par défaut:</span><br />
<table class="formatter-table">
<tr class="formatter-table-row"><td class="formatter-table-col"><strong><span style="color:#000099;">Unité</span></strong></td>
<td class="formatter-table-col"><strong><span style="color:#000099;">Description</span></strong></td>
</tr>
<tr class="formatter-table-row"><td class="formatter-table-col"><em>V</em></td>
<td class="formatter-table-col">Tension en Volts</td>
</tr>
<tr class="formatter-table-row"><td class="formatter-table-col"><em>A</em></td>
<td class="formatter-table-col">Courant en Ampères</td>
</tr>
<tr class="formatter-table-row"><td class="formatter-table-col"><em>W</em></td>
<td class="formatter-table-col">Puissance en Watts</td>
</tr>
<tr class="formatter-table-row"><td class="formatter-table-col"><em>mAh</em></td>
<td class="formatter-table-col">Consommation en Milliampères par Heure</td>
</tr>
<tr class="formatter-table-row"><td class="formatter-table-col"><em>tr/min</em></td>
<td class="formatter-table-col">Rotation en Tours par Minutes</td>
</tr>
<tr class="formatter-table-row"><td class="formatter-table-col"><em>m/s</em></td>
<td class="formatter-table-col">Vitesse en Mètres par Seconde</td>
</tr>
<tr class="formatter-table-row"><td class="formatter-table-col"><em>km/h</em></td>
<td class="formatter-table-col">Vitesse en Kilomètres par Heure</td>
</tr>
<tr class="formatter-table-row"><td class="formatter-table-col"><em>g ou m/s²</em></td>
<td class="formatter-table-col">Accélération en g (ne pas confondre avec G, la constante gravitationnelle) en Mètres par Seconde²</td>
</tr>
<tr class="formatter-table-row"><td class="formatter-table-col"><em>°</em></td>
<td class="formatter-table-col">Cap en Degrés de 0° à 359°</td>
</tr>
<tr class="formatter-table-row"><td class="formatter-table-col"><em>°C</em></td>
<td class="formatter-table-col">Température en Degrés Celsius </td>
</tr>
<tr class="formatter-table-row"><td class="formatter-table-col"><em>dB</em></td>
<td class="formatter-table-col">Unité de grandeur en Décibels</td>
</tr>
<tr class="formatter-table-row"><td class="formatter-table-col"><em>%</em></td>
<td class="formatter-table-col">Pourcentage</td>
</tr>
</table><br />
<span style="text-decoration: underline;">Tableau des paramètres de télémétrie:</span><br />
<table class="formatter-table">
<tr class="formatter-table-row"><td class="formatter-table-col"><strong><span style="color:#000099;">Français</span></strong></td>
<td class="formatter-table-col"><strong><span style="color:#000099;">Anglais</span></strong></td>
<td class="formatter-table-col"><strong><span style="color:#000099;">Description</span></strong></td>
</tr>
<tr class="formatter-table-row"><td class="formatter-table-col"><strong>Batt</strong></td>
<td class="formatter-table-col"><strong>Batt</strong></td>
<td class="formatter-table-col">Tension de la batterie dans la radio en <em>V</em></td>
</tr>
<tr class="formatter-table-row"><td class="formatter-table-col"><strong>Temps</strong></td>
<td class="formatter-table-col"><strong>Time</strong></td>
<td class="formatter-table-col">Heure de la radio</td>
</tr>
<tr class="formatter-table-row"><td class="formatter-table-col"><strong>Chrono 1</strong></td>
<td class="formatter-table-col"><strong>Timer 1</strong></td>
<td class="formatter-table-col">Chronomètre 1</td>
</tr>
<tr class="formatter-table-row"><td class="formatter-table-col"><strong>Chrono 2</strong></td>
<td class="formatter-table-col"><strong>Timer 2</strong></td>
<td class="formatter-table-col">Chronomètre 2</td>
</tr>
<tr class="formatter-table-row"><td class="formatter-table-col"><strong>SWR</strong></td>
<td class="formatter-table-col"><strong>SWR</strong></td>
<td class="formatter-table-col">Qualité de transmission de l'antenne (doit toujours être inférieur à 51).<br />
<span style="color:#660000;"><span style="text-decoration: underline;">/!\\</span>: la valeur de cette mesure semble peu précise et peu fiable...</span></td>
</tr>
<tr class="formatter-table-row"><td class="formatter-table-col"><strong>RSSI TX</strong></td>
<td class="formatter-table-col"><strong>RSSI TX</strong></td>
<td class="formatter-table-col"><span style="color:#660000;">Non disponible</span></td>
</tr>
<tr class="formatter-table-row"><td class="formatter-table-col"><strong>RSSI RX</strong></td>
<td class="formatter-table-col"><strong>RSSI RX</strong></td>
<td class="formatter-table-col">Qualité de la réception en <em>dB</em> (par défaut, critique en-dessous de 42dB). Information transmise par le récepteur dans le modèle</td>
</tr>
<tr class="formatter-table-row"><td class="formatter-table-col"><strong>A1</strong></td>
<td class="formatter-table-col"><strong>A1</strong></td>
<td class="formatter-table-col">Port analogique A1 (seulement A1 sur les récepteurs série <strong>X</strong>)</td>
</tr>
<tr class="formatter-table-row"><td class="formatter-table-col"><strong>A2</strong></td>
<td class="formatter-table-col"><strong>A2</strong></td>
<td class="formatter-table-col">Port analogique A2 (A1, A2 sur les récepteurs série <strong>D</strong>)</td>
</tr>
<tr class="formatter-table-row"><td class="formatter-table-col"><strong>A3</strong></td>
<td class="formatter-table-col"><strong>A3</strong></td>
<td class="formatter-table-col">Port analogique A3</td>
</tr>
<tr class="formatter-table-row"><td class="formatter-table-col"><strong>A4</strong></td>
<td class="formatter-table-col"><strong>A4</strong></td>
<td class="formatter-table-col">Port analogique A4</td>
</tr>
<tr class="formatter-table-row"><td class="formatter-table-col"><strong>Altitude</strong></td>
<td class="formatter-table-col"><strong>Alt</strong></td>
<td class="formatter-table-col">Altitude barométrique, c'est à dire altitude d'un vario en <em>m</em> (<em><strong>FVAS-02H/N</strong></em>, <em><strong>Unisens-E</strong></em>)</td>
</tr>
<tr class="formatter-table-row"><td class="formatter-table-col"><strong>Rpm</strong></td>
<td class="formatter-table-col"><strong>Rpm</strong></td>
<td class="formatter-table-col">Vitesse de rotation du moteur en <em>tr/min</em>. Le nombre de pales doit être spécifié dans la radio (<em><strong>S.Port RPM</strong></em>, <em><strong>Unisens-E</strong></em> <span style="text-decoration: underline;">note:</span> pour ce dernier il faut toujours déclarer 2 pales dans la radio)</td>
</tr>
<tr class="formatter-table-row"><td class="formatter-table-col"><strong>Carburant</strong></td>
<td class="formatter-table-col"><strong>Fuel</strong></td>
<td class="formatter-table-col">Niveau de carburant en <em>%</em></td>
</tr>
<tr class="formatter-table-row"><td class="formatter-table-col"><strong>T1</strong></td>
<td class="formatter-table-col"><strong>T1</strong></td>
<td class="formatter-table-col">Capteur de température 1 en <em>°C</em> (<em><strong>S.Port RPM</strong></em>)</td>
</tr>
<tr class="formatter-table-row"><td class="formatter-table-col"><strong>T2</strong></td>
<td class="formatter-table-col"><strong>T2</strong></td>
<td class="formatter-table-col">Capteur de température 2 en <em>°C</em> (<em><strong>S.Port RPM</strong></em>)</td>
</tr>
<tr class="formatter-table-row"><td class="formatter-table-col"><strong>Vitesse</strong></td>
<td class="formatter-table-col"><strong>Speed</strong></td>
<td class="formatter-table-col">Vitesse fournie par le GPS en <em>km/h</em> (<em><strong>S.Port GPS</strong></em>)</td>
</tr>
<tr class="formatter-table-row"><td class="formatter-table-col"><strong>Distance</strong></td>
<td class="formatter-table-col"><strong>Dist</strong></td>
<td class="formatter-table-col">Distance 3D entre le pilote et l'appareil en <em>m</em>. Coordonnées GPS au moment de la ré-initialisation de la télémétrie calculée d'après les données GPS (<em><strong>S.Port GPS</strong></em>)</td>
</tr>
<tr class="formatter-table-row"><td class="formatter-table-col"><strong>Altitude GPS</strong></td>
<td class="formatter-table-col"><strong>GPS Alt</strong></td>
<td class="formatter-table-col">Altitude GPS en <em>m</em> (<em><strong>S.Port GPS</strong></em>)</td>
</tr>
<tr class="formatter-table-row"><td class="formatter-table-col"><strong>Élément LiPo</strong></td>
<td class="formatter-table-col"><strong>Cell</strong></td>
<td class="formatter-table-col">Cellule LiPo la plus faible en <em>V</em> (<em><strong>FLVSS</strong></em>)</td>
</tr>
<tr class="formatter-table-row"><td class="formatter-table-col"><strong>Velm</strong></td>
<td class="formatter-table-col"><strong>Cells</strong></td>
<td class="formatter-table-col">Somme de toutes les cellules de la LiPo en <em>V</em> (<em><strong>FLVSS</strong></em>)</td>
</tr>
<tr class="formatter-table-row"><td class="formatter-table-col"><strong>Vfas</strong></td>
<td class="formatter-table-col"><strong>Vfas</strong></td>
<td class="formatter-table-col">Tension mesurée par le capteur de courant aux bornes de l'ESC en <em>V</em> (<em><strong>FAS-40/100</strong></em>, <em><strong>FCS-40A/150A</strong></em>, <em><strong>Unisens-E</strong></em>)</td>
</tr>
<tr class="formatter-table-row"><td class="formatter-table-col"><strong>Courant</strong></td>
<td class="formatter-table-col"><strong>Curr</strong></td>
<td class="formatter-table-col">Courant instantané en <em>A</em> (peut provenir d'un capteur <em><strong>FAS/FCS</strong></em>, <em><strong>Unisens-E</strong></em> ou un port analogique <em><strong>Ax</strong></em>)</td>
</tr>
<tr class="formatter-table-row"><td class="formatter-table-col"><strong>Consommation</strong></td>
<td class="formatter-table-col"><strong>Cnsp</strong></td>
<td class="formatter-table-col">Consommation accumulée en <em>mAh</em> (à condition que les sources de courant et de tension soient bien configurées)</td>
</tr>
<tr class="formatter-table-row"><td class="formatter-table-col"><strong>Puissance</strong></td>
<td class="formatter-table-col"><strong>Pwr</strong></td>
<td class="formatter-table-col">Puissance instantanée en <em>W</em> (à condition que les sources de courant et de tension soient bien configurées)</td>
</tr>
<tr class="formatter-table-row"><td class="formatter-table-col"><strong>AccX</strong></td>
<td class="formatter-table-col"><strong>AccX</strong></td>
<td class="formatter-table-col">Accélération sur l'axe X en <em>g</em> (<em><strong>TAS-01</strong></em>)</td>
</tr>
<tr class="formatter-table-row"><td class="formatter-table-col"><strong>AccY</strong></td>
<td class="formatter-table-col"><strong>AccY</strong></td>
<td class="formatter-table-col">Accélération sur l'axe Y en <em>g</em> (<em><strong>TAS-01</strong></em>)</td>
</tr>
<tr class="formatter-table-row"><td class="formatter-table-col"><strong>AccZ</strong></td>
<td class="formatter-table-col"><strong>AccZ</strong></td>
<td class="formatter-table-col">Accélération sur l'axe Z en <em>g</em> (<em><strong>TAS-01</strong></em>)</td>
</tr>
<tr class="formatter-table-row"><td class="formatter-table-col"><strong>Cap</strong></td>
<td class="formatter-table-col"><strong>Hdg</strong></td>
<td class="formatter-table-col">Direction/compas en <em>°</em> <span style="color:#660000;">(<span style="text-decoration: underline;">/!\:</span> Donnée non fournie par le capteur <em><strong>S.Port GPS</strong></em>)</span></td>
</tr>
<tr class="formatter-table-row"><td class="formatter-table-col"><strong>Vitesse verticale</strong></td>
<td class="formatter-table-col"><strong>VSpd</strong></td>
<td class="formatter-table-col">Vitesse verticale fournie par le vario en <em>m/s</em> (<em><strong>FVAS-02H/N</strong></em>, <em><strong>Unisens-E</strong></em>)</td>
</tr>
<tr class="formatter-table-row"><td class="formatter-table-col"><strong>Vitesse Air</strong></td>
<td class="formatter-table-col"><strong>AirSpeed</strong></td>
<td class="formatter-table-col">Vitesse fournie par une sonde Pitot en <em>m/s</em></td>
</tr>
<tr class="formatter-table-row"><td class="formatter-table-col"><strong>ACC</strong></td>
<td class="formatter-table-col"><strong>ACC</strong></td>
<td class="formatter-table-col">Affiche les valeurs AccX, Y et Z en <em>g</em>. <span style="color:#660000;"><span style="text-decoration: underline;">/!\</span>: Disponible uniquement sur la 4ème ligne de l'écran de télémétrie.</span></td>
</tr>
<tr class="formatter-table-row"><td class="formatter-table-col"><strong>Heure GPS</strong></td>
<td class="formatter-table-col"><strong>GPS Time</strong></td>
<td class="formatter-table-col">Affiche l'heure GPS. <span style="color:#660000;"><span style="text-decoration: underline;">/!\</span>: Disponible uniquement sur la 4ème ligne de l'écran de télémétrie.</span></td>
</tr>
</table><br />
<span class="message-helper notice"> <span style="color:#FF0000;"><strong>ACC</strong></span> et <span style="color:#FF0000;"><strong>Heure GPS</strong></span> sont exclusifs. C'est soit l'un, soit l'autre. Si les 2 sont choisis en même temps, seul <span style="color:#FF0000;"><strong>ACC</strong></span> s'affiche.</span><br />
<span class="message-helper warning">Les ports analogiques <strong>Ax</strong> ont une valeur physique en <em>V</em>, mais peuvent être une image d'autres valeurs physiques suivant leur utilisation. Ils peuvent être une image d'une tension plus grande, d'un courant, d'une température, etc...</span><br />
<span style="text-decoration: underline;">Toutes les variables suivantes sont l'enregistrement de la valeur mini/max atteinte. Ce ne sont pas des valeurs instantanées (<strong>/!\:</strong> pas la même signification que <strong><em>Élément LiPo</em></strong>/<strong><em>Cell</em></strong>)</span><br />
<table class="formatter-table">
<tr class="formatter-table-row"><td class="formatter-table-col"><strong><span style="color:#000099;">Français</span></strong></td>
<td class="formatter-table-col"><strong><span style="color:#000099;">Anglais</span></strong></td>
<td class="formatter-table-col"><strong><span style="color:#000099;">Description</span></strong></td>
</tr>
<tr class="formatter-table-row"><td class="formatter-table-col"><strong>A1-</strong></td>
<td class="formatter-table-col"><strong>A1-</strong></td>
<td class="formatter-table-col">Valeur minimum du port analogique A1</td>
</tr>
<tr class="formatter-table-row"><td class="formatter-table-col"><strong>A2-</strong></td>
<td class="formatter-table-col"><strong>A2-</strong></td>
<td class="formatter-table-col">Valeur minimum du port analogique A2</td>
</tr>
<tr class="formatter-table-row"><td class="formatter-table-col"><strong>A3-</strong></td>
<td class="formatter-table-col"><strong>A3-</strong></td>
<td class="formatter-table-col">Valeur minimum du port analogique A3</td>
</tr>
<tr class="formatter-table-row"><td class="formatter-table-col"><strong>A4-</strong></td>
<td class="formatter-table-col"><strong>A4-</strong></td>
<td class="formatter-table-col">Valeur minimum du port analogique A4</td>
</tr>
<tr class="formatter-table-row"><td class="formatter-table-col"><strong>Alt-</strong></td>
<td class="formatter-table-col"><strong>Alt-</strong></td>
<td class="formatter-table-col">Altitude minimum du vario en <em>m</em></td>
</tr>
<tr class="formatter-table-row"><td class="formatter-table-col"><strong>Alt+</strong></td>
<td class="formatter-table-col"><strong>Alt+</strong></td>
<td class="formatter-table-col">Altitude maximum du vario en <em>m</em></td>
</tr>
<tr class="formatter-table-row"><td class="formatter-table-col"><strong>Rpm+</strong></td>
<td class="formatter-table-col"><strong>Rpm+</strong></td>
<td class="formatter-table-col">Rotation maximum en <em>tr/min</em></td>
</tr>
<tr class="formatter-table-row"><td class="formatter-table-col"><strong>T1+</strong></td>
<td class="formatter-table-col"><strong>T1+</strong></td>
<td class="formatter-table-col">Température 1 maximum en <em>°C</em></td>
</tr>
<tr class="formatter-table-row"><td class="formatter-table-col"><strong>T2+</strong></td>
<td class="formatter-table-col"><strong>T2+</strong></td>
<td class="formatter-table-col">Température 2 maximum en <em>°C</em></td>
</tr>
<tr class="formatter-table-row"><td class="formatter-table-col"><strong>Vit+</strong></td>
<td class="formatter-table-col"><strong>Speed+</strong></td>
<td class="formatter-table-col">Vitesse maximum en <em>km/h</em></td>
</tr>
<tr class="formatter-table-row"><td class="formatter-table-col"><strong>Dist+</strong></td>
<td class="formatter-table-col"><strong>Dist+</strong></td>
<td class="formatter-table-col">Distance maximum en <em>m</em></td>
</tr>
<tr class="formatter-table-row"><td class="formatter-table-col"><strong>VitA+</strong></td>
<td class="formatter-table-col"><strong>AirSpeed+</strong></td>
<td class="formatter-table-col">Vitesse maximum fournie par une sonde Pitot en <em>m/s</em></td>
</tr>
<tr class="formatter-table-row"><td class="formatter-table-col"><strong>Elem-</strong></td>
<td class="formatter-table-col"><strong>Cell-</strong></td>
<td class="formatter-table-col">Minimum d'un élément LiPo en <em>V</em> (mais on ne sait pas lequel)</td>
</tr>
<tr class="formatter-table-row"><td class="formatter-table-col"><strong>Velm-</strong></td>
<td class="formatter-table-col"><strong>Cells-</strong></td>
<td class="formatter-table-col">Minimum de la somme des éléments LiPo en <em>V</em></td>
</tr>
<tr class="formatter-table-row"><td class="formatter-table-col"><strong>Vfas-</strong></td>
<td class="formatter-table-col"><strong>Vfas-</strong></td>
<td class="formatter-table-col">Tension minimum mesurée par le capteur de courant aux bornes de l'ESC en <em>V</em></td>
</tr>
<tr class="formatter-table-row"><td class="formatter-table-col"><strong>Cour+</strong></td>
<td class="formatter-table-col"><strong>Curr+</strong></td>
<td class="formatter-table-col">Courant maximum en <em>A</em></td>
</tr>
<tr class="formatter-table-row"><td class="formatter-table-col"><strong>Puis+</strong></td>
<td class="formatter-table-col"><strong>Powr+</strong></td>
<td class="formatter-table-col">Puissance maximum en <em>W</em></td>
</tr>
</table>]]></description>
			<pubDate>Wed, 05 Jun 2019 12:12:56 +0200</pubDate>
			
		</item>
		
		<item>
			<title><![CDATA[Télémétrie]]></title>
			<link>https://opentx-doc.fr/wiki/telemetrie</link>
			<guid>https://opentx-doc.fr/wiki/telemetrie</guid>
			<description><![CDATA[Tous ce qui concerne la télémétrie.]]></description>
			<pubDate>Mon, 11 Mar 2019 20:51:14 +0100</pubDate>
			
		</item>
		
	</channel>
</rss>
