CAD CAM EDM DRO - Yahoo Group Archive

Re: Newcomer

Posted by basic_cnc
on 2003-06-11 17:48:30 UTC
--- In CAD_CAM_EDM_DRO@yahoogroups.com, Brad Woolley <brad@r...>
wrote:
> Hi,
>
> Sorry for the confusion, with my PIC controller through a
serial
> port the PC sends an ASCII string to the PIC, which converts the
numbers to
> steps,direction etc and then controls the motors, I have never
interfaced
> with a parallel port so I am probably looking too deep, I don't
know what
> KCam outputs to the parallel port, is it a 'string' type command
or simply
> raising and lowering the pins ?.

The later is correct. KCAM set the direction bit (on 1 parallel
port pin), and pulse the step bit (on another port bit). This is
done for every axis. If you use a PIC, you need to poll those port
bits and convert it to suit your driver configuration.

Hope this help.

Discussion Thread

Brad Woolley 2003-06-10 15:09:03 UTC Newcomer Robert Campbell 2003-06-10 16:41:13 UTC Re: [CAD_CAM_EDM_DRO] Newcomer Robert Campbell 2003-06-10 16:48:36 UTC Re: [CAD_CAM_EDM_DRO] Newcomer basic_cnc 2003-06-10 21:29:47 UTC Re: Newcomer Brad Woolley 2003-06-10 23:31:45 UTC RE: [CAD_CAM_EDM_DRO] Re: Newcomer turbulatordude 2003-06-11 07:03:17 UTC Re: Newcomer NCS 2003-06-11 07:36:59 UTC Re: [CAD_CAM_EDM_DRO] Newcomer basic_cnc 2003-06-11 08:02:14 UTC Re: Newcomer Brad Woolley 2003-06-11 09:10:10 UTC RE: [CAD_CAM_EDM_DRO] Re: Newcomer turbulatordude 2003-06-11 17:43:46 UTC Re: Newcomer - Kcam and step and direction basic_cnc 2003-06-11 17:48:30 UTC Re: Newcomer James Cullins 2003-06-11 19:24:17 UTC Re: [CAD_CAM_EDM_DRO] Re: Newcomer - Kcam and step and direction