	<h3>Water Truck Pump Selector</h3>
	 <p>Choosing which <a href='/product-category/water-truck-pumps/'>water truck pump</a> you need can be a complicated process.&nbsp; We want to make it <strong>EASY</strong>.</p><p>Go through these 4 simple steps below and we'll tell you which of our pumps will work for you. </p>
	 <div class='pumpSelectorContainer'>
	 <div class='selection-steps'>

	 <div class='selectionStep'>
	 	<a id='rotation-direction'></a>
	 	<h3>1. Rotation Direction: <span class='selectedRotation'>Clockwise or Counterclockwise?</span></h3>
	 	<div class='selectionStepContent'>

	 	<p>First, determine which direction your pump should rotate.</p><p>PTO driven pumps run by an automatic transmission will generally rotate in a clockwise direction, manual transmissions will rotate counter-clockwise with the exception of 
		certain Ford transmissions.</p> 
		<p>For best results, we highly recommend you check the rotation of the PTO itself as shown in the video below. The PTO rotation will always oppose the rotation of the pump. Hydraulic motors should be treated the same as a PTO.</p><div align='center'><img src='https://accesstruckparts.com/wp-content/uploads/2021/08/Sample-Pump-Rotation-Isometric-BW_800x371.jpg'><br /><br />
		<iframe width="800" height="450" src="https://www.youtube.com/embed/le5ppEooy4Y" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; 
clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe></div>
	 	<fieldset>
	 	 <legend>Select Rotation Direction:</legend>
		 <input type='radio' name='rotationSelect' id='CW' value='Clockwise (CW)'><label for='CW'>Clockwise (CW)</label>
		 <input type='radio' name='rotationSelect' id='CCW' value='Counterclockwise (CCW)'><label for='CCW'>Counterclockwise (CCW)</label>
		</fieldset>
		</div>
	</div>

	 <div class='selectionStep'>
	 	<a id='power-source'></a>
		 <h3>2. Power Source: <span class='selectedDriver'>PTO or Hydraulic Motor?</span></h3>
		 <div class='selectionStepContent'>
		 <p>Next, how are you planning to drive the pump?</p>
		 <p>Will you be using a PTO shaft connected to your truck's transmission, or a dedicated hydraulic motor?</p>
		 	<fieldset>
		 	 <legend>Select Power Source:</legend>
			 <input type='radio' name='driverSelect' id='PTO' value='PTO'><label for='PTO'>PTO</label>
			 <input type='radio' name='driverSelect' id='Hydraulic' value='Hydraulic'><label for='Hydraulic'>Hydraulic</label>
			</fieldset>
			</div>
		</div>
	<div class='selectionStep'>
	 <a id='seal-type'></a>
	 <h3>3. Seal Type: <span class='selectedSeal'>Mechanical Seal or Rope Seal?</span></h3>
	 <div class='selectionStepContent'>
	 <p>Then, decide what kind of seal type you would like to use.</p>
	 <ul>
	 <li>If repairing a pump in the field is a priority for you, Rope Seal is the way to go. Rope Seal pumps use graphite infused rope packing inserts that can be replaced when necessary without disassembling the pump. However, this seal is designed to leak a small amount of water for cooling and lubrication purposes.</li>
	 <li>If water leaks are a problem for you then you will want to go with a Mechanical Seal pump. These cannot be serviced in the field and repairing the seal will require removing the shaft from the bearing frame and impeller.</li>
	 </ul>
	 <fieldset>
	 	 <legend>Select Seal Type:</legend>
		 <input type='radio' name='sealSelect' id='Rope' value='Rope Seal'><label for='Rope'>Rope Seal</label>
		 <input type='radio' name='sealSelect' id='Mech' value='Mechanical Seal'><label for='Mech'>Mechanical Seal</label>
		</fieldset>
		</div>
	 </div>
	 <div class='selectionStep'>
	 <a id='connection-type'></a>
	 <h3>4. Connection Type: <span class='selectedConnection'>Grooved, Threaded, or Flanged?</span></h3>
	 <div class='selectionStepContent'>
	 <p>Finally, the pump needs to connect to the rest of the plumbing in your truck.</p>
	 <ul>
	 <li>Grooved connections use a rubber seal and clamp to connect.</li>
	 <li>Threaded connections generally require welding pipe fittings onto existing plumbing.</li>
	 <li>Flanged connections are bolted together and sealed with a gasket.</li>
	 </ul>
	 <fieldset>
	 	 <legend>Select Connection Type:</legend>
		 <input type='radio' name='connectionSelect' id='Grooved' value='Grooved'><label for='Grooved'>Grooved</label>
		 <input type='radio' name='connectionSelect' id='Threaded' value='Threaded'><label for='Threaded'>Threaded</label>
		 <input type='radio' name='connectionSelect' id='Flanged' value='Flanged'><label for='Flanged'>Flanged</label>
		</fieldset>
		</div>
	 </div>

	 </div>
	 </div>
	 <div class='potentialPumps'>
	 	
	 	<h4>Suggested Pumps:  <div id='resetBtn'>Start Over</div><span id='selectedTags'></span></h4>
		 
	 	<div id='pump-selector'></div>
		 
	 </div>

	 
	 <style>
		.pumpSelectorContainer{
				display: flex;
		}
		.selectionSteps{width: 100%;}
		.selectionStep{border:1px solid lightgrey; padding:10px; margin-bottom: 15px; width: 100%;}
		fieldset{background-color: lightyellow; width: auto; padding: 0; font-size: 1.1em;}
		legend{background-color: lightyellow; margin: 0; border-bottom: none; text-transform:none; padding: 10px;}
		label{border:1px solid lightyellow; padding: 3px; margin-right: 10px}
		label:hover{border: 1px solid black;}
		#resetBtn{
			cursor: pointer;
			border-radius: 5px;
			background-color: #ed1c24;
			color: white;
			padding: 0 0.5em;
			width: fit-content;
			float:right;
			font-size: .7em;
			margin-top: .5em;
		}
		#pump-selector{  max-height: 1000px;}
		#pump-selector .product-small{
			width: 320px; 
			float: left;
			zoom: 0.8;
			-moz-transform: scale(0.8);
			transition: 1s;
		}
		#pump-selector .product-small a { font-size: 1.2em;}
		h3 { cursor: pointer;}
		.box-image{ height: 300px; width: 247px;}
		.entry-title{margin-top: 10px; font-size: 2.0em;}
		.col-inner{font-size: 1.2em;}
		.removeTag{
			font-size: .9em; 
			margin-right: 5px; 
			line-height: .8em;
			cursor: pointer;
		}
		#pump-selecor .selectedTags ul.tag-cloud{
			display:inline-block;
		}
	 </style>
	 {"id":17300,"date":"2018-03-29T09:24:47","date_gmt":"2018-03-29T16:24:47","guid":{"rendered":"https:\/\/accesstruckparts.com\/?page_id=17300"},"modified":"2022-05-09T10:03:52","modified_gmt":"2022-05-09T17:03:52","slug":"camion-bomba-selector-de-agua","status":"publish","type":"page","link":"https:\/\/accesstruckparts.com\/es\/water-truck-pump-selector\/","title":{"rendered":"Selector de bombas para camiones de agua"},"content":{"rendered":"","protected":false},"excerpt":{"rendered":"","protected":false},"author":692,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-17300","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v27.4 (Yoast SEO v27.4) - https:\/\/yoast.com\/product\/yoast-seo-premium-wordpress\/ -->\n<title>Find the right Water Truck Pump for your needs!<\/title>\n<meta name=\"description\" content=\"Not sure which pump you need? Use our interactive pump selector form to choose the best water truck pump for you.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/accesstruckparts.com\/es\/categoria-de-producto\/camion-bomba-de-agua\/\" \/>\n<meta property=\"og:locale\" content=\"es_MX\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Water Truck Pump Selector\" \/>\n<meta property=\"og:description\" content=\"Not sure which pump you need? Use our interactive pump selector form to choose the best water truck pump for you.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/accesstruckparts.com\/es\/categoria-de-producto\/camion-bomba-de-agua\/\" \/>\n<meta property=\"og:site_name\" content=\"Access Truck Parts\" \/>\n<meta property=\"article:modified_time\" content=\"2022-05-09T17:03:52+00:00\" \/>\n<meta name=\"twitter:label1\" content=\"Tiempo de lectura\" \/>\n\t<meta name=\"twitter:data1\" content=\"1 minuto\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/accesstruckparts.com\\\/es\\\/camion-bomba-selector-de-agua\\\/\",\"url\":\"https:\\\/\\\/accesstruckparts.com\\\/product-category\\\/water-truck-pumps\\\/\",\"name\":\"Find the right Water Truck Pump for your needs!\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/accesstruckparts.com\\\/#website\"},\"datePublished\":\"2018-03-29T16:24:47+00:00\",\"dateModified\":\"2022-05-09T17:03:52+00:00\",\"description\":\"Not sure which pump you need? Use our interactive pump selector form to choose the best water truck pump for you.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/accesstruckparts.com\\\/product-category\\\/water-truck-pumps\\\/#breadcrumb\"},\"inLanguage\":\"es\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/accesstruckparts.com\\\/product-category\\\/water-truck-pumps\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/accesstruckparts.com\\\/product-category\\\/water-truck-pumps\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/accesstruckparts.com\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Water Truck Pump Selector\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/accesstruckparts.com\\\/#website\",\"url\":\"https:\\\/\\\/accesstruckparts.com\\\/\",\"name\":\"Access Truck Parts\",\"description\":\"Your One Stop Water Truck Parts Solution.\",\"publisher\":{\"@id\":\"https:\\\/\\\/accesstruckparts.com\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/accesstruckparts.com\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"es\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/accesstruckparts.com\\\/#organization\",\"name\":\"Access Truck Parts\",\"url\":\"https:\\\/\\\/accesstruckparts.com\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"es\",\"@id\":\"https:\\\/\\\/accesstruckparts.com\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/accesstruckparts.com\\\/wp-content\\\/uploads\\\/2018\\\/02\\\/ATP_logo_placeholder_2018.jpg\",\"contentUrl\":\"https:\\\/\\\/accesstruckparts.com\\\/wp-content\\\/uploads\\\/2018\\\/02\\\/ATP_logo_placeholder_2018.jpg\",\"width\":\"500\",\"height\":\"500\",\"caption\":\"Access Truck Parts\"},\"image\":{\"@id\":\"https:\\\/\\\/accesstruckparts.com\\\/#\\\/schema\\\/logo\\\/image\\\/\"}}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"Encuentre la bomba de cami\u00f3n de agua adecuada para sus necesidades","description":"\u00bfNo est\u00e1 seguro de qu\u00e9 bomba necesita? Utilice nuestro formulario interactivo de selecci\u00f3n de bombas para elegir la mejor bomba para camiones de agua para usted.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/accesstruckparts.com\/es\/categoria-de-producto\/camion-bomba-de-agua\/","og_locale":"es_MX","og_type":"article","og_title":"Water Truck Pump Selector","og_description":"Not sure which pump you need? Use our interactive pump selector form to choose the best water truck pump for you.","og_url":"https:\/\/accesstruckparts.com\/es\/categoria-de-producto\/camion-bomba-de-agua\/","og_site_name":"Access Truck Parts","article_modified_time":"2022-05-09T17:03:52+00:00","twitter_misc":{"Tiempo de lectura":"1 minuto"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/accesstruckparts.com\/es\/camion-bomba-selector-de-agua\/","url":"https:\/\/accesstruckparts.com\/product-category\/water-truck-pumps\/","name":"Encuentre la bomba de cami\u00f3n de agua adecuada para sus necesidades","isPartOf":{"@id":"https:\/\/accesstruckparts.com\/#website"},"datePublished":"2018-03-29T16:24:47+00:00","dateModified":"2022-05-09T17:03:52+00:00","description":"\u00bfNo est\u00e1 seguro de qu\u00e9 bomba necesita? Utilice nuestro formulario interactivo de selecci\u00f3n de bombas para elegir la mejor bomba para camiones de agua para usted.","breadcrumb":{"@id":"https:\/\/accesstruckparts.com\/product-category\/water-truck-pumps\/#breadcrumb"},"inLanguage":"es","potentialAction":[{"@type":"ReadAction","target":["https:\/\/accesstruckparts.com\/product-category\/water-truck-pumps\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/accesstruckparts.com\/product-category\/water-truck-pumps\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/accesstruckparts.com\/"},{"@type":"ListItem","position":2,"name":"Water Truck Pump Selector"}]},{"@type":"WebSite","@id":"https:\/\/accesstruckparts.com\/#website","url":"https:\/\/accesstruckparts.com\/","name":"Piezas de camiones Access","description":"Su soluci\u00f3n \u00fanica de piezas para camiones de agua.","publisher":{"@id":"https:\/\/accesstruckparts.com\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/accesstruckparts.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"es"},{"@type":"Organization","@id":"https:\/\/accesstruckparts.com\/#organization","name":"Piezas de camiones Access","url":"https:\/\/accesstruckparts.com\/","logo":{"@type":"ImageObject","inLanguage":"es","@id":"https:\/\/accesstruckparts.com\/#\/schema\/logo\/image\/","url":"https:\/\/accesstruckparts.com\/wp-content\/uploads\/2018\/02\/ATP_logo_placeholder_2018.jpg","contentUrl":"https:\/\/accesstruckparts.com\/wp-content\/uploads\/2018\/02\/ATP_logo_placeholder_2018.jpg","width":"500","height":"500","caption":"Access Truck Parts"},"image":{"@id":"https:\/\/accesstruckparts.com\/#\/schema\/logo\/image\/"}}]}},"_links":{"self":[{"href":"https:\/\/accesstruckparts.com\/es\/wp-json\/wp\/v2\/pages\/17300","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/accesstruckparts.com\/es\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/accesstruckparts.com\/es\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/accesstruckparts.com\/es\/wp-json\/wp\/v2\/users\/692"}],"replies":[{"embeddable":true,"href":"https:\/\/accesstruckparts.com\/es\/wp-json\/wp\/v2\/comments?post=17300"}],"version-history":[{"count":0,"href":"https:\/\/accesstruckparts.com\/es\/wp-json\/wp\/v2\/pages\/17300\/revisions"}],"wp:attachment":[{"href":"https:\/\/accesstruckparts.com\/es\/wp-json\/wp\/v2\/media?parent=17300"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}