I am working with a Fadal post and my first line is %, second line the O number, and both are well. I do need then, below the O number, the tool list. In the sample the tool list goes at the very top of the code, but I did not find the way to get my target. Could it be done? How?
I wrote this nice code only to be met with variables that are unitialized (well, they have the wrong values in them). :ATTRNAME=PECK IT :ATTRTYPE=POST :ATTRVTYPE=CHARACTER :ATTREMARK= :CODETYPE=FORMAT :ATTRCFUNC=CALC_PECKS(Z_DEPTH,Z_CLEAR,dwell,SUB_PECK,OPR_Z_FACE) :WORD_ADDRESS_BEF= :VAR=PECKERSTR :MODAL=NO :ATTREND dwell is the only one that is what it should be and the template is simple :T:MAW How do I get those variables initialized?
great video! I tried to make the changes in this video and some were fine but i didn't have the CALC_START_OF_TAPE in the .LIB file or anywhere i could find. i did see it in some of the other posts after investigating. how would i go about getting the tool list if there is no CALC_START_OF_TAPE? Also, the tool numbers are a bit nutty, in one line it lists it as T0202 for tool #2, and then a line later it lists it as T0200, I can see where that would get confusing. being I only use this on a machine with fewer then 100 tools, is there a way to limit the tool numbers to 2 digit eg.. T01, T02 etc?
Hi! Im making HH PP. In each line in my program there is fedrate value, but I need it just in case when feedrate change. How can I do it? For example 1 L X15 F300 2 L Y10 F300 3 L X30 Y-15 F 300
Bro your videos are so good such a pity you don't make them anymore.
THANKS FOR TIS SERIES
I am working with a Fadal post and my first line is %, second line the O number, and both are well. I do need then, below the O number, the tool list.
In the sample the tool list goes at the very top of the code, but I did not find the way to get my target.
Could it be done?
How?
I wrote this nice code only to be met with variables that are unitialized (well, they have the wrong values in them).
:ATTRNAME=PECK IT
:ATTRTYPE=POST
:ATTRVTYPE=CHARACTER
:ATTREMARK=
:CODETYPE=FORMAT
:ATTRCFUNC=CALC_PECKS(Z_DEPTH,Z_CLEAR,dwell,SUB_PECK,OPR_Z_FACE)
:WORD_ADDRESS_BEF=
:VAR=PECKERSTR
:MODAL=NO
:ATTREND
dwell is the only one that is what it should be and the template is simple
:T:MAW
How do I get those variables initialized?
great video! I tried to make the changes in this video and some were fine but i didn't have the CALC_START_OF_TAPE in the .LIB file or anywhere i could find. i did see it in some of the other posts after investigating. how would i go about getting the tool list if there is no CALC_START_OF_TAPE?
Also, the tool numbers are a bit nutty, in one line it lists it as T0202 for tool #2, and then a line later it lists it as T0200, I can see where that would get confusing. being I only use this on a machine with fewer then 100 tools, is there a way to limit the tool numbers to 2 digit eg.. T01, T02 etc?
Is it possible to change the Z axis to an Y axis and the Y axis to the Z axis , and reverse the X axis?
Hi! Im making HH PP. In each line in my program there is fedrate value, but I need it just in case when feedrate change.
How can I do it? For example
1 L X15 F300
2 L Y10 F300
3 L X30 Y-15 F 300
I can only get it to post out as a G54. In Camworks I have the different setups G54.1 P1-P10, how do get it to actually post that out.
Thank you!