know how to insert a new machine? in the Help menu, there is a tutorial to generate with .Bat, but I couldn't
@davidcarao64212 жыл бұрын
Hi, Can I use ARCS=CENTER for cut a full circle and ARCS=RADIAL for cut other degree cicle in the same postprocessor?? for have a Post as this example: (BEGIN CUTTING BLOCKS) ; G00 Z-1. (Rapids to Z-1.) ; G01 G41 D01 X-0.5 Y1.4 F20. (Linear move) ; (Cutter comp on) ; G03 X0 Y0.962 R0.5 F25. (Arc into thread) ; G02 J-0.962 Z-1.0625 (Cut threads while lowering Z) ; G03 X0.5 Y1.4 R0.5 (Arc out of thread) ; G01 G40 X0 Y2.4 F20. (Linear move)
@davidcarao64212 жыл бұрын
Hi, My name is David, I’m from Venezuela, and I am learning on this UPG-2 and EC Edit-2 by myself. It’s not easy and I have very queries. Do you can help me with this? My Question is the follows: - Is It possible activated the parameter “Sub. Peck amt” in Tap Hole? The Drill operation if it have this Parameters.
@goengineer2 жыл бұрын
Unfortunately David, there is not a simple answer for this question, because of how the values are stored in the system. The best thing would be to work with your local CAMworks VAR to get a Post processor that will do what you need.
@davidcarao64212 жыл бұрын
@@goengineer thanks you for answer soon. I am modifing my post processor, with this parameter i want made a deep hole tapping with Q in the code line (code-g)
@campro32889 жыл бұрын
a local solidworks dealer came to do a demonstration but cud not get the cnc to work correctly so my boss decided not to get the softweare
@impactodelsurenterprise24403 жыл бұрын
How do you write a post processor for turn mill?
@sliccreations3 жыл бұрын
You build off an existing post processor using EC Edit (installs with the Universal Post Generator).
@sliccreations3 жыл бұрын
@Antoine Jamme yes, buy a post from your VAR. Sorry I know that isn't what you are looking for but you probably are a lot further from a complete post than you realize.
@alexeybalagurov28383 жыл бұрын
How to add tool list like this? I use gettools 2 system at Start of tape, but this way look more compact. Please, give a little hint.
@moh95453 жыл бұрын
Search for the following 2 lines in your lib file: :C: IF SECTIONEXIST(START_OF_TAPE) THEN :C: CALL(START_OF_TAPE) Directly after add the following 2 lines... :C: CALL(OUTPUT_TOOL_LIST_HEADER) :C: GETTOOLS(1,OUTPUT_TOOL_LIST) ------------ Add the following 2 sections in your SRC file: :SECTION=OUTPUT_TOOL_LIST_HEADER :T:(TOOL LIST) :SECTION=OUTPUT_TOOL_LIST :T:(T) --- This has worked for me on the lathe setup.
@alexeybalagurov28383 жыл бұрын
@@moh9545 Thanks a lot, unknown friend.
@احمداحمد-ب2ذ4ك4 жыл бұрын
what is the programming language of camworks post processor ? it is javascript for Fusion CAM, Inventor HSM and HSMWorks
@goengineer4 жыл бұрын
CAMWorks and SOLIDWORKS CAM use a proprietary language that has syntax similar to C
@campro32889 жыл бұрын
i have a machine that only uses positive number on a drilling cicle. and camworks gives negatives number on the drilling cicle
@sliccreations9 жыл бұрын
+CAM PRO You will want to contact your VAR and work with them to edit your post processor accordingly
@bozejcity2 жыл бұрын
My postprocessor does not generate G83 for peck drilling... it generates all moves with G01 and G00 ? Please help
@goengineer2 жыл бұрын
Boris, Post processors are very complicated, a comment section is just not sufficient a place to trouble shoot. My first recommendation is to get back with the person who wrote the post to go over it with them. You might also try your CAMworks VAR for additional trouble shooting help.