VOC 측정기 Toxirae (PGM-1800)
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; } :root { –white: #ffffff; –black: #0a0a0a; –gray-50: #f7f7f5; –gray-100: #eeede9; –gray-200: #d8d6d0; –gray-400: #9e9b93; –gray-600: #5c5a55; –gray-800: #2a2926; –green-50: #eaf4e1; –green-200: #a4d876; –green-500: #3e9e1a; –green-700: #286610; –green-900: #153808; –teal-50: #e2f5ef; –teal-500: #1a9e77; –teal-800: #085040; –amber-50: #faf0dc; –amber-500: #c97f14; –amber-800: #65390a; –red-50: #fceaea; –red-400: #e04b4b; –red-800: #7a1f1f; –blue-50: #eaf2fd; –blue-500: #2b7ce8; –blue-700: #1655b0; –purple-50: #eeedfe; –purple-700: #4038a8; –font-body: ‘DM Sans’, sans-serif; –font-mono: ‘DM Mono’, monospace; –radius-sm: 6px; –radius-md: 10px; –radius-lg: 16px; –shadow-sm: 0 1px 3px rgba(0,0,0,0.07), 0 1px 2px rgba(0,0,0,0.04); –shadow-md: 0 4px 16px rgba(0,0,0,0.08), 0 1px 4px rgba(0,0,0,0.04); /* ── 본문 폰트 기준: 15px × 1.2 = 18px ── */ –text-base: 18px; –text-sm: 15.6px; /* 13px × 1.2 */ –text-xs: 14.4px; /* 12px × 1.2 */ –text-xxs: 13.2px; /* 11px × 1.2 */ –text-lg: 21.6px; /* 18px × 1.2 */ –text-xl: 22.8px; /* 19px × 1.2 */ } html { scroll-behavior: smooth; } body { font-family: var(–font-body); font-size: var(–text-base); line-height: 1.7; color: var(–gray-800); background: var(–gray-50); -webkit-font-smoothing: antialiased; } /* ── 레이아웃 ── */ .container { max-width: 860px; margin: 0 auto; padding: 0 24px; } /* ── 헤더 배너 ── */ .product-hero { background: var(–green-900); color: var(–white); padding: 56px 0 48px; position: relative; overflow: hidden; } .product-hero::before { content: ”; position: absolute; inset: 0; background: radial-gradient(ellipse 60% 80% at 90% 50%, rgba(62,158,26,0.22) 0%, transparent 70%), radial-gradient(ellipse 40% 60% at 10% 20%, rgba(26,158,119,0.15) 0%, transparent 60%); pointer-events: none; } .product-hero::after { content: ‘VOC’; position: absolute; right: -10px; top: 50%; transform: translateY(-50%); font-size: 160px; font-weight: 300; color: rgba(255,255,255,0.04); letter-spacing: -4px; pointer-events: none; user-select: none; } .hero-inner { position: relative; } .hero-badge { display: inline-flex; align-items: center; gap: 6px; font-size: var(–text-xxs); font-weight: 500; letter-spacing: 0.08em; text-transform: uppercase; color: var(–green-200); background: rgba(255,255,255,0.08); border: 1px solid rgba(255,255,255,0.12); padding: 4px 12px; border-radius: 99px; margin-bottom: 20px; } .hero-title { font-size: 34px; font-weight: 400; line-height: 1.2; letter-spacing: -0.5px; margin-bottom: 10px; } .hero-title strong { font-weight: 500; } .hero-subtitle { font-size: var(–text-base); color: rgba(255,255,255,0.55); margin-bottom: 32px; } .hero-tags { display: flex; flex-wrap: wrap; gap: 8px; } .hero-tag { font-size: var(–text-xs); padding: 4px 12px; border-radius: 99px; background: rgba(255,255,255,0.08); color: rgba(255,255,255,0.65); border: 1px solid rgba(255,255,255,0.1); } /* ── 네비게이션 앵커 ── */ .section-nav { background: var(–white); border-bottom: 1px solid var(–gray-100); position: sticky; top: 0; z-index: 10; } .section-nav .container { display: flex; gap: 0; } .nav-link { display: block; padding: 14px 20px; font-size: var(–text-sm); font-weight: 500; color: var(–gray-400); text-decoration: none; border-bottom: 2px solid transparent; transition: color 0.15s, border-color 0.15s; white-space: nowrap; } .nav-link:hover { color: var(–green-500); border-bottom-color: var(–green-200); } .nav-link.active { color: var(–green-700); border-bottom-color: var(–green-500); } /* ── 섹션 공통 ── */ .section { padding: 56px 0; border-bottom: 1px solid var(–gray-100); } .section:last-child { border-bottom: none; } .section-label { display: flex; align-items: center; gap: 10px; margin-bottom: 28px; } .section-num { width: 28px; height: 28px; border-radius: 6px; background: var(–green-900); color: var(–white); font-size: var(–text-xxs); font-weight: 500; display: flex; align-items: center; justify-content: center; flex-shrink: 0; font-family: var(–font-mono); } .section-title { font-size: var(–text-xl); font-weight: 500; letter-spacing: -0.2px; } /* ── 1. 기기 개요 ── */ .overview-body { display: grid; grid-template-columns: 1fr 300px; gap: 40px; align-items: start; } .overview-text { font-size: var(–text-base); line-height: 1.85; color: var(–gray-600); } .overview-text p + p { margin-top: 1em; } .overview-aside { background: var(–white); border: 1px solid var(–gray-100); border-radius: var(–radius-lg); padding: 20px; box-shadow: var(–shadow-sm); } .aside-title { font-size: var(–text-xxs); font-weight: 500; letter-spacing: 0.07em; text-transform: uppercase; color: var(–gray-400); margin-bottom: 12px; } .use-tags { display: flex; flex-direction: column; gap: 6px; } .use-tag { display: flex; align-items: center; gap: 8px; font-size: var(–text-sm); color: var(–gray-600); padding: 8px 10px; border-radius: var(–radius-sm); background: var(–gray-50); } .use-tag::before { content: ”; width: 5px; height: 5px; border-radius: 50%; background: var(–teal-500); flex-shrink: 0; } /* ── 2. 기기 특징 ── */ .feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; } .feature-card { background: var(–white); border: 1px solid var(–gray-100); border-radius: var(–radius-lg); padding: 20px; box-shadow: var(–shadow-sm); transition: box-shadow 0.2s, transform 0.2s; } .feature-card:hover { box-shadow: var(–shadow-md); transform: translateY(-2px); } .feature-icon { width: 38px; height: 38px; border-radius: var(–radius-sm); display: flex; align-items: center; justify-content: center; margin-bottom: 14px; } .feature-name { font-size: var(–text-sm); font-weight: 500; color: var(–gray-800); margin-bottom: 6px; } .feature-desc { font-size: var(–text-xs); line-height: 1.65; color: var(–gray-400); } /* ── 3. 기기 스펙 ── */ .spec-block { background: var(–white); border: 1px solid var(–gray-100); border-radius: var(–radius-lg); overflow: hidden; box-shadow: var(–shadow-sm); } .spec-group { border-bottom: 1px solid var(–gray-100); } .spec-group:last-child { border-bottom: none; } .spec-group-header { background: var(–gray-50); padding: 10px 20px; font-size: var(–text-xxs); font-weight: 500; letter-spacing: 0.07em; text-transform: uppercase; color: var(–gray-400); border-bottom: 1px solid var(–gray-100); } .spec-row { display: grid; grid-template-columns: 210px 1fr; border-bottom: 1px solid var(–gray-100); } .spec-row:last-child { border-bottom: none; } .spec-key { padding: 13px 20px; font-size: var(–text-sm); color: var(–gray-400); background: var(–gray-50); border-right: 1px solid var(–gray-100); display: flex; align-items: center; } .spec-val { padding: 13px 20px; font-size: var(–text-sm); color: var(–gray-800); display: flex; align-items: center; flex-wrap: wrap; gap: 6px; } .spec-val code { font-family: var(–font-mono); font-size: var(–text-xs); background: var(–green-50); color: var(–green-700); padding: 1px 8px; border-radius: 4px; } .alarm-pill { display: inline-block; font-size: var(–text-xxs); font-weight: 500; font-family: var(–font-mono); padding: 3px 10px; border-radius: 99px; background: var(–red-50); color: var(–red-800); border: 1px solid rgba(224,75,75,0.2); } .config-pill { display: inline-block; font-size: var(–text-xxs); font-weight: 500; padding: 3px 10px; border-radius: 99px; background: var(–green-50); color: var(–green-700); border: 1px solid rgba(62,158,26,0.2); } .note-text { font-size: var(–text-xs); color: var(–amber-500); background: var(–amber-50); border-radius: var(–radius-sm); padding: 3px 8px; } .spec-val-col { flex-direction: column; align-items: flex-start; gap: 4px; } .spec-val-col span { font-size: var(–text-sm); line-height: 1.7; } /* ── 구성 비교 표 ── */ .config-table { width: 100%; border-collapse: collapse; font-size: var(–text-sm); margin-top: 4px; } .config-table th { font-size: var(–text-xxs); font-weight: 500; text-transform: uppercase; letter-spacing: 0.06em; color: var(–gray-400); padding: 8px 12px; background: var(–gray-50); border: 1px solid var(–gray-100); text-align: left; } .config-table td { padding: 9px 12px; border: 1px solid var(–gray-100); color: var(–gray-800); vertical-align: middle; } .config-table tr:hover td { background: var(–gray-50); } .check { color: var(–teal-500); font-size: 15px; } .dash { color: var(–gray-200); } /* ── 푸터 ── */ .product-footer { background: var(–white); border-top: 1px solid var(–gray-100); padding: 32px 0; } .footer-inner { display: flex; align-items: center; justify-content: space-between; gap: 16px; } .footer-brand { font-size: var(–text-sm); color: var(–gray-400); } .footer-brand strong { color: var(–gray-600); font-weight: 500; } .footer-note { font-size: var(–text-xs); } .footer-model { font-family: var(–font-mono); font-size: var(–text-xs); color: var(–green-700); background: var(–green-50); padding: 4px 14px; border-radius: 99px; white-space: nowrap; } /* ── 반응형 ── */ @media (max-width: 700px) { .hero-title { font-size: 26px; } .overview-body { grid-template-columns: 1fr; } .overview-aside { order: -1; } .use-tags { flex-direction: row; flex-wrap: wrap; } .feature-grid { grid-template-columns: repeat(2, 1fr); } .spec-row { grid-template-columns: 140px 1fr; } } @media (max-width: 440px) { .feature-grid { grid-template-columns: 1fr; } .nav-link { padding: 14px 12px; } } Honeywell · ToxiRAE Pro Series PGM-1800 VOC(휘발성유기화합물) 측정기 개인용 휴대형 단일가스 감지기 · PID 센서 방식 · 산업위생 / 안전 모델 선택 광이온화 검출 (PID) 300종 이상 VOC 감지 IP-54 190개 보정계수 내장 무선 원격 모니터링 기기 개요 기기 특징 기기 스펙 01 기기 개요 Honeywell ToxiRAE Pro PID (PGM-1800)는 세계 최소형 수준의 개인 휴대형 휘발성유기화합물(VOC) 측정기입니다. 광이온화 검출기(PID) 센서를 탑재하여 벤젠·톨루엔·자일렌 등 300종 이상의 VOC를 빠르고 정확하게 감지할 수 있으며, 190개의 교정계수(Correction Factor)가 내장되어 특정 화합물의 농도를 자동으로 환산·표시합니다. 산업위생(Industrial Hygiene) 고급형과 안전(Safety) 기본형 두 가지 구성으로 제공되어, 정밀 노출 평가부터 현장 안전 모니터링까지 다양한 용도에 맞게 선택할 수 있습니다. 옵션형 868 MHz 무선 모뎀을 통해 ProRAE Guardian 소프트웨어와 연동하면 안전 관리자가 언제 어디서나 실시간 농도 데이터와 알람 상태를 원격으로 확인할 수 있습니다. 주요 활용 현장 화학공장 · 석유화학 플랜트 도장 · 인쇄 작업장 비상 대응 (Hazmat) 산업위생 실태 조사 밀폐 공간 진입 작업 환경 오염 현장 조사 비밀 마약 제조소 단속 02 기기 특징 PID 센서 · 300종+ VOC 감지 광이온화 검출 방식으로 벤젠, 톨루엔, MEK, 스티렌 등 300종 이상의 VOC를 신속 감지. 10.6 eV 또는 9.8 eV 램프 선택 가능(모델별 상이). 190개 교정계수 내장 온보드 라이브러리에 190개 교정계수(CF)가 저장되어 있어 타겟 화합물의 농도로 자동 환산 표시. 별도 소프트웨어 없이 현장에서 즉시 설정 가능. 5방향 알람 시스템 LOW·HIGH·STEL·TWA 4단계 가스 알람 + Man-Down 알람으로 이중 안전 보호. 95 dB 청각, 시각(LED), 진동으로 동시 경보. 3개월 데이터 로깅 산업위생 모델은 최대 3개월 연속 로깅 지원(간격 1~3,600초 설정). STEL·TWA·피크·실시간 노출 데이터를 저장하여 법적 증거자료로 활용 가능. 무선 원격 모니터링 868 MHz RF 모뎀 내장(옵션 모델). ProRAE Guardian 소프트웨어로 안전 관리자가 현장 어디서든 전체 기기의 실시간 농도와 알람 상태를 확인. 현장 교체형 센서·램프·팬 배터리·센서·팬 어셈블리·PID 램프 모두 현장에서 교체 가능. 램프는 청소 접근이 쉬운 구조로 설계. AutoRAE 2 완전 자동 교정 지원. 03 기기 스펙 모델 구성 비교 구분 산업위생 (IH) 고급형 안전 (Safety) 기본형 측정 범위 0.1 ~ 2,000 ppm 1 ~ 1,000 ppm 분해능 0.1 ppm (50 ppb) 1 ppm PID 램프 10.6 eV 또는 9.8 eV 선택 10.6 eV 전용 데이터 로깅 ✓ 지원 (최대 3개월) — 미지원 무선(868 MHz) ✓ 옵션 선택 가능 ✓ 옵션 선택 가능 센서 및 측정 측정 대상 휘발성유기화합물 (VOC) — 300종 이상 센서 방식 광이온화 검출기 (PID) PID 램프 에너지 10.6 eV (기본) / 9.8 eV (IH 옵션) 응답 시간 (T90) < 15초 (이소부탄 기준) 내장 교정계수 190개 (IH 모델 적용) 표시 단위 ppm 또는 mg/m³ 디스플레이 화면 형식 그래픽 LCD (백라이트 LED 내장) 실시간 표시 항목 현재 농도 · STEL · TWA · 피크값 · 배터리 잔량 · 무선 수신 품질 알람 알람 유형 LOW HIGH STEL TWA Man-Down 알람 방식 시각(LED 점멸) + 청각(버저 95 dB) + 진동 데이터 및 통신 데이터 로깅 최대 3개월 (IH 모델, 간격 1~3,600초 설정) Safety 모델 미지원 PC 연결 충전 크레들 + PC 통신 케이블 무선 통신 868 MHz RF 모뎀 내장 (옵션 모델) 관리 소프트웨어 ProRAE Guardian · ProRAE Studio II 전원 배터리 충전식 리튬이온 (최대 12시간 연속 사용, 현장 교체 가능) 충전 어댑터 AC 100~240V, 50/60Hz → DC 12V 물리적 사양 크기 118 × 60 × 30 mm 무게 235 g 보호 등급 IP-54 사용 온도 공식 데이터시트 참조 인증 및 규격 방폭 인증 CSA: Class I, Division 1, Groups A/B/C/D, T4 Class I, Zone 0, A/Ex ia IIC T4 유럽 규격 ATEX: 94/9/EC · EMC: 2004/108/EC · R&TTE: 1999/5/EC 보증 본체 2년 소모품 (센서·배터리) 1년 기본 구성품 포함 항목 · 본체 (센서·악어클립·보호 러버부트·충전식 배터리 장착) · 충전 겸용 PC 통신 크레들 + PC 통신 케이블 · AC 어댑터 (100~240V, 50/60Hz) · 교정 어댑터 · 교정 카드 · 센서 캡 및 기기 캡 탈거 공구 · 품질 증명서 · 보증/등록 카드 · ProRAE Studio II 소프트웨어 (CD) · 기술 노트 TN-106 (이온화 에너지 및 교정계수 — IH 모델) · 퀵 스타트 가이드 Honeywell · ToxiRAE Pro PID 시리즈 본 내용은 공식 데이터시트 기준이며 사양은 사전 예고 없이 변경될 수 있습니다. PGM-1800
AI Readiness
Good foundation, but some important product data is still missing.