Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

4
votes
3answers
394 views

Stepper Motor Control Timing

I have a question regarding stepper motor control while using the Microchip TCP/IP stack. In the past I have used a timer for my stepper motor control. I set the period of a timer to the required ...
2
votes
1answer
125 views

Talking to a motor driver through USB

I have a motor, connected to a motor driver, connected a windows XP computer by a CAN-BUS (throught USB). I want to "talk" to the motor driver and have some questions: Does the USB appear as a COM ...
1
vote
1answer
151 views

Talking to a motor driver through a CAN-BUS

I have a motor, connected to a motor driver, connected a windows XP computer by a CAN-BUS (through USB I believe). I want to "talk" to the motor driver and have some questions: Does ...
0
votes
2answers
269 views

Embedded C motion control: Line path step generation in 3 axis for stepper motors

Anyone out there written code for a microcontroller to run a 3 axis table from point to point with acceleration and velocity ramping? Purpose: Convert a line in 3 dimensions into the pulse and ...
0
votes
3answers
304 views

Set a one bit in an 8-bit PIN without changing the other bits

Using winAVR for the following code. I got an 8-bit PIN here that I need to OR it with 00000010 or 0x02 to set the 7th bit. Now what I have to do is the following : Set Port B bit 7 Wait for 1ms ...
0
votes
1answer
360 views

Drive Sequence for Sanyo B00224 Stepper Motor

I was given a Sanyo #B00224 4 wire stepper motor, and for the life of me cannot determine the drive sequence, e.g. what order to power the coils and in which direction. As far as I can tell it is a bi ...