How many servos (max) without PSC?
bulkhead
Posts: 405
Ok, thanks for all the help so far on helping me decide what to get, but I have one last question. If I don't need any I/O pins for input sensors or any other types of output BUT to control servo movement, how many servos could I control by just using the PWM feature of the Javelin stamp alone? I'm about to order the Javelin, but if I can get away with running about 8 servos on just the stamp itself, I'd rather start by doing that than getting the PSC.
Also, after browsing the forums, I've been led to the conclusion that some of these stamps dont have "true" PWM capabilities? Is this not true at all, just true for older models, or does this apply to the Javelin too?
Thanks.
Also, after browsing the forums, I've been led to the conclusion that some of these stamps dont have "true" PWM capabilities? Is this not true at all, just true for older models, or does this apply to the Javelin too?
Thanks.
Comments
So if you use the PWM VP you can control 6 servos.
(someone correct me if I'm wrong)
Now when you say 6 VPs at once, does that mean you can have 6 instances of one type of class (say PWM)? or does that mean you can have 6 types? If it were by instance, then would it be possible to control up to 15 servos (thats the # of I/O pins, right?) with the stamp itself?
You stated you have 4 pairs of servos, assuming you run these simultaneously,
you still have 2 vp slots for other VP's. That could be a full duplex bidrectional serial
channel, or other VP.
If you dedicate one vp slot to timers (you can have unlimited number of timers,
as long as ram memory serves, all timers occupy the same vp slot)
you have one vp slot left that you can use for different VP's at different times.
(quite possible to have a large number of half duplex bidrectional serial channels,
provided the javelin initiates serial communication).
regards peter