cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - You can Bookmark boards, posts or articles that you'd like to access again easily! X

Custom Cycles - GPost

anagnost
1-Visitor

Custom Cycles - GPost

Gurus,

I have created a custom cycle (FLOTAP) for flow tapping on a 3axis
machining center. An example of my cl file can be seen below:

$$* Pro/CLfile Version Wildfire 4.0 - M092
$$-> MFGNO / 013219_NEST_MFG
PARTNO / 013219_NEST_MFG
$$-> FEATNO / 1741
MACHIN / UNCX01, 99
$$-> CUTCOM_GEOMETRY_TYPE / OUTPUT_ON_CENTER
UNITS / MM
LOADTL / 16
$$-> CUTTER / 10.000000
$$-> CSYS / 1.0000000000, 0.0000000000, 0.0000000000, 0.0000000000, $
0.0000000000, 1.0000000000, 0.0000000000, 0.0000000000, $
0.0000000000, 0.0000000000, 1.0000000000, 0.0000000000
SPINDL / RPM, 360.000000, CLW
RAPID
FROM / 61.5000, 34.6839, 150.0000
$$-> SETSTART / 61.5000, 34.6839, 150.0000
CYCLE / FLOTAP, DEPTH, 23.000000, MMPR, 1.500000, CLEAR, 3.000000, RETURN,$
25.000000
GOTO / 61.5000, 34.6839, 0.0000
GOTO / 82.5000, 71.0569, 0.0000
GOTO / 82.5000, 143.8031, 0.0000
GOTO / 61.5000, 180.1761, 0.0000
GOTO / 82.5000, 216.5492, 0.0000
GOTO / 82.5000, 289.2953, 0.0000
CYCLE / OFF
RAPID
GOTO / 82.5000, 289.2953, 150.0000
SPINDL / OFF
$$-> END /
FINI


Unfortunately I cannot post process the above cl file. When I try to
post process I am getting the message:

**Error** in conversion check LST file

If I change the command from CYCLE/FLOTAP...... to CYCLE/TAP ........
then everything is working fine.

What is the problem here? Am I missing something?

TIA

Vassilis Anagnostopoulos*
*
SPIDER SA
Industrial Area - Rodotopi
45500 - Ioannina
Greece

This thread is inactive and closed by the PTC Community Management Team. If you would like to provide a reply and re-open this thread, please notify the moderator and reference the thread. You may also use "Start a topic" button to ask a new question. Please be sure to include what version of the PTC product you are using so another community member knowledgeable about your version may be able to assist.
2 REPLIES 2

The problem is you created a new vocabulary word but did not define it.
Find the file UNCMIL.V00, it is in the load point\i486nt\gpost directory.
Add you new word FLOTAP at the bottom of the file, follow this example.

PPWORD/FLOTAP,3199

The number in this case is an integer code, the values 3101 through 4099 are
unused and can be used for custom words. See what the highest number in the
UNCMIL.V00 file is and use the next one.

Fred Nemecek
Austin N.C., Inc.
512/458-1112 x19



_____

All it is your g-post needs to read/convert the FLOTAP. You may have to
create a fil so your post can output what you want. Not to familiar with
g-post. I am using Campost as a standalone, and it does work the same way.



Tony




Announcements


Top Tags