| Server IP : 93.86.61.54 / Your IP : 216.73.216.60 Web Server : Apache/2.4.62 (Ubuntu) System : Linux rasin.ddns.net 6.8.0-124-generic #124~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Tue May 26 21:05:19 UTC x86_64 User : www-data ( 33) PHP Version : 8.4.22 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /var/www/html/projects/Vetrogenerator.InfoSys/ |
Upload File : |
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="refresh" content="15" />
<title>Untitled Document</title>
</head>
<body style = "text-align: ceneter; background-color: beige;"></body>
<body>
<?php
include "config.php";
include "isvtg_header.php";
echo "<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='1200' height='30')>";
echo "<rect x = '225' width = '800' height = '30' fill = 'rgb(246,221,204)' stroke-width = '3' stroke = 'rgb(25,111,61)' />";
echo "<g stroke='gray'>";
$tekst1 = "Parameter: ";
$tekst11 = "Pressure";
echo "<text x='300' y='20' font-size='20' font-family='Verdana' font-weight='bold' fill='green'>".$tekst1."</text>";
echo "<text x='440' y='20' font-size='20' font-family='Verdana' font-weight='bold' fill='blue'>".$tekst11."</text>";
echo "</svg>";
include "graph-header.php";
// Graw coordinate system
include "graph-ord.php";
//
$ymin = 900;
$ymax = 1100;
$ynor = 984.2;
$ysl = 1013.3;
$h = 2;
$dty=-5;
$dtx=5;
$s1=875.0;
$s2=1075.0;
$pn=984.2;
$dp0 = 400-(1013-$ymin)*$h;
$dpt0= $dp0+4;
$dpn = 400-(984-$ymin)*$h;
$dpnt= $dpn+4;
$ds1=420-($s1-$dy)*$h;
$ds2=420-($s2-$dy)*$h;
$dz=($p0-$nap)*$h;
//
echo "<g stroke='blue'>";
echo "<line x1='225' y1='".$dp0."' x2='1025' y2='".$dp0."' />";
echo "</g>";
echo "<g stroke='red'>";
echo "<line x1='225' y1='".$dpn."' x2='1025' y2='".$dpn."' />";
echo "</g>";
echo "<g stroke='gray'>";
echo "<line x1='225' y1='300' x2='1025' y2='300' />";
echo "<line x1='225' y1='200' x2='1025' y2='200' />";
echo "<line x1='225' y1='100' x2='1025' y2='100' />";
echo "</g>";
//
$dp0=$dp0+$dty;
$dpn=$dpn+$dty;
$ds1=$ds1+$dty;
$ds2=$ds2+$dty;
//
echo "<text x='125' y='16' font-size='24' font-weight='bold' fill='green'>P [mBar]</text>";
echo "<text x='162' y='".$dpt0."' font-size='20' font-weight='bold' fill='blue'>1013.3</text>";
echo "<text x='172' y='".$dpnt."' font-size='20' font-weight='bold' fill='red'>984.2</text>";
echo "<text x='162' y='204' font-size='20' font-weight='bold' fill='green'>1000.0</text>";
echo "<text x='172' y='304' font-size='20' font-weight='bold' fill='green'>950.0</text>";
echo "<text x='172' y='400' font-size='20' font-weight='bold' fill='green'>900.0</text>";
echo "<text x='162' y='104' font-size='20' font-weight='bold' fill='green'>1050.0</text>";
echo "<text x='1035' y='410' font-size='24' font-weight='bold' fill='green'>t</text>";
//
// P
echo"<g stroke-width = '2' stroke='red'>";
echo "<line x1='800' y1='15' x2='840' y2='15' />";
echo "</g>";
echo "<text x='860' y='20' font-size='20' font-weight='bold'>Normal pressure</text>";
echo"<g stroke-width = '2' stroke='blue'>";
echo "<line x1='800' y1='35' x2='840' y2='35' />";
echo "</g>";
echo "<text x='860' y='40' font-size='20' font-weight='bold'>Sea level pressure</text>";
$k=0;
$row = mysqli_fetch_array($result);
$y1=400-($row['pres']-$ymin)*$h;
$z1=$y1-$dz;
for ($x = 225; $x < 1025; $x=$x+$xst) {
$k++;
$row = mysqli_fetch_array($result);
$x1=$x;
$x2=$x+$xst;
$y2=400-($row['pres']-$ymin)*$h;
$z2=$y1-$dz;
if ($k<$numofrows){
echo "<g stroke-width = '2' stroke='blue'>";
echo "<line x1=".$x1." y1=".$y1." x2=".$x2." y2=".$y2." />";
echo "</g>";
if ($plus==1){
echo "<g stroke-width = '2' stroke='green'>";
echo "<line x1=".$x1." y1=".$z1." x2=".$x2." y2=".$z2." />";
echo "</g>";
}
}
$y1=$y2;
$z1=$z2;
}
echo "</g></g>";
echo "</svg>";
include "graph-foother.php";
//MIN - MAX
$par_db="pres";
$parameter = "Pressure";
include "graph-minmax.php";
mysqli_close($dbh);
?>
<table>
<tr>
<td style = "width: 100px; text-align: center"><a href = "isvtg.php"><img src = "img/r_ret.png" width = "" height = "48"></a></td>
<td style = "width: 200px; font-size: 12px; text-align: justify; color: blue"><i>Povratak na početnu stranicu</i></td>
<td style = "width: 400px"></td>
<td style = "width: 100px; text-align: center"><a href = "isvtg_is.php"><img src = "img/r_hlp.png" width = "" height = "48"></a></td>
<td style = "width: 200px; font-size: 12px; text-align: justify; color: blue"><i>Ukratko o informacionom sistemu za praćenje rada prototipa vetrogeneratora VTG1</i></td>
</tr>
</table>
<?php include 'foother.php'; ?>
</body>
</html>