Microsoft Word - Command Line을 통한 기능의 실행.doc

Size: px
Start display at page:

Download "Microsoft Word - Command Line을 통한 기능의 실행.doc"

Transcription

1

2 Command Line 기능을호출할경우에마우스클릭으로여러단계를거쳐야하는번거로움을최소화할수있도록 Auto CAD 기능과같은 Command Line 기능을추가하여모델링및결과분석의효율성을극대화하였습니다. Command Line 을이용하면마우스를사용하지않고 Keyboard 입력만으로해당기능으로이동하거나해당기능창을호출하므로구현하고자하는기능에신속 / 정확하게접근할수있습니다. Command Line 에서사용가능한단축키및기능에대한정보는 User Folder 의 shortcutkey.cmd 파일에서 Text 형태로저장되어있으며, 이를사용자가편집하여사용자가자주사용하는하는기능을사용자임의의단축키로설정하여편리하게사용할수있습니다. Command Line 1

3 Command Line 사용방법 1. Command Line 에마우스를클릭하거나모델뷰상의임의의위치에클릭한후 Space Bar 를누르면 Command key 를입력가능한상태가됩니다. 2. shortcutkey.cmd 에지정된 Key 를입력합니다. Key 에는메뉴 / 기능호출을위한 Command Key 와 Command Group 을호출하는 Group Key, 두종류가있습니다. Midas Gen 의많은메뉴에대해일일이 Key 를지정하게되면알파벳하나또는두자리의 Key 만으로는중복을피하기어려우며, 중복을피하기위해 Key 의자리수를늘리면효율이떨어지는문제가발생합니다. 이를위해 Windows 의폴더 / 트리구조와같은트리구조를도입하였습니다. 여러개의 key 를그룹으로묶어서로다른그룹에속해있는 Command 는동일한 Key 를가질수있도록하였습니다. Key 가반드시어느그룹에속해야만하는것은아니며, 그룹내에또다른그룹이존재할수도있습니다. [Ex] 1) Command Key 의사용 : 'PM' Command Key 이며 Command Line 에 'PM' 을입력하면 Model >Properties>Material 메뉴를호출할수있습니다. 2) Group Key 의사용 : P 는 Properties 에대한 Group Key 이며 'P' Group 내에 Material 에해당하는 Command Key 'M' 이속해있으므로, 'P' 를입력하여 Properties 그룹을선택하고다시 M 을입력하면 Material 메뉴를호출할수있습니다. 2

4 Command Line 을통해 Key 를입력한예 3. 입력과동시에해당 Key 에할당된메뉴 ( 또는그룹 ) 리스트가출력되고키보드의화살표키로이동한후 Space Bar 또는 Enter 를누르거나마우스로클릭하여선택합니다. 4. 선택과동시에해당기능 / 메뉴가실행되면서 Command Line 은초기상태로되돌아갑니다. 그룹인경우에는해당하위메뉴리스트를출력합니다. 5. 입력한 Key 를지우려면 Backspace 키를누릅니다. Command Key 설정방법 모든 Command Key 에대한정보는 C: > Program Files > MIDAS > MODS > Midas Gen > User 폴더내의 shortcutkey.cmd 파일에저장되어있으며이파일의편집을 통해서사용자가원하는대로 Key 를설정할수있습니다. 3

5 shortcutkey.cmd 파일의한 Line 에하나의 Command Key 또는 Group Key 의정보가들어있으며, 형식은다음과같습니다. Key, Display Text/Group Path, Type, Menu Path or Group Name/Path Key : 기능 / 메뉴호출을위한단축키 Display Text: 해당 Key 입력시 Command Line 에출력할 Text Group Path: 해당 Command Key 가 Group 내에속해있는 Key 인경우 Group 의경로를입력합니다. Group 경로입력시에는 Group Name 을사용해야합니다. Type: Key 의종류 C: Command Key. 메뉴 / 기능의실행 G: Group Key. Command Group 의선택 L: 하위그룹의선택. 그룹내에포함되어있는다른그룹을바로선택하기위한 Key 입니다. Menu Path: Key Type 이 'C' 인경우. 실행할메뉴의경로를입력합니다. 경로는 Main Menu 기준으로입력하며, 메뉴이름에포함된 '...' 은무시하며, 대소문자는구별하지않아도무방합니다. Group Name: Key Type 이 'G' 인경우. 그룹의이름을입력합니다. Group Path: Key Type 이 'L' 인경우. 선택할하위그룹이속해있는상위그룹의경로를입력합니다. Group 경로입력시에는 Group Name 을사용해야합니다. 4

6 [Example] 1. Re, Result Tables, G, Re 2. T, Re > Truss, G, ReT 3. ReT, Truss, L, Re > Truss 3. Fo, Re > ReT > Force & Stress, C, Results > Result Tables > Truss > Force & Stress 4. ReTFo, Force, C, Results > Result Tables > Truss > Force 1. 'RT' 라는 Command Group 을설정합니다. Command Line 에 'RE' 입력시 'Result Table' 이라고표시되며이그룹에속한하위그룹 /Command List 가나옵니다. 5

7 2. RE 그룹의하위그룹인 RET( 그룹이름 ) 라는그룹을정의하고이그룹의 Group Key 는 'T' 로지정합니다. 이그룹의경로 'RE > Truss' 에서 'RE' 는 RE 그룹의 Key 가아닌그룹이름입니다. RE 를입력하여 Result Table(RE) 을선택하고다시 T 를입력하여하위그룹 Truss(T) 를선택하면, Truss(T) 그룹에속해있는 Command Key 리스트가표시됩니다. 3. Result Table(RE) 그룹내의 Truss(T) 그룹을바로선택할수있는 L Type 의 Key 를 RET 로정의합니다. RET 를입력하면 RE > Truss 경로를가지는그룹이바로선택됩니다. 6

8 4. Result Table(RE) 그룹의하위그룹인 Truss(T) 그룹내에 Force & Stress 메뉴에대한 Command Key 'FO' 를지정합니다. Results > Result Tables > Truss > Force & Stress 메뉴의실행을위한 Command Key 'FO' 를 Result Table(RE) > Truss(T) 그룹에정의합니다. 이 Key 의실행을위해서는먼저 Result Table(RE) > Truss(T) 그룹으로이동해야 합니다. 5. Results > Result Tables > Truss > Force & Stress 실행을위해 Command Key 인 'RETFO' 를정의합니다. 이 Key 는어느그룹에도속해있지않은 Command Key 로써 Command Line 의가장상위에서실행가능합니다. 7

9 NOTE 1. Group Key 가중복되는경우가장먼저 (shortcutkey.cmd 파일에서위쪽 ) 정의된 Group 이실행됩니다. 2. Command Key 가중복되는경우에는가장나중에 (shortcutkey.cmd 파일에서아래쪽 ) 에정의된 Command 가실행됩니다. 3. 경로지정시그룹이름을정확하게입력해야합니다. 4. 초기상태에서 Space Bar 를누르면가장상위의 Group 에대한 key 와그룹에속해있지않은 Command Key 가모두리스트에표시됩니다. 5. 해석중에는 Command Line 을사용할수없습니다. 8

10 Command List (shortcutkey.cmd 파일의내용 ) Str, Structure Type, C, Model>Structure Type C, Create, G, C N, C > Create Nodes, C, Model > Nodes > Create Nodes CN, Create Nodes, C, Model > Nodes > Create Nodes E, C > Create Elements, C, Model > Elements > Create Elements CE, Create Elements, C, Model > Elements > Create Elements D, Delete, G, D N, D > Delete Nodes, C, Model >Nodes >Delete DN, Delete Nodes, C, Model >Nodes >Delete E, D > Delete Elements, C, Model > Elements > Delete DE, Delete Elements, C, Model > Elements > Delete T, Translate, G, T N, T > Translate Nodes, C, Model > Nodes > Translate TN, Translate Nodes, C, Model > Nodes > Translate E, T > Translate Elements, C, Model > Elements > Translate TE, Translate Elements, C, Model > Elements > Translate Ro, Rotate, G, Ro N, Ro > Rotate Nodes, C, Model > Nodes > Rotate RoN, Rotate Nodes, C, Model > Nodes > Rotate E, Ro > Rotate Elements, C, Model > Elements > Rotate 9

11 RoE, Rotate Elements, C, Model > Elements > Rotate Mi, Mirror, G, Mi N, Mi > Mirror Nodes, C, Model > Nodes > Mirror MiN, Mirror Nodes, C, Model > Nodes > Mirror E, Mi > Mirror Elements, C, Model > Elements > Mirror MiE, Mirror Elements, C, Model > Elements > Mirror Di, Divide, G, Di N, Di > Divide Nodes, C, Model > Nodes > Divide DiN, Divide Nodes, C, Model > Nodes > Divide E, Di > Divide Elements, C, Model > Elements > Divide DiE, Divide Elements, C, Model > Elements > Divide Me, Merge, G, Me N, Me > Merge Node, C, Model > Nodes > Merge MeN, Merge Node, C, Model > Nodes > Merge E, Me > Merge Elements, C, Model > Elements > Merge MeE, Merge Elements, C, Model > Elements > Merge Ren, Renumbering, G, Ren N, Ren > Renumbering, C, Model > Nodes > Renumbering RenN, Renumbering, C, Model > Nodes > Renumbering E, Ren > Renumbering, C, Model > Elements > Renumbering RenE, Renumbering, C, Model > Elements > Renumbering 10

12 Pr, Project Nodes, C, Model > Nodes > Project I, Intersect Elements, C, Model > Elements > Intersect E, Extrude Elements, C, Model > Elements > Extrude Ch, Change Element Parameters, C, Model > Elements > Change Element Parameters P, Properties, G, P M, P > Material, C, Model > Properties > Material PM, Material, C, Model > Properties > Material S, P > Section, C, Model > Properties > Section PS, Section, C, Model > Properties > Section SF, P > Section Stiffness Scale Factor, C, Model > Properties > Section Stiffness Scale Factor PSF, Section Stiffness Scale Factor, C, Model > Properties > Section Stiffness Scale Factor W, P > Wall Stiffness Scale Factor, C, Model > Properties > Wall Stiffness Scale Factor PW, Wall Stiffness Scale Factor, C, Model > Properties > Wall Stiffness Scale Factor T, P > Thickness, C, Model > Properties > Thickness PT, Thickness, C, Model > Properties > Thickness B, Boundaries, G, B S, B > Supports, C, Model > Boundaries > Supports BS, Supports, C, Model > Boundaries > Supports R, B > Beam End Release, C, Model > Boundaries > Beam End Release BR, Beam End Release, C, Model > Boundaries > Beam End Release O, B > Beam End Offsets, C, Model > Boundaries > Beam End Offsets 11

13 BO, Beam End Offsets, C, Model > Boundaries > Beam End Offsets L, B > Rigid Link, C, Model > Boundaries > Rigid Link BL, Rigid Link, C, Model > Boundaries > Rigid Link D, B > Diaphragm Disconnect, C, Model > Boundaries > Diaphragm Disconnect BD, Diaphragm Disconnect, C, Model > Boundaries > Diaphragm Disconnect P, B > Panel Zone Effects, C, Model > Boundaries > Panel Zone Effects BP, Panel Zone Effects, C, Model > Boundaries > Panel Zone Effects M, Masses, G, M N, M > Nodal Masses, C, Model > Masses > Nodal Masses MN, Nodal Masses, C, Model > Masses > Nodal Masses L, M > Loads to Masses, C, Model > Masses > Loads to Masses ML, Loads to Masses, C, Model > Masses > Loads to Masses Bu, Building, G, Bu C, Bu > Building Control Data, C, Model > Building > Control Data BuC, Building Control Data, C, Model > Building > Control Data S, Bu > Story, C, Model > Building > Story BuS, Story, C, Model > Building > Story G, Bu > Building Generation, C, Model > Building > Building Generation BuG, Building Generation, C, Model > Building > Building Generation Gr, Group, G, Gr D, Gr > Define, G, GrD GrD, Define Group, L, Gr > Create 12

14 S, Gr > GrD > Define Structure Group, C, Model > Group > Define Structure Group GrCS, Define Structure Group, C, Model > Group > Define Structure Group B, Gr > GrD > Define Boundary Group, C, Model > Group > Define Boundary Group GrCB, Define Boundary Group, C, Model > Group > Define Boundary Group L, Gr > GrD > Define Load Group, C, Model > Group > Define Load Group GrCL, Define Load Group, C, Model > Group > Define Load Group G, Gr > Change, G, GrG GrG, Change Group, L, Gr > Change B, Gr > GrG > Change Boundary Group, C, Model > Group > Change Boundary Group GrGB, Change Boundary Group, C, Model > Group > Change Boundary Group L, Gr > GrG > Change Load Group, C, Model > Group > Change Load Group GrGL, Change Load Group, C, Model > Group > Change Load Group Rd, Redraw, C, View > Redraw In, Initial View, C, View > Initial View Dy, Dynamic View, G, Dy Z, Dy > Zoom, C, View > Dynamic View > Zoom DyZ, Zoom, C, View > Dynamic View > Zoom P, Dy > Pan, C, View > Dynamic View > Pan DyP, Pan, C, View > Dynamic View > Pan R, Dy > Rotate, C, View > Dynamic View > Rotate DyR, Rotate, C, View > Dynamic View > Rotate Z, Zoom, G, Z F, Z > Fit, C, View > Zoom > Fit 13

15 ZF, Fit, C, View > Zoom > Fit W, Z > Window, C, View > Zoom > Window ZW, Window, C, View > Zoom > Window I, Z > In, C, View > Zoom > In ZI, In, C, View > Zoom > In O, Z > Out, C, View > Zoom > Out ZO, Out, C, View > Zoom > Out A, Z > Auto Fitting, C, View > Zoom > Auto Fitting ZA, Auto Fitting, C, View > Zoom > Auto Fitting Vi, View Point, G, Vi I, Vi > Iso, C, View > View Point > Iso ViI, Iso, C, View > View Point > Iso T, Vi > Top(+Z), C, View > View Point > Top (+Z) ViT, Top(+Z), C, View > View Point > Top (+Z) L, Vi > Left(-X), C, View > View Point > Left (-X) ViL, Left(-X), C, View > View Point > Left (-X) R, Vi > Right(+X), C, View > View Point > Right (+X) ViR, Right(+X), C, View > View Point > Right (+X) F, Vi > Front(-Y), C, View > View Point > Front (-Y) ViF, Front(-Y), C, View > View Point > Front (-Y) A, Vi > Angle, C, View > View Point > Angle ViA, Angle, C, View > View Point > Angle Sh, Shrink Elements, C, View > Shrink Elements 14

16 Pe, Perspective View, C, View > Perspective View H, Remove Hidden Lines, C, View > Remove Hidden Lines S, Select, G, S Id, S > Identity, C, View > Select > Identity SId, Identity, C, View > Select > Identity S, S > Single, C, View > Select > Single SS, Single, C, View > Select > Single W, S > Window, C, View > Select > Window SW, Window, C, View > Select > Window Po, S > Polygon, C, View > Select > Polygon SPo, Polygon, C, View > Select > Polygon In, S > Intersect Line, C, View > Select > Intersect Line SIn, Intersect Line, C, View > Select > Intersect Line P, S > Plane, C, View > Select > Plane SP, Plane, C, View > Select > Plane V, S > Volume, C, View > Select > Volume SV, Volume, C, View > Select > Volume All, S > Select All, C, View > Select > Select All SAll, Select All, C, View > Select > Select All Pr, S > Select Previous, C, View > Select Previous SPr, Select Previous, C, View > Select Previous 15

17 U, Unselect, G, U Id, U > Identity, C, View > Unselect > Identity Uid, Identity, C, View > Unselect > Identity W, U > Window, C, View > Unselect > Window UW, Window, C, View > Unselect > Window Po, U > Polygon, C, View > Unselect > Polygon Upo, Polygon, C, View > Unselect > Polygon I, U > Intersect Line, C, View > Unselect > Intersect Line UI, Intersect Line, C, View > Unselect > Intersect Line P, U > Plane, C, View > Unselect > Plane UP, Plane, C, View > Unselect > Plane V, U > Volume, C, View > Unselect > Volume UV, Volume, C, View > Unselect > Volume All, U > Unselect All, C, View > Unselect > Unselect All UAll, Unselect All, C, View > Unselect > Unselect All A, Activities, G, A A, A > Active, C, View > Activities > Active AA, Active, C, View > Activities > Active I, A > Inactive, C, View > Activities > Inactive AI, Inactive, C, View > Activities > Inactive In, A > Inverse Active, C, View > Activities > Inverse Active AIn, Inverse Active, C, View > Activities > Inverse Active All, A > Active All, C, View > Activities > Active All AAll, Active All, C, View > Activities > Active All 16

18 Id, A > Active Identity, C, View > Activities > Active Identity AId, Active Identity, C, View > Activities > Active Identity P, A > Active Previous, C, View > Activities > Active Previous AP, Active Previous, C, View > Activities > Active Previous G, Grid, G, G V, G > View, G, GV GV, View, L, G > View P, G > GV > Point Grid, C, View > Grids > Point Grid GP, Point Grid, C, View > Grids > Point Grid L, G > GV > Line Grid, C, View > Grids > Line Grid GL, Line Grid, C, View > Grids > Line Grid D, G > Define, G, GD GD, Define Grid, L, G > Define P, G > GD > Define Point Grid, C, Model > Grids > Define Point Grid GCP, Define Point Grid, C, Model > Grids > Define Point Grid L, G > GD > Define Line Grid, C, Model > Grids > Define Line Grid GCL, Define Line Grid, C, Model > Grids > Define Line Grid Sn, Snap, G, Sn P, Sn > Point, C, View > Snap > Point SnP, Point, C, View > Snap > Point L, Sn > Line, C, View > Snap > Line SnL, Line, C, View > Snap > Line 17

19 N, Sn > Node, C, View > Snap > Node SnN, Node, C, View > Snap > Node E, Sn > Element, C, View > Snap > Element SnE, Element, C, View > Snap > Element All, Sn > All, C, View > Snap > All SnAll, All, C, View > Snap > All Free, Sn > Free, C, View > Snap > Free SnFree, Free, C, View > Snap > Free Dis, Display, G, Dis D, Dis > Display, C, View > Display DisD, Display, C, View > Display O, Dis > Display Option, C, View > Display Option DisO, Display Option, C, View > Display Option Co, Combinations, C, Results > Combinations Rea, Reactions, G, Rea F, Rea > Reaction Forces/Moments, C, Results > Reactions > Reaction Forces/Moments ReaF, Reaction Forces/Moments, C, Results > Reactions > Reaction Forces/Moments S, Rea > Search Reaction Forces/Moments, C, Results > Reactions > Search Reaction Forces/Moments ReaS, Search Reaction Forces/Moments, C, Results > Reactions > Search Reaction Forces/Moments 18

20 Def, Deformations, G, Def S, Def > Deformed Shape, C, Results > Deformations > Deformed Shape DeS, Deformed Shape, C, Results > Deformations > Deformed Shape C, Def > Displacement Contour, C, Results > Deformations > Displacement Contour DeC, Displacement Contour, C, Results > Deformations > Displacement Contour D, Def > Search Displacements, C, Results > Deformations > Search Displacements DeD, Search Displacements, C, Results > Deformations > Search Displacements F, Forces, G, F T, F > Truss, C, Results > Forces > Truss Forces FT, Truss, C, Results > Forces > Truss Forces B, F > Beam Forces/Moments, C, Results > Forces > Beam Forces/Moments FB, Beam Forces/Moments, C, Results > Forces > Beam Forces/Moments BD, F > Beam Diagrams, C, Results > Forces > Beam Diagrams FBD, Beam Diagrams, C, Results > Forces > Beam Diagrams P, F > Plate Forces/Moments, C, Results > Forces > Plate Forces/Moments FP, Plate Forces/Moments, C, Results > Forces > Plate Forces/Moments PD, F > Plate Cutting Line Diagram, C, Results > Forces > Plate Cutting Line Diagram FPD, Plate Cutting Line Diagram, C, Results > Forces > Plate Cutting Line Diagram W, F > Wall Forces/Moments, C, Results > Forces > Wall Forces/Moments FW, Wall Forces/Moments, C, Results > Forces > Wall Forces/Moments WD, F > Wall Diagrams, C, Results > Forces > Wall Diagrams FWD, Wall Diagrams, C, Results > Forces > Wall Diagrams M, F > Member Diagrams, C, Results > Forces > Member Diagrams FM, Member Diagrams, C, Results > Forces > Member Diagrams 19

21 St, Stresses, G, St T, St > Truss Stresses, C, Results > Stresses > Truss Stresses StT, Truss Stresses, C, Results > Stresses > Truss Stresses B, St > Beam Stresses, C, Results > Stresses > Beam Stresses StB, Beam Stresses, C, Results > Stresses > Beam Stresses D, St > Beam Stresses Diagram, C, Results > Stresses > Beam Stresses Diagram StD, Beam Stresses Diagram, C, Results > Stresses > Beam Stresses Diagram P, St > Plane-Stress/Plate Stresses, C, Results > Stresses > Plane-Stress/Plate Stresses StP, Plane-Stress/Plate Stresses, C, Results > Stresses > Plane-Stress/Plate Stresses PS, St > Plane Strain Stresses, C, Results > Stresses > Plane Strain Stresses StPS, Plane Strain Stresses, C, Results > Stresses > Plane Strain Stresses A, St > Axisymmetric Stresses, C, Results > Stresses > Axisymmetric Stresses StA, Axisymmetric Stresses, C, Results > Stresses > Axisymmetric Stresses S, St > Solid Stresses, C, Results > Stresses > Solid Stresses StS, Solid Stresses, C, Results > Stresses > Solid Stresses L, Local Direction Force Sum, C, Results > Local Direction Force Sum V, Vibration Mode Shapes, C, Results > Vibration Mode Shapes Sto, Story Shear Force Ratio, C, Results > Story Shear Force Ratio O, Text Output, C, Results > Text Output Mo, Model Table, G, Mo N, Mo > Nodes Table, C, Model > Nodes > Nodes Table MoN, Nodes Table, C, Model > Nodes > Nodes Table 20

22 E, Mo > Elements Table, C, Model > Elements > Elements Table MoE, Elements Table, C, Model > Elements > Elements Table M, Mo > Material Table, C, Model > Properties > Material Table MoM, Material Table, C, Model > Properties > Material Table Se, Mo > Section Table, C, Model > Properties > Section Table MoSe, Section Table, C, Model > Properties > Section Table T, Mo > Thickness Table, C, Model > Properties > Thickness Table MoT, Thickness Table, C, Model > Properties > Thickness Table Su, Mo > Supports Table, C, Model > Boundaries > Supports Table MoSu, Supports Table, C, Model > Boundaries > Supports Table Re, Result Tables, G, Re R, Re > Reaction, C, Results > Result Tables > Reaction ReR, Reaction, C, Results > Result Tables > Reaction D, Re > Displacements, C, Results > Result Tables > Displacements ReD, Displacements, C, Results > Result Tables > Displacements T, Re > Truss, G, ReT ReT, Truss, L, Re > Truss Fo, Re > ReT > Force & Stress, C, Results > Result Tables > Truss > Force & Stress ReTFo, Force & Stress, C, Results > Result Tables > Truss > Force & Stress F, Re > ReT > Force, C, Results > Result Tables > Truss > Force ReTF, Force, C, Results > Result Tables > Truss > Force S, Re > ReT > Stress, C, Results > Result Tables > Truss > Stress ReTS, Stress, C, Results > Result Tables > Truss > Stress 21

23 B, Re > Beam, G, ReB ReB, Beam, L, Re > Beam Fo, Re > ReB > Force & Stress, C, Results > Result Tables > Beam > Force & Stress ReBFo, Force & Stress, C, Results > Result Tables > Beam > Force & Stress F, Re > ReB > Force, C, Results > Result Tables > Beam > Force ReBF, Force, C, Results > Result Tables > Beam > Force S, Re > ReB > Stress, C, Results > Result Tables > Beam > Stress ReBS, Stress, C, Results > Result Tables > Beam > Stress P, Re > Plate, G, ReP ReP, Plate, L, Re > Plate F, Re > ReP > Force & Stress, C, Results > Result Tables > Plate > Force & Stress RePF, Force & Stress, C, Results > Result Tables > Plate > Force & Stress FL, Re > ReP > Force(Local), C, Results > Result Tables > Plate > Force(Local) RePFL, Force(Local), C, Results > Result Tables > Plate > Force(Local) FG, Re > ReP > Force(Global), C, Results > Result Tables > Plate > Force(Global) RePFG, Force(Global), C, Results > Result Tables > Plate > Force(Global) FU, Re > ReP > Force(Unit Length), C, Results > Result Tables > Plate > Force(Unit Length) RePFU, Force(Unit Length), C, Results > Result Tables > Plate > Force(Unit Length) SL, Re > ReP > Stress(Local), C, Results > Result Tables > Plate > Stress(Local) RePSL, Stress(Local), C, Results > Result Tables > Plate > Stress(Local) SG, Re > ReP > Stress(Global), C, Results > Result Tables > Plate > Stress(Global) RePSG, Stress(Global), C, Results > Result Tables > Plate > Stress(Global) W, Re > Wall Force/Moment, C, Results > Result Tables > Wall > Force/Moment ReW, Wall Force/Moment, C, Results > Result Tables > Wall > Force/Moment 22

24 V, Re > Vibration Mode Shape, C, Results > Result Tables > Vibration Mode Shape ReV, Vibration Mode Shape, C, Results > Result Tables > Vibration Mode Shape S, Re > Story, G, ReS ReS, Story, L, Re > Story DM, Re > ReS> Define Modules, C, Results > Result Tables > Story > Define Modules ReSDM, Define Modules, C, Results > Result Tables > Story > Define Modules Dr, Re > ReS > Story Drift, C, Results > Result Tables > Story > Story Drift ReSDr, Story Drift, C, Results > Result Tables > Story > Story Drift Di, Re > ReS > Story Displacement, C, Results > Result Tables > Story > Story Displacement ReSDi, Story Displacement, C, Results > Result Tables > Story > Story Displacement S, Re > ReS > Story Shear(Response Spectrum Analysis), C, Results > Result Tables > Story > Story Shear (Response Spectrum Analysis) ReSS, Story Shear(Response Spectrum Analysis), C, Results > Result Tables > Story > Story Shear (Response Spectrum Analysis) M, Re > ReS > Story Mode Shape, C, Results > Result Tables > Story > Story Mode Shape ReSM, Story Mode Shape, C, Results > Result Tables > Story > Story Mode Shape E, Re > ReS > Story Eccentricity, C, Results > Result Tables > Story > Story Eccentricity ReSE, Story Eccentricity, C, Results > Result Tables > Story > Story Eccentricity F, Re > ReS > Story Shear Force Ratio, C, Results > Result Tables > Story > Story Shear Force Ratio ReSF, Story Shear Force Ratio, C, Results > Result Tables > Story > Story Shear Force Ratio T, Re > ReS > Torsional Amplification Factor, C, Results > Result Tables > Story > Torsional Amplification Factor ReST, Torsional Amplification Factor, C, Results > Result Tables > Story > Torsional Amplification Factor 23

25 O, Re > ReS > Overturning Moment, C, Results > Result Tables > Story > Overturning Moment ReSO, Overturning Moment, C, Results > Result Tables > Story > Overturning Moment A, Re > ReS > Story Axial Force Sum, C, Results > Result Tables > Story > Story Axial Force Sum ReSA, Story Axial Force Sum, C, Results > Result Tables > Story > Story Axial Force Sum C, Re > ReS > Stability Coefficient, C, Results > Result Tables > Story > Stability Coefficient ReSC, Stability Coefficient, C, Results > Result Tables > Story > Stability Coefficient I, Re > ReS > Irregularity Check, G, ReSI ReSI, Irregularity Check, L, Re > ReS > Irregularity Check T, Re > ReS > ReSI > Torsional Irregularity Check, C, Results > Result Tables > Story > Torsional Irregularity Check ReSIT, Torsional Irregularity Check, C, Results > Result Tables > Story > Torsional Irregularity Check S, Re > ReS > ReSI > Stiffness Irregularity Check, C, Results > Result Tables > Story > Stiffness Irregularity Check(Soft Story) ReSIS, Stiffness Irregularity Check, C, Results > Result Tables > Story > Stiffness Irregularity Check(Soft Story) W, Re > ReS > ReSI > Weight Irregularity Check, C, Results > Result Tables > Story > Weight Irregularity Check ReSIW, Weight Irregularity Check, C, Results > Result Tables > Story > Weight Irregularity Check C, Re > ReS > ReSI > Capacity Irregularity Check, C, Results > Result Tables > Story > Capacity Irregularity Check (Weak Story) ReSIC, Capacity Irregularity Check, C, Results > Result Tables > Story > Capacity Irregularity Check (Weak Story) 24

Orcad Capture 9.x

Orcad Capture 9.x OrCAD Capture Workbook (Ver 10.xx) 0 Capture 1 2 3 Capture for window 4.opj ( OrCAD Project file) Design file Programe link file..dsn (OrCAD Design file) Design file..olb (OrCAD Library file) file..upd

More information

1 Nov-03 CST MICROWAVE STUDIO Microstrip Parameter sweeping Tutorial Computer Simulation Technology

1   Nov-03 CST MICROWAVE STUDIO Microstrip Parameter sweeping Tutorial Computer Simulation Technology 1 CST MICROWAVE STUDIO Microstrip Parameter sweeping Tutorial Computer Simulation Technology wwwcstcom wwwcst-koreacokr 2 1 Create a new project 2 Model the structure 3 Define the Port 4 Define the Frequency

More information

B _00_Ko_p1-p51.indd

B _00_Ko_p1-p51.indd KOS-V000 B64-797-00/00 (MV) KOS-V000 설명서를 보는 방법 이 설명서에서는 삽입된 그림을 통해 작동 방법을 설명합니다. 이 설명서에 나타낸 화면과 패널은 작동 방법을 자세히 설명하는 데 이용되는 예입니다. 따라서 실제 화면이나 패널과 다르거나 일부 디 스플레이 패턴이 다를 수도 있습니다. 찾기 모드 방송국 선택 설정. TUNER

More information

MAX+plus II Getting Started - 무작정따라하기

MAX+plus II Getting Started - 무작정따라하기 무작정 따라하기 2001 10 4 / Version 20-2 0 MAX+plus II Digital, Schematic Capture MAX+plus II, IC, CPLD FPGA (Logic) ALTERA PLD FLEX10K Series EPF10K10QC208-4 MAX+plus II Project, Schematic, Design Compilation,

More information

B _01_M_Korea.indb

B _01_M_Korea.indb DDX7039 B64-3602-00/01 (MV) SRC... 2 2 SRC % % % % 1 2 4 1 5 4 5 2 1 2 6 3 ALL 8 32 9 16:9 LB CD () : Folder : Audio fi SRC 0 0 0 1 2 3 4 5 6 3 SRC SRC 8 9 p q w e 1 2 3 4 5 6 7 SRC SRC SRC 1 2 3

More information

DDX4038BT DDX4038BTM DDX4038 DDX4038M 2010 Kenwood Corporation All Rights Reserved. LVT A (MN)

DDX4038BT DDX4038BTM DDX4038 DDX4038M 2010 Kenwood Corporation All Rights Reserved. LVT A (MN) DDX4038BT DDX4038BTM DDX4038 DDX4038M 2010 Kenwood Corporation All Rights Reserved. LVT2201-002A (MN) 2 3 [ ] CLASS 1 LASER PRODUCT 4 1 2 Language AV Input R-CAM Interrupt Panel Color Preout

More information

Microsoft Word - FunctionCall

Microsoft Word - FunctionCall Function all Mechanism /* Simple Program */ #define get_int() IN KEYOARD #define put_int(val) LD A val \ OUT MONITOR int add_two(int a, int b) { int tmp; tmp = a+b; return tmp; } local auto variable stack

More information

Extended Calculations

Extended Calculations xtended Calculations of 39 4/1/2014 10:10 AM Member [191] Beam: B_202 W18x86 (A992) Seq: A Length: 37-1 7/16 Camber: 0 ABM: N/Assign ------------ Left End ------------ ------------ Right End -----------

More information

,,,,,, (41) ( e f f e c t ), ( c u r r e n t ) ( p o t e n t i a l difference),, ( r e s i s t a n c e ) 2,,,,,,,, (41), (42) (42) ( 41) (Ohm s law),

,,,,,, (41) ( e f f e c t ), ( c u r r e n t ) ( p o t e n t i a l difference),, ( r e s i s t a n c e ) 2,,,,,,,, (41), (42) (42) ( 41) (Ohm s law), 1, 2, 3, 4, 5, 6 7 8 PSpice EWB,, ,,,,,, (41) ( e f f e c t ), ( c u r r e n t ) ( p o t e n t i a l difference),, ( r e s i s t a n c e ) 2,,,,,,,, (41), (42) (42) ( 41) (Ohm s law), ( ),,,, (43) 94 (44)

More information

인켈(국문)pdf.pdf

인켈(국문)pdf.pdf M F - 2 5 0 Portable Digital Music Player FM PRESET STEREOMONO FM FM FM FM EQ PC Install Disc MP3/FM Program U S B P C Firmware Upgrade General Repeat Mode FM Band Sleep Time Power Off Time Resume Load

More information

Microsoft PowerPoint - Oil Refinery Structure

Microsoft PowerPoint - Oil Refinery Structure midas Plant Tool 사용법및모델링의이해 Oil Refinery Structure 따라하기 Contents Step Model Check Step Load/Boundary Check Step Analysis Result Check Step 4 Design Result Check Step 5 Generate Drawing Step Model Check

More information

A C O N T E N T S A-132

A C O N T E N T S A-132 C O N T E N T S -2 SC2 Series -3 SC2 Series -4 SC2 Series SC2 B 40 B 100 S I SC2 B 40 B 100 RO R S I SC2-2 B 40 B 100 HOY R S I -5 SC2 R0 40 SW R0 SC2 R 40 SC2 Series SW RB SW R SC2-2 H0 40 SW H0 SC2-2

More information

B _02_M_Ko.indd

B _02_M_Ko.indd DNX SERIES DNX560 DNX560M DDX SERIES DDX506 DDX506M B64-467-00/0 (MW) DNX560/DNX560M/DDX506/DDX506M 4 DNX560/DNX560M/DDX506/DDX506M NAV TEL AV OUT % % % % CD () : Folder : Audio fi 5 6 DNX560/DNX560M/DDX506/DDX506M

More information

°ø±â¾Ð±â±â

°ø±â¾Ð±â±â 20, 30, 40 20, 30, 40 1 2 3 4 5 6 7 8 9 10 3.1 6.3 9.4 12.6 15.7 18.8 22.0 25.1 28.3 31.4 2.4 4.7 7.1 9.4 11.8 14.1 16.5 18.8 21.2 23.6 7.1 14.1 21.2 28.3 35.3 42.4 49.5 56.5 63.6 70.7 5.9 11.9 17.8 23.7

More information

SRC PLUS 제어기 MANUAL

SRC PLUS 제어기 MANUAL ,,,, DE FIN E I N T R E A L L O C E N D SU B E N D S U B M O TIO

More information

달라진 프로엔지니어 와일드파이어 따라잡기 회전(Revolve) - 단면에 스케치한 첫 번째 중심선 주위로 지정 한 각도만큼 스케치 단면을 회전시켜 퀼트를 생성한다. 경계 블렌드(Boundary Blend) 등 고급 파라메트릭 서피스 도구가 있다. 가변 단면 스윕(Var

달라진 프로엔지니어 와일드파이어 따라잡기 회전(Revolve) - 단면에 스케치한 첫 번째 중심선 주위로 지정 한 각도만큼 스케치 단면을 회전시켜 퀼트를 생성한다. 경계 블렌드(Boundary Blend) 등 고급 파라메트릭 서피스 도구가 있다. 가변 단면 스윕(Var M echanical 달라진 프로엔지니어 와일드파이어 따라잡기 서피스 모델링의 이해 이번 호에서는 서피스 모델링에 대해 알아본다. 서피스의 도구에 대해 살펴보고, 이 과정을 따라해 보면서 익혀보자. 형상이 너무 복잡하여 솔리드 명령으로 표현하기 힘든 경우에도 서피스 도구를 사용하여 생성 할 수 있으며, 제품 개발이나 개념설계 모델을 구현할 수도 있다. Pro/ENGINIEER의

More information

Smart Power Scope Release Informations.pages

Smart Power Scope Release Informations.pages v2.3.7 (2017.09.07) 1. Galaxy S8 2. SS100, SS200 v2.7.6 (2017.09.07) 1. SS100, SS200 v1.0.7 (2017.09.07) [SHM-SS200 Firmware] 1. UART Command v1.3.9 (2017.09.07) [SHM-SS100 Firmware] 1. UART Command SH모바일

More information

LCD Display

LCD Display LCD Display SyncMaster 460DRn, 460DR VCR DVD DTV HDMI DVI to HDMI LAN USB (MDC: Multiple Display Control) PC. PC RS-232C. PC (Serial port) (Serial port) RS-232C.. > > Multiple Display

More information

歯기구학

歯기구학 1 1.1,,.,. (solid mechanics)., (kinematics), (statics), (kinetics). ( d y n a m i c s ).,,. ( m e c h a n i s m ). ( l i n k a g e ) ( 1.1 ), (pin joint) (revolute joint) (prismatic joint) ( 1.2 ) (open

More information

PD-659_SM(new)

PD-659_SM(new) Power Distributor PD-659 CONTENTS Specifications... 1 Electrical Parts List... 2 Top and Bottom View of P.C. Board... 5 Wiring Diagram... 7 Block Diagram... 8 Schematic Diagram... 9 Exploded View of Cabinet

More information

CPX-E-SYS_BES_C_ _ k1

CPX-E-SYS_BES_C_ _ k1 CPX-E 8727 27-7 [875294] CPX-E-SYS-KO CODESYS, PI PROFIBUS PROFINET (). :, 2 Festo CPX-E-SYS-KO 27-7 ... 5.... 5.2... 5.3... 5.4... 5.5... 5 2... 6 2.... 6 2..... 6 2..2 CPX-E... 7 2..3 CPX-E... 9 2..4...

More information

*DNX_DDX7_M_KOR.indb

*DNX_DDX7_M_KOR.indb DNX70 DDX70 DDX70M B6-09-00/00 (MW) DNX70/DDX70/DDX70M DNX70/DDX70/DDX70M 5 6 DNX70/DDX70/DDX70M % % % % 7 CD () : Folder : Audio fi 8 DNX70/DDX70/DDX70M 9 5 5 6 ALL 8 9 6:9 LB E D C B A C B D E 0 DNX70/DDX70/DDX70M

More information

PRO1_02E [읽기 전용]

PRO1_02E [읽기 전용] Siemens AG 1999 All rights reserved File: PRO1_02E1 Information and 2 STEP 7 3 4 5 6 STEP 7 7 / 8 9 10 S7 11 IS7 12 STEP 7 13 STEP 7 14 15 : 16 : S7 17 : S7 18 : CPU 19 1 OB1 FB21 I10 I11 Q40 Siemens AG

More information

B64_3977_0000KOR_P01_55.indd

B64_3977_0000KOR_P01_55.indd DDX50 B64-977-00/00 (MW) DDX50 4 DDX50 5 6 DDX50 % % % % 7 CD () : Folder : Audio fi 8 DDX50 9 4 5 4 5 6 ALL 8 9 6:9 LB A B C D E C B E E 0 DDX50 C 7 4 5 6 8 4 5 6 7 8 9 9 A 0 A B C D E D B DDX50 D DVD

More information

4 CD Construct Special Model VI 2 nd Order Model VI 2 Note: Hands-on 1, 2 RC 1 RLC mass-spring-damper 2 2 ζ ω n (rad/sec) 2 ( ζ < 1), 1 (ζ = 1), ( ) 1

4 CD Construct Special Model VI 2 nd Order Model VI 2 Note: Hands-on 1, 2 RC 1 RLC mass-spring-damper 2 2 ζ ω n (rad/sec) 2 ( ζ < 1), 1 (ζ = 1), ( ) 1 : LabVIEW Control Design, Simulation, & System Identification LabVIEW Control Design Toolkit, Simulation Module, System Identification Toolkit 2 (RLC Spring-Mass-Damper) Control Design toolkit LabVIEW

More information

USER GUIDE

USER GUIDE Solution Package Volume II DATABASE MIGRATION 2010. 1. 9. U.Tu System 1 U.Tu System SeeMAGMA SYSTEM 차 례 1. INPUT & OUTPUT DATABASE LAYOUT...2 2. IPO 중 VB DATA DEFINE 자동작성...4 3. DATABASE UNLOAD...6 4.

More information

Microsoft PowerPoint - ch10 - 이진트리, AVL 트리, 트리 응용 pm0600

Microsoft PowerPoint - ch10 - 이진트리, AVL 트리, 트리 응용 pm0600 균형이진탐색트리 -VL Tree delson, Velskii, Landis에의해 1962년에제안됨 VL trees are balanced n VL Tree is a binary search tree such that for every internal node v of T, the heights of the children of v can differ by at

More information

KAERI/TR-2128/2002 : SMART 제어봉구동장치 기본설계 보고서

KAERI/TR-2128/2002 : SMART 제어봉구동장치 기본설계 보고서 KAERI =100,000 25 20 Force, [kn/m^2] 15 10 5 0 0.6 0.8 1.0 1.2 1.4 1.6 1.8 2.0 b/a I = 1500[ AT ], a + b = 16[ mm], hr = 5.6[ mm], hδ = 11.2[ mm], δ = 0.35[

More information

저작자표시 - 비영리 - 변경금지 2.0 대한민국 이용자는아래의조건을따르는경우에한하여자유롭게 이저작물을복제, 배포, 전송, 전시, 공연및방송할수있습니다. 다음과같은조건을따라야합니다 : 저작자표시. 귀하는원저작자를표시하여야합니다. 비영리. 귀하는이저작물을영리목적으로이용할

저작자표시 - 비영리 - 변경금지 2.0 대한민국 이용자는아래의조건을따르는경우에한하여자유롭게 이저작물을복제, 배포, 전송, 전시, 공연및방송할수있습니다. 다음과같은조건을따라야합니다 : 저작자표시. 귀하는원저작자를표시하여야합니다. 비영리. 귀하는이저작물을영리목적으로이용할 저작자표시 - 비영리 - 변경금지 2.0 대한민국 이용자는아래의조건을따르는경우에한하여자유롭게 이저작물을복제, 배포, 전송, 전시, 공연및방송할수있습니다. 다음과같은조건을따라야합니다 : 저작자표시. 귀하는원저작자를표시하여야합니다. 비영리. 귀하는이저작물을영리목적으로이용할수없습니다. 변경금지. 귀하는이저작물을개작, 변형또는가공할수없습니다. 귀하는, 이저작물의재이용이나배포의경우,

More information

12(4) 10.fm

12(4) 10.fm KIGAS Vol. 12, No. 4, December, 2008 (Journal of the Korean Institute of Gas) l x CNG» v m s w ½ Á y w» œw (2008 9 30, 2008 12 10, 2008 12 10 k) Numerical Analysis for Temperature Distribution and Thermal

More information

B64-4102-00_00_KO.indb

B64-4102-00_00_KO.indb DDX80BT DDX80BTM B6-0-00/00 (MW) DDX80BT/DDX80BTM DDX80BT/DDX80BTM 5 6 DDX80BT/DDX80BTM % % % % 7 CD () : Folder : Audio fi 8 DDX80BT/DDX80BTM 9 5 5 6 ALL 8 9 6:9 LB E D C B A C B D E 0 DDX80BT/DDX80BTM

More information

untitled

untitled CLEBO PM-10S / PM-10HT Megapixel Speed Dome Camera 2/39 3/39 4/39 5/39 6/39 7/39 8/39 ON ON 1 2 3 4 5 6 7 8 9/39 ON ON 1 2 3 4 10/39 ON ON 1 2 3 4 11/39 12/39 13/39 14/39 15/39 Meg gapixel Speed Dome Camera

More information

Microsoft Word - SRA-Series Manual.doc

Microsoft Word - SRA-Series Manual.doc 사 용 설 명 서 SRA Series Professional Power Amplifier MODEL No : SRA-500, SRA-900, SRA-1300 차 례 차 례 ---------------------------------------------------------------------- 2 안전지침 / 주의사항 -----------------------------------------------------------

More information

저작자표시 - 비영리 - 변경금지 2.0 대한민국 이용자는아래의조건을따르는경우에한하여자유롭게 이저작물을복제, 배포, 전송, 전시, 공연및방송할수있습니다. 다음과같은조건을따라야합니다 : 저작자표시. 귀하는원저작자를표시하여야합니다. 비영리. 귀하는이저작물을영리목적으로이용할수없습니다. 변경금지. 귀하는이저작물을개작, 변형또는가공할수없습니다. 귀하는, 이저작물의재이용이나배포의경우,

More information

04_오픈지엘API.key

04_오픈지엘API.key 4. API. API. API..,.. 1 ,, ISO/IEC JTC1/SC24, Working Group ISO " (Architecture) " (API, Application Program Interface) " (Metafile and Interface) " (Language Binding) " (Validation Testing and Registration)"

More information

CAD 화면상에 동그란 원형 도형이 생성되었습니다. 화면상에 나타난 원형은 반지름 500인 도형입니다. 하지만 반지름이 500이라는 것은 작도자만 알고 있는 사실입니다. 반지름이 500이라는 것을 클라이언트와 작업자들에게 알려주기 위 해서는 반드시 치수가 필요하겠죠?

CAD 화면상에 동그란 원형 도형이 생성되었습니다. 화면상에 나타난 원형은 반지름 500인 도형입니다. 하지만 반지름이 500이라는 것은 작도자만 알고 있는 사실입니다. 반지름이 500이라는 것을 클라이언트와 작업자들에게 알려주기 위 해서는 반드시 치수가 필요하겠죠? 실무 인테리어를 위한 CAD 프로그램 활용 인테리어 도면 작도에 꼭 필요한 명령어 60개 Ⅷ 이번 호에서는 DIMRADIUS, DIMANGULAR, DIMTEDIT, DIMSTYLE, QLEADER, 5개의 명령어를 익히도록 하겠다. 라경모 온라인 설계 서비스 업체 '도면창고' 대 표를 지낸 바 있으며, 현재 나인슈타인 을 설립해 대표 를맡고있다. E-Mail

More information

14.531~539(08-037).fm

14.531~539(08-037).fm G Journal of the Korea Concrete Institute Vol. 20, No. 4, pp. 531~539, August, 2008 š x y w m š gj p { sƒ z 1) * 1) w w Evaluation of Flexural Strength for Normal and High Strength Concrete with Hooked

More information

PowerPoint Presentation

PowerPoint Presentation Experience Education Simple Steel Structure Session_ Contents Step Modeling Step Load & Boundary Step Perform Analysis Step 4 Perform Design Step 5 Generate Drawing Step 6 Generate Report Step 7 Export

More information

歯메뉴얼v2.04.doc

歯메뉴얼v2.04.doc 1 SV - ih.. 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 - - - 23 24 R S T G U V W P1 P2 N R S T G U V W P1 P2 N R S T G U V W P1 P2 N 25 26 DC REACTOR(OPTION) DB UNIT(OPTION) 3 φ 220/440 V 50/60

More information

CD-6208_SM(new)

CD-6208_SM(new) Digital Amplifier MA-110 CONTENTS Specifications... 1 Electrical parts list... 2 top and bottom view of p.c. board... 10 Application... 12 block Diagram... 13 Schematic Diagram... 14 Exploded view of cabinet

More information

PowerSHAPE 따라하기 Calculate 버튼을 클릭한다. Close 버튼을 눌러 미러 릴리프 페이지를 닫는다. D 화면을 보기 위하여 F 키를 누른다. - 모델이 다음과 같이 보이게 될 것이다. 열매 만들기 Shape Editor를 이용하여 열매를 만들어 보도록

PowerSHAPE 따라하기 Calculate 버튼을 클릭한다. Close 버튼을 눌러 미러 릴리프 페이지를 닫는다. D 화면을 보기 위하여 F 키를 누른다. - 모델이 다음과 같이 보이게 될 것이다. 열매 만들기 Shape Editor를 이용하여 열매를 만들어 보도록 PowerSHAPE 따라하기 가구 장식 만들기 이번 호에서는 ArtCAM V를 이용하여 가구 장식물에 대해서 D 조각 파트를 생성해 보도록 하겠다. 중심 잎 만들기 투 레일 스윕 기능을 이용하여 개의 잎을 만들어보도록 하겠다. 미리 준비된 Wood Decoration.art 파일을 불러온다. Main Leaves 벡터 레이어를 on 시킨다. 릴리프 탭에 있는

More information

dnu.pdf

dnu.pdf ISODNU 1 ISO DNU/DNUL DNU DNUL 32 40 50 63 80 Gx G G Gy Gy G M10x1.25 M12x1.25 M16x1.5 M16x1.5 M20x1.5 M20x1.5 [mm] 19 21 23 23 30 30 4 [MPa] 1.2 [ C] 20 80 0.6MPa [N] 482 753 1178 1870 3015 4712 415 633

More information

B64-4295-00_00_KOR.indd

B64-4295-00_00_KOR.indd KVT-54DVD KVT-54DVDM B64-495-00/00 (MW) KVT-54DVD/KVT-54DVDM 4 KVT-54DVD/KVT-54DVDM 5 6 KVT-54DVD/KVT-54DVDM % % % % 7 CD () : Folder : Audio fi 8 KVT-54DVD/KVT-54DVDM 9 4 5 4 5 6 ALL 8 9 6:9 LB A B C

More information

歯FDA6000COP.PDF

歯FDA6000COP.PDF OPERATION MANUAL AC Servo Drive FDA6000COP [OPERATION UNIT] Ver 1.0 (Soft. Ver. 8.00 ~) FDA6000C Series Servo Drive OTIS LG 1. 1.1 OPERATION UNIT FDA6000COP. UNIT, FDA6000COP,,,. 1.1.1 UP DOWN ENTER 1.1.2

More information

PowerPoint 프레젠테이션

PowerPoint 프레젠테이션 RecurDyn 의 Co-simulation 와 하드웨어인터페이스적용 2016.11.16 User day 김진수, 서준원 펑션베이솔루션그룹 Index 1. Co-simulation 이란? Interface 방식 Co-simulation 개념 2. RecurDyn 과 Co-simulation 이가능한분야별소프트웨어 Dynamics과 Control 1) RecurDyn

More information

PRO1_04E [읽기 전용]

PRO1_04E [읽기 전용] Siemens AG 1999 All rights reserved File: PRO1_04E1 Information and S7-300 2 S7-400 3 EPROM / 4 5 6 HW Config 7 8 9 CPU 10 CPU : 11 CPU : 12 CPU : 13 CPU : / 14 CPU : 15 CPU : / 16 HW 17 HW PG 18 SIMATIC

More information

2011년 10월 초판 c 2011 Sony Corporation. All rights reserved. 서면 허가 없이 전체 또는 일부를 복제하는 것을 금합니다. 기능 및 규격은 통보 없이 변경될 수 있습니다. Sony와 Sony 로고는 Sony의 상표입니다. G L

2011년 10월 초판 c 2011 Sony Corporation. All rights reserved. 서면 허가 없이 전체 또는 일부를 복제하는 것을 금합니다. 기능 및 규격은 통보 없이 변경될 수 있습니다. Sony와 Sony 로고는 Sony의 상표입니다. G L HXR-NX3D1용 3D 워크플로 가이드북 2011년 10월 초판 c 2011 Sony Corporation. All rights reserved. 서면 허가 없이 전체 또는 일부를 복제하는 것을 금합니다. 기능 및 규격은 통보 없이 변경될 수 있습니다. Sony와 Sony 로고는 Sony의 상표입니다. G Lens, Exmor, InfoLITHIUM, Memory

More information

Microsoft Word - Armjtag_문서1.doc

Microsoft Word - Armjtag_문서1.doc ARM JTAG (wiggler 호환 ) 사용방법 ( IAR EWARM 에서 ARM-JTAG 로 Debugging 하기 ) Test Board : AT91SAM7S256 IAR EWARM : Kickstart for ARM ARM-JTAG : ver 1.0 ( 씨링크테크 ) 1. IAR EWARM (Kickstart for ARM) 설치 2. Macraigor

More information

. "" "",.... :...,,....,.. :..,,,..,,...,.... 2

.  ,.... :...,,....,.. :..,,,..,,...,.... 2 RD-5405 /.. . "" "",.... :...,,....,.. :..,,,..,,...,.... 2 ..,,..,.. (,,,, )......,...,., ( ),,,,.,. (, )..,...... BD/DVD CD TV, VCR,........ (+, -).,,..... 3 ... 2... 3....3... 5... 9... 10...11...11...

More information

untitled

untitled Huvitz Digital Microscope HDS-5800 Dimensions unit : mm Huvitz Digital Microscope HDS-5800 HDS-MC HDS-SS50 HDS-TS50 SUPERIORITY Smart Optical Solutions for You! Huvitz Digital Microscope HDS-5800 Contents

More information

untitled

untitled R&S Power Viewer Plus For NRP Sensor 1.... 3 2....5 3....6 4. R&S NRP...7 -.7 - PC..7 - R&S NRP-Z4...8 - R&S NRP-Z3... 8 5. Rohde & Schwarz 10 6. R&S Power Viewer Plus.. 11 6.1...12 6.2....13 - File Menu...

More information

EM300_Manual.indd

EM300_Manual.indd 보증서 재중 (WITH WARRANTY CARD) EM30020100702 준 비(안전을 위한 주의사항) 안전을 위한 주의사항 샤프 전자사전을 구입해 주셔서 대단히 감사합니다. 안전하게 기기를 사용하기 위해 안전을 위한 주의사항을 반드시 읽어 주십시오. TFT 컬러LCD에 관하여 TFT 컬러 LCD는 매우 정밀한 기술로 만들어졌습니다. 화면에서 밝거나 어두운

More information

<353920C0B1B1E2BFEB2DB0E6B0F1C0DCB1B320BBF3BACEB1B8C1B6C0C720C8DA2E687770>

<353920C0B1B1E2BFEB2DB0E6B0F1C0DCB1B320BBF3BACEB1B8C1B6C0C720C8DA2E687770> Journal of the Korea Academia-Industrial cooperation Society Vol. 14, No. 4 pp. 2000-2005, 2013 http://dx.doi.org/10.5762/kais.2013.14.4.2000 경골잔교 상부구조의 휨 및 비틀림에 대한 구조 안전성 검토 함규성 1, 임남형 2, 박종섭 3, 윤기용 1*

More information

ARMBOOT 1

ARMBOOT 1 100% 2003222 : : : () PGPnet 1 (Sniffer) 1, 2,,, (Sniffer), (Sniffer),, (Expert) 3, (Dashboard), (Host Table), (Matrix), (ART, Application Response Time), (History), (Protocol Distribution), 1 (Select

More information

Microsoft Word - ntasFrameBuilderInstallGuide2.5.doc

Microsoft Word - ntasFrameBuilderInstallGuide2.5.doc NTAS and FRAME BUILDER Install Guide NTAS and FRAME BUILDER Version 2.5 Copyright 2003 Ari System, Inc. All Rights reserved. NTAS and FRAME BUILDER are trademarks or registered trademarks of Ari System,

More information

TRIBON 실무 DRAFT 편 조선전용 CAD에 대한 기초적인 사용 방법 기술 기술지원팀

TRIBON 실무 DRAFT 편 조선전용 CAD에 대한 기초적인 사용 방법 기술 기술지원팀 TRIBON 실무 DRAFT 편 조선전용 CAD에 대한 기초적인 사용 방법 기술 기술지원팀 1. 1-1) TRIBON 1-2) 2D DRAFTING OVERVIEW 1-3) Equipment Pipes Cables Systems Stiffeners Blocks Assemblies Panels Brackets DRAWINGS TRIBON Model Model

More information

#SC-7300..

#SC-7300.. Ref. Parts Note Name of Parts 35 36 N-2 N-3 N-4 N-6 N-7 N-8 N-5 N-1 N-39 N-41 N-40 N-40 N-38 N-38 N-37 N-15 N-16 N-16 N-35 N-36 N-34 N-36 N-30 N-28 N-31 N-32 N-33 N-29 N-17 N-20 N-21 N-23 N-23-1 N-26 N-18

More information

목차 BUG offline replicator 에서유효하지않은로그를읽을경우비정상종료할수있다... 3 BUG 각 partition 이서로다른 tablespace 를가지고, column type 이 CLOB 이며, 해당 table 을 truncate

목차 BUG offline replicator 에서유효하지않은로그를읽을경우비정상종료할수있다... 3 BUG 각 partition 이서로다른 tablespace 를가지고, column type 이 CLOB 이며, 해당 table 을 truncate ALTIBASE HDB 6.1.1.5.6 Patch Notes 목차 BUG-39240 offline replicator 에서유효하지않은로그를읽을경우비정상종료할수있다... 3 BUG-41443 각 partition 이서로다른 tablespace 를가지고, column type 이 CLOB 이며, 해당 table 을 truncate 한뒤, hash partition

More information

VOL.76.2008/2 Technical SmartPlant Materials - Document Management SmartPlant Materials에서 기본적인 Document를 관리하고자 할 때 필요한 세팅, 파일 업로드 방법 그리고 Path Type인 Ph

VOL.76.2008/2 Technical SmartPlant Materials - Document Management SmartPlant Materials에서 기본적인 Document를 관리하고자 할 때 필요한 세팅, 파일 업로드 방법 그리고 Path Type인 Ph 인터그래프코리아(주)뉴스레터 통권 제76회 비매품 News Letters Information Systems for the plant Lifecycle Proccess Power & Marine Intergraph 2008 Contents Intergraph 2008 SmartPlant Materials Customer Status 인터그래프(주) 파트너사

More information

ELECTRICAL PARTS LIST (CA-6215) Ref No. Part No. Description Value Qty AMP B'D ( B ) C1406 C CAP NPP POLY 152J 2J 152P 2 C140

ELECTRICAL PARTS LIST (CA-6215) Ref No. Part No. Description Value Qty AMP B'D ( B ) C1406 C CAP NPP POLY 152J 2J 152P 2 C140 2 C H P O W E R E D MIXER CA-6215 ELECTRICAL PARTS LIST (CA-6215) Ref No. Part No. Description Value Qty AMP B'D ( 4003487400B ) C1406 C1506 3698152198 CAP NPP POLY 152J 2J 152P 2 C1408 C1508 3678050177

More information

목차 제 1 장 inexio Touch Driver소개... 3 1.1 소개 및 주요 기능... 3 1.2 제품사양... 4 제 2 장 설치 및 실행... 5 2.1 설치 시 주의사항... 5 2.2 설치 권고 사양... 5 2.3 프로그램 설치... 6 2.4 하드웨

목차 제 1 장 inexio Touch Driver소개... 3 1.1 소개 및 주요 기능... 3 1.2 제품사양... 4 제 2 장 설치 및 실행... 5 2.1 설치 시 주의사항... 5 2.2 설치 권고 사양... 5 2.3 프로그램 설치... 6 2.4 하드웨 최종 수정일: 2010.01.15 inexio 적외선 터치스크린 사용 설명서 [Notes] 본 매뉴얼의 정보는 예고 없이 변경될 수 있으며 사용된 이미지가 실제와 다를 수 있습니다. 1 목차 제 1 장 inexio Touch Driver소개... 3 1.1 소개 및 주요 기능... 3 1.2 제품사양... 4 제 2 장 설치 및 실행... 5 2.1 설치 시

More information

1

1 7차시. 이즐리와 택시도를 활용한 인포그래픽 제작 1. 이즐리 사이트에 대해 알아보고 사용자 메뉴 익히기 01. 이즐리(www.easel.ly) 사이트 접속하기 인포그래픽 제작을 위한 이즐리 사이트는 무료로 제공되는 템플릿을 이용하여 간편하게 인포그래 픽을 만들 수 있는 사이트입니 이즐리는 유료, 무료 구분이 없는 장점이 있으며 다른 인포그래픽 제작 사이트보다

More information

2005CG01.PDF

2005CG01.PDF Computer Graphics # 1 Contents CG Design CG Programming 2005-03-10 Computer Graphics 2 CG science, engineering, medicine, business, industry, government, art, entertainment, advertising, education and

More information

제 9 도는 6제어항목의 세팅목표의 보기가 표시된 레이더 챠트(radar chart). 제 10 도는 제 6 도의 함수블럭(1C)에서 사용되는 각종 개성화 함수의 보기를 표시하는 테이블. 제 11a 도 제 11c 도까지는 각종 조건에 따라 제공되는 개성화함수의 변화의

제 9 도는 6제어항목의 세팅목표의 보기가 표시된 레이더 챠트(radar chart). 제 10 도는 제 6 도의 함수블럭(1C)에서 사용되는 각종 개성화 함수의 보기를 표시하는 테이블. 제 11a 도 제 11c 도까지는 각종 조건에 따라 제공되는 개성화함수의 변화의 (19) 대한민국특허청(KR) (12) 특허공보(B1) (51) Int. Cl. 5 B66B 1/18 (45) 공고일자 1993년09월28일 (11) 공고번호 특1993-0009339 (21) 출원번호 특1989-0002580 (65) 공개번호 특1989-0014358 (22) 출원일자 1989년03월02일 (43) 공개일자 1989년10월23일 (30) 우선권주장

More information

K7VT2_QIG_v3

K7VT2_QIG_v3 1......... 2 3..\ 4 5 [R] : Enter Raid setup utility 6 Press[A]keytocreateRAID RAID Type: JBOD RAID 0 RAID 1: 2 7 " RAID 0 Auto Create Manual Create: 2 RAID 0 Block Size: 16K 32K

More information

목차 1. 시스템요구사항 암호및힌트설정 ( 윈도우 ) JetFlash Vault 시작하기 ( 윈도우 ) JetFlash Vault 옵션 ( 윈도우 )... 9 JetFlash Vault 설정... 9 JetFlash Vault

목차 1. 시스템요구사항 암호및힌트설정 ( 윈도우 ) JetFlash Vault 시작하기 ( 윈도우 ) JetFlash Vault 옵션 ( 윈도우 )... 9 JetFlash Vault 설정... 9 JetFlash Vault 사용자매뉴얼 JetFlash Vault 100 ( 버전 1.0) 1 목차 1. 시스템요구사항... 3 2. 암호및힌트설정 ( 윈도우 )... 3 3. JetFlash Vault 시작하기 ( 윈도우 )... 7 4. JetFlash Vault 옵션 ( 윈도우 )... 9 JetFlash Vault 설정... 9 JetFlash Vault 찾아보기... 10 JetFlash

More information

08.hwp

08.hwp 박 기 식 여주대학 토목과 (2001. 10. 24. 접수 / 2002. 6. 14. 채택) A Study on the Longitudinal Vibration of Finite Elastic Medium using Laboratory Test Ki-Shik Park Department of Civil Engineering, Yeojoo Institute of

More information

<4D6963726F736F667420506F776572506F696E74202D2028B9DFC7A5BABB2920C5C2BEE7B1A420B8F0B5E220C8BFC0B220BDC7C1F520BDC3BDBAC5DB5FC7D1B1B94E4920C0B1B5BFBFF85F3230313020505620576F726C6420466F72756D>

<4D6963726F736F667420506F776572506F696E74202D2028B9DFC7A5BABB2920C5C2BEE7B1A420B8F0B5E220C8BFC0B220BDC7C1F520BDC3BDBAC5DB5FC7D1B1B94E4920C0B1B5BFBFF85F3230313020505620576F726C6420466F72756D> 태양광 모듈 효율 실증 테스트 시스템 National Instrument Korea 전략마케팅 / 팀장 윤 동 원 1 회사 소개 소재: 미국 텍사스 오스틴 설립일: 1976년 지사 및 직원: 40여 개국의 지사, 4,300명의 직원 2007년 매출: $740M R&D 투자: 1) 사업비의 16% R&D 투자 2) 1,400명 이상의 R&D인력 대표 제품: LabVIEW,

More information

PowerPoint 프레젠테이션

PowerPoint 프레젠테이션 탄성체역학 pplied Theory of lasticity Week07: 전단력과휨모멘트 (1) 토목안전환경공학과 옥승용 2 Class Schedule(1) Week Topics Remarks 01 Introduction to class Ch. 1 02 Tensile, Compressive and Shear orces (1) Ch. 1 03 Tensile,

More information

7 LAMPS For use on a flat surface of a type 1 enclosure File No. E Pilot Lamp File No. E Type Classification Diagram - BULB Type Part Mate

7 LAMPS For use on a flat surface of a type 1 enclosure File No. E Pilot Lamp File No. E Type Classification Diagram - BULB Type Part Mate 7 LAMPS For use on a flat surface of a type 1 enclosure File No. E242380 Pilot Lamp File No. E242380 Type Classification Diagram - BULB Type Part Materials 226 YongSung Electric Co., Ltd. LAMPS

More information

14. 12.응용A2013-228..-수정.hwp

14.    12.응용A2013-228..-수정.hwp Trans. Korean Soc. Mech. Eng. A, Vol. 37, No. 12, pp. 1547~1557, 2013 1547 < 응용논문> DOI http//dx.doi.org/10.3795/ksme-a.2013.37.12.1547 ISSN 1226-4873(Print) 2288-5226(Online) 전단변형과 시간변화 이동자기력을 고려한 레일의

More information

Mentor_PCB설계입문

Mentor_PCB설계입문 Mentor MCM, PCB 1999, 03, 13 (daedoo@eeinfokaistackr), (kkuumm00@orgionet) KAIST EE Terahertz Media & System Laboratory MCM, PCB (mentor) : da & Summary librarian jakup & package jakup & layout jakup &

More information

A 001~A 036

A 001~A 036 4 3 2 0 8 91 0 1 2 3 4 5 6 08 09 00 01 02 03 04 18 19 10 29 20 22 23 39 30 31 32 33 48 49 40 41 59 50 69 1 2 3 4 1 2 3 4 1 4 7 10 13 1 2 3 4 5 6 rev. C C r C a f h f h L h h nrpm f h f n L C 3 P L

More information

좋은 사진 찍는 방법

좋은 사진 찍는 방법 Based on Photo Zone by Klaus Schroiff (Klaus@photozone.de) Translation & Edit by Jihoon Jason Wang (DS2SJT / jasonw@korea.com) - Prologue.. And.. special thanks to Klaus Jason Jihoon Wang (jasonw@korea.com)

More information

Remote UI Guide

Remote UI Guide Remote UI KOR Remote UI Remote UI PDF Adobe Reader/Adobe Acrobat Reader. Adobe Reader/Adobe Acrobat Reader Adobe Systems Incorporated.. Canon. Remote UI GIF Adobe Systems Incorporated Photoshop. ..........................................................

More information

Manufacturing6

Manufacturing6 σ6 Six Sigma, it makes Better & Competitive - - 200138 : KOREA SiGMA MANAGEMENT C G Page 2 Function Method Measurement ( / Input Input : Man / Machine Man Machine Machine Man / Measurement Man Measurement

More information

TEL:02)861-1175, FAX:02)861-1176 , REAL-TIME,, ( ) CUSTOMER. CUSTOMER REAL TIME CUSTOMER D/B RF HANDY TEMINAL RF, RF (AP-3020) : LAN-S (N-1000) : LAN (TCP/IP) RF (PPT-2740) : RF (,RF ) : (CL-201)

More information

DCR-HC15

DCR-HC15 3-089-848-42(1) DCR-HC15 2004 Sony Corporation 2 1 2 3 4 5 6 7 8 1 5 6 2 7 3 4 8 3 c 4 5 6 c 7 3 2 v 1 Z 2 3 1 2 8 1 2 3 4 1 2 3 9 10 [a] [b] [c] [d] [a] [b] [c] [d] 11 (1) (2) (1) (2) 12 (1) (2) v (3)

More information

歯320.PDF

歯320.PDF Thermo Orion Model 320 PerpHecT Meter I. 1 II. A. 2 B. Keypad 3 III. A. 4 B. 4 IV. A. 5 B. 5 C. setup 6 V. ph A. 7 B. ph 8 VI. LogR ph A. 10 B. LogR? 11 C. LogR 12 VII. mv/ ORP/ A. mv 13 B. (, ) 13 VIII.

More information

12하이브리드브로셔-국문

12하이브리드브로셔-국문 http://hystec.koced.net Hybrid Structural Testing Center 하이브리드구조실험센터장 박영석 2 3 센터소개 - KOCED CMI : http://www.koced.net 구분 이름 업무 전화번호 E-mail 센터장 박영석 총괄 031-324-1061 pys@mju.ac.kr 부센터장 김철영 기획 031-324-1062

More information

2 PX-8000과 RM-8000/LM-8000등의 관련 제품은 시스템의 간편한 설치와 쉬운 운영에 대한 고급 기술을 제공합니다. 또한 뛰어난 확장성으로 사용자가 요구하는 시스템을 손쉽게 구현할 수 있습니다. 메인컨트롤러인 PX-8000의 BGM입력소스를 8개의 로컬지

2 PX-8000과 RM-8000/LM-8000등의 관련 제품은 시스템의 간편한 설치와 쉬운 운영에 대한 고급 기술을 제공합니다. 또한 뛰어난 확장성으로 사용자가 요구하는 시스템을 손쉽게 구현할 수 있습니다. 메인컨트롤러인 PX-8000의 BGM입력소스를 8개의 로컬지 PX-8000 SYSTEM 8 x 8 Audio Matrix with Local Control 2 PX-8000과 RM-8000/LM-8000등의 관련 제품은 시스템의 간편한 설치와 쉬운 운영에 대한 고급 기술을 제공합니다. 또한 뛰어난 확장성으로 사용자가 요구하는 시스템을 손쉽게 구현할 수 있습니다. 메인컨트롤러인 PX-8000의 BGM입력소스를 8개의 로컬지역에

More information

P/N: (Dec. 2003)

P/N: (Dec. 2003) P/N: 5615 1451 0014 (Dec. 2003) iii 1... 1...1...1...2...3...4...4...5...6...6...7...8...8...8...9...11...11...11 2... 13...13...14...14...15...16...17...18 ... 19... 20... 20... 22... 22... 24 3 Pocket

More information

DV690-N_KOR_110216.indd

DV690-N_KOR_110216.indd P/NO : MFL63266772 3 1 4 1 5 7 1 2 3 4 5 6 7 6 1 7 7 r t y u i - - - -, 7 1, 8 1 1 3 6 8 10 11 13? 12 14 15 16 17 18 a 1 b B c d e f c/v g C/V h M i Z j z k l 2 4 5 7 9 m w/s/a/d n b o p x q [ ] } r?

More information

untitled

untitled 전방향카메라와자율이동로봇 2006. 12. 7. 특허청전기전자심사본부유비쿼터스심사팀 장기정 전방향카메라와자율이동로봇 1 Omnidirectional Cameras 전방향카메라와자율이동로봇 2 With Fisheye Lens 전방향카메라와자율이동로봇 3 With Multiple Cameras 전방향카메라와자율이동로봇 4 With Mirrors 전방향카메라와자율이동로봇

More information

산선생의 집입니다. 환영해요

산선생의 집입니다. 환영해요 Biped Walking Robot Biped Walking Robot Simulation Program Down(Visual Studio 6.0 ) ). Version.,. Biped Walking Robot - Project Degree of Freedom : 12(,,, 12) :,, : Link. Kinematics. 1. Z (~ Diablo Set

More information

Vertical Probe Card Technology Pin Technology 1) Probe Pin Testable Pitch:03 (Matrix) Minimum Pin Length:2.67 High Speed Test Application:Test Socket

Vertical Probe Card Technology Pin Technology 1) Probe Pin Testable Pitch:03 (Matrix) Minimum Pin Length:2.67 High Speed Test Application:Test Socket Vertical Probe Card for Wafer Test Vertical Probe Card Technology Pin Technology 1) Probe Pin Testable Pitch:03 (Matrix) Minimum Pin Length:2.67 High Speed Test Application:Test Socket Life Time: 500000

More information

歯A1.1함진호.ppt

歯A1.1함진호.ppt The Overall Architecture of Optical Internet ETRI ? ? Payload Header Header Recognition Processing, and Generation A 1 setup 1 1 C B 2 2 2 Delay line Synchronizer New Header D - : 20Km/sec, 1µsec200 A

More information

공학박사학위 논문 운영 중 터널확대 굴착시 지반거동 특성분석 및 프로텍터 설계 Ground Behavior Analysis and Protector Design during the Enlargement of a Tunnel in Operation 2011년 2월 인하대

공학박사학위 논문 운영 중 터널확대 굴착시 지반거동 특성분석 및 프로텍터 설계 Ground Behavior Analysis and Protector Design during the Enlargement of a Tunnel in Operation 2011년 2월 인하대 저작자표시-비영리-동일조건변경허락 2.0 대한민국 이용자는 아래의 조건을 따르는 경우에 한하여 자유롭게 이 저작물을 복제, 배포, 전송, 전시, 공연 및 방송할 수 있습니다. 이차적 저작물을 작성할 수 있습니다. 다음과 같은 조건을 따라야 합니다: 저작자표시. 귀하는 원저작자를 표시하여야 합니다. 비영리. 귀하는 이 저작물을 영리 목적으로 이용할 수 없습니다.

More information

334 退 溪 學 과 儒 敎 文 化 第 55 號 角 說 에서는 뿔이 난 말과 고양이라는 기형의 동물을 소재로 하여 당대 정치 상 황을 비판하였고, 白 黑 難 에서는 선과 악을 상징하는 색깔인 白 과 黑 이 서로 벌이 는 문답을 통하여 옳고 그름의 가치관이 전도된 현실세

334 退 溪 學 과 儒 敎 文 化 第 55 號 角 說 에서는 뿔이 난 말과 고양이라는 기형의 동물을 소재로 하여 당대 정치 상 황을 비판하였고, 白 黑 難 에서는 선과 악을 상징하는 색깔인 白 과 黑 이 서로 벌이 는 문답을 통하여 옳고 그름의 가치관이 전도된 현실세 南 坡 洪 宇 遠 의 논설류 산문 연구 禹 芝 英 *1) 차 례. 서론. 친근한 소재를 통한 공감의 확대. 문답의 서술방식을 통한 논리성의 강화. 우언의 서술방식을 통한 현실 비판. 결론 국문초록 南 坡 洪 宇 遠 은 仁 祖 에서 肅 宗 연간에 활동한 문인 관료이다. 홍우원의 문집인 南 坡 集 은 시와 상소문이 대부분의 비중을 차지하고, 記 說 序 등의 산문

More information

Microsoft Word - Installation and User Manual_CMD V2.2_.doc

Microsoft Word - Installation and User Manual_CMD V2.2_.doc CARDMATIC CMD INSTALLATION MANUAL 씨앤에이씨스템(C&A SYSTEM Co., Ltd.) 본사 : 서울특별시 용산구 신계동 24-1(금양빌딩 2층) TEL. (02)718-2386( 代 ) FAX. (02) 701-2966 공장/연구소 : 경기도 고양시 일산동구 백석동 1141-2 유니테크빌 324호 TEL. (031)907-1386

More information

untitled

untitled X-Ray FLUORESCENCE NON-DESSTRUCTIVE & NON-CONTAC COATING THICKNESS TESTER EX-3000 Ex WIN Ver.1.00 INSTRUCTION MANUAL ELEC FINE INSTRUMENTS CO., LTD 2-31-5 CHUO, NAKANO-KU, TOKYO, JAPAN PHONE : (03) 3365-4411

More information

MPAL-VI-Pneu_BES_V_ a_ k1

MPAL-VI-Pneu_BES_V_ a_ k1 MPAL-VI 755054 2017-07a [8073531] MPAL-VI MPAL-VI-KO TORX, IO-Link (). : :, : 1. / 2 Festo MPAL-VI-KO 2017-07a MPAL-VI... 7... 7... 8... 8... 8 1... 9 1.1... 9 1.2... 9 1.3... 9 1.3.1... 9 1.3.2... 10

More information

歯PLSQL10.PDF

歯PLSQL10.PDF 10 - SQL*Pl u s Pl / SQL - SQL*P lus 10-1 1 0.1 PL/ SQL SQL*Pl u s. SQL*P lus 10-2 1 0.2 S QL* Pl u s PL/ S QL SQL*Pl u s, Pl / SQL. - PL/ SQL (i npu t ), (s t or e ), (r un). - PL/ SQL s cr i pt,,. -

More information

경우 1) 80GB( 원본 ) => 2TB( 복사본 ), 원본 80GB 는 MBR 로디스크초기화하고 NTFS 로포맷한경우 복사본 HDD 도 MBR 로디스크초기화되고 80GB 만큼포맷되고나머지영역 (80GB~ 나머지부분 ) 은할당되지않음 으로나온다. A. Window P

경우 1) 80GB( 원본 ) => 2TB( 복사본 ), 원본 80GB 는 MBR 로디스크초기화하고 NTFS 로포맷한경우 복사본 HDD 도 MBR 로디스크초기화되고 80GB 만큼포맷되고나머지영역 (80GB~ 나머지부분 ) 은할당되지않음 으로나온다. A. Window P Duplicator 는기본적으로원본하드디스크를빠르게복사본하드디스크에복사하는기능을하는것입니다.. 복사본 하드디스크가원본하드디스크와똑같게하는것을목적으로하는것이어서저용량에서고용량으로복사시몇 가지문제점이발생할수있습니다. 하드디스크는사용하려면, 디스크초기화를한후에포맷을해야사용가능합니다. Windows PC는 MBR과 GPT 2 개중에 1개로초기화합니다. -Windows

More information

Oracle Database 10g: Self-Managing Database DB TSC

Oracle Database 10g: Self-Managing Database DB TSC Oracle Database 10g: Self-Managing Database DB TSC Agenda Overview System Resource Application & SQL Storage Space Backup & Recovery ½ Cost ? 6% 12 % 6% 6% 55% : IOUG 2001 DBA Survey ? 6% & 12 % 6% 6%

More information

歯삼성SDI개요

歯삼성SDI개요 The problem statement Air LOSS. LOSS. The problem statement The problem statement The Goal statement Base Line 1,864 / Goal 1,677 / Entitlement 1,584 / 2001 LOSS 10% Define of Physical Output Defining

More information

MF5900 Series MF Driver Installation Guide

MF5900 Series MF Driver Installation Guide 한국어 MF 드라이버설치설명서 사용자소프트웨어 CD-ROM................................................ 1.................................................................... 1..............................................................................

More information

歯Trap관련.PDF

歯Trap관련.PDF Rev 1 Steam Trap Date `000208 Page 1 of 18 1 2 2 Application Definition 2 21 Drip Trap, Tracer Trap, 2 22 Steam Trap 3 3 Steam Trap 7 4 Steam Trap Sizing 8 41 Drip Trap 8 42 Tracer Trap 8 43 Process Trap

More information

정봉수.PDF

정봉수.PDF A pplic ation of Continu ou s P re fle x Com po s it e Girder to Rig id F ram e by V ertic al Lo adin g 2001 2 A pplic ation of Continu ou s P re fle x Com po s it e Girder to Rig id F ram e by V ertic

More information