설계품질검토 대상법규   |   조항단위 법규   |   문장단위 법규   |   KBimCode-Assess 연동모듈   |   KBimCode DB   |   주어부 - 객체,속성 DB   |   서술부 - 함수 DB   |   관계부 - 문장관계   |   룰셋생성모듈   |  
( 기준) 국가법령정보센터의 대한민국 전체 법규 목록
    1      
1 / 1 page Total 1 records   
Select
ALL
None
#
ID
법규 및 조항 KBimCode 변환
1
간이스프링클러설비의 화재안전기준(NFSC 103A) 제 9 조
제9조(간이헤드) 간이헤드는 다음 각 호의 기준에 적합한 것을 사용하여야 한다.
1. 폐쇄형간이헤드를 사용할 것<개정 2011.11.24>
3. 간이헤드를 설치하는 천장·반자·천장과 반자사이·덕트·선반 등의 각 부분으로부터 간이헤드까지의 수평거리는 2.3m(「스프링클러헤드의 형식승인 및 제품검사의 기술기준」 유효반경의 것으로 한다.) 이하가 되도록 하여야 한다. 다만, 성능이 별도로 인정된 간이헤드를 수리계산에 따라 설치하는 경우에는 그러하지 아니하다. <개정 2011.11.24, 2013.6.10>
4. 상향식간이헤드 또는 하향식간이헤드의 경우에는 간이헤드의 디플렉터에서 천장 또는 반자까지의 거리는 25㎜에서 102㎜ 이내가 되도록 설치하여야 하며, 측벽형간이헤드의 경우에는 102㎜에서 152㎜사이에 설치할 것 다만, 플러쉬 스프링클러헤드의 경우에는 천장 또는 반자까지의 거리를 102 ㎜ 이하가 되도록 설치할 수 있다.
6. 제4호의 규정에도 불구하고 소방대상물의 보와 가장 가까운 간이헤드는 다음 표의 기준에 따라 설치할 것. 다만, 천장면에서 보의 하단까지의 길이가 55㎝를 초과하고 보의 하단 측면 끝부분으로부터 간이헤드까지의 거리가 간이헤드 상호간 거리의 2분의 1 이하가 되는 경우에는 간이헤드와 그 부착면과의 거리를 55㎝ 이하로 할 수 있다.<개정 2013.6.10> (표)
8. 간이스프링클러설비를 설치하여야 할 소방대상물에 있어서는 간이헤드 설치 제외에 관한 사항은 「스프링클러설비의 화재안전기준」 제15조제1항을 준용한다.
9. 제6조제7호에 따른 주차장에는 표준반응형스프링클러헤드를 설치하여야 하며 설치기준은 「스프링클러설비의 화재안전기준(NFSC 103)」제10조를 준용한다.<신설 2013.6.10>



// 간이스프링클러설비의 화재안전기준(nfsc 103a) 9조 (간이헤드) 



Check(NFSC503A_9){

     IF CS THEN KS

}

CS{

     isInstalled(SimpleSprinkler.Head, Building) = TRUE

}

KS{

     getResult(NFSC503A_9_1) = TRUE

     getResult(NFSC503A_9_3) = TRUE

     getResult(NFSC503A_9_4) = TRUE

     getResult(NFSC503A_9_6) = TRUE

     getResult(NFSC503A_9_8) = TRUE

     getResult(NFSC503A_9_9) = TRUE

}


// 간이스프링클러설비의 화재안전기준(nfsc 103a) 9조 (간이헤드) 1항

Check(NFSC503A_9_1){
     KS
}
KS{
     isObjectProperty(SimpleSprinkler.Head.openAndCloseType) = "EnclosedType"
}


// 간이스프링클러설비의 화재안전기준(nfsc 103a) 9조 (간이헤드) 3호 Check(NFSC503A_9_0_3){      KS } KS{      getObjectDistance(SimpleSprinkler.Head, Ceiling | CeilingCovering | PlenumSpace | Duct | Shelf) <= 2.3m }


// 간이스프링클러설비의 화재안전기준(nfsc 103a) 9조 (간이헤드) 4호 Check(NFSC503A_9_0_4){      IF (CS1 THEN KS1) OR (CS2 THEN KS2) OR (CS3 THEN KS3) } CS1{      isObjectProperty(Head.installationDirectionType) = "BottomUpType" OR "TopDownType" } KS1{      getObjectDistance(Deflector, Ceiling | CeilingCovering) >= 25mm      getObjectDistance(Deflector, Ceiling | CeilingCovering) <= 102mm } CS2{      isObjectProperty(Head.shapeType) = "SideWallType" } KS2{      getObjectDistance(Deflector, Ceiling | CeilingCovering) >= 102mm      getObjectDistance(Deflector, Ceiling | CeilingCovering) <= 152mm } CS3{      isObjectProperty(Head.shapeType) = "FlushType" } KS2{      getObjectDistance(Deflector, Ceiling | CeilingCovering) <= 102mm }


/ 간이스프링클러설비의 화재안전기준(nfsc 103a) 9조 (간이헤드) 6호 Check(NFSC503A_9_0_6){      IF !CS THEN KS } CS{      DBSH = getObjectDistance(Head.One, Head.One)      getObjectdistance(Ceiling.Surface, Beam.BottomSurface) > 55cm      getObjectdistance(Beam.BottomSideSurface, SimpleSprinkler.Head) <= DBSH/2 } KS{ Beam myBeam{ isInstalled(Beam, SpecificFireFightingBuilding) = TRUE }      DCH = getObjectInterval(Head, myBeam)      Head myHead{      getObjectDistance(Head, myBeam) = DCH      }            IF getElementDistance(myHead.Deflector.Center, Beam) < 0.75m THEN getObjectVerticalLocation(myHead.Deflector, Beam.BottomSurface) < 0      ELSE IF getElementDistance(myHead.Deflector.Center, Beam) >= 0.75m      OR getElementDistance(myHead.Deflector.Center, Beam) < 1m THEN getObjectVerticalLocation(myHead.Deflector, Beam.BottomSurface) < 0      getElementDistance(myHead.Deflector, Beam.BottomSurface) < 0.1m      ELSE IF getElementDistance(myHead.Deflector.Center, Beam) >= 1m      OR getElementDistance(myHead.Deflector.Center, Beam) < 1.5m THEN getObjectVerticalLocation(myHead.Deflector, Beam.BottomSurface) < 0      getElementDistance(myHead.Deflector, Beam.BottomSurface) < 0.15m      ELSE IF getElementDistance(myHead.Deflector.Center, Beam) >= 1.5m      THEN getObjectVerticalLocation(myHead.Deflector, Beam.BottomSurface) < 0      getElementDistance(myHead.Deflector, Beam.BottomSurface) < 0.3m }


// 간이스프링클러설비의 화재안전기준(nfsc 103a) 9조 (간이헤드) 8호

Check(NFSC503A_9_0_8){
     IF CS THEN KS
}
CS{
     isInstalled(SimpleSprinklerSystem, SpecificFireFightingBuilding) = TRUE

}
KS{
     getResult(NFSC503_15_1) = TRUE
}


// 간이스프링클러설비의 화재안전기준(nfsc 103a) 9조 (간이헤드) 9호

Check(NFSC503A_9_0_9){
     IF CS THEN KS
}
CS{
     isExist(NFSC503A_6_0_7.mySpace) = TRUE
}
KS{
     Head myHead{
     isObjectProperty(Head.responseType) = "StandardResponseType"
     }
     isInstalled(myHead, NFSC503A_6_0_7.mySpace) = TRUE
     getResult(NFSC503_10) = TRUE
}




    1