You are not logged in.
Problem
Installing MasterCAM interface in V6.2 may generate the following error:
Set environment variable CGTECH_PRODUCTS to CGTech’s products path
Reason
The interface was enhanced to require CGTECH_PRODUCTS variable to be consistent with the other interfaces.
Solutions
Define for 32/64 bit installs either CGTECH_PRODUCTS=c:\cgtech62\windows or CGTECH_PRODUCTS=c:\cgtech62\windows64
As an Environment Variable under System Variables (if you have access) or as User Variables.
Or edit the mastercamX/X2.bat and add the line in BOLD for either a 32 or 64 bit installation
@echo off
rem Following line references installation folder for VERICUT
Set CGTECH_INSTALL=C:\cgtech62
Set CGTECH_PRODUCTS=%CGTECH_INSTALL%\windows
Set CGTECH_PRODUCTS=%CGTECH_INSTALL%\windows64
The batch file will be fixed in V6.2.x
Offline