MSS-525

Planetary Short Roller Motor with side ports

Cylindrate: 525

Max output [kW]: 11,3

Max. pressure drop [bar]: 150

Max.Torque [daNm]: 99

Max. speed [RPM]: 190 

Shaft diameter [mm]: DP 12/24 ANS B92.1-76

Shaft type: Splined

<?php 
    foreach( wp_get_post_terms( get_the_id(), 'product_cat' ) as $term ){
        if( $term ){
           /* echo $term->name . '<br>'; // product category name */
            if ($term->description)
                echo $term->description . '<br>'; // Product category description
        }
    }
?>

What are you looking for?