Страница 1 из 1

Vexta PK659-A-A4 5 phase stepper

Добавлено: 03 ноя 2013, 17:50
nERV
Откопал в закромах такой моторчик, хотелось бы его применить. Как им управлять правильно?
На ебее есть такие предложения, что можно выбрать, шоб управлялось по step/dir.
http://www.ebay.com/sch/i.html?_odkw=5+ ... r&_sacat=0

Re: Vexta PK659-A-A4 5 phase stepper

Добавлено: 04 ноя 2013, 16:17
nERV
Вот к примеру. Берем самый первый драйвер с ебея, да и цена вроде не кусается
http://www.ebay.com/itm/Oriental-Motor- ... 3f1ab93dec
UDX5107. С методом управления не все понятно. Он cw/ccw, этот метод как-то можно конвертировать в степ/дир? Драйвер ждет импульса цв, поворачивается на шаг в одну сторону, при импульсе ццв в другую?

Re: Vexta PK659-A-A4 5 phase stepper

Добавлено: 04 ноя 2013, 17:24
mhael
nERV писал(а):Драйвер ждет импульса цв, поворачивается на шаг в одну сторону, при импульсе ццв в другую?
да.
Степ-дир можно преобразовать в CW/CCW просто на логике "И" и "И-Не". Только элементную базу выбрать быстродействующую.

Re: Vexta PK659-A-A4 5 phase stepper

Добавлено: 04 ноя 2013, 17:45
nERV
Так и предполагал. Можно даже на рассыпухе собрать, уже почти придумал как :)
А вот мануала на этот драйвер не нагуглил, может у кого-то еще получится?

Re: Vexta PK659-A-A4 5 phase stepper

Добавлено: 13 ноя 2013, 23:30
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.

Re: Vexta PK659-A-A4 5 phase stepper

Добавлено: 14 ноя 2013, 13:58
nERV
Спасибо. Только драйвера все еще нет у меня. Попробую соорудить что-то простенькое для пробы.