Re: [CAD_CAM_EDM_DRO] EMC I/O Config
Posted by
Alan Marconett KM6VV
on 2001-11-17 19:32:28 UTC
Hi Frank,
Well, there are four "strobes" that can be used:
#define SPP_STROBE 0x01 /* nStrobe (pin 1) */
#define SPP_AUTOFD 0x02 /* nAutoFd (pin 14) */
#define SPP_INIT 0x04 /* nInit (pin 16) */
#define SPP_SLC_IN 0x08 /* nSelectIn (pin 17) */
If they are not is use (for driving motors), they are fair game!
Connect an output pin to a solid state switch, or a relay driver. Of
course, you'll need to have command of the appropriate printer control
bit in the controller program you are using.
MaxNC (I think) has assigned a few outputs:
1 m3 output (M3 M4 M5 spindle control)
14 m4 output
16 m7 output (M7 M8 M9 coolent control)
17 m8 output
I know that CNCpro can command (and configure) output pins as well.
I'd hook up a voltmeter to each of the pins (and a ground), and see if
your controller program can control any of them.
OOPS! I just noticed "EMC" in the subject! SO, perhaps someone else
can comment on WHAT PINS EMC is using. The parallel port pins are still
the same!
HTH
Alan KM6VV
shymu@... wrote:
Well, there are four "strobes" that can be used:
#define SPP_STROBE 0x01 /* nStrobe (pin 1) */
#define SPP_AUTOFD 0x02 /* nAutoFd (pin 14) */
#define SPP_INIT 0x04 /* nInit (pin 16) */
#define SPP_SLC_IN 0x08 /* nSelectIn (pin 17) */
If they are not is use (for driving motors), they are fair game!
Connect an output pin to a solid state switch, or a relay driver. Of
course, you'll need to have command of the appropriate printer control
bit in the controller program you are using.
MaxNC (I think) has assigned a few outputs:
1 m3 output (M3 M4 M5 spindle control)
14 m4 output
16 m7 output (M7 M8 M9 coolent control)
17 m8 output
I know that CNCpro can command (and configure) output pins as well.
I'd hook up a voltmeter to each of the pins (and a ground), and see if
your controller program can control any of them.
OOPS! I just noticed "EMC" in the subject! SO, perhaps someone else
can comment on WHAT PINS EMC is using. The parallel port pins are still
the same!
HTH
Alan KM6VV
shymu@... wrote:
>
> Is there a way to config the printer port so I can turn on or off
> spindle and vac motors. I know about adding a second port but would
> rather not. Seems to me I should be able to run 4 axes and still have
> two lines left to control a spindle and vac system.
>
> Frank
Discussion Thread
shymu@b...
2001-11-17 16:50:39 UTC
EMC I/O Config
JanRwl@A...
2001-11-17 19:11:18 UTC
Re: [CAD_CAM_EDM_DRO] EMC I/O Config
JanRwl@A...
2001-11-17 19:20:54 UTC
Re: [CAD_CAM_EDM_DRO] EMC I/O Config
Alan Marconett KM6VV
2001-11-17 19:32:28 UTC
Re: [CAD_CAM_EDM_DRO] EMC I/O Config
Ray
2001-11-18 15:07:05 UTC
Re: EMC I/O Config
shymu@b...
2001-11-18 17:32:42 UTC
Re: EMC I/O Config