VFD25AMS43ANSAA
* {
box-sizing: border-box;
margin: 0;
padding: 0;
}
html {
scroll-behavior: smooth;
}
body {
font-family: Arial, Helvetica, sans-serif;
background: #ffffff;
color: #172033;
line-height: 1.6;
}
a {
text-decoration: none;
color: inherit;
}
img {
max-width: 100%;
display: block;
}
/* =========================
GLOBAL
========================== */
.container {
width: min(1180px, 92%);
margin: auto;
}
.section {
padding: 70px 0;
}
.section-light {
background: #f6f8fb;
}
.section-title {
text-align: center;
margin-bottom: 40px;
}
.section-title h2 {
font-size: 32px;
color: #0b1f3a;
margin-bottom: 10px;
}
.section-title p {
color: #667085;
max-width: 700px;
margin: auto;
}
/* =========================
BREADCRUMB
========================== */
.breadcrumb {
background: #f6f8fb;
padding: 15px 0;
font-size: 14px;
color: #667085;
}
.breadcrumb a {
color: #0b57d0;
}
/* =========================
HERO
========================== */
.product-hero {
padding: 65px 0;
background: #ffffff;
}
.product-grid {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 60px;
align-items: center;
}
.product-image-box {
background: #f7f9fc;
border: 1px solid #e5e9f0;
border-radius: 14px;
padding: 35px;
display: flex;
align-items: center;
justify-content: center;
min-height: 480px;
}
.product-image-box img {
width: 100%;
max-width: 470px;
height: auto;
object-fit: contain;
}
.product-info .brand {
color: #0b57d0;
font-weight: 700;
font-size: 15px;
text-transform: uppercase;
letter-spacing: 1px;
margin-bottom: 8px;
}
.product-info h1 {
font-size: 42px;
line-height: 1.15;
color: #0b1f3a;
margin-bottom: 18px;
}
.product-info .short-description {
font-size: 17px;
color: #5d6878;
margin-bottom: 25px;
}
.model-box {
background: #f6f8fb;
border-left: 4px solid #0b57d0;
padding: 15px 18px;
margin-bottom: 25px;
}
.model-box strong {
color: #0b1f3a;
}
.quick-specs {
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 12px;
margin-bottom: 28px;
}
.quick-spec {
border: 1px solid #e4e8ef;
padding: 14px;
border-radius: 8px;
background: #ffffff;
}
.quick-spec span {
display: block;
font-size: 12px;
color: #7a8494;
margin-bottom: 3px;
}
.quick-spec strong {
font-size: 15px;
color: #172033;
}
.button-row {
display: flex;
gap: 12px;
flex-wrap: wrap;
}
.btn {
display: inline-flex;
align-items: center;
justify-content: center;
padding: 13px 23px;
border-radius: 6px;
font-weight: 700;
transition: 0.2s ease;
cursor: pointer;
}
.btn-primary {
background: #0b57d0;
color: #ffffff;
}
.btn-primary:hover {
background: #0845a5;
}
.btn-outline {
border: 1px solid #0b57d0;
color: #0b57d0;
background: #ffffff;
}
.btn-outline:hover {
background: #0b57d0;
color: #ffffff;
}
/* =========================
PRODUCT OVERVIEW
========================== */
.overview-box {
max-width: 900px;
margin: auto;
text-align: center;
}
.overview-box p {
font-size: 17px;
color: #5e6878;
margin-bottom: 18px;
}
/* =========================
SPECIFICATIONS
========================== */
.spec-table {
width: 100%;
border-collapse: collapse;
background: #ffffff;
border: 1px solid #e2e6ec;
border-radius: 10px;
overflow: hidden;
}
.spec-table tr {
border-bottom: 1px solid #e8ebf0;
}
.spec-table tr:last-child {
border-bottom: none;
}
.spec-table td {
padding: 15px 18px;
font-size: 15px;
}
.spec-table td:first-child {
width: 38%;
font-weight: 700;
color: #0b1f3a;
background: #f8f9fb;
}
.spec-table td:last-child {
color: #4c5666;
}
/* =========================
FEATURES
========================== */
.feature-grid {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 20px;
}
.feature {
border: 1px solid #e3e7ee;
padding: 25px;
border-radius: 10px;
background: #ffffff;
}
.feature h3 {
color: #0b1f3a;
font-size: 18px;
margin-bottom: 8px;
}
.feature p {
color: #667085;
font-size: 14px;
}
/* =========================
APPLICATIONS
========================== */
.application-grid {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 18px;
}
.application {
padding: 20px;
border: 1px solid #e3e7ee;
border-radius: 8px;
background: #ffffff;
font-weight: 600;
color: #27344a;
}
.application::before {
content: "✓";
color: #0b57d0;
font-weight: bold;
margin-right: 10px;
}
/* =========================
DIMENSION
========================== */
.dimension-grid {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 45px;
align-items: center;
}
.dimension-image {
background: #ffffff;
border: 1px solid #e2e6ec;
border-radius: 10px;
padding: 25px;
}
.dimension-image img {
width: 100%;
max-width: 500px;
margin: auto;
}
.dimension-info h3 {
font-size: 25px;
color: #0b1f3a;
margin-bottom: 15px;
}
.dimension-info p {
color: #667085;
margin-bottom: 15px;
}
.dimension-highlight {
padding: 20px;
background: #eef4ff;
border-left: 4px solid #0b57d0;
border-radius: 5px;
}
.dimension-highlight strong {
color: #0b1f3a;
}
/* =========================
PERMISSIBLE LOAD
========================== */
.load-box {
max-width: 850px;
margin: auto;
background: #ffffff;
border: 1px solid #e1e6ee;
border-radius: 12px;
padding: 30px;
}
.load-box h3 {
color: #0b1f3a;
margin-bottom: 15px;
}
.load-list {
list-style: none;
}
.load-list li {
padding: 10px 0;
border-bottom: 1px solid #edf0f4;
color: #5d6878;
}
.load-list li:last-child {
border-bottom: none;
}
.load-list strong {
color: #172033;
}
/* =========================
DATASHEET
========================== */
.download-box {
background: #0b1f3a;
color: #ffffff;
border-radius: 14px;
padding: 40px;
text-align: center;
}
.download-box h2 {
margin-bottom: 10px;
font-size: 30px;
}
.download-box p {
color: #d8deea;
margin-bottom: 25px;
}
.download-box .btn {
background: #ffffff;
color: #0b57d0;
}
/* =========================
CONTACT CTA
========================== */
.contact-section {
background: #0b57d0;
color: #ffffff;
text-align: center;
}
.contact-section h2 {
font-size: 34px;
margin-bottom: 12px;
}
.contact-section p {
max-width: 700px;
margin: 0 auto 25px;
color: #eaf1ff;
}
.contact-buttons {
display: flex;
justify-content: center;
gap: 12px;
flex-wrap: wrap;
}
.contact-buttons .btn {
background: #ffffff;
color: #0b57d0;
}
/* =========================
RELATED PRODUCTS
========================== */
.related-grid {
display: grid;
grid-template-columns: repeat(4, 1fr);
gap: 20px;
}
.related-card {
border: 1px solid #e2e6ec;
border-radius: 10px;
padding: 22px;
background: #ffffff;
transition: 0.2s ease;
}
.related-card:hover {
transform: translateY(-3px);
box-shadow: 0 8px 25px rgba(20, 40, 70, 0.08);
}
.related-card h3 {
color: #0b1f3a;
font-size: 17px;
margin-bottom: 7px;
}
.related-card p {
font-size: 13px;
color: #6b7483;
margin-bottom: 15px;
}
.related-card a {
color: #0b57d0;
font-size: 14px;
font-weight: 700;
}
/* =========================
DISCLAIMER
========================== */
.disclaimer {
font-size: 12px;
color: #7a8494;
text-align: center;
margin-top: 30px;
}
/* =========================
RESPONSIVE
========================== */
@media (max-width: 900px) {
.product-grid,
.dimension-grid {
grid-template-columns: 1fr;
}
.feature-grid,
.application-grid {
grid-template-columns: repeat(2, 1fr);
}
.related-grid {
grid-template-columns: repeat(2, 1fr);
}
.product-info h1 {
font-size: 34px;
}
}
@media (max-width: 600px) {
.section {
padding: 50px 0;
}
.product-hero {
padding: 40px 0;
}
.product-image-box {
min-height: auto;
padding: 20px;
}
.product-info h1 {
font-size: 29px;
}
.quick-specs {
grid-template-columns: 1fr;
}
.feature-grid,
.application-grid,
.related-grid {
grid-template-columns: 1fr;
}
.spec-table td {
padding: 12px;
font-size: 14px;
}
.spec-table td:first-child {
width: 42%;
}
.download-box {
padding: 30px 20px;
}
.contact-section h2 {
font-size: 27px;
}
}
{
"@context": "https://schema.org",
"@type": "Product",
"name": "Delta VFD2A8MS21ANSAA",
"brand": {
"@type": "Brand",
"name": "Delta"
},
"model": "VFD2A8MS21ANSAA",
"description": "Delta MS300 compact variable frequency drive, 0.4 kW / 0.5 HP, single-phase 200-240 VAC input, 2.8 A heavy-duty output current.",
"category": "Variable Frequency Drive",
"image": "YOUR-WORDPRESS-PRODUCT-IMAGE-URL"
}
Delta VFD2A8MS21ANSAA
The Delta VFD2A8MS21ANSAA is a compact MS300 Variable Frequency Drive for
reliable motor speed control and industrial
automation applications.
0.4 kW / 0.5 HP
1-Phase, 200-240 VAC
2.8 A
3.2 A
IP20
A3
Delta VFD2A8MS21ANSAA
Compact MS300 AC Drive for Industrial Motor Control
The Delta VFD2A8MS21ANSAA is a compact MS300 series
variable frequency drive designed for controlling
AC motor speed, acceleration and deceleration in
industrial automation systems.
The Delta VFD2A8MS21ANSAA model is rated for
0.4 kW / 0.5 HP motor applications
and uses a single-phase 200–240 VAC input supply.
It provides 2.8 A heavy-duty output current and
3.2 A normal-duty output current.
The Delta VFD2A8MS21ANSAA is compact Frame A3 construction makes it suitable
for space-conscious machine and control-panel
installations.
Key Specifications
Technical specifications of Delta VFD2A8MS21ANSAA
| Brand | Delta Electronics |
| Model | VFD2A8MS21ANSAA |
| Series | MS300 |
| Product Type | Variable Frequency Drive / AC Motor Drive |
| Applicable Motor Power | 0.4 kW / 0.5 HP |
| Input Voltage | 1-Phase, 200–240 VAC |
| Input Frequency | 50 / 60 Hz |
| Heavy Duty Output Current | 2.8 A |
| Normal Duty Output Current | 3.2 A |
| Heavy Duty Output Capacity | 1.1 kVA |
| Normal Duty Output Capacity | 1.2 kVA |
| Output Frequency | Up to 599 Hz |
| Protection Rating | IP20 |
| Frame Size | A3 |
| Cooling | Convective Cooling |
| EMC Filter | Not Built-in / Optional |
Key Features
Designed for compact and flexible industrial automation.
Compact MS300 Design
Space-saving AC drive suitable for compact
control panels and machine installations.
Vector Control
Supports advanced motor-control functions for
stable speed and torque performance.
Built-in Braking Chopper
Integrated braking chopper supports dynamic
braking applications with a suitable braking
resistor.
Built-in STO
Integrated Safe Torque Off functionality for
supported safety-system architectures.
RS-485 Communication
Built-in serial communication capability for
industrial control and monitoring applications.
Built-in PLC Function
MS300 provides built-in PLC functionality for
suitable machine-control requirements.
Applications
Suitable for a wide range of industrial motor-control
and automation applications.
Permissible Motor Load
Recommended motor rating and output-current limits.
VFD2A8MS21ANSAA Load Rating
- Applicable Motor:
0.4 kW / 0.5 HP - Heavy Duty Rated Current:
2.8 A - Normal Duty Rated Current:
3.2 A - Heavy Duty Overload:
150% for 60 seconds / 200% for 3 seconds - Normal Duty Overload:
120% for 60 seconds / 150% for 3 seconds - Input:
Single-phase 200–240 VAC
Actual motor selection and drive sizing should be
verified against the motor nameplate, application
load characteristics, ambient conditions and the
latest Delta documentation.
Dimensions
Delta VFD2A8MS21ANSAA Frame A3 dimensional information.
Compact Frame A3
The VFD2A8MS21ANSAA uses the Delta MS300
Frame A3 enclosure.
Dimensions:
Width (W): 68 mm
Height (H): 128 mm
Depth (D): 125 mm
Mounting Hole (S1): 5.2 mm
The compact dimensions make this drive suitable
for machine panels and applications where
installation space is limited.
Catalogue & Datasheet
Download the MS300 technical documentation for
complete specifications, installation information,
wiring, parameters and dimensions.
View MS300 Catalogue
Need a Quote for VFD2A8MS21ANSAA?
Contact our automation team for pricing, availability,
technical assistance and help selecting the correct
Delta VFD for your application.
Related Delta MS300 Products
Explore other MS300 variable frequency drives
for different motor ratings and applications.
Delta VFD2A8MS21ANSAA – 0.4kW MS300 VFD
Delta VFD2A8MS21ANSAA is a 0.4 kW / 0.5 HP
variable frequency drive from the Delta MS300
series. It is designed for single-phase
200–240 VAC input applications and provides
controlled AC motor operation for industrial
automation systems.
The Delta MS300 VFD combines compact construction
with flexible motor-control functions, making
VFD2A8MS21ANSAA suitable for machine builders,
automation panels, conveyors, pumps, fans,
packaging equipment and general-purpose
industrial motor-control applications.
If you are looking for a
Delta 0.4 kW VFD,
Delta 0.5 HP VFD,
230V single-phase VFD or
MS300 AC drive,
VFD2A8MS21ANSAA is a compact option for
compatible motor applications.
VFD25AMS43ANSAA Specifications
Key electrical, control and mechanical product data.
Electrical & Model Data
Control & Mechanical Data
VFD25AMS43ANSAA Dimensions
Dimension data has not yet been added for this product.
