Advanced Search

Search Results (Searched for: )

  • mgm
  • mgm's Avatar
08 Aug 2025 07:20 - 08 Aug 2025 07:23
Replied by mgm on topic Switch relay in a defined x position

Switch relay in a defined x position

Category: Advanced Configuration

Starting point after referencing the machine:
- The cylinder for spindle support is extended 

The spinport.comp component monitors the position of the axis.
- When the axis reaches position 900, the cylinder is retracted, and when the axis reaches position 1600, the cylinder is extended again.
position axis.x.pos-cmd > 900 Cylinder retracted
position axis.x.pos-cmd > 1600 Cylinder extended 

What I need now is a check to see whether the cylinder is really retracted at the axis position between 900 and 1600 so that the axis can move through!For monitoring purposes, the cylinder is equipped with a reed contact when retracted.

Another factor that must be taken into account during monitoring is that the axis travels a certain distance during the time the cylinder is moving.The spindle support is at the axis position 1250 and I am traveling at a maximum speed of 4 m/s.

After thinking about it, also with your help, all that really needs to be checked is whether the cylinder is retracted between axis positions 1000 and 1500. 

position axis.x.pos-cmd > 1000 and < 1500 ---> cylinder retracted 

I think 100 mm in both directions should be enough for the cylinder movement!?!If that is the case, everything is fine. If the cylinder is not retracted, all axes must be stopped. 

Now the only question is whether the check should be monitored in the spinport.comp file or in the HAL,and what could the code look like?  
  • automata
  • automata
08 Aug 2025 07:05
Replied by automata on topic scurve trajectory planner

scurve trajectory planner

Category: General LinuxCNC Questions

Hi, is there any more testing and progress on the scurve planner to report?
-automata
  • automata
  • automata
08 Aug 2025 07:00
Replied by automata on topic PathPilot V2 source code

PathPilot V2 source code

Category: PathPilot

Hi, anyone got latest pathpilot v2.12 code working with python3 or get python2 installed in any recent version of debian?
I have V2.12 source code but can't compile it with python3 on debian bookworm. Now can I install python2 (easily) on debian bookworm.
Can someone suggest a way out?
-automata
Displaying 14131 - 14133 out of 14133 results.
Time to create page: 0.847 seconds
Powered by Kunena Forum