Đồ án tốt nghiệp Điện tự động công nghiệp: Thiết kế cung cấp điện cho khách sạn Princess

88 0 0
Đồ án tốt nghiệp Điện tự động công nghiệp: Thiết kế cung cấp điện cho khách sạn Princess

Đang tải... (xem toàn văn)

Tài liệu hạn chế xem trước, để xem đầy đủ mời bạn chọn Tải xuống

Thông tin tài liệu

Đồ án tốt nghiệp Thiết kế cung cấp điện cho khách sạn Princess trình bày những nội dung về: tổng quan cung cấp điện cho khách sạn Princess (12 tầng); tính toán phụ tải điện cho khách sạn Princess (12 tầng); phương án cung cấp điện cho khách sạn Princess (12 tầng); chọn dây dẫn, chọn thiết bị bảo vệ cho khách sạn Princess (12 tầng); tính toán sụt áp... Đề tài Hoàn thiện công tác quản trị nhân sự tại Công ty TNHH Mộc Khải Tuyên được nghiên cứu nhằm giúp công ty TNHH Mộc Khải Tuyên làm rõ được thực trạng công tác quản trị nhân sự trong công ty như thế nào từ đó đề ra các giải pháp giúp công ty hoàn thiện công tác quản trị nhân sự tốt hơn trong thời gian tới.

/** * @param args the command line arguments */ public static void main(String args[]) { /* Set the Nimbus look and feel */ // /* If Nimbus (introduced in Java SE 6) is not available, stay with the default look and feel * For details see http://download.oracle.com/javase/tutorial/uiswing/lookandfeel/plaf.html */ try { for (javax.swing.UIManager.LookAndFeelInfo info : javax.swing.UIManager.getInstalledLookAndFeels()) { if ("Nimbus".equals(info.getName())) { javax.swing.UIManager.setLookAndFeel(info.getClassName()); break; } } } catch (ClassNotFoundException ex) { java.util.logging.Logger.getLogger(Show.class.getName()).log(java.util.logging.Level SEVERE, null, ex); } catch (InstantiationException ex) { java.util.logging.Logger.getLogger(Show.class.getName()).log(java.util.logging.Level SEVERE, null, ex); } catch (IllegalAccessException ex) { java.util.logging.Logger.getLogger(Show.class.getName()).log(java.util.logging.Level SEVERE, null, ex); } catch (javax.swing.UnsupportedLookAndFeelException ex) { java.util.logging.Logger.getLogger(Show.class.getName()).log(java.util.logging.Level SEVERE, null, ex); } // /* Create and display the form */ java.awt.EventQueue.invokeLater(new Runnable() { public void run() { new Show().setVisible(true); } }); } // Variables declaration - not modify//GEN-BEGIN:variables private javax.swing.JLabel jLabel2; private javax.swing.JPanel jPanel1; // End of variables declaration//GEN-END:variables } BỘ GIÁO DỤC VÀ ĐÀO TẠO TRƯỜNG ĐẠI HỌC QUẢN LÝ VÀ CƠNG NGHỆ HẢI PHỊNG - ĐỒ ÁN TỐT NGHIỆP NGÀNH ĐIỆN TỰ ĐỘNG CÔNG NGHIỆP Sinh viên : Trần Xuân Bách Giảng viên hướng dẫn: Th.s Nguyễn Đồn Phong HẢI PHỊNG – 2020 /** * @param args the command line arguments */ public static void main(String args[]) { /* Set the Nimbus look and feel */ // /* If Nimbus (introduced in Java SE 6) is not available, stay with the default look and feel * For details see http://download.oracle.com/javase/tutorial/uiswing/lookandfeel/plaf.html */ try { for (javax.swing.UIManager.LookAndFeelInfo info : javax.swing.UIManager.getInstalledLookAndFeels()) { if ("Nimbus".equals(info.getName())) { javax.swing.UIManager.setLookAndFeel(info.getClassName()); break; } } } catch (ClassNotFoundException ex) { java.util.logging.Logger.getLogger(Show.class.getName()).log(java.util.logging.Level SEVERE, null, ex); } catch (InstantiationException ex) { java.util.logging.Logger.getLogger(Show.class.getName()).log(java.util.logging.Level SEVERE, null, ex); } catch (IllegalAccessException ex) { java.util.logging.Logger.getLogger(Show.class.getName()).log(java.util.logging.Level SEVERE, null, ex); } catch (javax.swing.UnsupportedLookAndFeelException ex) { java.util.logging.Logger.getLogger(Show.class.getName()).log(java.util.logging.Level SEVERE, null, ex); } // /* Create and display the form */ java.awt.EventQueue.invokeLater(new Runnable() { public void run() { new Show().setVisible(true); } }); } BỘ GIÁO DỤC VÀ ĐÀO TẠO // Variables declaration - not modify//GEN-BEGIN:variables private javax.swing.JLabel jLabel2; private javax.swing.JPanel jPanel1; // End of variables declaration//GEN-END:variables } TRƯỜNG ĐẠI HỌC QUẢN LÝ VÀ CÔNG NGHỆ HẢI PHÒNG - ĐỀ TÀI: THIẾT KẾ CUNG CẤP ĐIỆN CHO KHÁCH SẠN PRINCESS ĐỒ ÁN TỐT NGHIỆP ĐẠI HỌC HỆ CHÍNH QUY NGÀNH ĐIỆN TỰ ĐỘNG CÔNG NGHIỆP Sinh viên : Trần Xuân Bách Giảng viên hướng dẫn: Th.s Nguyễn Đoàn Phong HẢI PHÒNG – 2020 /** * @param args the command line arguments */ public static void main(String args[]) { /* Set the Nimbus look and feel */ // /* If Nimbus (introduced in Java SE 6) is not available, stay with the default look and feel * For details see http://download.oracle.com/javase/tutorial/uiswing/lookandfeel/plaf.html */ try { for (javax.swing.UIManager.LookAndFeelInfo info : javax.swing.UIManager.getInstalledLookAndFeels()) { if ("Nimbus".equals(info.getName())) { javax.swing.UIManager.setLookAndFeel(info.getClassName()); break; } } } catch (ClassNotFoundException ex) { java.util.logging.Logger.getLogger(Show.class.getName()).log(java.util.logging.Level SEVERE, null, ex); } catch (InstantiationException ex) { java.util.logging.Logger.getLogger(Show.class.getName()).log(java.util.logging.Level SEVERE, null, ex); } catch (IllegalAccessException ex) { java.util.logging.Logger.getLogger(Show.class.getName()).log(java.util.logging.Level SEVERE, null, ex); } catch (javax.swing.UnsupportedLookAndFeelException ex) { java.util.logging.Logger.getLogger(Show.class.getName()).log(java.util.logging.Level SEVERE, null, ex); } // BỘ GIÁO DỤC VÀ ĐÀO TẠO TRƯỜNG ĐẠI HỌC QUẢN LÝ VÀ CƠNG NGHỆ HẢI PHỊNG NHIỆM VỤ ĐỀ TÀI TỐT NGHIỆP Sinh viên : Trần Xuân Bách MSV: 1612102014 Lớp : DC2001 Nghành : Điện Tự Động Công Nghiệp Tên đề tài: Thiết kế cung cấp điện cho khách sạn Princess /* Create and display the form */ java.awt.EventQueue.invokeLater(new Runnable() { public void run() { new Show().setVisible(true); } }); } // Variables declaration - not modify//GEN-BEGIN:variables private javax.swing.JLabel jLabel2; private javax.swing.JPanel jPanel1; // End of variables declaration//GEN-END:variables } /** * @param args the command line arguments */ public static void main(String args[]) { /* Set the Nimbus look and feel */ // /* If Nimbus (introduced in Java SE 6) is not available, stay with the default look and feel * For details see http://download.oracle.com/javase/tutorial/uiswing/lookandfeel/plaf.html */ try { for (javax.swing.UIManager.LookAndFeelInfo info : javax.swing.UIManager.getInstalledLookAndFeels()) { if ("Nimbus".equals(info.getName())) { javax.swing.UIManager.setLookAndFeel(info.getClassName()); break; } } } catch (ClassNotFoundException ex) { java.util.logging.Logger.getLogger(Show.class.getName()).log(java.util.logging.Level SEVERE, null, ex); } catch (InstantiationException ex) { java.util.logging.Logger.getLogger(Show.class.getName()).log(java.util.logging.Level SEVERE, null, ex); } catch (IllegalAccessException ex) { java.util.logging.Logger.getLogger(Show.class.getName()).log(java.util.logging.Level SEVERE, null, ex); } catch (javax.swing.UnsupportedLookAndFeelException ex) { java.util.logging.Logger.getLogger(Show.class.getName()).log(java.util.logging.Level SEVERE, null, ex); } // NHIỆM VỤ ĐỀ TÀI 1.Nội dung yêu cầu cần giải nhiệm vụ đề tài tốt nghiệp (về lý luận, thực tiễn, số liệu cần tính tốn vẽ) Các số liệu cần thiết để thiết kế, tính tốn 3.Địa điểm thực tập tốt nghiệp ……………… /* Create and display the form */ java.awt.EventQueue.invokeLater(new Runnable() { public void run() { new Show().setVisible(true); } }); } // Variables declaration - not modify//GEN-BEGIN:variables private javax.swing.JLabel jLabel2; private javax.swing.JPanel jPanel1; // End of variables declaration//GEN-END:variables } /** * @param args the command line arguments */ public static void main(String args[]) { /* Set the Nimbus look and feel */ // /* If Nimbus (introduced in Java SE 6) is not available, stay with the default look and feel * For details see http://download.oracle.com/javase/tutorial/uiswing/lookandfeel/plaf.html */ try { for (javax.swing.UIManager.LookAndFeelInfo info : javax.swing.UIManager.getInstalledLookAndFeels()) { if ("Nimbus".equals(info.getName())) { javax.swing.UIManager.setLookAndFeel(info.getClassName()); break; } } } catch (ClassNotFoundException ex) { java.util.logging.Logger.getLogger(Show.class.getName()).log(java.util.logging.Level SEVERE, null, ex); } catch (InstantiationException ex) { java.util.logging.Logger.getLogger(Show.class.getName()).log(java.util.logging.Level SEVERE, null, ex); } catch (IllegalAccessException ex) { java.util.logging.Logger.getLogger(Show.class.getName()).log(java.util.logging.Level SEVERE, null, ex); } catch (javax.swing.UnsupportedLookAndFeelException ex) { java.util.logging.Logger.getLogger(Show.class.getName()).log(java.util.logging.Level SEVERE, null, ex); } // CÁN BỘ HƯỚNG DẪN ĐỀ TÀI TỐT NGHIỆP Họ tên : Nguyễn Đoàn Phong Học hàm, học vị : Thạc sĩ Cơ quan công tác : Trường Đại học Quản lý Cơng nghệ Hải Phịng Nội dung hướng dẫn: Đề tài tốt nghiệp giao ngày 12 tháng 10 năm 2020 Yêu cầu phải hoàn thành xong trước ngày 31 tháng 12 năm 2020 Đã nhận nhiệm vụ Đ.T.T.N Đã giao nhiệm vụ Đ.T.T.N Sinh Viên Cán hướng dẫn Đ.T.T.N Trần Xn Bách Nguyễn Đồn Phong Hải Phịng, ngày…….tháng …… năm 2020 TRƯỞNG KHOA /* Create and display the form */ java.awt.EventQueue.invokeLater(new Runnable() { public void run() { new Show().setVisible(true); } }); } // Variables declaration - not modify//GEN-BEGIN:variables private javax.swing.JLabel jLabel2; private javax.swing.JPanel jPanel1; // End of variables declaration//GEN-END:variables } /** * @param args the command line arguments */ public static void main(String args[]) { /* Set the Nimbus look and feel */ // /* If Nimbus (introduced in Java SE 6) is not available, stay with the default look and feel * For details see http://download.oracle.com/javase/tutorial/uiswing/lookandfeel/plaf.html */ try { for (javax.swing.UIManager.LookAndFeelInfo info : javax.swing.UIManager.getInstalledLookAndFeels()) { if ("Nimbus".equals(info.getName())) { javax.swing.UIManager.setLookAndFeel(info.getClassName()); break; } } } catch (ClassNotFoundException ex) { java.util.logging.Logger.getLogger(Show.class.getName()).log(java.util.logging.Level SEVERE, null, ex); } catch (InstantiationException ex) { java.util.logging.Logger.getLogger(Show.class.getName()).log(java.util.logging.Level SEVERE, null, ex); } catch (IllegalAccessException ex) { java.util.logging.Logger.getLogger(Show.class.getName()).log(java.util.logging.Level SEVERE, null, ex); } catch (javax.swing.UnsupportedLookAndFeelException ex) { java.util.logging.Logger.getLogger(Show.class.getName()).log(java.util.logging.Level SEVERE, null, ex); } // Cộng hòa xã hội chủ nghĩa Việt Nam /* Create and display the form */ java.awt.EventQueue.invokeLater(new Runnable() { public void run() { new Show().setVisible(true); } }); } // Variables declaration - not modify//GEN-BEGIN:variables private javax.swing.JLabel jLabel2; private javax.swing.JPanel jPanel1; // End of variables declaration//GEN-END:variables } Độc lập - Tự - Hạnh phúc PHIẾU NHẬN XÉT CỦA GIẢNG VIÊN HƯỚNG DẪN TỐT NGHIỆP Họ tên giảng viên: Nguyễn Đồn Phong Đơn vị cơng tác: Trường Đại học Quản lý Cơng nghệ Hải Phịng Họ tên sinh viên: Trần Xuân Bách Chuyên ngành: Điện tự động công nghiệp Nội dung hướng dẫn : Toàn đề tài Tinh thần thái độ sinh viên trình làm đề tài tốt nghiệp Đánh giá chất lượng đồ án/khóa luận( so với nội dung yêu cầu đề nhiệm vụ Đ.T.T.N, mặt lý luận, thực tiễn, tính toán số liệu ) Ý kiến giảng viên hướng dẫn tốt nghiệp Được bảo vệ Không bảo vệ Điểm hướng dẫn Hải Phòng, ngày tháng năm 2020 Giảng viên hướng dẫn /** * @param args the command line arguments */ public static void main(String args[]) { /* Set the Nimbus look and feel */ // /* If Nimbus (introduced in Java SE 6) is not available, stay with the default look and feel * For details see http://download.oracle.com/javase/tutorial/uiswing/lookandfeel/plaf.html */ try { for (javax.swing.UIManager.LookAndFeelInfo info : javax.swing.UIManager.getInstalledLookAndFeels()) { if ("Nimbus".equals(info.getName())) { javax.swing.UIManager.setLookAndFeel(info.getClassName()); break; } } } catch (ClassNotFoundException ex) { java.util.logging.Logger.getLogger(Show.class.getName()).log(java.util.logging.Level SEVERE, null, ex); } catch (InstantiationException ex) { java.util.logging.Logger.getLogger(Show.class.getName()).log(java.util.logging.Level SEVERE, null, ex); } catch (IllegalAccessException ex) { java.util.logging.Logger.getLogger(Show.class.getName()).log(java.util.logging.Level SEVERE, null, ex); } catch (javax.swing.UnsupportedLookAndFeelException ex) { java.util.logging.Logger.getLogger(Show.class.getName()).log(java.util.logging.Level SEVERE, null, ex); } // Cộng hòa xã hội chủ nghĩa Việt Nam /* Create and display the form */ java.awt.EventQueue.invokeLater(new Runnable() { public void run() { new Show().setVisible(true); } }); } // Variables declaration - not modify//GEN-BEGIN:variables private javax.swing.JLabel jLabel2; private javax.swing.JPanel jPanel1; // End of variables declaration//GEN-END:variables } Độc lập - Tự - Hạnh phúc - PHIẾU NHẬN XÉT CỦA GIẢNG VIÊN CHẤM PHẢN BIỆN Họ tên giảng viên: Đơn vị công tác: Họ tên sinh viên: Chuyên ngành: Đề tài tốt nghiệp: Phần nhận xét giảng viên chấm phản biện: Những mặt hạn chế: Ý kiến giảng viên chấm phản biện: Được bảo vệ Không bảo vệ Điểm hướng dẫn Hải Phòng, ngày tháng năm 2020 Giảng viên chấm phản biện /** * @param args the command line arguments */ public static void main(String args[]) { /* Set the Nimbus look and feel */ // /* If Nimbus (introduced in Java SE 6) is not available, stay with the default look and feel * For details see http://download.oracle.com/javase/tutorial/uiswing/lookandfeel/plaf.html */ try { for (javax.swing.UIManager.LookAndFeelInfo info : javax.swing.UIManager.getInstalledLookAndFeels()) { if ("Nimbus".equals(info.getName())) { javax.swing.UIManager.setLookAndFeel(info.getClassName()); break; } } } catch (ClassNotFoundException ex) { java.util.logging.Logger.getLogger(Show.class.getName()).log(java.util.logging.Level SEVERE, null, ex); } catch (InstantiationException ex) { java.util.logging.Logger.getLogger(Show.class.getName()).log(java.util.logging.Level SEVERE, null, ex); } catch (IllegalAccessException ex) { java.util.logging.Logger.getLogger(Show.class.getName()).log(java.util.logging.Level SEVERE, null, ex); } catch (javax.swing.UnsupportedLookAndFeelException ex) { java.util.logging.Logger.getLogger(Show.class.getName()).log(java.util.logging.Level SEVERE, null, ex); } // MỤC LỤC /* Create and display the form */ java.awt.EventQueue.invokeLater(new Runnable() { public void run() { new Show().setVisible(true); } }); } // Variables declaration - not modify//GEN-BEGIN:variables private javax.swing.JLabel jLabel2; private javax.swing.JPanel jPanel1; // End of variables declaration//GEN-END:variables } LỜI NÓI ĐẦU Chương TỔNG QUAN CUNG CẤP ĐIỆN CHO KHÁCH SẠN PRINCESS (12 Tầng) 1.1.Ý nghĩa nhiệm vụ thiết kế cung cấp điện: 1.2 Nội dung đề tài: Chương TÍNH TỐN PHỤ TẢI ĐIỆN CHO KHÁCH SẠN PRINCESS (12 tầng) 2.1 Phụ tải điện tầng 4-12 2.1.1 Tải điện phòng ngủ 2.1.2 Tải điện khu hành lang 12 2.2 Phụ tải điện tầng 3- tầng hầm 15 2.3 TÍNH TỐN CÁC PHỤ TẢI KHÁC 23 2.4 TỔNG CỘNG PHỤ TẢI ĐIỆN TÍNH TỐN 28 Chương PHƯƠNG ÁN CUNG CẤP ĐIỆN CHO KHÁCH SẠN PRINCESS (12 Tầng) 29 3.3.Phương án cung cấp điện 37 3.2.Lựa chọn số lượng công suất máy biến áp 38 Chương CHỌN DÂY DẪN,CHỌN THIẾT BỊ BẢO VỆ CHO KHÁCH SẠN PRINCESS (12 Tầng) 50 4.1 Chọn dây dẫn, cầu dao từ máy biến áp tủ phân phối 53 4.2 Chọn dẫn busduct, cầu dao từ tủ tổng phân phối đến tủ tầng 53 4.3 Chọn dây, cầu dao từ tủ tổng phân phối đến tủ hầm, tủ động 54 Chương TÍNH TỐN SỤT ÁP CHO KHÁCH SẠN PRINCESS (12 Tầng) 62 5.1 Tính tốn độ sụt áp AU1% từ máy biến áp đến tủ tồng MSB 62 5.2 Tính tốn độ sụt áp AU2% từ tủ tổng MSB tủ động cơ, tủ tầng hầm 63 Chương TÍNH TỐN NGẮN MẠCH CHO KHÁCH SẠN PRINCESS (12 Tầng) 65 6.1 Tính dịng ngắn mạch máy biến áp 65 /** * @param args the command line arguments */ public static void main(String args[]) { /* Set the Nimbus look and feel */ // /* If Nimbus (introduced in Java SE 6) is not available, stay with the default look and feel * For details see http://download.oracle.com/javase/tutorial/uiswing/lookandfeel/plaf.html */ try { for (javax.swing.UIManager.LookAndFeelInfo info : javax.swing.UIManager.getInstalledLookAndFeels()) { if ("Nimbus".equals(info.getName())) { javax.swing.UIManager.setLookAndFeel(info.getClassName()); break; } } } catch (ClassNotFoundException ex) { java.util.logging.Logger.getLogger(Show.class.getName()).log(java.util.logging.Level SEVERE, null, ex); } catch (InstantiationException ex) { java.util.logging.Logger.getLogger(Show.class.getName()).log(java.util.logging.Level SEVERE, null, ex); } catch (IllegalAccessException ex) { java.util.logging.Logger.getLogger(Show.class.getName()).log(java.util.logging.Level SEVERE, null, ex); } catch (javax.swing.UnsupportedLookAndFeelException ex) { java.util.logging.Logger.getLogger(Show.class.getName()).log(java.util.logging.Level SEVERE, null, ex); } // 6.2 Ngắn mạch tủ hạ áp tổng MSB 65 /* Create and display the form */ java.awt.EventQueue.invokeLater(new Runnable() { public void run() { new Show().setVisible(true); } }); } // Variables declaration - not modify//GEN-BEGIN:variables private javax.swing.JLabel jLabel2; private javax.swing.JPanel jPanel1; // End of variables declaration//GEN-END:variables } 6.3 Ngắn mạch tủ động ctf (tính cho tủ DB-WS) 66 Chương AN TOÀN ĐIỆN 70 7.1 Khái quát an toàn điện 70 7.2 Nguyên nhân xảy tai nạn điện 71 7.3 Các sơ đồ nối đất 71 7.4 Tính tốn hệ thống nối đất 73 Chương CẢI THIỆN HỆ SỐ CÔNG SUẤT CHO KHÁCH SẠN PRINCESS (12 Tầng) 77 8.1 Ý nghĩa 77 8.2 Lựa chọn kiểu bù 77 8.3 Xác định dung lượng bù 78 KẾT LUẬN 80 TÀI LIỆU THAM KHẢO 81 /** * @param args the command line arguments */ public static void main(String args[]) { /* Set the Nimbus look and feel */ // /* If Nimbus (introduced in Java SE 6) is not available, stay with the default look and feel * For details see http://download.oracle.com/javase/tutorial/uiswing/lookandfeel/plaf.html */ try { for (javax.swing.UIManager.LookAndFeelInfo info : javax.swing.UIManager.getInstalledLookAndFeels()) { if ("Nimbus".equals(info.getName())) { javax.swing.UIManager.setLookAndFeel(info.getClassName()); break; } } } catch (ClassNotFoundException ex) { java.util.logging.Logger.getLogger(Show.class.getName()).log(java.util.logging.Level SEVERE, null, ex); } catch (InstantiationException ex) { java.util.logging.Logger.getLogger(Show.class.getName()).log(java.util.logging.Level SEVERE, null, ex); } catch (IllegalAccessException ex) { java.util.logging.Logger.getLogger(Show.class.getName()).log(java.util.logging.Level SEVERE, null, ex); } catch (javax.swing.UnsupportedLookAndFeelException ex) { java.util.logging.Logger.getLogger(Show.class.getName()).log(java.util.logging.Level SEVERE, null, ex); } // LỜI NÓI ĐẦU /* Create and display the form */ java.awt.EventQueue.invokeLater(new Runnable() { public void run() { new Show().setVisible(true); } }); } // Variables declaration - not modify//GEN-BEGIN:variables private javax.swing.JLabel jLabel2; private javax.swing.JPanel jPanel1; // End of variables declaration//GEN-END:variables } Công nghiệp điện lực giữ vai trò quan trọng xây dựng đất nước Khi xây dựng thành phố, khu kinh tế, nhà máy phải nghĩ đến việc xây dựng hệ thống cung cấp điện nhằm phục vụ cho sinh hoạt người Cung cấp điện cho thiết bị khu vực kinh tế nhà máy Điện nước ta phát triển cách đáng kể chiến lược kinh tế quốc dân Đề tài tốt nghiệp có tính chất thực tiễn, áp dụng vào sống, nhằm hệ thống lại toàn kiến thức học tiếp thu nâng cao kiến thức thực tiễn qua hướng dẫn thầy giáo hướng dẫn Do thời gian có hạn,em nghiên cứu thiết kế hệ thống điện cho khách sạn, giới hạn lại phần tính tốn tải điện gồm: tính tốn phụ tải, chọn công suất máy biến thế,máy phát điện, chọn dây dẫn, thiết bị bảo vệ (MCB) cho thiết bị, an tồn điện, cải thiện hệ số cơng suất Thời gian hồn thành đề tài tốt nghiệp có giới hạn nhiều tài liệu, thơng tin chưa tiếp cận đầy đủ, có nhiều sai sót Em chân thành cảm ơn hướng dẫn tận tình sâu sắc thầy giáo, thạc sĩ Nguyễn Đồn Phong tận tình giúp đỡ em hồn thành đề tài tốt nghiệp Xin chân thành cám ơn! /** * @param args the command line arguments */ public static void main(String args[]) { /* Set the Nimbus look and feel */ // /* If Nimbus (introduced in Java SE 6) is not available, stay with the default look and feel * For details see http://download.oracle.com/javase/tutorial/uiswing/lookandfeel/plaf.html */ try { for (javax.swing.UIManager.LookAndFeelInfo info : javax.swing.UIManager.getInstalledLookAndFeels()) { if ("Nimbus".equals(info.getName())) { javax.swing.UIManager.setLookAndFeel(info.getClassName()); break; } } } catch (ClassNotFoundException ex) { java.util.logging.Logger.getLogger(Show.class.getName()).log(java.util.logging.Level SEVERE, null, ex); } catch (InstantiationException ex) { java.util.logging.Logger.getLogger(Show.class.getName()).log(java.util.logging.Level SEVERE, null, ex); } catch (IllegalAccessException ex) { java.util.logging.Logger.getLogger(Show.class.getName()).log(java.util.logging.Level SEVERE, null, ex); } catch (javax.swing.UnsupportedLookAndFeelException ex) { java.util.logging.Logger.getLogger(Show.class.getName()).log(java.util.logging.Level SEVERE, null, ex); } // BẢNG 6.1- BẢNG TÍNH TỐN NGẮN MẠCH TẠI THANH CÁI TỦ DB-WS /* Create and display the form */ java.awt.EventQueue.invokeLater(new Runnable() { public void run() { new Show().setVisible(true); } }); } // Variables declaration - not modify//GEN-BEGIN:variables private javax.swing.JLabel jLabel2; private javax.swing.JPanel jPanel1; // End of variables declaration//GEN-END:variables } Cáp TỪ ĐẾN X R (mQ/m) (mil/ m) nguồn L Rt=R*L Xt=X* L Rtt Xtt Ztt IN(3) m mQ mQ mQ 0.053 0.353 MBA trung áp MBA-Cao MBA-hạ MBA-hạ MSB mil mil 0.053 0.353 0.500 3.800 0.0089 0.080 10 0.500 0.55 0.089 0.800 0.09 0.64 KA 3.800 4.15 4.19 55.2 0.80 4.95 4.99 46.3 BẢNG 6.2-BẢNG TÍNH TỐN NGẮN MẠCH TẠI THANH CÁI TỦ DB-WS Xt=X* Cáp TỪ ĐẾN L Rtt Xtt Ztt IN(3) mQ mil IĨ1Q KA X R (mQ/m) (mQ/ m mil mil m) nguồn trung áp L Rt=R*L MBA 0.053 0.353 0.053 MBA-Cao MBA-hạ MBA-hạ MSB 0.0089 0.080 10 MSB DB-WS 2.25 0.00 60 0.500 3.800 0.089 0.800 135.0 0.000 0.353 0.500 3.800 0.09 0.80 135.1 0.0 135.7 5.0 135 1.7 BẢNG 6.3 - BẢNG TÍNH TỐN NGẮN MẠCH TẠI THANH CÁI TỦ DB-WD Cáp TỪ ĐẾN X (mQ/m) (mQ/ m) nguồn trung áp R MBA L Rt=R*L Xt=X* L Rtt Xtt Ztt IN(3 m mil mQ mQ KA mQ mil 0.053 0.353 0.053 67 0.353 /** * @param args the command line arguments */ public static void main(String args[]) { /* Set the Nimbus look and feel */ // /* If Nimbus (introduced in Java SE 6) is not available, stay with the default look and feel * For details see http://download.oracle.com/javase/tutorial/uiswing/lookandfeel/plaf.html */ try { for (javax.swing.UIManager.LookAndFeelInfo info : javax.swing.UIManager.getInstalledLookAndFeels()) { if ("Nimbus".equals(info.getName())) { javax.swing.UIManager.setLookAndFeel(info.getClassName()); break; } } } catch (ClassNotFoundException ex) { java.util.logging.Logger.getLogger(Show.class.getName()).log(java.util.logging.Level SEVERE, null, ex); } catch (InstantiationException ex) { java.util.logging.Logger.getLogger(Show.class.getName()).log(java.util.logging.Level SEVERE, null, ex); } catch (IllegalAccessException ex) { java.util.logging.Logger.getLogger(Show.class.getName()).log(java.util.logging.Level SEVERE, null, ex); } catch (javax.swing.UnsupportedLookAndFeelException ex) { java.util.logging.Logger.getLogger(Show.class.getName()).log(java.util.logging.Level SEVERE, null, ex); } // MBA-Cao MBA-hạ MBA-hạ MSB 0.0089 0.080 10 MSB DB-WD 0.900 0.00 60 0.500 0.089 54.0 3.800 0.500 0.800 0.09 0.000 54.0 54.6 3.800 0.80 0.0 5.0 54.8 /* Create and display the form */ java.awt.EventQueue.invokeLater(new Runnable() { public void run() { new Show().setVisible(true); } }); } // Variables declaration - not modify//GEN-BEGIN:variables private javax.swing.JLabel jLabel2; private javax.swing.JPanel jPanel1; // End of variables declaration//GEN-END:variables } 4.2 BẢNG 6.4- BẢNG TÍNH TỐN NGẮN MẠCH TẠI THANH CÁI TỦ DB-HWS Cáp TỪ ĐẾN X R (mil/m) (mfì/ m) nguồn MBA trung áp MBA-Cao MBA-hạ MBA-hạ MSB 0.0089 0.080 DBMSB 0.050 0.08 HWS L Rt=R*L Xt=X* L Rtt Xtt Ztt IN(3) m mil m.Q mQ mQ KA 0.053 0.353 0.053 0.353 0.500 3.800 0.089 0.800 0.500 0.09 3.800 0.80 3.0 4.8 3.6 9.8 10 mQ 60 3.0 4.800 10.4 22.2 BẢNG 6.5 - BẢNG TÍNH TỐN NGẮN MẠCH TẠI THANH CÁI TỦ DB-FP Cáp TỪ nguồn ĐẾN R X (mil/m) (mil/ m) L Rt=R*L Xt=X* L Rtt Xtt Ztt IN(3) m mQ mQ mil MBA trung áp MBA-Cao MBA-hạ MBA-hạ MSB 0.0089 0.080 10 MSB DB-FP 0.180 0.08 60 m.Q m.o 0.053 0.353 0.053 0.353 0.500 3.800 0.500 0.089 0.800 0.09 10.8 4.800 13.8 14.4 3.800 0.80 9.6 14.6 68 KA 20.5 11.3 /** * @param args the command line arguments */ public static void main(String args[]) { /* Set the Nimbus look and feel */ // /* If Nimbus (introduced in Java SE 6) is not available, stay with the default look and feel * For details see http://download.oracle.com/javase/tutorial/uiswing/lookandfeel/plaf.html */ try { for (javax.swing.UIManager.LookAndFeelInfo info : javax.swing.UIManager.getInstalledLookAndFeels()) { if ("Nimbus".equals(info.getName())) { javax.swing.UIManager.setLookAndFeel(info.getClassName()); break; } } } catch (ClassNotFoundException ex) { java.util.logging.Logger.getLogger(Show.class.getName()).log(java.util.logging.Level SEVERE, null, ex); } catch (InstantiationException ex) { java.util.logging.Logger.getLogger(Show.class.getName()).log(java.util.logging.Level SEVERE, null, ex); } catch (IllegalAccessException ex) { java.util.logging.Logger.getLogger(Show.class.getName()).log(java.util.logging.Level SEVERE, null, ex); } catch (javax.swing.UnsupportedLookAndFeelException ex) { java.util.logging.Logger.getLogger(Show.class.getName()).log(java.util.logging.Level SEVERE, null, ex); } // BẢNG 6.6 – BẢNG TÍNH TỐN NGẮN MẠCH TẠI THANH CÁI TỦ /* Create and display the form */ java.awt.EventQueue.invokeLater(new Runnable() { public void run() { new Show().setVisible(true); } }); } // Variables declaration - not modify//GEN-BEGIN:variables private javax.swing.JLabel jLabel2; private javax.swing.JPanel jPanel1; // End of variables declaration//GEN-END:variables } DB-H VAC Cáp TỪ ĐẾN X R (mQ/m) (mQ/ m) L Rt=R*L Xt=X* L Rtt Xtt Ztt IN(3) m mil mil mQ mQ mil nguồn trung áp MBA 0.053 0.353 0.053 0.353 MBA-Cao MBA-hạ 0.500 0.089 3.800 0.500 3.800 0.800 0.09 0.80 MSB MBA-hạ MSB 0.0089 0.080 10 DB0.023 0.08 60 HVAC 1.4 4.800 1.4 4.8 2.0 9.8 9.9 KA 23.2 BẢNG 6.7 - BẢNG TÍNH TỐN NGẮN MẠCH TẠI THANH CÁI TỦ DBELEV Cáp TỪ ĐẾN X R (mil/m) (mil/ m) nguồn MBA trung áp MBA-Cao MBA-hạ MBA-hạ MSB 0.0089 0.080 DBMSB ELEV 0.150 L Rt=R*L Xt=X* L Rtt Xtt Ztt IN(3) m mfì mi) mil 0.053 0.353 0.053 0.353 0.500 3.800 0.089 0.800 0.500 0.09 3.800 0.80 15.0 8.0 15.6 12.9 20.3 11.4 10 mQ 0.08 100 15 mQ 8.000 Rtt = RTA + RMBA + RDD Rtt: điện trở tính tốn RTA : điện trở dây trung RMBA : điện trở máy biến ápRDD : điện trở dây dẫn 69 KA /** * @param args the command line arguments */ public static void main(String args[]) { /* Set the Nimbus look and feel */ // /* If Nimbus (introduced in Java SE 6) is not available, stay with the default look and feel * For details see http://download.oracle.com/javase/tutorial/uiswing/lookandfeel/plaf.html */ try { for (javax.swing.UIManager.LookAndFeelInfo info : javax.swing.UIManager.getInstalledLookAndFeels()) { if ("Nimbus".equals(info.getName())) { javax.swing.UIManager.setLookAndFeel(info.getClassName()); break; } } } catch (ClassNotFoundException ex) { java.util.logging.Logger.getLogger(Show.class.getName()).log(java.util.logging.Level SEVERE, null, ex); } catch (InstantiationException ex) { java.util.logging.Logger.getLogger(Show.class.getName()).log(java.util.logging.Level SEVERE, null, ex); } catch (IllegalAccessException ex) { java.util.logging.Logger.getLogger(Show.class.getName()).log(java.util.logging.Level SEVERE, null, ex); } catch (javax.swing.UnsupportedLookAndFeelException ex) { java.util.logging.Logger.getLogger(Show.class.getName()).log(java.util.logging.Level SEVERE, null, ex); } // /* Create and display the form */ java.awt.EventQueue.invokeLater(new Runnable() { public void run() { new Show().setVisible(true); } }); Chương AN TOÀN ĐIỆN } // Variables declaration - not modify//GEN-BEGIN:variables private javax.swing.JLabel jLabel2; private javax.swing.JPanel jPanel1; // End of variables declaration//GEN-END:variables } 7.1 Khái qt an tồn điện Khi có dịng điện chạy qua người gây tượng điện giật Các tác hại có dịng điện chạy qua người -gây phản ứng sinh lý phức tạp làm hủy hoại phận thần kinh, tê liệt thịt -Mức độ nguy hiểm đôi với nạn nhân bị tai nạn điện phụ thuộc nhiều vào yếu tố: Biên độ dòng điện Thời gian tồn Tần số dịng điện Tình trạng sức khỏe Bảng 7.1- Bảng ngưỡng giá trị giới hạn gây tác hại lên thể người Tác hại lên thể người Ing (mA) Điện AC (f=50-60 (Hz)) Điện DC 0,6- 1,5 Bắt đầu thấy tê Chưa có cảm giác 2-3 Tê tăng mạnh Chưa có cảm giác 5-7 Bắp thịt bắt đầu co Đau bị kim đâm 8-10 Tay khơng rời vật có điện Nóng tăng dần 20-25 Tay khơng rời vật có điện, bắt đầu khó thở Bắp thịt co rung 50-80 Tê liệt hô hấp, tim bắt đầu đập mạnh 90 - 100 Nếu kéo dài that>3s tim ngừng đập -Các giới hạn dòng điện nguy hiểm người + I giới hạn nguy hiểm AC — 10 mA "I” giới hạn nguy hiểm DC — 50 mA 70 Tay khó rời vật có điện, bắt đầu khó thở Tê liệt hô hấp /** * @param args the command line arguments */ public static void main(String args[]) { /* Set the Nimbus look and feel */ // /* If Nimbus (introduced in Java SE 6) is not available, stay with the default look and feel * For details see http://download.oracle.com/javase/tutorial/uiswing/lookandfeel/plaf.html */ try { for (javax.swing.UIManager.LookAndFeelInfo info : javax.swing.UIManager.getInstalledLookAndFeels()) { if ("Nimbus".equals(info.getName())) { javax.swing.UIManager.setLookAndFeel(info.getClassName()); break; } } } catch (ClassNotFoundException ex) { java.util.logging.Logger.getLogger(Show.class.getName()).log(java.util.logging.Level SEVERE, null, ex); } catch (InstantiationException ex) { java.util.logging.Logger.getLogger(Show.class.getName()).log(java.util.logging.Level SEVERE, null, ex); } catch (IllegalAccessException ex) { java.util.logging.Logger.getLogger(Show.class.getName()).log(java.util.logging.Level SEVERE, null, ex); } catch (javax.swing.UnsupportedLookAndFeelException ex) { java.util.logging.Logger.getLogger(Show.class.getName()).log(java.util.logging.Level SEVERE, null, ex); } // 7.2 Nguyên nhân xảy tai nạn điện /* Create and display the form */ java.awt.EventQueue.invokeLater(new Runnable() { public void run() { new Show().setVisible(true); } }); } // Variables declaration - not modify//GEN-BEGIN:variables private javax.swing.JLabel jLabel2; private javax.swing.JPanel jPanel1; // End of variables declaration//GEN-END:variables } Công tác lắp đặt, xây dựng sửa chữa cơng trình điện chưa theo u cầu Do vi phạm quy trình kỹ thuật an tồn, đóng điện có người sửa chữa, vận hành thiết bị điện khơng quy trình kỹ thuật Tai nạn điện thường xảy cấp điện áp U

Ngày đăng: 14/07/2023, 02:49