Oh and just to add to the confusion, the doc seems to match motion.c found at 
https://raw.githubusercontent.com/LinuxCNC/linuxcnc/master/src/emc/motion/motion.c

for example from motion.c:
    if ((retval = hal_pin_float_newf(HAL_OUT, &(addr->spindle_speed_out_abs), 
mot_comp_id, "spindle.%d.speed-out-abs", num)) != 0) return retval;

Where are the documents and motion.c that uses the declaration below? 
motion.spindle-speed-out-abs

Thanks
John

> -----Original Message-----
> From: John Dammeyer [mailto:[email protected]]
> Sent: April-14-21 8:55 PM
> To: 'Enhanced Machine Controller (EMC)'
> Subject: [Emc-users] Motion information.
> 
> I've returned to playing with the BeagleBone Black and Xylotex Cape to make 
> it match the MESA 7i92 pins on the DB-25.  I've run into
> issues with naming of pins in the HAL file.
> 
> Is there something newer than this?
> http://linuxcnc.org/docs/html/man/man9/motion.9.html#MOTION%20PARAMETERS
> 
> The reason I ask is for both my LinuxCNC with MESA 7i92H and the MachineKit 
> on the BBB pins like:
> motion.spindle-speed-out-abs
> 
> aren't documented in the above document.  But they are what I believe was 
> created
> What's in the document is
> spindle.M.spindle-speed-out-abs    (where M is 0..n)
> 
> So there's a disconnect from this manual compared to what is in both the 
> MachineKit and LinuxCNC 2.8.  Both the PC and the Pi4
> version.
> 
> The PNCconf generated the initial hal file for me and the stepconf generated 
> the parallel port version.  Maybe those programs haven't
> been updated for years and the new motion software still supports the 'old' 
> way?
> 
> John Dammeyer
> 
> 
> 
> 
> 
> _______________________________________________
> Emc-users mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/emc-users



_______________________________________________
Emc-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/emc-users

Reply via email to