• 0
  • 0
  • My Cart

    Baldor 3-Phase General Purpose Motor, 5HP, 184T Frame, 208/230/460V AC Voltage, 1750 RPM for Misc. Table Saw, Other, (EM3218T)

    https://www.woodmachineryparts.com/web/image/product.template/2974/image_1920?unique=c9bc5f9

    Model(s): Misc.


    Availability: Available

    Factory direct order.


      Ships within 5-7 days.


    1,659.18 1659.18 USD 1,659.18

    1,659.18

    0.0% Off

      This combination does not exist.




      Sku​:
      MP-19-40

      Have questions about this product?


      Mfr. Part Number: EM3218T
      Alt. Part Number: EM3218T
      Alt. Reference: EM3218T
      Lead Time: See details above

      Optimize your machine with this 3-Phase General Purpose Motor, 5 HP, 184T Frame, 208-230/460V AC Voltage, 1,750 Nameplate RPM. This quality replacement part (EM3218T) is designed for precise fitment and reliable performance.

      Key Features

      HP

      5

      Nameplate RPM

      1750 rpm

      Voltage

      208-230/460V AC

      Motor Mounting Type

      Rigid Base

      Full Load Amps

      13.2/6.6 A

      Item

      General Purpose Motor

      HP

      5

      Nameplate RPM

      1750 rpm

      Voltage

      208-230/460V AC

      Motor Mounting Type

      Rigid Base

      Full Load Amps

      13.2/6.6 A

      Frame

      184T

      Motor Bearings

      Ball

      Motor Service Factor

      1.15

      Motor Design

      Three-Phase

      Motor Enclosure Design

      Open Drip Proof

      RPM Range

      1701-1800

      Phase

      Three

      No. of Speeds

      1

      Motor Application

      General Purpose

      Motor Shaft Rotation

      CW/CCW

      Voltage Compatibility

      200-230/460V AC, 208-230/460V AC, 460V AC

      Hz

      60 Hz

      Ins. Class

      F

      Max. Ambient Temp.

      40 Degrees C

      Motor Frame Material

      Steel

      Motor Mounting Position

      All Angle


      Consider these recently sold items...

      Your Dynamic Snippet will be displayed here... This message is displayed because you did not provided both a filter and a template to use.

      Not what you're looking for?

      If this replacement part isn't quite what your machine or application requires, we invite you to use our free "FIND MY PART" service. 

      Submit your request today and we will quickly help locate the parts you need.


      Submit Part Request  

      We offer replacement parts for all major brands of woodworking machinery. Shop replacement parts for Homag, Striebig, Edgetech, Cantek, Castle, Camwood, Biesse, Weeke, Shop Sabre, HiPoint, Komo, Casadei, Evans, Morbidelli, and more.

      Popular categories...
      Your Dynamic Snippet will be displayed here... This message is displayed because you did not provided both a filter and a template to use.

      To install this Web App in your iPhone/iPad press and then Add to Home Screen.

      // Use the final confirmed sales order object, typically passed to the confirmation template var order_items = []; // Assuming 'order' is the final, confirmed WMP Sales Order {% for line in order.website_order_line %} order_items.push({ product_id: '{{ line.product_id.id }}', name: '{{ line.name }}', price: {{ line.price_unit }}, quantity: {{ line.product_uom_qty }}, category: '{{ line.product_id.categ_id.name }}', }); {% endfor %} zaraz.ecommerce("Order Completed", { ecommerce: { order_id: '{{ order.name }}', // e.g., 'S00123' affiliation: 'WMP Ecommerce', value: {{ order.amount_total }}, // Grand total revenue: {{ order.amount_untaxed }}, // Total before tax tax: {{ order.amount_tax }}, shipping: {{ order.delivery_carrier_id.price or 0.00 }}, currency: '{{ order.currency_id.name }}', // e.g., 'USD' items: order_items } });