top of page
RIIWHS202E

Enter and Work in Confined Spaces

  • Nationally Recognised Certificate
  • Fast Certificate Turnaround

  • Experienced and Certified Instructors

  • Flexible Learning Options

  • Industry Validated

Course Description

The unit RIIWHS202E – Enter and Work in Confined Spaces – provides students with the skills and knowledge required to safely enter and work in confined spaces across various industries. Confined spaces, such as tanks, silos, pits, and pipelines, pose significant hazards, making this unit essential for individuals in sectors like construction, mining, utilities, and manufacturing, where confined space work is a routine requirement.

Throughout this course, students will learn how to identify confined spaces, assess potential risks, and follow safety procedures to minimise hazards such as restricted airflow, toxic atmospheres, or limited escape routes. The training covers the proper use of personal protective equipment (PPE), atmospheric testing, and the implementation of emergency response procedures. Students will also be instructed on safe entry and exit techniques, maintaining effective communication, and ensuring compliance with workplace health and safety regulations.

 

This unit is ideal for workers, supervisors, and safety personnel involved in tasks requiring entry into confined spaces. It provides practical and theoretical training to ensure that workers can safely perform tasks while minimising risks to themselves and others.

 

Upon completing RIIWHS202E, students will be fully prepared to work confidently and safely in confined spaces, following best practices and regulatory requirements to ensure a secure work environment.

Units Delivered

Cost: $280.00

​​​​​​

RIIWHS202E - Enter and work in confined spaces

Additional Information

Course Delivery

This course can be delivered/assessed in the workplace or at facility organised by the training provider.

This course is delivered and assessed on behalf of Allens Training Pty Ltd RTO 90909

ALLENS200.jpg
bottom of page
#myBtn { display: none; /* Hidden by default */ position: fixed; /* Fixed/sticky position */ bottom: 20px; /* Place the button at the bottom of the page */ right: 30px; /* Place the button 30px from the right */ z-index: 99; /* Make sure it does not overlap */ border: none; /* Remove borders */ outline: none; /* Remove outline */ background-color: red; /* Set a background color */ color: white; /* Text color */ cursor: pointer; /* Add a mouse pointer on hover */ padding: 15px; /* Some padding */ border-radius: 10px; /* Rounded corners */ font-size: 18px; /* Increase font size */ } #myBtn:hover { background-color: #555; /* Add a dark-grey background on hover */ } // Get the button: let mybutton = document.getElementById("myBtn"); // When the user scrolls down 20px from the top of the document, show the button window.onscroll = function() {scrollFunction()}; function scrollFunction() { if (document.body.scrollTop > 20 || document.documentElement.scrollTop > 20) { mybutton.style.display = "block"; } else { mybutton.style.display = "none"; } } // When the user clicks on the button, scroll to the top of the document function topFunction() { document.body.scrollTop = 0; // For Safari document.documentElement.scrollTop = 0; // For Chrome, Firefox, IE and Opera }