5 Axis ParPort Stepper Setup with RTCP

More
24 Dec 2017 01:14 #103510 by andypugh
Replied by andypugh on topic 5 Axis ParPort Stepper Setup with RTCP

Thing is i am running Pulse Sign Configuration so PID Tuning in EMC make any difference ?

Some stepper systems use PID. PnCConf sets up Mesa steppers with a PID because it works a bit better.

"DEFAULT_ACCELERATION = 2.0 - In machines with nontrivial kinematics, the acceleration used for "teleop" (Cartesian space) jogs, in machine units per second per second. "
So isn't it effective for jog move only ? While in my setup jog move it does same as MDI command.


Surely it is worth testing the change at least? It takes moments.

Any help regarding tool offset ? I have Er25 Collet dircet drive spindle so changing all time tools. not the holder so i cant measure tool length all time.


forum.linuxcnc.org/10-advanced-configura...-off?start=90#103477
The following user(s) said Thank You: marq_torque

Please Log in or Create an account to join the conversation.

  • marq_torque
  • marq_torque's Avatar Topic Author
  • Offline
  • Elite Member
  • Elite Member
More
08 Jan 2018 10:29 #104155 by marq_torque
Replied by marq_torque on topic 5 Axis ParPort Stepper Setup with RTCP
Thank You Andy,

It was Mistake to disable step gen fb line in hal file. So I was getting swinging movement. It's solved now

Now I am stuck at tool Length offset and tool height sensor. And M code.

I tried g38.2 it ends movement as soon as it touches the sensor. But not retracting and not slowly reversing to cutoff the signal.
Also how to get tool length offset in tool table from DRO ? Is there any reference to start from ?
And all after that .. is it possible to shoot just one m code to perform all this ?

Regards
Ankit

Please Log in or Create an account to join the conversation.

  • marq_torque
  • marq_torque's Avatar Topic Author
  • Offline
  • Elite Member
  • Elite Member
More
05 Jun 2026 07:41 #346913 by marq_torque
Replied by marq_torque on topic 5 Axis ParPort Stepper Setup with RTCP
Hello Andypugh,

This modification was really helpful in last machine I made. I'm now trying to achieve similar but Linuxcnc has changed a alot. Also changed a lot in kinematics. I tried to modify kinematics as per this thread but as expected it's failing with errors.

I want to use XZ and B axis with TCP along with tool length probing. Setup in this thread is working in older version.. I'm struggling to getit worli with Debian 13 rt 2.9.8 Any help or suggestions would be appreciated,


Thanks

Please Log in or Create an account to join the conversation.

More
08 Jun 2026 06:42 #346962 by grandixximo
Replied by grandixximo on topic 5 Axis ParPort Stepper Setup with RTCP
Build errors? Can you share your current code? Not many people will have the time to read 10 pages of an 8 years old thread...
Be more specific about what you are struggling with.
The following user(s) said Thank You: marq_torque, andrax

Please Log in or Create an account to join the conversation.

  • marq_torque
  • marq_torque's Avatar Topic Author
  • Offline
  • Elite Member
  • Elite Member
More
12 Jun 2026 08:43 #347040 by marq_torque
Replied by marq_torque on topic 5 Axis ParPort Stepper Setup with RTCP
Pardon my brevity,

Here is detail

I'm trying to compile this kinematics file "5axiskinsN.c" and getting this error

cnc@cnc:~/linuxcnc/configs$ sudo halcompile --install 5axiskinsN.c
Compiling realtime 5axiskinsN.c
Linking 5axiskinsN.so
objdump: section '.rtapi_export' mentioned in a -j option, but not found in any input file
/usr/bin/ld:5axiskinsN.ver:2: syntax error in VERSION script
collect2: error: ld returned 1 exit status
make: *** [/usr/share/linuxcnc/Makefile.modinc:124: 5axiskinsN.so] Error 1



 
Attachments:

Please Log in or Create an account to join the conversation.

  • marq_torque
  • marq_torque's Avatar Topic Author
  • Offline
  • Elite Member
  • Elite Member
More
12 Jun 2026 11:47 #347043 by marq_torque
Replied by marq_torque on topic 5 Axis ParPort Stepper Setup with RTCP
Ok, I found my one mistake. i was trying to compile "5axiskin.c" but it didnt work so after reading more, I found there is "userkins.comp" file need to be compiled. so i edited file as per attachment and getting error as per screenshot.


 

File Attachment:

File Name: userkins.comp
File Size:8 KB
Attachments:

Please Log in or Create an account to join the conversation.

More
15 Jun 2026 07:12 #347080 by Aciera
Replied by Aciera on topic 5 Axis ParPort Stepper Setup with RTCP
1. As you have already found out 'halcompile' will not work with all .c files. A 'run-in-place' (RIP) installation would be required here.
2. .comp files have their own syntax, so you cannot simply copy-paste the code from a .c file into a .comp file.

Please Log in or Create an account to join the conversation.

Time to create page: 0.287 seconds
Powered by Kunena Forum