WPDD

WordPress Develop & Design

Fixed Menu Scroll jQuery

jQuery, I have menu in class twenty-sec-wrapper, I need to make it position fixed to top of screen when user scroll down and twenty-sec-wrapper in at the to of the screen

jQuery, There is html with section and each section has id with the same href link in the a tag. I need to create script that add and remove active class on a tag according to the position of user scroll. so for example: if the user scroll over section with id Unrivaled-Scalability the a tag with the href #Unrivaled-Scalability will have the active class and other a tags will not have the active class

jQuery(function(){
	
	jQuery('.twenty-sec-wrapper a').click(function(){
		var target = jQuery(this).attr('href');
		var offset = jQuery(target).offset().top - vwToPx(9); // Adjust as needed
		jQuery('html, body').animate({scrollTop: offset}, 1000);
		return false;
	});
	
    jQuery(window).scroll(function() {
        
		var hardwareWrapper = jQuery(".hardware-wrapper");
		var hardwareWrapperBottomPosition = Math.round(hardwareWrapper.height() + hardwareWrapper.offset().top);
		var menu = jQuery(".twenty-sec-wrapper");
		var menuOffset = Math.round(menu.offset().top) - vwToPx(2.5);
		
		var scrollTop = jQuery(window).scrollTop();
		if (scrollTop >= menuOffset && scrollTop <= hardwareWrapperBottomPosition) {
			if( !menu.hasClass("fixed-menu")){
				menu.addClass("fixed-menu");
			}
        } else {
			if( menu.hasClass("fixed-menu")){
	            menu.removeClass("fixed-menu");
			}
        }
		
		jQuery('.hardware-wrapper .row').each(function() {
            
			var sectionTopPosition = Math.round(jQuery(this).offset().top-vwToPx(11.5));
			var sectionHeight =  Math.round(jQuery(this).height());
            var sectionId = jQuery(this).attr('id');
			var navLinks = jQuery('.twenty-sec-wrapper a');
			console.log('sectionId',sectionId);
			console.log('scrollTop='+scrollTop+'  |  sectionTopSection='+sectionTopPosition+'   |   sectionTopSection + jQuery(this).height()='+(sectionTopPosition + sectionHeight)+'');
            if (scrollTop >= sectionTopPosition && scrollTop < (sectionTopPosition + sectionHeight)) {
                navLinks.removeClass('active');
                jQuery('.twenty-sec-wrapper a[href="#'+ sectionId +'"]').addClass('active');
            }
			
        });
		
    });
});
// Calculate the equivalent pixel value for a given vw value
function vwToPx(vwValue) {
	// Get the current viewport width in pixels
	var viewportWidth = jQuery(window).width();

	// Calculate the equivalent pixel value for vw
	var pxValue = (viewportWidth * vwValue) / 100;

	return pxValue;
}
<section id="Capabilities-Benefits" class="twenty-sec-wrapper" data-layout="home_section_twenty">
						<div class="row display-flex center">
													<span><a class="active" href="#Processor-Based-Quantum-Controller" target="_self">Processor-Based Quantum Controller™</a></span>
																	<span><a class="" href="#Unrivaled-Scalability" target="_self">Unrivaled Scalability</a></span>
																	<span><a class="" href="#Easy-to-Use" target="_self">Easy-to-Use</a></span>
																	<span><a class="" href="#HPC-Ready" target="_self">HPC Ready</a></span>
											</div>
					</section>
<section class="hardware-wrapper background-light-blue title-h2-as-h3 section-padding relative before-bg-image-wrapper after-bg-image-wrapper" data-layout="home_section_six">
						<div class="container container-wide">
													<div id="Processor-Based-Quantum-Controller" class="flex-row row align-items-center even in-mobile-reverse-order">
							<div class="flex-6 box box-text ani opacity active">
								<div class="text"><h2><span>Processor-Based<br>
Quantum Controller</span><sup>TM</sup></h2>
<p>text</p>
																	<div class="button-wrap">
										<a class="button background-blue border-blue font-white" href="https://www.quantum-machines.co/pulse-processing-unit/" target="_self">Read More</a>
									</div>
																</div>
							</div>
							<div class="flex-6 box box-image left ani opacity ani-delay active">
																<div class="image hover popup-image" style="width:100%">
									<img class=" lazyloaded" data-src="https://quantumv2dev.wpengine.com/wp-content/uploads/2024/03/CHIPX9.webp" alt="" src="https://quantumv2dev.wpengine.com/wp-content/uploads/2024/03/CHIPX9.webp">
								</div>
									
									
							</div>
					</div>
														<div id="Unrivaled-Scalability" class="flex-row row align-items-center odd in-mobile-reverse-order">
							<div class="flex-6 box box-text ani opacity active">
								<div class="text"><h2>Cutting-Edge Analog Frontend with DDS Inside</h2>
<p>text</p>
																	<div class="button-wrap">
										<a class="button background-blue border-blue font-white" href="https://www.quantum-machines.co/request-the-full-opx1000-spec-sheet/" target="_blank">Get OPX1000 Spec Shet</a>
									</div>
																</div>
							</div>
							<div class="flex-6 box box-image left ani opacity ani-delay">
																<div class="image hover popup-image" style="width:%">
									<img class=" lazyloaded" data-src="https://quantumv2dev.wpengine.com/wp-content/uploads/2024/03/OPX1000_left_2000-cut_shadow-scaled.webp" alt="" src="https://quantumv2dev.wpengine.com/wp-content/uploads/2024/03/OPX1000_left_2000-cut_shadow-scaled.webp">
								</div>
									
									
							</div>
					</div>
														<div id="Easy-to-Use" class="flex-row row align-items-center even in-mobile-reverse-order">
							<div class="flex-6 box box-text ani opacity">
								<div class="text"><h2>Easy-to-Use</h2>
<p>text</p>
																	<div class="button-wrap">
										<a class="button background-blue border-blue font-white" href="https://www.quantum-machines.co/technology/qua-universal-quantum-language/" target="_self">Read More</a>
									</div>
																</div>
							</div>
							<div class="flex-6 box box-image left ani opacity ani-delay">
																<div class="image hover popup-image" style="width:100%">
									<img class="lazyload" data-src="https://quantumv2dev.wpengine.com/wp-content/uploads/2023/02/QM_qua.png" alt="">
								</div>
									
									
							</div>
					</div>
														<div id="HPC-Ready" class="flex-row row align-items-center odd in-mobile-reverse-order">
							<div class="flex-6 box box-text ani opacity">
								<div class="text"><h2>HPC Ready</h2>
<p>text</p>
																	<div class="button-wrap">
										<a class="button background-blue border-blue font-white" href="https://www.quantum-machines.co/blog/quantum-machines-announces-deep-quantum-classical-integration-to-power-quantum-accelerated-supercomputers-with-nvidia/" target="_blank">Read More on DGX Quantum</a>
									</div>
																</div>
							</div>
							<div class="flex-6 box box-image left ani opacity ani-delay">
																<div class="image hover popup-image" style="width:100%">
									<img class="lazyload" data-src="https://quantumv2dev.wpengine.com/wp-content/uploads/2024/03/for-web.png" alt="">
								</div>
									
									
							</div>
					</div>
												</div>
		</section>

example 2


<script>  
jQuery(function(){
	
	jQuery('.search-results-menu a').click(function(){
		var target = jQuery(this).attr('href');
		var offset = jQuery(target).offset().top - 80; // Adjust as needed
		jQuery('html, body').animate({scrollTop: offset}, 1000);
		return false;
	});
	
    jQuery(window).scroll(function() {
        
		var hardwareWrapper = jQuery(".search-results-container");
		var hardwareWrapperBottomPosition = Math.round(hardwareWrapper.height() + hardwareWrapper.offset().top);
		var menu = jQuery(".search-results-menu nav");
		var menuOffset = Math.round(menu.offset().top) - 80;
		var windowHeight = jQuery(window).height();
		var footer = jQuery("#footer");
		var footerHeight = footer.height();
		
		var scrollTop = jQuery(window).scrollTop();
		console.log('scrollTop',scrollTop);
		bottomPosition = hardwareWrapperBottomPosition - windowHeight;
		console.log('bottomPosition',bottomPosition);
		if (scrollTop >= menuOffset && scrollTop <= hardwareWrapperBottomPosition) {
			if( !menu.hasClass("fixed-menu")){
				menu.addClass("fixed-menu");
			}
        } else {
			if( menu.hasClass("fixed-menu")){
				menu.removeClass("fixed-menu");
			}
        }
		if( scrollTop > bottomPosition ){
			
			if( !menu.hasClass("bottom")){
				menu.addClass("bottom");
			}
		}else{
			if( menu.hasClass("bottom")){
				menu.removeClass("bottom");
			}
		}
		/*
		jQuery('.hardware-wrapper .row').each(function() {
            
			var sectionTopPosition = Math.round(jQuery(this).offset().top-vwToPx(11.5));
			var sectionHeight =  Math.round(jQuery(this).height());
            var sectionId = jQuery(this).attr('id');
			var navLinks = jQuery('.twenty-sec-wrapper a');
			console.log('sectionId',sectionId);
			console.log('scrollTop='+scrollTop+'  |  sectionTopSection='+sectionTopPosition+'   |   sectionTopSection + jQuery(this).height()='+(sectionTopPosition + sectionHeight)+'');
            if (scrollTop >= sectionTopPosition && scrollTop < (sectionTopPosition + sectionHeight)) {
                navLinks.removeClass('active');
                jQuery('.twenty-sec-wrapper a[href="#'+ sectionId +'"]').addClass('active');
            }
			
        });
		*/
    });
});
// Calculate the equivalent pixel value for a given vw value
function vwToPx(vwValue) {
	// Get the current viewport width in pixels
	var viewportWidth = jQuery(window).width();

	// Calculate the equivalent pixel value for vw
	var pxValue = (viewportWidth * vwValue) / 100;

	return pxValue;
}
</script>
<style>
.search-results-container {
	display: flex;
	justify-content: space-between;
}
.search-results-menu {
	width: 300px;
}
.search-results-menu nav  {

}
.search-results-menu nav > ul {
	max-height: 450px;
	width: 300px;
	overflow: auto;
	padding-right: 10px;
	padding-left: 20px;
}
.search-results-menu nav.fixed-menu > ul {
	position: fixed;
	top: 5rem;
}
.search-results-menu nav.fixed-menu.bottom > ul {
	position: absolute;
	top: initial;
	bottom: 0;
}
.search-results-menu nav ul  {
	padding-top: 7px;
	padding-left: 15px;
	list-style: none;
}
.search-results-menu nav ul  li {
	display: block;
	min-height: auto;
	height: auto;
	padding: 5px 0;
	line-height: 1;
}
.search-results-menu nav ul  li a {
	color: #000;
	font-size: 0.8em;
	line-height: 1;
}
.search-results-menu nav ul  li a:hover {
	color: #ed712e;
}
.search-results-wrap {
	width: calc(95% - 300px);
	margin-top: 20px;
}
.search-results-wrap > ul  {
	padding-left: 0;
}
.search-results-wrap ul  {
	list-style: none;
	margin-top: 10px;
	margin-bottom: 20px;
}
.search-results-wrap ul li {
	margin-bottom: 10px;
}
.search-results-wrap ul li h3 {
	margin-top: 10px;
	margin-bottom: 10px;
	color: #0f3562;
	font-size: 1.25em;
}
.search-results-wrap ul li h4 {
	margin-bottom: 5px;
	color: #1d1d1d;
	font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
	font-weight: 600;
	font-size: 1em;
}
.search-results-wrap ul li p {
	font-size: 0.85em;
}
.search-results-wrap ul li a {
	color: #ed712e;
	font-size: 0.85em;
}
</style>
<div class="content-wrapper ">
      <div class="search-results-container	">
			
		  <div class="search-results-menu">

						<nav class="fixed-menu">
						
							<ul>
											<li>
							<a href="#installed-systems">Installed Systems</a>

																				</li>
											<li>
							<a href="#service">Service</a>

																										<ul>
											<li>
							<a href="#maintenance">Maintenance</a>

																				</li>
											<li>
							<a href="#flat-linen-management">Textile Management Solution</a>

																				</li>
									</ul>
			
													</li>
											<li>
							<a href="#academy">Academy</a>

																										<ul>
											<li>
							<a href="#pm8-training">PM8 Training</a>

																				</li>
											<li>
							<a href="#polytex-systems-introduction">Polytex systems introduction</a>

																				</li>
											<li>
							<a href="#tr1-training-dx00i-for-basic-service">TR1 - Training DX00i for basic service</a>

																				</li>
											<li>
							<a href="#tr1-training-dx00-pro-for-basic-service">TR1 - Training DX00 PRO for basic service</a>

																				</li>
											<li>
							<a href="#g5-training">G5 Training</a>

																				</li>
											<li>
							<a href="#g3-training">G3 Training</a>

																				</li>
											<li>
							<a href="#kinco-training">Kinco training</a>

																				</li>
											<li>
							<a href="#tr1-training-rxi-unit-for-basic-service">TR1 - Training R110i/X Unit for basic service</a>

																				</li>
											<li>
							<a href="#safety">Safety</a>

																				</li>
											<li>
							<a href="#tr1-textile-management-solution">TR1- Textile Management Solution</a>

																				</li>
											<li>
							<a href="#tr1-training-r210-chute-for-basic-service">TR1 - Training R210 Chute for basic service</a>

																				</li>
											<li>
							<a href="#g6-training">G6 Training</a>

																				</li>
									</ul>
			
													</li>
											<li>
							<a href="#faq">FAQ</a>

																				</li>
											<li>
							<a href="#troubleshooting-guide">Troubleshooting Guide</a>

																				</li>
											<li>
							<a href="#installaion">Installation</a>

																				</li>
											<li>
							<a href="#installation">Installation</a>

																										<ul>
											<li>
							<a href="#installation-requirements">Installation Requirements</a>

																										<ul>
											<li>
							<a href="#on-site-infrastructure">On-site infrastructure</a>

																				</li>
											<li>
							<a href="#network-connection">Network connection</a>

																				</li>
									</ul>
			
													</li>
											<li>
							<a href="#dispensing-units">Dispensing Units</a>

																										<ul>
											<li>
							<a href="#dx00i">DX00i</a>

																				</li>
									</ul>
			
													</li>
											<li>
							<a href="#returning-units">Returning Units</a>

																										<ul>
											<li>
							<a href="#r310-pro">R310 Pro</a>

																				</li>
											<li>
							<a href="#r310">R310</a>

																				</li>
											<li>
							<a href="#r110">R110</a>

																				</li>
									</ul>
			
													</li>
									</ul>
			
													</li>
											<li>
							<a href="#uncategorized">Uncategorized</a>

																				</li>
									</ul>
			
			</nav>

		  </div>
		  <div class="search-results-wrap">

			<p>Total results: 48</p>
			
											<ul>
									<li id="installed-systems">
						<h3>Installed Systems</h3>

																			<ul>
																	<li>
										<h4>TECH_G3/G5 - G3 to G5 upgrade</h4>
										<p>Symbols The following symbols have been inserted on the left-hand side of the operating instructions in order to make it easier for the User to perform procedures: Introduction This document describes how to update an on-site G3 Controller running windows…</p>
										<a href="https://servicepolytex.wpdd.co.il/service/procedures-and-software/g5/g3-to-g5-controller-software-upgrade-procedure/">Read Article &gt;</a>
									</li>
																	<li>
										<h4>TECH_DX00i - Maintenance Guide</h4>
										<p>Conventions The Conventions section explains basic symbols and navigation concepts used in this User Guide. Symbols The following symbols have been inserted on the left-hand side of the operating instructions in order to make it easier for the User to…</p>
										<a href="https://servicepolytex.wpdd.co.il/service/maintenance/dispensing-units-dx00i-d200i-d300i-maintenance-guide/">Read Article &gt;</a>
									</li>
																	<li>
										<h4>TECH_G3 - Software Burning</h4>
										<p>Symbols The following symbols have been inserted on the left-hand side of the operating instructions in order to make it easier for the User to perform procedures: Introduction This document describes how to update the on-site G3 Controller running windows…</p>
										<a href="https://servicepolytex.wpdd.co.il/service/procedures-and-software/g3/g3-controller-burning-software/">Read Article &gt;</a>
									</li>
																	<li>
										<h4>TECH_R110i Compactor - Installation Kit</h4>
										<p>Symbols The following symbols have been inserted on the left-hand side of the operating instructions in order to make it easier for the User to perform procedures: Introduction This document describes the installation of the compactor kit on-site. This procedure…</p>
										<a href="https://servicepolytex.wpdd.co.il/installation/returning-units/r110-compactor-kit-installation-2/">Read Article &gt;</a>
									</li>
															</ul>
											</li>
									<li id="service">
						<h3>Service</h3>

																														<ul>
									<li id="maintenance">
						<h3>Maintenance</h3>

																			<ul>
																	<li>
										<h4>TECH_DX00i - Maintenance Guide</h4>
										<p>Conventions The Conventions section explains basic symbols and navigation concepts used in this User Guide. Symbols The following symbols have been inserted on the left-hand side of the operating instructions in order to make it easier for the User to…</p>
										<a href="https://servicepolytex.wpdd.co.il/service/maintenance/dispensing-units-dx00i-d200i-d300i-maintenance-guide/">Read Article &gt;</a>
									</li>
																	<li>
										<h4>TECH_R310/X PRO - Maintenance Guide</h4>
										<p>Safety First Polytex Technologies believes that the safety of personnel working with and around our units is the most important consideration. Read the safety information before operating the Unit or performing any maintenance function. Safety Instructions and Warnings The Polytex…</p>
										<a href="https://servicepolytex.wpdd.co.il/service/maintenance/r310-r310x-maintenance-guide/">Read Article &gt;</a>
									</li>
																	<li>
										<h4>TECH_R310/X - Maintenance Guide</h4>
										<p>Safety First Polytex Technologies believes that the safety of personnel working with and around our units is the most important consideration. Read the safety information before operating the Unit or perform any maintenance function. Safety Instructions and Warnings The Polytex…</p>
										<a href="https://servicepolytex.wpdd.co.il/service/maintenance/r310-r310x-maintenance-guide-2/">Read Article &gt;</a>
									</li>
																	<li>
										<h4>TECH_RX/R110 - Maintenance Guide</h4>
										<p>Safety First Polytex Technologies believes that the safety of personnel working with and around our units is the most important consideration. Read the safety information before operating the Unit or perform any maintenance function. Safety Instructions and Warnings The Polytex…</p>
										<a href="https://servicepolytex.wpdd.co.il/service/maintenance/rx-r110-maintenance-guide/">Read Article &gt;</a>
									</li>
															</ul>
											</li>
									<li id="flat-linen-management">
						<h3>Textile Management Solution</h3>

																			<ul>
																	<li>
										<h4>INFO_Textile Management - User Manual</h4>
										<p>Getting started Introduction The Polytex flat linen solution, a comprehensive full-cycle system, integrates physical devices, dedicated applications running on each device, and the Polytex PM8 Total Care Manager cloud solution. This approach ensures seamless management of textile from all types…</p>
										<a href="https://servicepolytex.wpdd.co.il/service/flat-linen-management/info_flat-linen-user-manual/">Read Article &gt;</a>
									</li>
															</ul>
											</li>
								</ul>
			
											</li>
									<li id="academy">
						<h3>Academy</h3>

																														<ul>
									<li id="pm8-training">
						<h3>PM8 Training</h3>

																			<ul>
																	<li>
										<h4>INFO_PM8 - Application User Manual</h4>
										<p>Using the PM8 Application About the PM8 application The PM8 application is an application tool designed for configuring, analyzing, and generating real-time reports on data pertaining to Polytex machines installed at our esteemed customer's facilities. The PM8 application now offers…</p>
										<a href="https://servicepolytex.wpdd.co.il/service/procedures-and-software/pm/pm8/info_pm8-application-user-manual/">Read Article &gt;</a>
									</li>
																	<li>
										<h4>TECH_PM8 - Installation and Configuration PM8 on-premises - Linux Server</h4>
										<p>General The purpose of this document is to explain how to perform local PM8 installation in a customer environment. It includes pre-installation instructions and the installation process itself For any questions, you can contact us by email at: [email protected] PM8…</p>
										<a href="https://servicepolytex.wpdd.co.il/service/procedures-and-software/pm/pm8/tech_pm8-installation-and-configuration-pm8-on-premises-linux-server/">Read Article &gt;</a>
									</li>
															</ul>
											</li>
									<li id="polytex-systems-introduction">
						<h3>Polytex systems introduction</h3>

																			<ul>
																	<li>
										<h4>TRAINING_Polytex system introduction</h4>
										<p>Download the presentation Introduction In this lesson, we will introduce you the Polytex technologies, the history of the solution, different generations of the machines, and its features. The Polytex Solution Established in 2003 in Israel, Polytex Technologies is a leading…</p>
										<a href="https://servicepolytex.wpdd.co.il/academy/polytex-system-introduction/">Read Article &gt;</a>
									</li>
															</ul>
											</li>
									<li id="tr1-training-dx00i-for-basic-service">
						<h3>TR1 - Training DX00i for basic service</h3>

																			<ul>
																	<li>
										<h4>DX00i Training</h4>
										<p>Introduction The purpose of the course is to learn about the DX00i machines. The course contains the following topics: DX00i introductionDX00i Dispensing Units Technical Parts and Assembly IntroductionMaintenance Guide Dispensing Units DX00i (D200i, D300i)Installation requirementsDX00i unit installation DX00i introduction Polytex…</p>
										<a href="https://servicepolytex.wpdd.co.il/academy/tr1-training-dx00i-for-basic-service/dx00i-training/">Read Article &gt;</a>
									</li>
															</ul>
											</li>
									<li id="tr1-training-dx00-pro-for-basic-service">
						<h3>TR1 - Training DX00 PRO for basic service</h3>

																			<ul>
																	<li>
										<h4>DX00 PRO Training</h4>
										<p>Introduction The purpose of the course is to learn about the DX00i machines. The course contains the following topics: DX00 PRO introduction DX00 PRO Dispensing Units Technical Parts and Assembly Introduction Installation requirements DX00i unit installation DX00 PRO introduction The…</p>
										<a href="https://servicepolytex.wpdd.co.il/academy/tr1-training-dx00-pro-for-basic-service/dx00-pro-training/">Read Article &gt;</a>
									</li>
															</ul>
											</li>
									<li id="g5-training">
						<h3>G5 Training</h3>

																			<ul>
																	<li>
										<h4>G5 Training</h4>
										<p>Introduction The purpose of the course is to learn about the G5 controller, know how to replace it, burn the image, upgrade from G3 to G5, and how to use the controller.The course contains the following topics: General information about…</p>
										<a href="https://servicepolytex.wpdd.co.il/academy/g5-training/g5-training/">Read Article &gt;</a>
									</li>
															</ul>
											</li>
									<li id="g3-training">
						<h3>G3 Training</h3>

																			<ul>
																	<li>
										<h4>G3 Training</h4>
										<p>Introduction The purpose of the course is to learn about the G3 controller, know how to replace it, burn the image, upgrade the embedded, and how use the controller.The course contains the following topics: General information about the G3 controllerG3…</p>
										<a href="https://servicepolytex.wpdd.co.il/academy/g3-training/g3-training/">Read Article &gt;</a>
									</li>
															</ul>
											</li>
									<li id="kinco-training">
						<h3>Kinco training</h3>

																			<ul>
																	<li>
										<h4>Kinco Training</h4>
										<p>Introduction The purpose of the course is to learn about the Kinco (PLC) controller, know how to replace it, and burn the suitable software version.The course contains the following topics: What is PLC?Using the Kinco PLC in Polytex systemsMechanical replacementBurning…</p>
										<a href="https://servicepolytex.wpdd.co.il/academy/kinco-training/kinco-training/">Read Article &gt;</a>
									</li>
															</ul>
											</li>
									<li id="tr1-training-rxi-unit-for-basic-service">
						<h3>TR1 - Training R110i/X Unit for basic service</h3>

																			<ul>
																	<li>
										<h4>R110i/X Training</h4>
										<p>Introduction The purpose of the course is to learn about the R110i/X machines. The course contains the following topics: R110i/X introductionR110i/RX Return units technical parts and assembly introductionMaintenance Guide Return Units R110i/Rx Installation requirementsR110i unit installation R110i/X introduction R110i R110i…</p>
										<a href="https://servicepolytex.wpdd.co.il/academy/tr1-training-rxi-unit-for-basic-service/r110i-x-training/">Read Article &gt;</a>
									</li>
															</ul>
											</li>
									<li id="safety">
						<h3>Safety</h3>

																			<ul>
																	<li>
										<h4>TRAINING_Polytex Safety</h4>
										<p>Download the presentation Introduction This is the first and the most important lesson of the training. In this safety lesson, you will learn about the dangers and safety features of Polytex systems. Safety First Polytex Technologies believes that the safety…</p>
										<a href="https://servicepolytex.wpdd.co.il/academy/safety/polytex-safety/">Read Article &gt;</a>
									</li>
															</ul>
											</li>
									<li id="tr1-textile-management-solution">
						<h3>TR1- Textile Management Solution</h3>

																			<ul>
																	<li>
										<h4>Textile Management Solution Training</h4>
										<p>Introduction Welcome to the Polytex Textile Management Solution training, a course that will teach you how to use the Polytex system to manage and optimize your textile inventory. We use digital technologies to create a fully automated textile management solution…</p>
										<a href="https://servicepolytex.wpdd.co.il/academy/textile-management-solution-training/">Read Article &gt;</a>
									</li>
															</ul>
											</li>
									<li id="tr1-training-r210-chute-for-basic-service">
						<h3>TR1 - Training R210 Chute for basic service</h3>

																			<ul>
																	<li>
										<h4>TR1 - Training R210 UHF Chute for Basic Service</h4>
										<p>Introduction The purpose of the course is to learn about the R210 PRO Return unit.The course contains the following topics: R210 Introduction R210 Technical parts Installation Requirements Installation Guide Setup and RFID Reading Verification Guide Maintenance Guide User manual R210…</p>
										<a href="https://servicepolytex.wpdd.co.il/academy/tr1-training-r210-uhf-chute-for-basic-service/">Read Article &gt;</a>
									</li>
															</ul>
											</li>
									<li id="g6-training">
						<h3>G6 Training</h3>

																			<ul>
																	<li>
										<h4>G6 Training</h4>
										<p>Introduction The purpose of the course is to learn about the G6 15.6". Know how to burn the image, on how to use the controller.The course contains the following topics: General information about the controller Software installation Software upgrade using…</p>
										<a href="https://servicepolytex.wpdd.co.il/academy/g6-training/g6-training/">Read Article &gt;</a>
									</li>
															</ul>
											</li>
								</ul>
			
											</li>
									<li id="faq">
						<h3>FAQ</h3>

																			<ul>
																	<li>
										<h4>FAQ PM8 On-Premises</h4>
										<p>Q: &nbsp;Where can I download the installation file for the PM8 on-prem? A: You can download the installation file from https://download.polytex.cloud/#/ Q: &nbsp;Why does the installation need a docker hub? A: &nbsp;Our app runs on a docker container, and we…</p>
										<a href="https://servicepolytex.wpdd.co.il/faq/faq-pm8-on-premises/">Read Article &gt;</a>
									</li>
															</ul>
											</li>
									<li id="troubleshooting-guide">
						<h3>Troubleshooting Guide</h3>

																			<ul>
																	<li>
										<h4>TECH_DX00 PRO - Troubleshooting A-level faults</h4>
										<p>Identify the fault All Polytex systems are equipped with a self-testing and fault detection mechanism, so if a malfunction occurs or if the system suspects that there is a malfunction, the system will alert you in several ways according to…</p>
										<a href="https://servicepolytex.wpdd.co.il/troubleshooting-guide/troubleshooting-a-level-faults-in-dx00-pro-machines/">Read Article &gt;</a>
									</li>
																	<li>
										<h4>TECH_R310 - Cell Sensor Clear Path</h4>
										<p>Conventions The Conventions section explains basic symbols and navigation concept used in this User Guide. Symbols The following symbols have been inserted on the left-hand side of the operating instructions in orderto make it easier for the User to perform…</p>
										<a href="https://servicepolytex.wpdd.co.il/troubleshooting-guide/r310-cell-sensor-clear-path/">Read Article &gt;</a>
									</li>
																	<li>
										<h4>Troubleshooting Guide TS_CSDS_US_0001</h4>
										<p>About this Guide This Troubleshooting Guide is intended to provide guidance on common errors to Polytex scrubdispenser and return units. These errors have been collected from previous experience withfailures and resolutions. This is living document that will continue to grow…</p>
										<a href="https://servicepolytex.wpdd.co.il/troubleshooting-guide/troubleshooting-guide-ts_csds_us_0001/">Read Article &gt;</a>
									</li>
															</ul>
											</li>
									<li id="installaion">
						<h3>Installation</h3>

																			<ul>
																	<li>
										<h4>TECH_DX00i - FastLoop Test Procedure</h4>
										<p>Introduction This document describes the FastLoop test procedure. This procedure is applicable for D-series units and includes detailed information to Sync the machine with the PM. Pre-Upgrade Requirements Before you begin the upgrade procedure, the following must be confirmed: This…</p>
										<a href="https://servicepolytex.wpdd.co.il/installation/dispensing-units/fastloop-test-procedure-applicable-for-d200-d300-units/">Read Article &gt;</a>
									</li>
															</ul>
											</li>
									<li id="installation">
						<h3>Installation</h3>

																														<ul>
									<li id="installation-requirements">
						<h3>Installation Requirements</h3>

																														<ul>
									<li id="on-site-infrastructure">
						<h3>On-site infrastructure</h3>

																			<ul>
																	<li>
										<h4>INFO_DX00 PRO – Installation Requirements On-site infrastructure</h4>
										<p>Polytex system specification *① For the unit caster – add 8cm for the total height. * The power consumption when dispensing 600 items - for a continuous hour with the compressor working every 30 items Important note: Additional information can…</p>
										<a href="https://servicepolytex.wpdd.co.il/installation/installation-requirements/on-site-infrastructure/installation-requirements-for-d200-300-pro-on-site-infrastructure/">Read Article &gt;</a>
									</li>
																	<li>
										<h4>INFO_DX00i + Rx10i- Installation Requirements On-Site Infrastructure&nbsp;</h4>
										<p>Polytex system specification *① for the unit caster – add 8cm for the total height. Important note: Additional information can be found in the Polytex Website: https://polytex-technologies.com/product-types/ On-site infrastructure requirements Electricity Each Polytex unit requires a standard electric outlet, marked…</p>
										<a href="https://servicepolytex.wpdd.co.il/installation/installation-requirements/on-site-infrastructure/installation-requirements-for-pm8-cloud-solutions-on-site-infrastructure-2-2/">Read Article &gt;</a>
									</li>
																	<li>
										<h4>INFO_DXXi - Installation Requirements On-Site Infrastructure&nbsp;</h4>
										<p>Polytex system specification *① for the unit caster – add 8cm for the total height. Important note: Additional information can be found in the Polytex Website: https://polytex-technologies.com/product-types/ On-site infrastructure requirements Electricity Each Polytex unit requires a standard electric outlet, marked…</p>
										<a href="https://servicepolytex.wpdd.co.il/installation/installation-requirements/on-site-infrastructure/installation-requirements-for-pm8-cloud-solutions-on-site-infrastructure-2/">Read Article &gt;</a>
									</li>
																	<li>
										<h4>INFO_RXi - Installation Requirements On-Site Infrastructure&nbsp;</h4>
										<p>Polytex system specification *① for the unit caster – add 8cm for the total height. Important note: Additional information can be found in the Polytex Website: https://polytex-technologies.com/product-types/ On-site infrastructure requirements Electricity Each Polytex unit requires a standard electric outlet, marked…</p>
										<a href="https://servicepolytex.wpdd.co.il/installation/installation-requirements/on-site-infrastructure/installation-requirements-for-pm8-cloud-solutions-on-site-infrastructure-2-2-2/">Read Article &gt;</a>
									</li>
															</ul>
											</li>
									<li id="network-connection">
						<h3>Network connection</h3>

																			<ul>
																	<li>
										<h4>INFO_PM8 - On-Cloud Solution Q&amp;A for IT Departments</h4>
										<p>Introduction Welcome to the comprehensive guide for preparing your IT infrastructure to effectively integrate and utilize the Polytex PM8 On-Cloud Solution. This document is designed to address common questions and concerns that IT departments may have when transitioning to or…</p>
										<a href="https://servicepolytex.wpdd.co.il/service/procedures-and-software/pm/pm8/info_pm8-on-cloud-solution-qa-for-it-departments/">Read Article &gt;</a>
									</li>
															</ul>
											</li>
								</ul>
			
											</li>
									<li id="dispensing-units">
						<h3>Dispensing Units</h3>

																														<ul>
									<li id="dx00i">
						<h3>DX00i</h3>

																			<ul>
																	<li>
										<h4>TECH_DX00i - FastLoop Test Procedure</h4>
										<p>Introduction This document describes the FastLoop test procedure. This procedure is applicable for D-series units and includes detailed information to Sync the machine with the PM. Pre-Upgrade Requirements Before you begin the upgrade procedure, the following must be confirmed: This…</p>
										<a href="https://servicepolytex.wpdd.co.il/installation/dispensing-units/fastloop-test-procedure-applicable-for-d200-d300-units/">Read Article &gt;</a>
									</li>
															</ul>
											</li>
								</ul>
			
											</li>
									<li id="returning-units">
						<h3>Returning Units</h3>

																														<ul>
									<li id="r310-pro">
						<h3>R310 Pro</h3>

																			<ul>
																	<li>
										<h4>TECH_R310/X PRO - Maintenance Guide</h4>
										<p>Safety First Polytex Technologies believes that the safety of personnel working with and around our units is the most important consideration. Read the safety information before operating the Unit or performing any maintenance function. Safety Instructions and Warnings The Polytex…</p>
										<a href="https://servicepolytex.wpdd.co.il/service/maintenance/r310-r310x-maintenance-guide/">Read Article &gt;</a>
									</li>
															</ul>
											</li>
									<li id="r310">
						<h3>R310</h3>

																			<ul>
																	<li>
										<h4>TECH_R310/X - Maintenance Guide</h4>
										<p>Safety First Polytex Technologies believes that the safety of personnel working with and around our units is the most important consideration. Read the safety information before operating the Unit or perform any maintenance function. Safety Instructions and Warnings The Polytex…</p>
										<a href="https://servicepolytex.wpdd.co.il/service/maintenance/r310-r310x-maintenance-guide-2/">Read Article &gt;</a>
									</li>
																	<li>
										<h4>TECH_R310 /X Set from 2 items to single item</h4>
										<p>Tools CutterWelderIron weldingRed wire 16-18 gage – 40cmBlack wire 16-18 gage – 70cm Power off the unit Remove return cell separator Open the return door Cut the tie-raps that hold the separator in the front and back side Take out…</p>
										<a href="https://servicepolytex.wpdd.co.il/installation/returning-units/r310/set-r310-310x-from-2-items-to-single-item/">Read Article &gt;</a>
									</li>
															</ul>
											</li>
									<li id="r110">
						<h3>R110</h3>

																			<ul>
																	<li>
										<h4>TECH_RX/R110 - Maintenance Guide</h4>
										<p>Safety First Polytex Technologies believes that the safety of personnel working with and around our units is the most important consideration. Read the safety information before operating the Unit or perform any maintenance function. Safety Instructions and Warnings The Polytex…</p>
										<a href="https://servicepolytex.wpdd.co.il/service/maintenance/rx-r110-maintenance-guide/">Read Article &gt;</a>
									</li>
																	<li>
										<h4>TECH_R110i Compactor - Installation Kit</h4>
										<p>Symbols The following symbols have been inserted on the left-hand side of the operating instructions in order to make it easier for the User to perform procedures: Introduction This document describes the installation of the compactor kit on-site. This procedure…</p>
										<a href="https://servicepolytex.wpdd.co.il/installation/returning-units/r110-compactor-kit-installation-2/">Read Article &gt;</a>
									</li>
															</ul>
											</li>
								</ul>
			
											</li>
								</ul>
			
											</li>
									<li id="uncategorized">
						<h3>Uncategorized</h3>

																			<ul>
																	<li>
										<h4>TR1 - Training R310 PRO for basic service</h4>
										<p>Introduction The purpose of the course is to learn about the R310 PRO machines.The course contains the following topics: Introduction Technical parts and assemblies introduction Installation requirements Installation guide Maintenance guide G5 to G6 upgrade and configuration R310 PRO Introduction…</p>
										<a href="https://servicepolytex.wpdd.co.il/uncategorized/tr1-training-r310-pro-for-basic-service/">Read Article &gt;</a>
									</li>
															</ul>
											</li>
								</ul>
			
			
		
		  </div>
      </div>
      </div>