Mac Gregor MG5510DS Standard Servocomando - Jonathan (2025)

Salta al contenuto

Toggle Nav

Carrello

CONTATTACI

Lingua

Mac Gregor MG5510DS Standard Servocomando - Jonathan (2) Italiano

  • English

Accedi

Menu

Account

Impostazioni

Lingua

Mac Gregor MG5510DS Standard Servocomando - Jonathan (22) Italiano

  • English

Skip to the end of the images gallery

Skip to the beginning of the images gallery

Mac Gregor MG5510DS Standard Servocomando - Jonathan (25)Mac Gregor MG5510DS Standard Servocomando - Jonathan (26)

Valutazione:

100% of 100

7 Recensioni Aggiungi la tua recensione

DATA ARRIVO NON CONOSCIUTA

COD

446507

Avvisami quando disponibile

Lista desideri

Questo articolo non è disponibile e non conosciamo la data di arrivo.

Lista Accessori

Dettagli
Accessori
Recensioni 7
Piu Informazioni
Produttore Mac Gregor
Codice articolo produttore MAC5510
Coppia al massimo voltaggio 9,98
Velocità al massimo voltaggio 0,12
Tipo motore Spazzole
Alimentazione 4,8, 6,0 V
Tipo servocomando Standard
Elettronica Digitale
Montaggio Standard
Piu Informazioni
Materiale cassa Plastica
Ingranaggio principale 25T Standard
Utilizzo Alianti, Aerei, Auto, Barche, Elicotteri
Coppia Kg*cm 8,89 (4,8V)-9,98 (6,0V)
Velocità sec/60° 0,15 (4,8)-0,12 (6,0V)
Dimensioni 40,5x20,2x40,5 mm
Peso 55 g
Cuscinetti a sfera 2
Ingranaggi Metallo

Mac Gregor MG5510DS Standard Servocomando - Jonathan (28)

Mac Gregor Industriesè una ditta inglese che opera nel mercatomodellistico europeo dal 1959.
In particolare è stata
distributricedei servi JR Japanprima della nuova riorganizzazione in JR/DFA.
L’esperienza maturata negli anni, ha permesso di sviluppare una linea di
serviad alte prestazionie dall’eccellente rapporto prezzo/qualità.
Per questi motivi, i servocomandi Mac Gregor sono stati
scelti da CARF MODEL(produttrice di maxi modelli riproduzione, acrobatici e turbina) per essere montati sui modelli PNP.

Specifiche:
- Utilizzo: Aerei, Alianti, Auto, Barche, Elicotteri
- Tipo motore: Spazzole
- Alimentazione [V]: 4,8, 6,0
- Tipo servocomando: Standard
- Elettronica: Digitale
- Montaggio: Standard
- Materiale cassa: Plastica
- Coppia al massimo voltaggio: 9,98
- Velocità al massimo voltaggio: 0,12
- Ingranaggio principale: 25T Standard
- Coppia Kg*cm: 8,89 (4,8V)-9,98 (6,0V)
- Velocità sec/60°: 0,15 (4,8)-0,12 (6,0V)
- Dimensioni [mm]: 40,5x20,2x40,5
- Peso [g]: 55
- Cuscinetti a sfera: 2
- Ingranaggi: Metallo

Informazioni sulla sicurezza

Mac Gregor MG5510DS Standard Servocomando - Jonathan (29)

Da utilizzare con la sorveglianza di un adulto.

PRODUTTORE:

Nome Azienda
MACGREGOR INDUSTRIES LIMITED

Indirizzo
CORDWALLIS STREET MAIDENHEAD , BERKSHIRE, SL6 7GF, GB

Email
[emailprotected]

Telefono
+44 01628 760431

PERSONA RESPONSABILE PER L'UE:

Nome Azienda
Jonathan Srl

Indirizzo
Via S.G. Calasanzio, 13 , Moricone, Roma, 00010, IT

Email
[emailprotected]

Telefono
+390774605440

Scrivi la tua recensione

'; } html += '
  • '; } else { html += '
  • '; if (prodotto.note != "") { html += '

    '; html += prodotto.note; html += '

    '; } html += '
  • '; } html += '

    '; html += '

    '; html += ''; html += ''; html += ''; if (prodotto.product_label != "") html += '

    ' + prodotto.product_label + '

    '; html += '

    '; html += '

    '; html += ''; html += '' + prodotto.name + ''; html += ''; html += '

    SKU#:' + prodotto.sku + '

    '; html += '

    '; html += '

    '; if (prodotto.mostra_messaggio_no_vendita == true) { html += '

    ' + prodotto.testo_no_vendita + '

    '; } else { if (prodotto.is_saleable == false || prodotto.status != 1) { html += '

    ' + prodotto.testo_non_disponibile + '

    '; } else if (prodotto.is_preorder == true) { html += '

    ' + prodotto.preorder_note + '

    '; } else { html += '

    ' + prodotto.testo_disponibile + '

    '; } html += '

    '; html += '

    '; if (prodotto.is_saleable == false || prodotto.status != 1 || (prodotto.attr_60_str != null && prodotto.attr_60_str != '-' && prodotto.attr_60_str === prodotto.attr_60_str.toUpperCase())) { } else { html += getHtmlPrice(prodotto); } html += '

    '; html += '

    '; html += '

    '; if (prodotto.mostra_carrello == true) { html += '

    '; } html += '

    '; } html += '

    '; html += '

    '; } if (iterator == products.length + 1) html += '
  • '; } html += ''; return html; } function addtocartaajax() { $('.custom_type_form').mage('validation', { radioCheckboxClosest: '.nested', submitHandler: function (form) { var widget = $(form).catalogAddToCart({ bindSubmit: false }); widget.catalogAddToCart('submitForm', $(form)); return false; } }); } }); function parseDateTime(dateTimeStr) { return new Date(dateTimeStr.replace(' ', 'T')); } function getHtmlPrice(prodotto) { var html = ""; var isInRange = false; if(prodotto.special_from_date != null && prodotto.special_to_date != null) { const startDate = parseDateTime(prodotto.special_from_date); const endDate = parseDateTime(prodotto.special_to_date); const now = new Date(); console.log(startDate); console.log(endDate); console.log(now); isInRange = now >= startDate && now <= endDate; } if (prodotto.special_price != '0,00' && isInRange) { html += '

    '; html += ''; html += ''; html += 'Prezzo normale'; html += ''; html += '' + prodotto.org_price + '€'; html += ''; html += ''; html += ''; html += '

    '; html += '

    '; html += ''; html += ''; html += 'Prezzo speciale'; html += ''; html += '' + prodotto.special_price + '€'; html += ''; html += ''; html += ''; html += '

    '; } else { html += ''; html += ''; html += '' + prodotto.org_price + '€'; html += ''; html += ''; } return html; }
    Mac Gregor MG5510DS Standard Servocomando - Jonathan (2025)
    Top Articles
    Latest Posts
    Recommended Articles
    Article information

    Author: Eusebia Nader

    Last Updated:

    Views: 6518

    Rating: 5 / 5 (60 voted)

    Reviews: 91% of readers found this page helpful

    Author information

    Name: Eusebia Nader

    Birthday: 1994-11-11

    Address: Apt. 721 977 Ebert Meadows, Jereville, GA 73618-6603

    Phone: +2316203969400

    Job: International Farming Consultant

    Hobby: Reading, Photography, Shooting, Singing, Magic, Kayaking, Mushroom hunting

    Introduction: My name is Eusebia Nader, I am a encouraging, brainy, lively, nice, famous, healthy, clever person who loves writing and wants to share my knowledge and understanding with you.