Jump to content

Welcome to eMastercam

Register now to participate in the forums, access the download area, buy Mastercam training materials, post processors and more. This message will be removed once you have signed in.

Use your display name or email address to sign in:

H.tom

Verified Members
  • Posts

    10
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

H.tom's Achievements

Rookie

Rookie (2/14)

  • Collaborator Rare
  • One Year In
  • First Post Rare
  • Week One Done
  • One Month Later

Recent Badges

6

Reputation

  1. 系统配置-->启动/退出: 当前配置单位 设置默认配置单位,如下: 英寸:表示当前配置文件单位为英寸。 Metric:表示当前配置文件单位为毫米。
  2. #v1x = (prv_x$ - x$) * 2 # x-component of vector v1 v1x = (prv_x$ - x$) # x-component of vector v1 v1z = prv_z$ - z$ # z-component of vector v1 #v2x = (nextx$ - x$) * 2 # x-component of vector v2 v2x = (nextx$ - x$) # x-component of vector v2 v2z = nextZ$ - z$ # z-component of vector v2 angle_deg = atan2(v1x,v1z), "v1_", *angle_deg, e$ angle_deg = atan2(v2x,v2z), "v2_", *angle_deg, e$
  3. 1. Right-click (or press and hold) program(CodeExpert) icon > select Properties. 2. Select Compatibility > under Compatibility mode, check Run this program in compatibility mode for "Windows 8" Good luck
  4. The following changes are only valid for the "Toolpath Transform --> Translate" operation:
  5. opening your Control Definition file, Choose "NC Output": Output operation comments to NC Choose whether to include operation-specific comments in the NC program. These are created in the Toolpath parameters tab for each operation. This setting is a default which can be overridden in the Machine Group Properties. Output machine name to NC Choose whether to include the machine name as a comment in the NC program. The name comes from the machine definition. This setting is a default which can be overridden in the Machine Group Properties. Output group name to NC Choose whether to include the name of the machine group in the NC program, as displayed in the Toolpaths Manager. Output group comments to NC Choose whether to include machine group-specific comments in the NC program. These are created in the Files tab of the Machine Group Properties.
  6. Try these 1. Open your ".set" file. 2. Search for the string "pprep$". (for example the following picture) 3. Add the following code: (for example the following picture) if fexist(spathnc$ + snamenc$ + sextnc$), [ result = mprint(spathnc$ + snamenc$ + sextnc$ + " already exists." + no2asc(10) + "Do you want to replace it ?", 5) if result = 7, exitpost$ ]
  7. Look for the following in the post: # Start of File and Toolchange Setup # -------------------------------------------------------------------------- pplane_out #Output Plane G43/G44 and secondary offset when using aggregate (not moulder/not horiz drill) if tlplnno$ = 2 | tlplnno$ = 3 | tlplnno$ = 5 | tlplnno$ = 6, pbld, n$, *sgplane, *sg43g44, *tlngno2, yabs, e$ Change "yabs" to "*yabs" # -------------------------------------------------------------------------- pplane_out #Output Plane G43/G44 and secondary offset when using aggregate (not moulder/not horiz drill) if tlplnno$ = 2 | tlplnno$ = 3 | tlplnno$ = 5 | tlplnno$ = 6, pbld, n$, *sgplane, *sg43g44, *tlngno2, *yabs, e$

Join us!

eMastercam - your online source for all things Mastercam.

Together, we are the strongest Mastercam community on the web with over 56,000 members, and our online store offers a wide selection of training materials for all applications and skill levels.

Follow us

×
×
  • Create New...