Search found 134 matches

by AmitKumar171
Thu Feb 24, 2022 12:37 am
Forum: C Programs
Topic: Tool change using 8bit binary switch
Replies: 9
Views: 1258

Re: Tool change using 8bit binary switch

Hi tom, Thanks for the reply. But we have a provision to load 2 tools in atc arm, and we have plans of extending those 4 tools ( 4tool atc default program) to 100 tools. So for this many tools we need preload option so tool Changer time get reduced. So in your previous post which m106 tool preload p...
by AmitKumar171
Wed Feb 23, 2022 3:26 am
Forum: C Programs
Topic: Tool change using 8bit binary switch
Replies: 9
Views: 1258

Re: Tool change using 8bit binary switch

You didn't explain how your tool changer works, but you might use an MCode to preload a tool. ie. M6T12 (Load tool 12) M106P14 (Preload tool 14) M106 would be configured not to wait (otherwise there would be no point in preloading). So some mechanism might be required to have M6 be sure M106 has en...
by AmitKumar171
Tue Feb 22, 2022 2:05 pm
Forum: C Programs
Topic: Tool change using 8bit binary switch
Replies: 9
Views: 1258

Re: Tool change using 8bit binary switch

Hi tom, Thank you for reply. Those program that you have shared are working as expected. I have one problem in Linear4ToolHolders Rev 2.c program (default program in setup). It does not have preload tool option. How to add preload tool option in Linear4ToolHolders Rev 2.c . for tool preload just too...
by AmitKumar171
Mon Feb 21, 2022 11:16 am
Forum: C Programs
Topic: Tool change using 8bit binary switch
Replies: 9
Views: 1258

Re: Tool change using 8bit binary switch

Hi Amit, It isn't clear what exactly you are trying to do. You might just have the Tool Change Program read the binary switches. Does the Operator need to set the switches in binary? Or is this some sort of dial? You might write a C Program which reads the switches and sets a GCode Variable with th...
by AmitKumar171
Sat Feb 19, 2022 10:36 am
Forum: C Programs
Topic: Tool change using 8bit binary switch
Replies: 9
Views: 1258

Tool change using 8bit binary switch

Hi tom, I am using Kflop+kmotion for my machine. I am using generic m6 txx command for tool change using automatic tool changer. I want to use 8 bit binary switch to have tool change from tool 1 to tool 200. How to go with that ?, as I can see there is no option of tool change using 8 bit binary swi...
by AmitKumar171
Fri Jan 28, 2022 12:26 pm
Forum: KMotionCNC, G Code Files, Offsets, Post Process
Topic: HOW TO ENABLE OPTIONAL STOP M01 IN KMOTIONCNC
Replies: 1
Views: 1007

HOW TO ENABLE OPTIONAL STOP M01 IN KMOTIONCNC

Hi Tom,

I am using KFLOP+KONNECT for my machine.

I want to use M01 m code to enable optional stop functionality.

It is not working by default, how to make it work and turn off and on M01 functionality.

Here is the reference.
Screenshot (213).png
Waiting for kind reply.
by AmitKumar171
Wed Dec 22, 2021 5:33 am
Forum: C Programs
Topic: Axis Movement Restriction Before Homing
Replies: 3
Views: 663

Re: Axis Movement Restriction Before Homing

Hi Amit, You might not enable the Axes in the INIT C Program. Instead enable the Axes in the Home Program. You might also not reset the machine position to 0 in the INIT C Program as the encoder positions are likely to be still valid after an EStop. To enable axis 0 at the current encoder position ...
by AmitKumar171
Tue Dec 21, 2021 1:34 pm
Forum: C Programs
Topic: Axis Movement Restriction Before Homing
Replies: 3
Views: 663

Axis Movement Restriction Before Homing

Hi tom , I am using KFLOP+ Konnect for my machine. I am using one Homing program (Simple Home 3axis.c default program). and I want to restrict all axis movement until homing is done on the machine. Because before homing soft limit is not active as i defined soft limit in its homing program and it hi...
by AmitKumar171
Mon Dec 20, 2021 7:20 am
Forum: KMotionCNC, G Code Files, Offsets, Post Process
Topic: INVALID_ZERO_NEG_CONSTRAINT error while running 5 axis G code
Replies: 3
Views: 1182

Re: INVALID_ZERO_NEG_CONSTRAINT error while running 5 axis G code

Hi tom, Thanks for the earlier reply. Only INIT file is running in thread - 1 , which has soft limit program attached with it (Soft limit is defined in axis definition files and checkdistancetostop also running in infinite for loop). So does that soft limit making that error? Waiting for kind reply.
by AmitKumar171
Sat Dec 18, 2021 9:29 am
Forum: KMotionCNC, G Code Files, Offsets, Post Process
Topic: INVALID_ZERO_NEG_CONSTRAINT error while running 5 axis G code
Replies: 3
Views: 1182

INVALID_ZERO_NEG_CONSTRAINT error while running 5 axis G code

Hi Tom, I am using Kflop+Konnect for my 5 Axis cnc machine. I am facing strange problem (INVALID_ZERO_NEG_CONSTRAINT) while running attached g code. I have attached the trajectory planner settings and G code in which i am facing the error. Even i tried increasing decimal in g code as well but still ...