View Single Post
  #12   Spotlight this post!  
Unread 30-04-2008, 11:22
B.Johnston B.Johnston is offline
Registered User
AKA: Bruce Johnston
no team
Team Role: Mentor
 
Join Date: Apr 2006
Rookie Year: 2004
Location: Niagara Falls
Posts: 44
B.Johnston will become famous soon enough
Re: Victor logistics.

Quote:
Originally Posted by Hazmatt View Post
thanks 1680Bruce, but I understand how victors control a motor with varying pulses. I also understand that the control signal going into a victor is different than what comes out. What goes on in between these two signals is a mystery.

let's say I used some general microcontroller. Pretend that the "servo-type" signal goes into this microcontroller. Now i'm guessing that this microcontroller needs to measure the time of the input pulse. The time of the input pulse could then be applied to some formula or something to transform it to "motor-type" control signal.
How would one go about measuring the length of the "servo-type" pulse
No, as stated in my first post, I am attempting to design my own controller.

Are you making this control in a pure hardware design via logic gates or in a software application running on a microprocessor?

In either case to convert from the lower signal level to the higher drive level would require a measurement of both input and desired output against a continuous and stable reference. In hardware and in software this would be derived from a clock oscillator like a 555 chip.

Signal conditioning and output sequencing are extra to the basic functioning of measuring against a reference so these would be dependant mostly on and specific to whatever components you choose for implementing your design.