|
Posted by Si Ballenger on July 18, 2008, 2:58 pm
On Fri, 18 Jul 2008 07:15:03 -0700 (PDT), c83k2@unb.ca wrote:
>Hi Guys,
>First post on the group. Finishing up a PhD and I have been doing a
>lot of instrument control the past few years through .NET applications
>- C# primarily and recently became interested in a little side project
>that would involve a tilt-pan servo controlled from the same. 2 Servos
>only.
>I have absolutely zero experience dealing with Servos. GPIB, D/A, A/D
>- I've got it clocked, but this is new territory for me. Overall it
>seems most servos are controlled by pulse length to determine angle of
>turn. That's fine - I can generate those from my desktop NI D/A cards.
>But I'm looking at looking at working from a laptop.
>Any reccomends on a pre-packaged USB interface that I can address
>through the C# applications? I'd be willing to spend some money if an
>accessory was available that streamlined my .NET control. I would
>rather focus on code than troubleshooting a baseline device I don't
>fully understand.
>I see something like this at ServoCity -
http://www.servocity.com/html/pc_servo_programmer.html
>. Are these usually bundled with .NET libs? Or do you just use
>standard serial interface libraries?
>I'm completely ignorant. Any help is appreciated.
>Jake
Get a serial servo controller (~$40 or less) and connect it to
the computer using a USB to serial adapter. Then you can even
control the servos using a notepad batch file if you want.
|
> lot of instrument control the past few years through .NET applications
> - C# primarily and recently became interested in a little side project
> that would involve a tilt-pan servo controlled from the same. 2 Servos
> only.
>
> I have absolutely zero experience dealing with Servos. GPIB, D/A, A/D
> - I've got it clocked, but this is new territory for me. Overall it
> seems most servos are controlled by pulse length to determine angle of
> turn. That's fine - I can generate those from my desktop NI D/A cards.
>
> But I'm looking at looking at working from a laptop.
>
> Any reccomends on a pre-packaged USB interface that I can address
> through the C# applications? I'd be willing to spend some money if an
> accessory was available that streamlined my .NET control. I would
> rather focus on code than troubleshooting a baseline device I don't
> fully understand.
>
> I see something like this at ServoCity -