Piet's HomePage

Klein, fein und noch im Aufbau
Hallo Besucher!
Deine IP: [3.133.160.156]

Benutzer-Werkzeuge

Webseiten-Werkzeuge


PageSizeWidht           = "800"     # Width (X-Size) of SVG Grafic in Pixel
PageSizeHeight          = "355"     # Height (Y-Size) of SVG Grafic in Pixel
###################################################################################
# Below all Dimensions are scaled by 10
###################################################################################
# ---------------------------------------------------------------------------------
# --- Boarderedge around the SVG graphics
BorderEdge              = "10"
BorderFill              = "none"
BorderColor             = "#97BE0D"
BorderStroke            = "20"
# ---------------------------------------------------------------------------------
# --- Plotting Area
PlotAreaFill            = "#EEFFFF"
PlotEdgeLeft            = "100"     # Default min. edge size. Do not change!
PlotEdgeRight           = "100"     # Default min. edge size. Do not change!
PlotEdgeTop             = "100"     # Default min. edge size. Do not change!
PlotEdgeBottom          = "100"     # Default min. edge size. Do not change!
# ---------------------------------------------------------------------------------
PlotLabelWidth          = "300"     # Assumed width of a label name with suffix
PlotLabelHeight         = "200"     # Assumed weight of a label name
###################################################################################
# Primary Axis Options (Temperatur °C)
###################################################################################
PriMin                  = "20"
PriMax                  = "70"
PriMainInterval         = "5"
PriHelpInterval         = "1"
# ---------------------------------------------------------------------------------
# --- Primary Axis MainGrid
PriMainGridOn           = "Yes"
PriMainGridColor        = "#009EE0"
PriMainGridStroke       = "7.5"
PriMainGridOff1         = "50"
PriMainGridOff2         = "50"
# ---------------------------------------------------------------------------------
# --- Primary Axis HelpGrid
PriHelpGridOn           = "Yes"
PriHelpGridColor        = "#909090"
PriHelpGridStroke       = "5"
PriHelpGridOff1         = "0"
PriHelpGridOff2         = "0"
# ---------------------------------------------------------------------------------
# --- Primary Axis Labeling
PriLabelOn              = "Yes"
PriLabelFont            = "'ArialMT'"
PriLabelSize            = "100"
PriLabelPos             = "75"
PriLabelOffset          = "30"
PriLabelAnchor          = "end"
PriLabelSuffix          = "°C"
###################################################################################
# Secondary Axis Options (Percent %)
###################################################################################
SecMin                  = "0"
SecMax                  = "100"
SecMainInterval         = "10"
SecHelpInterval         = "0"
# ---------------------------------------------------------------------------------
# --- Primary Axis MainGrid
SecMainGridOn           = "No"
SecMainGridColor        = "#009EE0"
SecMainGridStroke       = "7.5"
SecMainGridOff1         = "0"
SecMainGridOff2         = "0"
# ---------------------------------------------------------------------------------
# --- Secondary Axis HelpGrid
SecHelpGridOn           = "No"
SecHelpGridColor        = "#909090"
SecHelpGridStroke       = "5"
SecHelpGridOff1         = "0"
SecHelpGridOff2         = "0"
# ---------------------------------------------------------------------------------
# --- Secondary Axis Labeling
SecLabelOn              = "Yes"
SecLabelFont            = "'ArialMT'"
SecLabelSize            = "100"
SecLabelPos             = "75"
SecLabelOffset          = "30"
SecLabelAnchor          = "start"
SecLabelSuffix          = "%"
###################################################################################
# Vertical Axis Options (Time - in Seconds)
###################################################################################
VerMin                  = "0"           # Do not change!
VerMax                  = "1440"        # Do not change!
VerMainInterval         = "60"          # Do not change!
VerHelpInterval         = "0"
# ---------------------------------------------------------------------------------
# --- Vertical Axis MainGrid
VerMainGridOn           = "Yes"
VerMainGridColor        = "#E2001A"
VerMainGridStroke       = "7.5"
VerMainGridOff1         = "0"
VerMainGridOff2         = "50"
# ---------------------------------------------------------------------------------
# --- Vertcal Axis HelpGrid
VerHelpGridOn           = "No"
VerHelpGridColor        = "#909090"
VerHelpGridStroke       = "5"
VerHelpGridOff1         = "0"
VerHelpGridOff2         = "50"
# ---------------------------------------------------------------------------------
# --- Vertical Axis Labeling
VerLabelOn              = "Yes"
VerLabelFont            = "'ArialMT'"
VerLabelSize            = "100"
VerLabelPos             = "200"
VerLabelOffset          = "0"
VerLabelSuffix          = ""
VerLabelAnchor          = "middle"
###################################################################################
# Legend Options
###################################################################################
LegLabelOn              = "Yes"         # Enable Legend "Yes" / "No"
LegLabelFont            = "'ArialMT'"
LegLabelSize            = "110"
LegLabelColor           = "black"
LegLabelOffset          = "37"
# ---------------------------------------------------------------------------------
# Legend alignments
# ---------------------------------------------------------------------------------
LegZeroX                = "Left"    # X-Zero "Left" / "Right"
LegZeroY                = "Top"     # Y-Zero "Top" / "Bottom"
LegAlignment            = "Hor"     # Orientation "Hor" (horizontal) "Ver" (vertical)
LegTabX                 = "700"     # Assumed width of a legend name with Sign
LegTabY                 = "200"     # Assumed height of a legend name
LegOffsetX              = "50"
LegOffestY              = "50"
# ---------------------------------------------------------------------------------
LegSign                 = "Circle"  # Shape of the sign: "Line" / "Circle" / "Square"
LegSignSize             = "100"
###################################################################################
# Plot-Options
###################################################################################
PlotLineStroke          = "20"
# ---------------------------------------------------------------------------------
PlotLoadOn              = "Yes"     # Enable Plot "Yes" / "No"
PlotLoadColor           = "blue"    # Color of Plotline
PlotLoadAxis            = "Sec"     # Scaling Axis "Pri" / "Sec"
PlotLoadLabel           = "Load %"  # Label name
# ---------------------------------------------------------------------------------
PlotCPUOn               = "Yes"
PlotCPUColor            = "red"
PlotCPUAxis             = "Pri"
PlotCPULabel            = "CPU °C"
# ---------------------------------------------------------------------------------
PlotStatusOn            = "Yes"
PlotStatusColor         = "green"
PlotStatusAxis          = "Pri"
PlotStatusLabel         = "Status °C"
# ---------------------------------------------------------------------------------
PlotHddOn               = "Yes"
PlotHddColor            = "#4169E1"
PlotHddAxis             = "Pri"
PlotHddLabel            = "HDD °C"
# ---------------------------------------------------------------------------------
PlotPwmOn               = "No"
PlotPwmColor            = "orange"
PlotPwmAxis             = "Sec"
PlotPwmLabel            = "PWM %"
# ---------------------------------------------------------------------------------
Ploti2cOn               = "No"
Ploti2cColor            = "lightskyblue"
Ploti2cAxis             = "Pri"
Ploti2cLabel            = "i2c °C"
# ---------------------------------------------------------------------------------
PlotAmbienteOn          = "No"
PlotAmbienteColor       = "navy"
PlotAmbienteAxis        = "Pri"
PlotAmbienteLabel       = "Room °C"

[It's-a Me, Piet!] 2018/07/06 22:10


Cookies helfen bei der Bereitstellung von Inhalten. Durch die Nutzung dieser Seiten erklären Sie sich damit einverstanden, dass Cookies auf Ihrem Rechner gespeichert werden. Weitere Information

Seiten-Werkzeuge