Search found 6 matches
- Fri Nov 20, 2020 11:56 am
- Forum: KMotionCNC, G Code Files, Offsets, Post Process
- Topic: Soft Limit issue with 5-Axis Positioning
- Replies: 5
- Views: 2652
Soft Limit issue with 5-Axis Positioning
G'day Tom, I am often running into an issue where i'm having to disable my soft limits when attempting machining operations in 5 axes near the limits of my machining envelope. The issue seems to be that the soft limits are being checked based on the TCP position, rather than the actual axis position...
- Tue Mar 05, 2019 4:02 am
- Forum: C Programs
- Topic: Preventing Motion after Feedhold Released
- Replies: 3
- Views: 2066
Re: Preventing Motion after Feedhold Released
Hi Tom, Thanks for that. My method for checking whether the machine is in a stopped state is checking "if (CS0_StoppingState != 0)". However, this morning a limit switch tripped, causing the machine to stop, but the toolchange script continued resulting in the tool being ejected from the spindle ont...
- Mon Mar 04, 2019 5:34 am
- Forum: C Programs
- Topic: Preventing Motion after Feedhold Released
- Replies: 3
- Views: 2066
Preventing Motion after Feedhold Released
G'day Tom (or whomever cares to pitch in), I'm trying to make my AutoToolChange Routine a bit more robust, and I've added some code that allows for a situation where you want to abort/pause a toolchange mid process. One of the issues which I would like to resolve is that if you hit feedhold part way...
- Fri Feb 01, 2019 12:57 am
- Forum: Configuration Issues
- Topic: Adding a temporary rotary axis to a 5-Axis machine
- Replies: 2
- Views: 2860
Re: Adding a temporary rotary axis to a 5-Axis machine
Excellent, thanks Tom.
I will be attempting to run something today!
Cheers,
Matt
I will be attempting to run something today!
Cheers,
Matt
- Thu Jan 31, 2019 1:32 am
- Forum: Configuration Issues
- Topic: Adding a temporary rotary axis to a 5-Axis machine
- Replies: 2
- Views: 2860
Adding a temporary rotary axis to a 5-Axis machine
G'day, We have a job that requires a bit of mill-turn type work, and have setup a special rotisserie for the job to mount on our 5-axis machine's bed. The issue is driving the rotisserie... The 5-axis is running Analog servo drives through a Kanalog board. But we have a stepper motor and driver avai...
- Mon Jan 07, 2019 12:37 pm
- Forum: KMotionCNC, G Code Files, Offsets, Post Process
- Topic: KMotion 5 Axis RTCP Settings
- Replies: 1
- Views: 2366
KMotion 5 Axis RTCP Settings
I've just done some upgrades to my 4th & 5th Axes, resulting in a change of my PivotToChuckLength, and whilst re-visiting the code to make the change, I noticed some settings that I can't remember what were for exactly, and I can't find with a Google search. m_MotionParams.MaxLinearLength = 0.05; //...