Vexta PK659-A-A4 5 phase stepper

Шаговые и серво двигатели, шпиндели, инверторы.
Аватара пользователя
nERV
Мастер
Сообщения: 1511
Зарегистрирован: 27 сен 2013, 19:00
Репутация: 621
Настоящее имя: Александр
Откуда: Ульяновск
Контактная информация:

Vexta PK659-A-A4 5 phase stepper

Сообщение nERV »

Откопал в закромах такой моторчик, хотелось бы его применить. Как им управлять правильно?
На ебее есть такие предложения, что можно выбрать, шоб управлялось по step/dir.
http://www.ebay.com/sch/i.html?_odkw=5+ ... r&_sacat=0
Вложения
IMG_20131103_171102.jpg (1735 просмотров) <a class='original' href='./download/file.php?id=20454&sid=668133f43b048840edd88893527cb2db&mode=view' target=_blank>Загрузить оригинал (1.84 МБ)</a>
1383490343643.jpg (1735 просмотров) <a class='original' href='./download/file.php?id=20455&sid=668133f43b048840edd88893527cb2db&mode=view' target=_blank>Загрузить оригинал (1.87 МБ)</a>
Аватара пользователя
nERV
Мастер
Сообщения: 1511
Зарегистрирован: 27 сен 2013, 19:00
Репутация: 621
Настоящее имя: Александр
Откуда: Ульяновск
Контактная информация:

Re: Vexta PK659-A-A4 5 phase stepper

Сообщение nERV »

Вот к примеру. Берем самый первый драйвер с ебея, да и цена вроде не кусается
http://www.ebay.com/itm/Oriental-Motor- ... 3f1ab93dec
UDX5107. С методом управления не все понятно. Он cw/ccw, этот метод как-то можно конвертировать в степ/дир? Драйвер ждет импульса цв, поворачивается на шаг в одну сторону, при импульсе ццв в другую?
Аватара пользователя
mhael
Мастер
Сообщения: 2443
Зарегистрирован: 09 мар 2013, 11:22
Репутация: 769
Настоящее имя: Ильдар
Контактная информация:

Re: Vexta PK659-A-A4 5 phase stepper

Сообщение mhael »

nERV писал(а):Драйвер ждет импульса цв, поворачивается на шаг в одну сторону, при импульсе ццв в другую?
да.
Степ-дир можно преобразовать в CW/CCW просто на логике "И" и "И-Не". Только элементную базу выбрать быстродействующую.
Аватара пользователя
nERV
Мастер
Сообщения: 1511
Зарегистрирован: 27 сен 2013, 19:00
Репутация: 621
Настоящее имя: Александр
Откуда: Ульяновск
Контактная информация:

Re: Vexta PK659-A-A4 5 phase stepper

Сообщение nERV »

Так и предполагал. Можно даже на рассыпухе собрать, уже почти придумал как :)
А вот мануала на этот драйвер не нагуглил, может у кого-то еще получится?
Аватара пользователя
Nick
Мастер
Сообщения: 22776
Зарегистрирован: 23 ноя 2009, 16:45
Репутация: 1735
Заслуга: Developer
Откуда: Gatchina, Saint-Petersburg distr., Russia
Контактная информация:

Re: Vexta PK659-A-A4 5 phase stepper

Сообщение Nick »

В LinuxCNC stepgen может работать и в step/dir, и cw/cww и в квадратурном режиме, и еще около десятка режимов :):


Some of the stepping types are described below, but for more details (including timing diagrams) see the stepgen section of the HAL reference manual.
type 0: step/dir

Two pins, one for step and one for direction. make-pulses must run at least twice for each step (once to set the step pin true, once to clear it). This limits the maximum step rate to half (or less) of the rate that can be reached by types 2-14. The parameters steplen and stepspace can further lower the maximum step rate. Parameters dirsetup and dirhold also apply to this step type.

type 1: up/down

Two pins, one for ’step up’ and one for ’step down’. Like type 0, make-pulses must run twice per step, which limits the maximum speed.

type 2: quadrature

Two pins, phase-A and phase-B. For forward motion, A leads B. Can advance by one step every time make-pulses runs.

type 3: three phase, full step

Three pins, phase-A, phase-B, and phase-C. Three steps per full cycle, then repeats. Only one phase is high at a time - for forward motion the pattern is A, then B, then C, then A again.

type 4: three phase, half step

Three pins, phases A through C. Six steps per full cycle. First A is high alone, then A and B together, then B alone, then B and C together, etc.

types 5 through 8: four phase, full step

Four pins, phases A through D. Four steps per full cycle. Types 5 and 6 are suitable for use with unipolar steppers, where power is applied to the center tap of each winding, and four open-collector transistors drive the ends. Types 7 and 8 are suitable for bipolar steppers, driven by two H-bridges.

types 9 and 10: four phase, half step

Four pins, phases A through D. Eight steps per full cycle. Type 9 is suitable for unipolar drive, and type 10 for bipolar drive.

types 11 and 12: five phase, full step

Five pins, phases A through E. Five steps per full cycle. See HAL reference manual for the patterns.

types 13 and 14: five phase, half step

Five pins, phases A through E. Ten steps per full cycle. See HAL reference manual for the patterns.

type 15: user-specified

This uses the waveform specified by the user_step_type module parameter, which may have up to 10 steps and 5 phases.
Аватара пользователя
nERV
Мастер
Сообщения: 1511
Зарегистрирован: 27 сен 2013, 19:00
Репутация: 621
Настоящее имя: Александр
Откуда: Ульяновск
Контактная информация:

Re: Vexta PK659-A-A4 5 phase stepper

Сообщение nERV »

Спасибо. Только драйвера все еще нет у меня. Попробую соорудить что-то простенькое для пробы.
Ответить

Вернуться в «Двигатели и шпиндели»