Anti-vibration hose with elbow TFG-400, 3/4"

The photographs are for illustrative purposes only.
Get AI analytics on product Anti-vibration hose with elbow TFG-400, 3/4":
6.78€/box
Ex Tax: 5.46€/box
MAGMA
0 reviews
In stock
Product Code: 000-4394471MASP
EAN Code: 4750667054491
Qty
Tags:

TFG-400 3/4" elbow hose for vibration isolation

Flexible anti-vibration hose with an integrated elbow (model TFG-400, 3/4") designed to reduce vibration transfer between equipment and piping and to allow compact connection routing.

Key Benefits


    Reduces transmission of vibrations to connected equipment
  • Elbow shape enables space-saving installations
  • Flexible connection minimizes stress on fittings
  • Protects joints and extends service life of devices
  • Compatible with 3/4" connections for easy replacement
  • Simple to install and integrate into existing piping

Applications

Suitable for installations where vibration isolation and compact routing are required.


    Washing machines and laundry equipment
  • Dishwashers and kitchen appliances
  • Pumps and circulation units
  • HVAC equipment connections
  • General plumbing connections requiring vibration damping

What to Consider When Choosing


    Verify connection size is 3/4" to match existing fittings
  1. Check elbow orientation and clearance for your installation
  2. Confirm material compatibility with the media and environment
  3. Assess required level of vibration isolation for the equipment
  4. Ensure the hose length and flexibility meet routing needs

Specifications


    Product type: Antivibrating hose with elbow
  • Model: TFG-400
  • Connection size: 3/4"

Why Buy from SityPro


    Easy online buy with clear listing of price and features
  • Product selection focused on benefits and practical application
  • Reliable customer service and product information from SityPro
  • Delivery available to Estonia and Finland
  • Convenient ordering and local support for installation questions

Description provided by sitypro.com

Anti-vibration hose with elbow TFG-400, 3/4"
Write a review
Related Products

Also looking for

rempro rempro-mobile

Frequently asked questions about the Гибкая подводка антивибр.с угол. TFG-400, 3/4

What is the Anti-vibration hose with elbow TFG-400, 3/4"?

The Anti-vibration hose with elbow TFG-400, 3/4" is a flexible elbow hose with integrated vibration isolation for 3/4" threaded connections; it reduces vibration transmission, enables compact routing and simplifies installation in confined spaces.

What equipment is TFG-400, 3/4" compatible with?

The TFG-400 3/4" fits standard taps, sinks, water heaters (boilers), washing machines, dishwashers, pumps and HVAC connections where vibration isolation and an elbow connection are required.

How to choose the correct 3/4" hose?

Choose the TFG-400 if your appliance specifies a standard 3/4" threaded connection. Verify thread type (e.g. BSP/G) and measure installation clearance so the elbow fitting does not overstress the hose after fitting.

Is TFG-400 suitable for confined spaces?

Yes — the elbow design of the TFG-400 enables space-saving routing in confined installations, reducing the need for long straight runs and preventing hose stress or twisting.

How does TFG-400 reduce vibration?

The TFG-400 combines flexible hose material with an elbow geometry to absorb and damp vibration transmission between equipment and piping, reducing noise and mechanical stress on joints.

What material is TFG-400 made of and how strong is it?

The listing states a flexible anti-vibration construction for standard plumbing connections; for exact material composition and working pressure refer to MAGMA technical specifications for model MA1061148SP.

Can I use TFG-400 to connect a boiler and will it withstand hot water?

The description lists suitability for water heater connections. Check MAGMA's technical data for model MA1061148SP to confirm maximum operating temperature and compatibility with hot water.

Are additional seals required when fitting TFG-400 to a 3/4" thread?

The hose is intended for 3/4" threaded connections. Whether PTFE tape or a gasket is needed depends on the thread type and fitting condition — follow the manufacturer's installation guidance.

How does TFG-400 differ from a regular flexible hose without anti-vibration?

TFG-400 features anti-vibration construction and an elbow form that reduces vibration transmission and enables space-saving installations, unlike standard straight hoses which lack damping and angled routing.

What is the model and manufacturer of TFG-400 and where to find documentation?

Model: MA1061148SP, Manufacturer: MAGMA. Consult MAGMA's technical documentation or product datasheet for model MA1061148SP for full specifications.

Where to buy Anti-vibration hose with elbow TFG-400, 3/4"?

You can buy Anti-vibration hose with elbow TFG-400, 3/4" in our online store for 5.46€. Category: Hoses.

What is the price of Anti-vibration hose with elbow TFG-400, 3/4"?

The current price of Anti-vibration hose with elbow TFG-400, 3/4" is 5.46€. Brand: MAGMA.

Anti-vibration hose with elbow TFG-400, 3/4" — specifications and description

Model: 000-4394471MASP. Category: Hoses. Brand: MAGMA. Price: 5.46€.

Google reviews

See all reviews
//$('#buy_1click').mask("+39999999999",{placeholder:"+3__________"}); //$('#buy_1click').attr('placeholder', 'XXXXXXXXXX'); }); $('#btn_buy_1click').click(function () { var prefix = $('.iti__country.iti__active').data('dial-code'); $('input[name="phone_prefix"]').val(prefix); var answer = checkPhone($(this)); var emailAnswer = validateEmail($('input[name="buy1click_email"]').val()); if(answer != false && emailAnswer != false) { $.ajax({ url: 'index.php?route=extension/module/one_click/add', type: 'post', data: $('input[name=\'phone_prefix\'],input[name=\'phone\'], input[name=\'buy1click_email\'], input[name=\'product_id\'], input[name=\'quantity\']'), dataType: 'json', beforeSend: function () { $('#btn_buy_1click').attr('disabled', 'disabled'); }, success: function (json) { if (json) { $.magnificPopup.open({ items: { src: '
' + '
' + json['popup_heading'] + '
' + '
' + json['popup_order'] + '
' + '
' + json['popup_phone'] + '
' + '
', type: 'inline' }, showCloseBtn: true }); $('#btn_buy_1click').attr('disabled', false); $('#buy_1click').val(''); } } }) } }); function checkPhone(phone_input) { var phone = $('#buy_1click').val(), input = $('#buy_1click'); checker = true; if(!phone){ input.effect('highlight', {color: '#f00'}, 500); checker = false; } else if(/[^0-9-+ (|)]/.test(phone) || phone.length < 7) { input.effect('highlight', {color: '#f00'}, 500); checker = false; } else { } if(checker != true) { return false; } } function validateEmail($email) { var emailReg = /^([\w-\.]+@([\w-]+\.)+[\w-]{2,4})?$/; if ($email == '') { $('input[name="buy1click_email"]').effect('highlight', {color: '#f00'}, 500); return false; } else if (emailReg.test( $email ) == false) { $('input[name="buy1click_email"]').effect('highlight', {color: '#f00'}, 500); return false; } else { return true; } } $('#buy_1click').attr('placeholder', '5ххххххх');