본문으로 바로가기 본문으로 바로가기 주메뉴로 바로가기

한국환경공단

수질원격감시체계 구축 및 운영


수질원격감시체계 구축 및 운영

대한민국의 수질을 관리하는 수질원격감시체계
수질TMS로 안전하고 깨끗한 물 환경을 지키겠습니다.

수질원격감시체계는 전국의 수질TMS 부착사업장에서 배출하는 수질오염물질 현황을 24시간 원격으로 감시하는 시스템으로서, 각 사업장에서 측정된 데이터는 인터넷을 통해 수질원격감시체계 관제센터로 전송되고, 데이터 확인 작업을 거쳐 환경부 등 관계기관에 제공됩니다.

추진근거

  • 물환경보전법 제38조의2~5(측정기기의 부착 등)
  • 물환경보전법 시행령 제35조(측정기기 부착의 대상·방법 시기 등) 및 제37조(수질원격감시체계 관제센터의 설치·운영)
  • 수질원격감시체계 관제센터 운영 등에 관한 규정(환경부 고시 제2023-168호)

부착대상 및 부착기간

사업장(시설) 부착기준 부착시기
공공하수
처리시설
처리용량
700㎥/일 이상
-사용공고 전
-처리용량 증가로 대상 사업장이 된 경우
사용공고 날 부터 9개월 이내
공공폐수
처리시설
처리용량 700㎥/일 이상 - 설치완료 전
- 처리용량 증가로 대상 사업장이 된 경우
다음 연도 9월말까지
제1~3종 사업장
공동방지시설
설치운영사업장
하천 직접방류 또는
폐수배출량 200㎥/일 이상
-가동개시 신고 일부터 2개월 이내
-폐수배출량 증가로 대상 사업장이 된 경우
변경허가(신고)일로부터 9개월 이내
*제3종 사업장의 경우에는 '08.10.1 이후
배출허용기준 초과 통보받은 날부터 9개월 이내
폐수수탁처리업 하천 직접방류 또는
폐수배출량 200㎥/일 이상
-가동개시 신고 일부터 2개월 이내
-처리용량 증가로 대상 사업자이 된 경우
사용공고 날부터 9개월 이내
SOOSIRO 각 시설에서 배출되는 수질오염물질 배출현황을 24시간 실시간,원격으로 감시하는 시스템(수질원격감시체계)

수질TMS 제도

수질TMS 부착현황

메뉴담당자

  • 담당부서 : 수질관제부
  • 담당자 : 변하섭
  • 연락처 : 032-590-3941

최종수정일 : 2024-03-11

이 페이지에서 제공하는 정보에 대하여 만족하시나요?

평가하기
페이지상단으로이동
닫기

환경정보 시스템

닫기

환경정보 앱 ※ QR코드를 찍거나 터치하면 앱 설치화면으로 바로 이동합니다.

가축분뇨 전자인계서 앱

현장정보(이동통신단말기)

한국환경공단 인재개발원

"; imagez = window.open('', "image", "width="+ 500 +", height="+ 500 +", top=0,left=0,scrollbars=auto,resizable=1,toolbar=0,menubar=0,location=0,directories=0,status=1"); imagez.document.open(); imagez.document.write(htmlz); imagez.document.close(); } /* $(function() { $('#ifrm1').load(function() { var _target_if = $('#ifrm1').contents().find('head'); //$(_target_if ).empty(); var css = ''; $(_target_if).append(css); console.log(_target_if); }) })*/ function clip(){ var url = ''; // 태그에서 호출한 함수인 clip 생성 var textarea = document.createElement("textarea"); document.body.appendChild(textarea); // 바로 위에 textarea를 추가(임시 공간이라 위치는 상관 없음) url = window.document.location.href; //url에는 현재 주소값을 넣어줌 textarea.value = url; // textarea 값에 url를 넣어줌 textarea.select(); //textarea를 설정 document.execCommand("copy"); // 복사 document.body.removeChild(textarea); //extarea 요소를 없애줌 alert("URL이 복사되었습니다.") // 알림창 } function fnScrollTopMove() { var offset = $('body').offset(); //선택한 태그의 위치를 반환 $('html').animate({scrollTop : offset.top}, 400); } $(function (){ $('.side_link_left_01 > a').click(function (){ $('#system_modal').show(); }) }) $(function (){ $('#system_modal .system_inner .close_btn').click(function (){ $('#system_modal').hide(); }) }) $(function (){ $('.side_link_left_02 > a').click(function (){ $('#system_modal_02').show(); }) }) $(function (){ $('#system_modal_02 .system_inner .close_btn').click(function (){ $('#system_modal_02').hide(); }) }) $(".tab_button_list li.on").find("a").attr('title', '현재 선택된 탭'); $(".tab_container").find(".tab_contents:first").show(); $(".tab_container .tab_button_list li > a").on('click', function () { var btn_indx = $(this).parents("li").index() + 1; $(".tab_button_list li").removeClass("on"); $(this).parents("li").addClass("on"); switch (btn_indx) { case 2: $('.tab_button_list li.on').css('background','#416bd7'); $('#tab_notice2').css('background',''); $('#tab_notice3').css('background',''); break; case 3: $('.tab_button_list li.on').css('background','#5c7b70'); $('#tab_notice1').css('background',''); $('#tab_notice3').css('background',''); break; case 4: $('.tab_button_list li.on').css('background','#2ca63d'); $('#tab_notice1').css('background',''); $('#tab_notice2').css('background',''); break; default: $('.tab_button_list li').css('background',''); } $(".tab_container").find(".tab_contents").hide(); $(".tab_container").find(".tab_contents0" + btn_indx).show(); $(".tab_container .tab_button_list li > a").removeAttr('title'); $(this).attr('title', '현재 선택된 탭'); }); $(".tab_button_list2 li.on").find("a").attr('title', '현재 선택된 탭'); $(".tab_container2").find(".tab_contents:first").show(); $(".tab_container2 .tab_button_list2 li > a").on('click', function () { var btn_indx = $(this).parents("li").index() + 1; $(".tab_button_list2 li").removeClass("on"); $(this).parents("li").addClass("on"); $(".tab_container2").find(".tab_contents").hide(); $(".tab_container2").find(".tab_contents1" + btn_indx).show(); $(".tab_container2 .tab_button_list2 li > a").removeAttr('title'); $(this).attr('title', '현재 선택된 탭'); }); $(".tab_button_list3 li.on").find("a").attr('title', '현재 선택된 탭'); $(".tab_container3").find(".tab_contents:first").show(); $(".tab_container3 .tab_button_list3 li > a").on('click', function () { var btn_indx = $(this).parents("li").index() + 1; $(".tab_button_list3 li").removeClass("on"); $(this).parents("li").addClass("on"); $(".tab_container3").find(".tab_contents").hide(); $(".tab_container3").find(".tab_contents0" + btn_indx).show(); $(".tab_container3 .tab_button_list3 li > a").removeAttr('title'); $(this).attr('title', '현재 선택된 탭'); }); $(".tab_button_list4 li.on").find("a").attr('title', '현재 선택된 탭'); $(".tab_container4").find(".tab_contents:first").show(); $(".tab_container4 .tab_button_list4 li > a").on('click', function () { var btn_indx = $(this).parents("li").index() + 1; $(".tab_button_list4 li").removeClass("on"); $(this).parents("li").addClass("on"); $(".tab_container4").find(".tab_contents").hide(); $(".tab_container4").find(".tab_contents0" + btn_indx).show(); $(".tab_container4 .tab_button_list4 li > a").removeAttr('title'); $(this).attr('title', '현재 선택된 탭'); });