	<h3>Water Truck Pump Selector</h3>
	 <p>Choosing which <a href='/product-category/water-pumps-parts/water-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='Flange'><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":7011,"date":"2025-09-12T09:47:26","date_gmt":"2025-09-12T16:47:26","guid":{"rendered":"https:\/\/accesstruckparts.ca\/?page_id=7011"},"modified":"2025-09-12T09:47:26","modified_gmt":"2025-09-12T16:47:26","slug":"water-truck-pump-selector","status":"publish","type":"page","link":"https:\/\/accesstruckparts.ca\/fr\/water-truck-pump-selector\/","title":{"rendered":"S\u00e9lecteur de pompe pour camion-citerne \u00e0 eau"},"content":{"rendered":"","protected":false},"excerpt":{"rendered":"","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-7011","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.9 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Water Truck Pump Selector - Access Truck Parts - Canada<\/title>\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.ca\/fr\/water-truck-pump-selector\/\" \/>\n<meta property=\"og:locale\" content=\"fr_CA\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Water Truck Pump Selector - Access Truck Parts - Canada\" \/>\n<meta property=\"og:url\" content=\"https:\/\/accesstruckparts.ca\/fr\/water-truck-pump-selector\/\" \/>\n<meta property=\"og:site_name\" content=\"Access Truck Parts - Canada\" \/>\n<meta property=\"og:image\" content=\"https:\/\/accesstruckparts.ca\/wp-content\/uploads\/2020\/08\/atp_3dlogo_transparent-Canadian-Flag-Square-512x512-2.png\" \/>\n\t<meta property=\"og:image:width\" content=\"512\" \/>\n\t<meta property=\"og:image:height\" content=\"512\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/accesstruckparts.ca\\\/water-truck-pump-selector\\\/\",\"url\":\"https:\\\/\\\/accesstruckparts.ca\\\/water-truck-pump-selector\\\/\",\"name\":\"Water Truck Pump Selector - Access Truck Parts - Canada\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/accesstruckparts.ca\\\/#website\"},\"datePublished\":\"2025-09-12T16:47:26+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/accesstruckparts.ca\\\/water-truck-pump-selector\\\/#breadcrumb\"},\"inLanguage\":\"fr-CA\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/accesstruckparts.ca\\\/water-truck-pump-selector\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/accesstruckparts.ca\\\/water-truck-pump-selector\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/accesstruckparts.ca\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Water Truck Pump Selector\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/accesstruckparts.ca\\\/#website\",\"url\":\"https:\\\/\\\/accesstruckparts.ca\\\/\",\"name\":\"Access Truck Parts - Canada\",\"description\":\"Water Pumps, Hose, Valves, Fittings, Water Cannons, Water Truck Parts and more!\",\"publisher\":{\"@id\":\"https:\\\/\\\/accesstruckparts.ca\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/accesstruckparts.ca\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"fr-CA\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/accesstruckparts.ca\\\/#organization\",\"name\":\"Access Truck Parts - Canada\",\"url\":\"https:\\\/\\\/accesstruckparts.ca\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"fr-CA\",\"@id\":\"https:\\\/\\\/accesstruckparts.ca\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/accesstruckparts.ca\\\/wp-content\\\/uploads\\\/2020\\\/07\\\/accesstruckparts_img_logo.png\",\"contentUrl\":\"https:\\\/\\\/accesstruckparts.ca\\\/wp-content\\\/uploads\\\/2020\\\/07\\\/accesstruckparts_img_logo.png\",\"width\":241,\"height\":30,\"caption\":\"Access Truck Parts - Canada\"},\"image\":{\"@id\":\"https:\\\/\\\/accesstruckparts.ca\\\/#\\\/schema\\\/logo\\\/image\\\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"S\u00e9lecteur de pompe pour camion-citerne - Access Truck Parts - Canada","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.ca\/fr\/water-truck-pump-selector\/","og_locale":"fr_CA","og_type":"article","og_title":"Water Truck Pump Selector - Access Truck Parts - Canada","og_url":"https:\/\/accesstruckparts.ca\/fr\/water-truck-pump-selector\/","og_site_name":"Access Truck Parts - Canada","og_image":[{"width":512,"height":512,"url":"https:\/\/accesstruckparts.ca\/wp-content\/uploads\/2020\/08\/atp_3dlogo_transparent-Canadian-Flag-Square-512x512-2.png","type":"image\/png"}],"twitter_card":"summary_large_image","schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/accesstruckparts.ca\/water-truck-pump-selector\/","url":"https:\/\/accesstruckparts.ca\/water-truck-pump-selector\/","name":"S\u00e9lecteur de pompe pour camion-citerne - Access Truck Parts - Canada","isPartOf":{"@id":"https:\/\/accesstruckparts.ca\/#website"},"datePublished":"2025-09-12T16:47:26+00:00","breadcrumb":{"@id":"https:\/\/accesstruckparts.ca\/water-truck-pump-selector\/#breadcrumb"},"inLanguage":"fr-CA","potentialAction":[{"@type":"ReadAction","target":["https:\/\/accesstruckparts.ca\/water-truck-pump-selector\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/accesstruckparts.ca\/water-truck-pump-selector\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/accesstruckparts.ca\/"},{"@type":"ListItem","position":2,"name":"Water Truck Pump Selector"}]},{"@type":"WebSite","@id":"https:\/\/accesstruckparts.ca\/#website","url":"https:\/\/accesstruckparts.ca\/","name":"Access Truck Parts - Canada","description":"Pompes \u00e0 eau, tuyaux, vannes, raccords, canons \u00e0 eau, pi\u00e8ces pour camions \u00e0 eau et plus encore !","publisher":{"@id":"https:\/\/accesstruckparts.ca\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/accesstruckparts.ca\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"fr-CA"},{"@type":"Organization","@id":"https:\/\/accesstruckparts.ca\/#organization","name":"Access Truck Parts - Canada","url":"https:\/\/accesstruckparts.ca\/","logo":{"@type":"ImageObject","inLanguage":"fr-CA","@id":"https:\/\/accesstruckparts.ca\/#\/schema\/logo\/image\/","url":"https:\/\/accesstruckparts.ca\/wp-content\/uploads\/2020\/07\/accesstruckparts_img_logo.png","contentUrl":"https:\/\/accesstruckparts.ca\/wp-content\/uploads\/2020\/07\/accesstruckparts_img_logo.png","width":241,"height":30,"caption":"Access Truck Parts - Canada"},"image":{"@id":"https:\/\/accesstruckparts.ca\/#\/schema\/logo\/image\/"}}]}},"_links":{"self":[{"href":"https:\/\/accesstruckparts.ca\/fr\/wp-json\/wp\/v2\/pages\/7011","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/accesstruckparts.ca\/fr\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/accesstruckparts.ca\/fr\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/accesstruckparts.ca\/fr\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/accesstruckparts.ca\/fr\/wp-json\/wp\/v2\/comments?post=7011"}],"version-history":[{"count":1,"href":"https:\/\/accesstruckparts.ca\/fr\/wp-json\/wp\/v2\/pages\/7011\/revisions"}],"predecessor-version":[{"id":7012,"href":"https:\/\/accesstruckparts.ca\/fr\/wp-json\/wp\/v2\/pages\/7011\/revisions\/7012"}],"wp:attachment":[{"href":"https:\/\/accesstruckparts.ca\/fr\/wp-json\/wp\/v2\/media?parent=7011"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}