SGR Generate Gauge-EN : Différence entre versions

De BlueWiki
(Paramètres)
 
(4 révisions intermédiaires par un utilisateur sont masquées)
Ligne 7 : Ligne 7 :
 
{| class="wikitable"
 
{| class="wikitable"
 
   
 
   
!Paramètres
+
!Parameters
 
!Type
 
!Type
 
!
 
!
!N° du paramètre
+
!Parameter #
 
!Description
 
!Description
  
  
 
|-
 
|-
|valign="top"|Nom des paramètres du graphe
+
|valign="top"|Name of Graph's parameters
 
|valign="top"|Pointeur
 
|valign="top"|Pointeur
 
|valign="top"|[[File:in.png|caption]]
 
|valign="top"|[[File:in.png|caption]]
 
|valign="top" align="center"|1
 
|valign="top" align="center"|1
|Pointeur vers un tableau texte qui contient le nom des paramètres, ce tableau doit avoir la même taille que le tableau des valeurs de paramètres du graphe
+
|Pointer to a text array that contains the name of the parameters, this array must have the same size as the array of parameter values ​​of the graph
 +
Possible values ​​of the parameter of the graph are the following:
  
Les valeurs possible des paramètres du graphe sont les suivantes :
+
'''Main parameters'''
 
+
'''Paramètres généraux du graphe'''
+
 
* "Police du graphe" ou "GraphFont" : Police du titre et polices par défaut des légendes et des échelles (arial par defaut)
 
* "Police du graphe" ou "GraphFont" : Police du titre et polices par défaut des légendes et des échelles (arial par defaut)
  
  
'''Paramètres généraux du titre'''
+
'''Title parameters'''
  
  
'''Paramètres de la jauge'''
+
'''Gauge parameters'''
 
* "Type de jauge" ou "Gauge type" : vous permet de fixer le type de jauge que vous voulez obtenir (Défaut basic)
 
* "Type de jauge" ou "Gauge type" : vous permet de fixer le type de jauge que vous voulez obtenir (Défaut basic)
** Basic (bêta)
+
** Basic
** Thermo (en cours d'implémentation)
+
** Basic2
 +
** Thermo (in progress)
 
** d'autres à venir ...
 
** d'autres à venir ...
* "Couleur de fond de la jauge" ou "Gauge BG Color" : Couleur de fond de la jauge (Défaut "white")
+
* "Gauge BG Color" or "Couleur de fond de la jauge" : Background color of the gauge (Default "white")
 +
 
 +
 
 +
'''Scale parameters'''
 +
* "Affichage des échelles" ou "ShowScale" : display values on the gauge (Default yes)
 +
 
  
 +
'''value parameters'''
 +
* "ValueName" : Text that is displayed before the value (Default "")
 +
* "ShowValue" : show value on gauge, yes or no (default yes)
 +
* "ValueFormat" : String format of the value
  
'''Paramètres des échelles'''
 
* "Affichage des échelles" ou "ShowScale" : affichage oui ou non des valeurs sur la jauge (Défaut oui)
 
  
 
|-
 
|-
|valign="top"|Valeurs des paramètres du graphe
+
|valign="top"|Parameter values ​​of the graph
 
|valign="top"|pointeur
 
|valign="top"|pointeur
 
|valign="top"|[[File:in.png|caption]]
 
|valign="top"|[[File:in.png|caption]]
 
|valign="top" align="center"|2
 
|valign="top" align="center"|2
|Pointeur vers le tableau des valeurs des paramètres ce tableau doit être de même taille que le précédent
+
|Pointer to the array of parameter values this array must be the same size as the previous
  
 
|-
 
|-
|valign="top"|Limites
+
|valign="top"|Limits
 
|valign="top"|pointeur
 
|valign="top"|pointeur
 
|valign="top"|[[File:in.png|caption]]
 
|valign="top"|[[File:in.png|caption]]
Ligne 56 : Ligne 63 :
  
 
|-
 
|-
|valign="top"|Couleurs
+
|valign="top"|Colors
 
|valign="top"|pointeur
 
|valign="top"|pointeur
 
|valign="top"|[[File:in.png|caption]]
 
|valign="top"|[[File:in.png|caption]]
Ligne 63 : Ligne 70 :
  
 
|-
 
|-
|valign="top"|Textes des échelles
+
|valign="top"|Scale text
 
|valign="top"|pointeur
 
|valign="top"|pointeur
 
|valign="top"|[[File:in.png|caption]]
 
|valign="top"|[[File:in.png|caption]]
Ligne 70 : Ligne 77 :
  
 
|-
 
|-
|valign="top"|Valeur
+
|valign="top"|Value
|valign="top"|Réel
+
|valign="top"|Real
 
|valign="top"|[[File:in.png|caption]]
 
|valign="top"|[[File:in.png|caption]]
 
|valign="top" align="center"|6
 
|valign="top" align="center"|6
|Valeur à tracer
+
|Value to draw
  
 
|-
 
|-
|valign="top"|Graphe
+
|valign="top"|Graph
|valign="top"|Image
+
|valign="top"|Picture
 
|valign="top"|[[File:out.png|caption]]
 
|valign="top"|[[File:out.png|caption]]
 
|valign="top" align="center"|Retour
 
|valign="top" align="center"|Retour
|Image incluant le code SVG  
+
|Image including the SVG code
  
 
|}
 
|}

Version actuelle en date du 13 juin 2017 à 15:14

Component Command List

Version française Icon drapeau francais.gif

[modifier] Paramètres


Parameters Type Parameter # Description


Name of Graph's parameters Pointeur caption 1 Pointer to a text array that contains the name of the parameters, this array must have the same size as the array of parameter values ​​of the graph

Possible values ​​of the parameter of the graph are the following:

Main parameters

  • "Police du graphe" ou "GraphFont" : Police du titre et polices par défaut des légendes et des échelles (arial par defaut)


Title parameters


Gauge parameters

  • "Type de jauge" ou "Gauge type" : vous permet de fixer le type de jauge que vous voulez obtenir (Défaut basic)
    • Basic
    • Basic2
    • Thermo (in progress)
    • d'autres à venir ...
  • "Gauge BG Color" or "Couleur de fond de la jauge" : Background color of the gauge (Default "white")


Scale parameters

  • "Affichage des échelles" ou "ShowScale" : display values on the gauge (Default yes)


value parameters

  • "ValueName" : Text that is displayed before the value (Default "")
  • "ShowValue" : show value on gauge, yes or no (default yes)
  • "ValueFormat" : String format of the value


Parameter values ​​of the graph pointeur caption 2 Pointer to the array of parameter values this array must be the same size as the previous
Limits pointeur caption 3 Pointeur vers le tableau réel des limites des sections de la jauge, la valeur 0 du tableau est utilisée
Colors pointeur caption 4 Pointeur vers le tableau texte des couleurs des sections de la jauge
Scale text pointeur caption 5 Pointeur vers le tableau texte des valeurs sur la jauge, la valeur 0 du tableau est utilisée
Value Real caption 6 Value to draw
Graph Picture caption Retour Image including the SVG code