524 lines
20 KiB
HTML
524 lines
20 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>Total Particulate Matter Measurement Report</title>
|
|
<style>
|
|
body {
|
|
font-family: Arial, sans-serif;
|
|
margin: 0;
|
|
padding: 0;
|
|
color: #333;
|
|
font-size: 12px;
|
|
}
|
|
.container {
|
|
width: 210mm;
|
|
margin: 0 auto;
|
|
padding: 10mm;
|
|
box-sizing: border-box;
|
|
}
|
|
.header {
|
|
border-bottom: 2px solid #333;
|
|
padding-bottom: 10px;
|
|
margin-bottom: 20px;
|
|
}
|
|
.logo {
|
|
float: left;
|
|
max-height: 80px;
|
|
}
|
|
.lab-info {
|
|
float: right;
|
|
text-align: right;
|
|
}
|
|
.title {
|
|
text-align: center;
|
|
margin: 20px 0;
|
|
clear: both;
|
|
}
|
|
.title h1 {
|
|
margin: 0;
|
|
font-size: 18px;
|
|
font-weight: bold;
|
|
}
|
|
.title h2 {
|
|
margin: 5px 0;
|
|
font-size: 16px;
|
|
font-weight: normal;
|
|
}
|
|
.title h3 {
|
|
margin: 5px 0;
|
|
font-size: 14px;
|
|
font-weight: normal;
|
|
}
|
|
.clearfix::after {
|
|
content: "";
|
|
clear: both;
|
|
display: table;
|
|
}
|
|
.section {
|
|
margin-bottom: 15px;
|
|
}
|
|
.section-title {
|
|
font-weight: bold;
|
|
margin-bottom: 5px;
|
|
font-size: 13px;
|
|
background-color: #f0f0f0;
|
|
padding: 5px;
|
|
border-left: 3px solid #333;
|
|
}
|
|
table {
|
|
width: 100%;
|
|
border-collapse: collapse;
|
|
margin-bottom: 15px;
|
|
}
|
|
table, th, td {
|
|
border: 1px solid #999;
|
|
}
|
|
th {
|
|
background-color: #f0f0f0;
|
|
padding: 8px 5px;
|
|
text-align: center;
|
|
font-weight: bold;
|
|
}
|
|
td {
|
|
padding: 8px 5px;
|
|
text-align: left;
|
|
}
|
|
.text-center {
|
|
text-align: center;
|
|
}
|
|
.text-right {
|
|
text-align: right;
|
|
}
|
|
.footer {
|
|
margin-top: 30px;
|
|
border-top: 1px solid #999;
|
|
padding-top: 10px;
|
|
}
|
|
.signature {
|
|
float: right;
|
|
width: 33%;
|
|
text-align: center;
|
|
margin-top: 20px;
|
|
}
|
|
.signature-line {
|
|
border-top: 1px solid #333;
|
|
margin-top: 50px;
|
|
margin-left: auto;
|
|
margin-right: auto;
|
|
width: 80%;
|
|
}
|
|
.compliance {
|
|
padding: 3px;
|
|
border-radius: 3px;
|
|
font-weight: bold;
|
|
}
|
|
.comply {
|
|
background-color: #dff0d8;
|
|
color: #3c763d;
|
|
}
|
|
.not-comply {
|
|
background-color: #f2dede;
|
|
color: #a94442;
|
|
}
|
|
.watermark {
|
|
position: absolute;
|
|
top: 50%;
|
|
left: 25%;
|
|
transform: rotate(-45deg);
|
|
transform-origin: 50% 50%;
|
|
opacity: 0.1;
|
|
font-size: 100px;
|
|
z-index: -1;
|
|
color: #000;
|
|
white-space: nowrap;
|
|
}
|
|
.explanation-box {
|
|
background-color: #f9f9f9;
|
|
border: 1px solid #ddd;
|
|
padding: 10px;
|
|
margin: 10px 0;
|
|
font-style: italic;
|
|
}
|
|
.standard-table {
|
|
margin-top: 10px;
|
|
width: 100%;
|
|
}
|
|
.chart-container {
|
|
width: 100%;
|
|
height: 300px;
|
|
margin: 20px 0;
|
|
border: 1px solid #ddd;
|
|
padding: 10px;
|
|
box-sizing: border-box;
|
|
background-color: #f9f9f9;
|
|
text-align: center;
|
|
}
|
|
.chart-placeholder {
|
|
font-style: italic;
|
|
color: #777;
|
|
}
|
|
@page {
|
|
size: A4;
|
|
margin: 0;
|
|
}
|
|
@media print {
|
|
.container {
|
|
width: 210mm;
|
|
height: 297mm;
|
|
padding: 10mm;
|
|
box-sizing: border-box;
|
|
}
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<div class="container">
|
|
<div class="watermark">LABORATORY REPORT</div>
|
|
<div class="header clearfix">
|
|
<img src="lab_logo.png" alt="Laboratory Logo" class="logo">
|
|
<div class="lab-info">
|
|
<h2>ENVIRONMENTAL TESTING LABORATORY</h2>
|
|
<p>Jl. Laboratorium Lingkungan No. 123, Jakarta</p>
|
|
<p>Phone: (021) 555-1234, Email: info@env-lab.co.id</p>
|
|
<p>ACCREDITED KAN: LP-001-IDN</p>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="title">
|
|
<h1>TOTAL PARTICULATE MATTER MEASUREMENT REPORT</h1>
|
|
<h2>REPORT NUMBER: LHU/TPM/06/2024/005</h2>
|
|
<h3>Based on PMK RI No.2 Tahun 2023</h3>
|
|
</div>
|
|
|
|
<div class="section">
|
|
<div class="section-title">1. CLIENT INFORMATION</div>
|
|
<table>
|
|
<tr>
|
|
<td width="30%">Client Name</td>
|
|
<td width="70%">PT. Industrial Manufacturing Company</td>
|
|
</tr>
|
|
<tr>
|
|
<td>Address</td>
|
|
<td>Jl. Industrial Zone Block D7, Bekasi, West Java</td>
|
|
</tr>
|
|
<tr>
|
|
<td>Contact Person</td>
|
|
<td>Ir. Ahmad Sanjaya (EHS Manager)</td>
|
|
</tr>
|
|
<tr>
|
|
<td>Request Number</td>
|
|
<td>REQ/2024/06/012</td>
|
|
</tr>
|
|
</table>
|
|
</div>
|
|
|
|
<div class="section">
|
|
<div class="section-title">2. MEASUREMENT INFORMATION</div>
|
|
<table>
|
|
<tr>
|
|
<td width="30%">Measurement Date</td>
|
|
<td width="70%">June 15, 2024</td>
|
|
</tr>
|
|
<tr>
|
|
<td>Measurement Time</td>
|
|
<td>09:00 - 15:00 WIB</td>
|
|
</tr>
|
|
<tr>
|
|
<td>Measurement Officers</td>
|
|
<td>Budi Santoso (Sampling Officer), Lisa Anggraini (Technical Analyst)</td>
|
|
</tr>
|
|
<tr>
|
|
<td>Weather Condition</td>
|
|
<td>Partly Cloudy, 29°C, Humidity 68%, Wind speed 1.2 m/s</td>
|
|
</tr>
|
|
</table>
|
|
</div>
|
|
|
|
<div class="section">
|
|
<div class="section-title">3. TOTAL PARTICULATE MATTER QUALITY STANDARDS</div>
|
|
<div class="explanation-box">
|
|
<p>According to PMK RI No.2 Tahun 2023, Total Suspended Particulate (TSP) standards are as follows:</p>
|
|
|
|
<table class="standard-table">
|
|
<tr>
|
|
<th width="40%">Parameter</th>
|
|
<th width="30%">Standard Value</th>
|
|
<th width="30%">Time Unit</th>
|
|
</tr>
|
|
<tr>
|
|
<td>Total Suspended Particulate (TSP)</td>
|
|
<td class="text-center">90 µg/m³</td>
|
|
<td class="text-center">24 hours</td>
|
|
</tr>
|
|
<tr>
|
|
<td>PM<sub>10</sub></td>
|
|
<td class="text-center">75 µg/m³</td>
|
|
<td class="text-center">24 hours</td>
|
|
</tr>
|
|
<tr>
|
|
<td>PM<sub>2.5</sub></td>
|
|
<td class="text-center">55 µg/m³</td>
|
|
<td class="text-center">24 hours</td>
|
|
</tr>
|
|
</table>
|
|
<p><strong>Note:</strong> TSP = Total Suspended Particulate, PM<sub>10</sub> = Particulate Matter with diameter ≤ 10 µm, PM<sub>2.5</sub> = Particulate Matter with diameter ≤ 2.5 µm</p>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="section">
|
|
<div class="section-title">4. MEASUREMENT RESULTS</div>
|
|
<table>
|
|
<thead>
|
|
<tr>
|
|
<th rowspan="2">No.</th>
|
|
<th rowspan="2">Sampling Location</th>
|
|
<th rowspan="2">Location Description</th>
|
|
<th colspan="3">Particulate Matter Concentration</th>
|
|
<th rowspan="2">Standard<br>µg/m³</th>
|
|
<th rowspan="2">Compliance Status</th>
|
|
</tr>
|
|
<tr>
|
|
<th>TSP<br>(µg/m³)</th>
|
|
<th>PM<sub>10</sub><br>(µg/m³)</th>
|
|
<th>PM<sub>2.5</sub><br>(µg/m³)</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
<tr>
|
|
<td class="text-center">1</td>
|
|
<td>TPM-1</td>
|
|
<td>Main Factory Entrance</td>
|
|
<td class="text-center">76.4</td>
|
|
<td class="text-center">62.7</td>
|
|
<td class="text-center">41.2</td>
|
|
<td class="text-center">90.0</td>
|
|
<td class="text-center"><span class="compliance comply">COMPLY</span></td>
|
|
</tr>
|
|
<tr>
|
|
<td class="text-center">2</td>
|
|
<td>TPM-2</td>
|
|
<td>Production Building</td>
|
|
<td class="text-center">105.3</td>
|
|
<td class="text-center">83.1</td>
|
|
<td class="text-center">48.6</td>
|
|
<td class="text-center">90.0</td>
|
|
<td class="text-center"><span class="compliance not-comply">NOT COMPLY</span></td>
|
|
</tr>
|
|
<tr>
|
|
<td class="text-center">3</td>
|
|
<td>TPM-3</td>
|
|
<td>Office Building</td>
|
|
<td class="text-center">52.8</td>
|
|
<td class="text-center">37.4</td>
|
|
<td class="text-center">22.3</td>
|
|
<td class="text-center">90.0</td>
|
|
<td class="text-center"><span class="compliance comply">COMPLY</span></td>
|
|
</tr>
|
|
<tr>
|
|
<td class="text-center">4</td>
|
|
<td>TPM-4</td>
|
|
<td>Raw Material Storage</td>
|
|
<td class="text-center">118.7</td>
|
|
<td class="text-center">91.5</td>
|
|
<td class="text-center">62.4</td>
|
|
<td class="text-center">90.0</td>
|
|
<td class="text-center"><span class="compliance not-comply">NOT COMPLY</span></td>
|
|
</tr>
|
|
<tr>
|
|
<td class="text-center">5</td>
|
|
<td>TPM-5</td>
|
|
<td>Facility Boundary (West)</td>
|
|
<td class="text-center">81.4</td>
|
|
<td class="text-center">67.3</td>
|
|
<td class="text-center">45.8</td>
|
|
<td class="text-center">90.0</td>
|
|
<td class="text-center"><span class="compliance comply">COMPLY</span></td>
|
|
</tr>
|
|
<tr>
|
|
<td class="text-center">6</td>
|
|
<td>TPM-6</td>
|
|
<td>Nearest Residential Area</td>
|
|
<td class="text-center">58.3</td>
|
|
<td class="text-center">42.6</td>
|
|
<td class="text-center">28.1</td>
|
|
<td class="text-center">90.0</td>
|
|
<td class="text-center"><span class="compliance comply">COMPLY</span></td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
|
|
<p><strong>Notes:</strong></p>
|
|
<ul>
|
|
<li>Sampling duration: 8 hours for each location</li>
|
|
<li>TSP = Total Suspended Particulate</li>
|
|
<li>PM<sub>10</sub> = Particulate Matter with diameter ≤ 10 µm</li>
|
|
<li>PM<sub>2.5</sub> = Particulate Matter with diameter ≤ 2.5 µm</li>
|
|
</ul>
|
|
|
|
<div class="chart-container">
|
|
<p class="chart-placeholder">[Particulate Matter Concentration Chart - This would display a bar graph comparing measured TSP, PM10, and PM2.5 levels against standards for each location]</p>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="section">
|
|
<div class="section-title">5. MEASUREMENT METHOD</div>
|
|
<table>
|
|
<tr>
|
|
<th width="20%">Parameter</th>
|
|
<th width="20%">Method</th>
|
|
<th width="35%">Equipment</th>
|
|
<th width="25%">Calibration Status</th>
|
|
</tr>
|
|
<tr>
|
|
<td>TSP</td>
|
|
<td>SNI 19-7119.3-2005</td>
|
|
<td>High Volume Air Sampler (HVAS) - Staplex TFIA SN:12345</td>
|
|
<td>Valid until September 10, 2024</td>
|
|
</tr>
|
|
<tr>
|
|
<td>PM<sub>10</sub></td>
|
|
<td>SNI 19-7119.3-2005</td>
|
|
<td>PM10 High Volume Sampler - Graseby-Andersen SN:PM10-789</td>
|
|
<td>Valid until August 22, 2024</td>
|
|
</tr>
|
|
<tr>
|
|
<td>PM<sub>2.5</sub></td>
|
|
<td>USEPA Compendium Method IO-2.1</td>
|
|
<td>PM2.5 Low Volume Sampler - BGI PQ200 SN:2675BG</td>
|
|
<td>Valid until July 15, 2024</td>
|
|
</tr>
|
|
<tr>
|
|
<td>Weather Parameters</td>
|
|
<td>In-situ measurement</td>
|
|
<td>Weather Station Kestrel 5500 SN:KW456789</td>
|
|
<td>Valid until October 30, 2024</td>
|
|
</tr>
|
|
</table>
|
|
</div>
|
|
|
|
<div class="section">
|
|
<div class="section-title">6. PARTICULATE SOURCES AND CHARACTERISTICS</div>
|
|
<table>
|
|
<tr>
|
|
<th width="15%">Location ID</th>
|
|
<th width="35%">Major Particulate Sources</th>
|
|
<th width="25%">Wind Direction</th>
|
|
<th width="25%">Distance to Nearest Receptor</th>
|
|
</tr>
|
|
<tr>
|
|
<td>TPM-1</td>
|
|
<td>Vehicle movement, road dust</td>
|
|
<td>NE, 1.3 m/s</td>
|
|
<td>180 m to office building</td>
|
|
</tr>
|
|
<tr>
|
|
<td>TPM-2</td>
|
|
<td>Production machinery, material processing, grinding operations</td>
|
|
<td>E, 1.1 m/s</td>
|
|
<td>120 m to office building</td>
|
|
</tr>
|
|
<tr>
|
|
<td>TPM-3</td>
|
|
<td>HVAC systems, minor infiltration from outside</td>
|
|
<td>SE, 0.8 m/s</td>
|
|
<td>Within receptor area</td>
|
|
</tr>
|
|
<tr>
|
|
<td>TPM-4</td>
|
|
<td>Material handling, loading/unloading operations, powder materials</td>
|
|
<td>S, 1.2 m/s</td>
|
|
<td>160 m to office building</td>
|
|
</tr>
|
|
<tr>
|
|
<td>TPM-5</td>
|
|
<td>General facility operations, boundary conditions</td>
|
|
<td>SW, 1.4 m/s</td>
|
|
<td>90 m to residential area</td>
|
|
</tr>
|
|
<tr>
|
|
<td>TPM-6</td>
|
|
<td>Background sources, traffic, general community activities</td>
|
|
<td>W, 1.0 m/s</td>
|
|
<td>Within receptor area</td>
|
|
</tr>
|
|
</table>
|
|
</div>
|
|
|
|
<div class="section">
|
|
<div class="section-title">7. NOTES AND RECOMMENDATIONS</div>
|
|
<p>Based on the measurement results, the following findings and recommendations are provided:</p>
|
|
<ol>
|
|
<li>Two measurement locations exceed the TSP threshold limits according to PMK RI No.2 Tahun 2023.</li>
|
|
<li>For the Production Building (TPM-2) with TSP level of 105.3 µg/m³ (exceeding the 90.0 µg/m³ standard), it is recommended to:
|
|
<ul>
|
|
<li>Install or upgrade dust collection systems at source points</li>
|
|
<li>Implement wet suppression methods for dust control during material processing</li>
|
|
<li>Improve ventilation systems with appropriate filters</li>
|
|
<li>Provide respiratory protection for workers in this area</li>
|
|
</ul>
|
|
</li>
|
|
<li>For the Raw Material Storage (TPM-4) with TSP level of 118.7 µg/m³ (significantly exceeding the 90.0 µg/m³ standard), it is recommended to:
|
|
<ul>
|
|
<li>Enclose storage areas for dusty raw materials</li>
|
|
<li>Implement water spraying systems for bulk material piles</li>
|
|
<li>Improve material handling procedures to minimize dust generation</li>
|
|
<li>Install windbreaks or barriers around storage areas</li>
|
|
<li>Consider covered storage solutions for dusty materials</li>
|
|
</ul>
|
|
</li>
|
|
<li>The PM<sub>10</sub> level at the Raw Material Storage (91.5 µg/m³) also exceeds the standard (75 µg/m³), indicating that fine particulates may be spreading beyond the immediate area.</li>
|
|
<li>General recommendations for the facility:
|
|
<ul>
|
|
<li>Develop and implement a comprehensive dust control management plan</li>
|
|
<li>Conduct regular maintenance on dust control equipment</li>
|
|
<li>Establish regular cleaning protocols for work areas</li>
|
|
<li>Conduct follow-up measurements after implementing dust control measures</li>
|
|
<li>Provide training for employees on dust control practices</li>
|
|
</ul>
|
|
</li>
|
|
</ol>
|
|
</div>
|
|
|
|
<div class="section">
|
|
<div class="section-title">8. REGULATION REFERENCES</div>
|
|
<p>This measurement report refers to:</p>
|
|
<ol>
|
|
<li>Peraturan Menteri Kesehatan Republik Indonesia Nomor 2 Tahun 2023 tentang Standar Baku Mutu Kesehatan Lingkungan dan Persyaratan Kesehatan</li>
|
|
<li>SNI 19-7119.3-2005 regarding Air Quality - Ambient Air - Part 3: Method of sampling and measurement of suspended particulate using High Volume Air Sampler</li>
|
|
<li>USEPA Compendium Method IO-2.1 for Sampling of Ambient Air for PM<sub>10</sub> and PM<sub>2.5</sub></li>
|
|
</ol>
|
|
</div>
|
|
|
|
<div class="footer clearfix">
|
|
<p>Report Issue Date: June 20, 2024</p>
|
|
<p>This report is only valid for the conditions during measurement and may not be reproduced partially without written approval from the laboratory.</p>
|
|
|
|
<div class="signature">
|
|
<p>Analyst</p>
|
|
<div class="signature-line"></div>
|
|
<p>Lisa Anggraini</p>
|
|
<p>Environmental Analyst</p>
|
|
</div>
|
|
<div class="signature">
|
|
<p>Verified by</p>
|
|
<div class="signature-line"></div>
|
|
<p>Rudi Hartono</p>
|
|
<p>Testing Supervisor</p>
|
|
</div>
|
|
<div class="signature">
|
|
<p>Approved by</p>
|
|
<div class="signature-line"></div>
|
|
<p>Dr. Siti Rahayu</p>
|
|
<p>Laboratory Manager</p>
|
|
</div>
|
|
</div>
|
|
|
|
<div style="text-align: center; margin-top: 50px; font-size: 10px;">
|
|
<p>*END OF REPORT*</p>
|
|
<p>Page 1 of 1</p>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html> |