• 0
  • 0
  • My Cart

    .5HP Motor, 1725RPM, 3PH, 60HZ, 56C, TEFC for Misc. Table Saw, Other, (VM3538)

    https://www.woodmachineryparts.com/web/image/product.template/2970/image_1920?unique=963a24c

    Model(s): Misc.


    Availability: Available

    Factory direct order.


      Ships within 5-7 days.


    818.98 818.98 USD 818.98

    818.98

    0.0% Off

      This combination does not exist.




      Sku​:
      MP-19-40

      Have questions about this product?


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

      Elevate the reliability of your woodworking machinery with this high-performance AC Induction Motor. Engineered with a robust 1/2 HP and a sturdy 56C Frame, this motor supports flexible voltage configurations including 208V AC, 230V AC, and 460V AC. As a precision-engineered replacement part from (VM3538), it guarantees seamless fitment and consistent, long-lasting operational excellence for your critical equipment.

       

      Technical Data

      Shaft Length Excluding Shaft

      9 1/2 in

      Overall Measurement

      11 3/8 in

      Shaft Diameter Specification

      5/8 in

      Length of Shaft Only

      1 7/8 in

      Product Information

      Model

      AC Induction Motor

      Horsepower Rating

      1/2 HP

      Rated Speed

      1,720 RPM

      Voltage Ratings

      208V AC, 230V AC, 460V AC

      Mounting Type

      C-Face

      Full Load Current Ratings

      0.80/1.6/1.7 A

      Frame Size Designation

      56C

      Type of Bearings

      Ball

      Service Factor Value

      1.25

      Motor Configuration

      Three-Phase

      Enclosure Style

      Totally Enclosed Fan Cooled

      RPM Range Specification

      1,701-1,800

      Phase Count

      Three

      Speed Variations

      1

      Application Category

      General Purpose

      Shaft Rotation Direction

      CW/CCW

      Voltage Compatibility Range

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

      Frequency Specification

      60 Hz

      Insulation Class Type

      B

      Maximum Ambient Temperature Limit

      40 Degrees C

      Frame Material Composition

      Steel

      Mounting Orientation

      Vertical

      Shaft Design Specification

      Standard

      Nominal Efficiency Rating

      75.5 %

      Compliance Standards

      CSA, RoHS Compliant, UR

      CC Reference Number

      CC031A

      NEMA Designation

      B

      Thermal Protection Status

      None

      Inverter Compatibility Status

      No

      Part Winding Start Capability Status

      No

      Duty Cycle Classification

      Continuous

      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 } });