Search found 257 matches

by robertspark
Thu Feb 21, 2019 9:16 am
Forum: Problems and questions
Topic: Drill Points
Replies: 6
Views: 3950

Re: Drill Points

Turkr42 wrote: Wed Feb 20, 2019 2:06 pm How do you set a key on the keyboard to do a "torch fire"?

Does it fire on and off or do you have to hit the key twice?
If you are using Mach3 then the torch on/off is triggered on shortcut key "F5"

You will have to press it twice for on and then off.
by robertspark
Sun Feb 10, 2019 5:29 pm
Forum: New features
Topic: Plugin documentation?
Replies: 20
Views: 37751

Re: Plugin documentation?

I did think about resurrecting this thread and ask about having a look at some / and plugin documentation you may have Les.

I've been playing with the idea of creating something similar to tubefit .... At the moment I was going to do it via uccnc Wizard
by robertspark
Sat Feb 02, 2019 11:04 am
Forum: Tips and tricks
Topic: How about a "Tricks and Traps" section ?
Replies: 2
Views: 16124

Re: How about a "Tricks and Traps" section ?

Thanks , much appreciated taking the time and spreading the knowledge
by robertspark
Sat Feb 02, 2019 7:49 am
Forum: Chat
Topic: Tips and tricks ...You do not have the required permissions to read topics within this forum.
Replies: 1
Views: 7546

Tips and tricks ...You do not have the required permissions to read topics within this forum.

As per title....

Tips and tricks

You do not have the required permissions to read topics within this forum.
by robertspark
Thu Jan 31, 2019 4:05 pm
Forum: Problems and questions
Topic: G42/G41 before rapid move ?
Replies: 10
Views: 4763

Re: G42/G41 before rapid move ?

Les, Are the variables "No Offset", "Inside Offset" and "Outside Offset" available within UCCNC from the operations for use within a post processor? Say you wanted to use (insert) them within the start of the operation .... then this would probably provide the needs of ...
by robertspark
Thu Jan 31, 2019 4:01 pm
Forum: Problems and questions
Topic: post processor for a kyndill thc
Replies: 3
Views: 4098

Re: post processor for a kyndill thc

what it is doing is when you click go in mach3 the torch moves to its 1st cut location the head cycles down to touch off the plate then rises up to pierce height and then the x,y axis starts moving a few inches and then it drops down to cut height, so the is no pierce delay to allow the arc voltage...
by robertspark
Wed Jan 30, 2019 3:39 pm
Forum: Problems and questions
Topic: G42/G41 before rapid move ?
Replies: 10
Views: 4763

Re: G42/G41 before rapid move ?

Les, I notice that these functions from the earlier posted post processor don't appear in the Post Documentation for the current development release function OnOffsetNone() post.Text(" G40 (offset off)\n"); end function OnOffsetLeft() post.Text(" G41 (offset left)\n"); end functi...
by robertspark
Mon Jan 28, 2019 12:20 pm
Forum: Problems and questions
Topic: G42/G41 before rapid move ?
Replies: 10
Views: 4763

Re: G42/G41 before rapid move ?

Is it possible to add the offset compensation before rapid move like this ? N20 M6 T2 N30 G42 (offset right) N40 G0 X62.55 Y77.28 Thanks Laurits. Why do you want offset compensation for a RAPID move? Rapid moves are normally non-cutting / positional moves that are done to get the machine cutter to ...
by robertspark
Mon Jan 28, 2019 12:08 pm
Forum: Problems and questions
Topic: modifying a post processor
Replies: 10
Views: 5535

Re: modifying a post processor

Oops.... sorry .... forgot I'd tried to help here..... :lol: :lol: :roll: :oops: Old age....? Also I didn't get any notifications.... anyway.... here goes. Current post processor code {unmodified} function OnPenDown() if (preheat > 0.001) then post.ModalText (" G00") post.ModalNumber (&quo...
by robertspark
Fri Jan 25, 2019 2:49 pm
Forum: Problems and questions
Topic: modifying a post processor
Replies: 10
Views: 5535

Re: modifying a post processor

This modified code should do it: (commented out 1 line) function OnPenDown() if(dist >= (refdistance/scale)) then dist = 0 -- modaltext (" G00") -- text(" Z") -- number (pierceheight * scale, "0.0000") -- eol() post.ModalText(" G28.1 Z") post.Number(3 * scale,...
by robertspark
Fri Jan 25, 2019 7:41 am
Forum: Problems and questions
Topic: modifying a post processor
Replies: 10
Views: 5535

Re: modifying a post processor

Post the actual post processor you are using, I'll modify it and repost it back.

The fix is easy, but takes longer to explain than do
by robertspark
Tue Nov 13, 2018 9:53 pm
Forum: New features
Topic: Cutting off material
Replies: 5
Views: 12579

Re: Cutting off material

Why don't you just create a macro (m-code) to run a cutoff operation via the MDI ?
by robertspark
Tue Nov 13, 2018 9:48 pm
Forum: Problems and questions
Topic: Plasma Torch Will not Lift up during cut.
Replies: 2
Views: 1010

Re: Plasma Torch Will not Lift up during cut.

What CNC motion control software are you using?

Is it licenced?

I believe that sometimes if using software such as mach3 without a legitimate licence there could be bugs added to the motion to give a poor cut

Can you post some of your code?