CAD CAM EDM DRO - Yahoo Group Archive

Re: [CAD_CAM_EDM_DRO] EMC probe hookup

Posted by Brian Pitt
on 2001-06-07 23:17:40 UTC
probe on pin 10 or 11

EMC first para port map [motion]
lpt lpt
pin EMC bit default default
num name name use polarity
1 /c0
2 d0 x dir HOMING_POLARITY = 1
3 d1 x step
4 d2 y dir HOMING_POLARITY = 1
5 d3 y step
6 d4 z dir HOMING_POLARITY = 1
7 d5 z step
8 d6
9 d7
10 s6 OPTION PROBE PROBE_POLARITY = 1
11 /s7 OPTION PROBE PROBE_POLARITY = 0
12 s5 x,y,z home HOME_SWITCH_POLARITY = 1
13 s4 x,y,z limit- MIN_LIMIT_SWITCH_POLARITY = 1
14 c1
15 s3 x,y,z limit+ MAX_LIMIT_SWITCH_POLARITY = 1
16 c2
17 /c3
18-25 gnd

and in the .ini file set

[TRAJ]
PROBE_INDEX = 3

hook the probe up to the S6 input, pin 10.
For PROBE_INDEX = 4, it's S7, pin 11

use the G38.2 code
variable #5061 RECIEVES X VALUE
variable #5062 RECIEVES Y VALUE
variable #5063 RECIEVES Z VALUE

(PROBEOPEN probe.out)
G38.2 X1.0
G38.2 Y1.0
(PROBECLOSE)

Brian

On Thursday 07 June 2001 18:38, you wrote:
> Anyone know which pins on the parallel
> port are used for hooking up a probe?
>
> Thanks,
> Allen F

Discussion Thread

wayne2000_7@y... 2001-06-07 18:38:13 UTC EMC probe hookup Alan Marconett KM6VV 2001-06-07 18:50:33 UTC Re: [CAD_CAM_EDM_DRO] EMC probe hookup Brian Pitt 2001-06-07 23:17:40 UTC Re: [CAD_CAM_EDM_DRO] EMC probe hookup wayne2000_7@y... 2001-06-08 14:00:44 UTC Re: EMC probe hookup