User Tools

Site Tools


software:unigraphics

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
software:unigraphics [2013/11/01 18:55] superwizardsoftware:unigraphics [2015/04/06 02:48] – [Plotter setup in UGNX 6 x32 on W7 x64] superwizard
Line 1: Line 1:
 +====== Plotter setup in UGNX 6 x32 on W7 x64 ======
 +
 +From: http://www.eng-tips.com/viewthread.cfm?qid=298459
 +
 +<code>
 +My guess is that you're probably using 64bit Windows 7?
 +
 +On 64bit systems (Vista & Win 7), the two variables UGII_SDI_BPS_JOBS_DIR & UGII_SDI_OVERRIDE_HOME need to be set.
 +When they are unspecified they are created in the users profile, but Win 7 & Vista works their permissions differently from WinXP.
 +
 +Creating those two variables & then pointing them to look at a folder, (c:\temp is the example I would follow) fixes the problem.
 +
 +set UGII_BASE_DIR="C:\progra~2\UGS\NX 6.0\"
 +set UGII_ROOT_DIR="C:\progra~2\UGS\NX 6.0\UGII"
 +
 +rem --------------------------------------------------------------------------------------------
 +rem set PATH
 +rem --------------------------------------------------------------------------------------------
 +set PATH=%SYSTEMROOT%\system32;%UGII_ROOT_DIR%;%UGII_BASE_DIR%;%PATH%
 +
 +set UGII_SDI_BPS_JOBS_DIR=c:\temp
 +set UGII_SDI_OVERRIDE_HOME=c:\temp
 +
 +
 +%UGII_ROOT_DIR%\ugraf.exe
 +
 +</code>
 +
 +NXSA7-Riches-BeginningAndIntermediatePlotting.pdf: http://www-cad.fnal.gov/PLM_World/2006/academic_programs/NX/NXSA7-Riches-BeginningAndIntermediatePlotting.pdf
 +
 +
 +
 ====== Commandline Start and Stop ====== ====== Commandline Start and Stop ======
  
Line 66: Line 98:
  
 ===== ug 7.5 ===== ===== ug 7.5 =====
- 
  
software/unigraphics.txt · Last modified: 2015/04/27 03:49 by superwizard