You can subscribe to this list here.
| 2007 |
Jan
|
Feb
(2) |
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2012 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
(1) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
| 2013 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
(2) |
| 2014 |
Jan
(8) |
Feb
(1) |
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
| 2015 |
Jan
(2) |
Feb
|
Mar
(4) |
Apr
(2) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(5) |
Nov
(1) |
Dec
|
| 2016 |
Jan
|
Feb
(6) |
Mar
(13) |
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
| 2018 |
Jan
|
Feb
|
Mar
(1) |
Apr
(1) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
| 2019 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
(2) |
Dec
(1) |
| S | M | T | W | T | F | S |
|---|---|---|---|---|---|---|
|
|
|
|
|
1
|
2
|
3
|
|
4
|
5
|
6
|
7
|
8
|
9
|
10
(1) |
|
11
|
12
|
13
(2) |
14
(1) |
15
(1) |
16
|
17
|
|
18
|
19
|
20
|
21
|
22
|
23
|
24
|
|
25
|
26
|
27
|
28
|
29
|
30
|
31
|
|
From: Brent M. <bm...@si...> - 2015-10-15 04:16:42
|
On 10/14/2015 08:03 AM, hoodcanaljim wrote: > Brent > > I looked through the python files and I don't have a clue how the > post works. And I know nothing about phython so I am no help. Bob > sent me a tap file with the center points and end points in absolute > dimensions so it looks to work. Now I just need to test my Apt360 > output thru his post (in windows) to see if I can get the same. Its > not like I am running production. I get around to making a > replacement part for my backhoe every so often. So it maybe a month > before I am using it again. > > Thanks Jim > I am just glad someone is getting some use out of it. It gives me some motivation to keep programming. |
|
From: Brent M. <bm...@si...> - 2015-10-14 03:49:16
|
On 10/13/2015 12:33 PM, pff wrote: > Hi Jim, > Yes, thanks Bob, that's a good solution. > It'd be a bit before I could find time to add it as an option to my post. > Phil(f) in WI > > On 10/13/2015 11:18 AM, hoodcanaljim wrote: >> Hi >> >> Bob Eggleton was nice enough to point out that I could get what I >> needed by the way I coded the apt source. Driving instructions that >> positioned the cutter at those co ordinance will produce that output. >> <snipped> I am glad to see you have something that you can use for the time being. It would be really good to get a post that does the work for you though. I will try to do something along those lines when I have time. |
|
From: pff <pfu...@sk...> - 2015-10-13 19:02:41
|
Hi Jim, Yes, thanks Bob, that's a good solution. It'd be a bit before I could find time to add it as an option to my post. Phil(f) in WI On 10/13/2015 11:18 AM, hoodcanaljim wrote: > Hi > > Bob Eggleton was nice enough to point out that I could get what I > needed by the way I coded the apt source. Driving instructions that > positioned the cutter at those co ordinance will produce that output. > > CUTTER/.375,0,0,0,0,0,.5 > LOADTL/1 > FROM / SETPT > FEDRAT/10.0 > GO/L1,PL1,ON,L3 > TLLFT,GOLFT/L1 > GOFWD/C2,ON,L7 > GOFWD/C2,ON,L5 > GOFWD/C2 > GOFWD/L2 > GOFWD/C1,ON,L6 > GOFWD/C1,ON,L4 > GOFWD/C1,TANTO,L1 > FEDRAT/20. > GOTO/SETPT > END > > Thanks Bob > Jim > > > ------------------------------------------------------------------------------ > _______________________________________________ > Aptos-devel mailing list > Apt...@li... > https://lists.sourceforge.net/lists/listinfo/aptos-devel > |
|
From: hoodcanaljim <hoo...@us...> - 2015-10-13 16:18:19
|
Hi
Bob Eggleton was nice enough to point out that I could get what I
needed by the way I coded the apt source. Driving instructions that
positioned the cutter at those co ordinance will produce that output.
CUTTER/.375,0,0,0,0,0,.5
LOADTL/1
FROM / SETPT
FEDRAT/10.0
GO/L1,PL1,ON,L3
TLLFT,GOLFT/L1
GOFWD/C2,ON,L7
GOFWD/C2,ON,L5
GOFWD/C2
GOFWD/L2
GOFWD/C1,ON,L6
GOFWD/C1,ON,L4
GOFWD/C1,TANTO,L1
FEDRAT/20.
GOTO/SETPT
END
Thanks Bob
Jim
|
|
From: hoodcanaljim <hoo...@us...> - 2015-10-10 16:13:15
|
Hi While writing a program for my mill I found that the postp creates circular interp with end and center points for a full arc of the complete circle ( one block for a full 360 deg ) while my machine requires the arc be broken into segments at each of the four arc segments (zero, 90, 180, 270 req. 4 blocks for full circle). Also the output is with the end point and center point in relative positioning while my machine uses absolute (not vodka) positioning. Are there any other post processors available? Somewhere I thought I read something on the apt "SYN/" statement. I found it doesn't work but was there some mention of a work around? Thanks Jim |