Search found 39 matches

by Alexanders
Thu Nov 21, 2024 11:42 am
Forum: C Programs
Topic: Status flag Home
Replies: 5
Views: 194

Re: Status flag Home

TomKerekes wrote:
Tue Nov 19, 2024 7:30 pm
Jogging? Maybe don't enable the Axes until homing.
Is it possible for the axes to move during the Homing procedure if the axes are not enabled?


And one more question.
How to run multiple programs in multiple threads using one button in KMotionCNC ?
by Alexanders
Tue Nov 19, 2024 10:01 am
Forum: C Programs
Topic: Status flag Home
Replies: 5
Views: 194

Re: Status flag Home

This stops the automatic execution of programs.But how to prohibit manual movements in KMotionCNC ?
by Alexanders
Wed Nov 13, 2024 11:44 am
Forum: C Programs
Topic: Status flag Home
Replies: 5
Views: 194

Status flag Home

I have a running Home program that changes the status variable Home in the data area persist.UserData[ ].
How to implement the prohibition/permission to work in automatic/ manual modes for KMotionCNC and the operator panel?
by Alexanders
Wed Nov 06, 2024 10:08 pm
Forum: KMotionCNC, G Code Files, Offsets, Post Process
Topic: Tool table
Replies: 7
Views: 401

Re: Tool table

I did as you said and now it works. But there was another problem. This is an automatic toolsetter measurement program that finally changes the value to tool table. The final part of the work is as follows: Jog(Z, Z_Velocity_Down_slow_search); while (ReadBit(TolsetterBIT) !=Tolsetter_ACTIVE); GetMac...
by Alexanders
Mon Nov 04, 2024 10:46 pm
Forum: KMotionCNC, G Code Files, Offsets, Post Process
Topic: Tool table
Replies: 7
Views: 401

Re: Tool table

Thanks for the tips! I changed the program so that, it does not require the operator to enter the tool number, but requires confirmation of the previously selected tool number. There is one more question. First, the program must save some of the original coordinates of the axes in order to return th...
by Alexanders
Fri Nov 01, 2024 12:17 pm
Forum: KMotionCNC, G Code Files, Offsets, Post Process
Topic: Tool table
Replies: 7
Views: 401

Tool table

I made a tool measurement program on a toolsetter. First, the program asks the operator for the tool number, and at the end of the program, used the function SetToolLength(TWORD,NewToolLength); And here there is an ambiguity with entering values into the tool table. The tool table has arguments SLOT...
by Alexanders
Thu Jun 20, 2024 11:23 pm
Forum: KMotionCNC, G Code Files, Offsets, Post Process
Topic: Which Post Procesor?
Replies: 9
Views: 5337

Re: Which Post Procesor?

Did you read the article of the link I posted? I have read this material several times. The Fanuc pictures are very unclear there. The description of the graph points is not clear. However, I understand how to apply the cutter radius compensation. So I expect you desire the tool to pass over the ou...
by Alexanders
Thu Jun 20, 2024 12:19 pm
Forum: KMotionCNC, G Code Files, Offsets, Post Process
Topic: Which Post Procesor?
Replies: 9
Views: 5337

Re: Which Post Procesor?

I'll try to explain it differently. Initial conditions: - KMotion5.3.1 - FANUC_COMP_ENTRY_STYLE - Units mm - ARC beg/ end radius Tol = 0.0007 inch A simple code example: N1 G54 G17 G40 N2 G1 X0 Y0 F500 N3 G3 G42 D1 X10 Y0 I5 J0 N4 M30 Executing line N3 will cause an error "Radius to end of arc diffe...
by Alexanders
Wed Jun 19, 2024 12:05 pm
Forum: KMotionCNC, G Code Files, Offsets, Post Process
Topic: Which Post Procesor?
Replies: 9
Views: 5337

Re: Which Post Procesor?

I'm dealing with the Fanuc postprocessor for SolidCAM. And there was a question. SolidCAM offers compact tool inlet/outlet trajectories in the form of arcs with simultaneous application of tool radius compensation. Example of an inlet/outlet trajectory: N124 G02 G42 D1 X18. Y0. I0. J3.6 However, whe...
by Alexanders
Mon Jun 10, 2024 8:32 pm
Forum: KMotionCNC, G Code Files, Offsets, Post Process
Topic: The .var file
Replies: 1
Views: 2298

The .var file

Hello! I would really like to see the assignment of variables in the emc.var file. There are no comments in the file. Where can I see it?