From professional translators, enterprises, web pages and freely available translation repositories.
single-motor plane.
Лёгкий одномоторный самолёт.
Last Update: 2018-02-21
Usage Frequency: 1
Quality:
related to: motor module
Связан с модулем: Модуль двигателей
Last Update: 2018-02-21
Usage Frequency: 1
Quality:
- three main shafts driven by a single motor.
- Три главных вала, приводимые в движение одним электродвигателем.
Last Update: 2018-02-21
Usage Frequency: 1
Quality:
this is a list of pages that seem to link back to the current page. motor module motor module
Это список страниц, которые ссылаются на текущую страницу.
Last Update: 2018-02-21
Usage Frequency: 1
Quality:
hybrids can have a single motor, multiple motors, motors integrated into the transmission or separate.
Гибридные транспортные средства могут быть оснащены одним двигателем, несколькими двигателями, двигателями, работающими в связке с трансмиссией или отдельно от нее.
Last Update: 2016-12-04
Usage Frequency: 1
Quality:
so, we decided to synthesize a mechanical mechanism so we could get rid of all the motors, and with a single motor we can coordinate all the motions.
Поэтому мы решили создать механизм таким, чтобы избавиться от всех моторов, и с одним единственным мотором координировать все движения.
Last Update: 2015-10-13
Usage Frequency: 1
Quality:
description of goods/services - motor module lawn-and-garden, is given under the below mentioned section of the fisinter.
Описание продукции/услуги - Мотоблок садово-огородный, представлено в указанной ниже рубрике ФИС.
Last Update: 2018-02-21
Usage Frequency: 1
Quality:
enter the section and learn detailed description of the available trademarks and modifications of the goods/services - motor module lawn-and-garden.
Войдите в рубрику и ознакомьтесь с подробным описанием, имеющихся марок и модификаций продукции/услуги - Мотоблок садово-огородный.
Last Update: 2018-02-21
Usage Frequency: 1
Quality:
the schemes and instructions for connection are found in the chapter “motors module”.
Схемы и обучение по подключению находятся в главе модуля «Двигатели».
Last Update: 2018-02-21
Usage Frequency: 1
Quality:
a single motor vehicle may be maintained in service only if the respective performance of the service, emergency and parking braking devices are at least equal to 90 per cent of the performance prescribed for a new motor vehicle in regulation no. 13.
1.1.2.1 Одиночное механическое транспортное средство может оставаться в эксплуатации только в том случае, если соответствующая эффективность рабочего, аварийного и стояночного тормозных устройств составляет по крайней мере 90% эффективности, предписанной для новых механических транспортных средств в Правилах № 13.
Last Update: 2016-12-04
Usage Frequency: 1
Quality:
(version 1.2) motors module incorporates the motors driver board and different electrical motors.
Модуль двигателей состоит из платы управления двигателями и различных двигателей.
Last Update: 2018-02-21
Usage Frequency: 1
Quality:
a single motor vehicle may be maintained in service only if the respective performance of the service, emergency and parking braking devices are at least equal to 90 per cent of the performance prescribed for a new motor vehicle in regulations nos. 13 and 13-h.
8.1.1.1 Одиночное автотранспортное средство может оставаться в эксплуатации только в том случае, если соответствующая эффективность рабочего, аварийного и стояночного тормозных устройств составляет по меньшей мере 90% эффективности, предписанной для новых автотранспортных средств в правилах № 13 и 13-Н.
Last Update: 2017-01-03
Usage Frequency: 1
Quality:
before connecting any cable make sure that the power is removed from controller board. - connect the motors module with controller module by using the ribbon cable.
- Соединить модуль двигателей с модулем контроллера, используя шлейф.
Last Update: 2018-02-21
Usage Frequency: 1
Quality:
(a) a single motor vehicle may be maintained in service only if the respective performance of the service, emergency a parking braking devices are at least equal to 90 per cent of the performance prescribed for a new motor vehicle in regulations nos. 13 and 13-h.
а) Одиночное механическое транспортное средство может оставаться в эксплуатации только в том случае, если соответствующая эффективность рабочего, аварийного и стояночного тормозных устройств составляет по меньшей мере 90% эффективности, предписанной для новых механических транспортных средств в Правилах № 13 и 13-Н.
Last Update: 2016-12-04
Usage Frequency: 1
Quality:
// // testing program of the motors module of the homelab kit. // #include #include // main program int main ( void ) { short position ; // set-up of the adc. adc_init ( adc_ref_avcc , adc_prescale_8 ) ; // set-up of the motor. servomotor_init ( 0 ) ; // endless loop. while ( true ) { // reading the position of the potentiometer and // converting the range of // the servo motor. position = ( ( short ) adc_get_value ( 3 ) - ( short ) 512 ) / ( short ) 5 ; // determining the position of the servo motor. servomotor_position ( 0 , position ) ; } }
~~pb~~ // // Тест программа серводвигателя // модуля «Двигатели» Домашней Лаборатории. // #include #include // // Основная программа // int main(void) { short position; // Настройка adc adc_init(adc_ref_avcc, adc_prescale_8); // Настройка двигателя servomotor_init(0); // Бесконечный цикл while (true) { // Считывание позиции потенциометра и перевод // в область серводвигателя position = ((short)adc_get_value(3) - (short)512) / (short)5; // Обозначение позиции серводвигателя servomotor_position(0, position); } }
Last Update: 2018-02-21
Usage Frequency: 1
Quality:
Warning: Contains invisible HTML formatting