Strona 1 z 1

Siemenx NX8.5 Step214 - Problem

: 28 sie 2013, 07:22
autor: MetalSky
Przesunięcie did not complete, taki komunikat generuje mi NX podczas próby importu stepa214, czy ktoś zna rozwiązanie?

Dodam że w opcjach importu Zaznaczyłem:
KRZYWE
POWIERZCHNIE
BRYŁY
UKŁAD WSPÓŁRZĘDNYCH
DANE PRODUKTU
PMI

OPCJE:
ZSZYJ POWIERZCHNIE AUTOMATYCZNIE
UPRASZCZANIE
OPTYMALIUZUJ
WYGŁADŹ - B-SURFACE

: 28 sie 2013, 09:05
autor: zibi
Importujesz z poziomu NX, czy zewnętrznym translatorem?

: 28 sie 2013, 09:24
autor: MetalSky
Import z poziomu NX, zewnętrzny translator generuje inny błąd:

UGII_JAVA_HOME must be defined

The Java Runtime Enviroment (JRE) was not fund.
Instal your own JRE and set UGII_JAVA_HOME
in C:\Program Files\Siemens\NX 8.5\ugii\ugii_env.dat
to the directory containing the bin and lib directories.

: 29 sie 2013, 07:05
autor: zibi
Próbowałeś importować do innego programu? Dobry jest http://download.cnet.com/Delcam-Exchang ... 10782.html
Możesz też gdzieś zapodać plik do zbadania u mnie.

: 29 sie 2013, 09:37
autor: ~ae
IMO powinien najpierw zrobic to co wypisal mu NX
zainstalowac Jave i skonfigurowac ja

: 30 sie 2013, 12:28
autor: MetalSky
Zainstalowana Java7update7
A czy ktoś sie orientuje jak to zrobić?

Domniemam że musze gdzies wpisać ścieżke do lokalizacji Javy tj jre7..
ugii_env.dat - tu?
bo ten plik jest w zasadzie pusty tj zawiero tylko to:
#
# Copyright 1991 - 2009 Siemens Product Lifecycle Management Software Inc.
# All Rights Reserved.
#
###############################################################################
#
#
# This file should be used to override any standard NX environment variables.
# The values defined here will take precedence over the NX values, as long as
# they are defined before the #include of ugii_env_ug.dat. This file will not
# be overwritten by an MR installation.
#
# Override any variables here.

#
# Do not define any variables after the #include below. They must be defined
# before the #include in order to override the NX defaults.
#
#if FILE ${UGII_BASE_DIR}\ugii\ugii_env_ug.dat
#include ${UGII_BASE_DIR}\ugii\ugii_env_ug.dat
#endif

Prosze o pomoc.
Pozdrawiam

Następnie zmodyfikowałem wpisując nastepne wartości na:

#
# Copyright 1991 - 2009 Siemens Product Lifecycle Management Software Inc.
# All Rights Reserved.
#
###############################################################################
#
#
# This file should be used to override any standard NX environment variables.
# The values defined here will take precedence over the NX values, as long as
# they are defined before the #include of ugii_env_ug.dat. This file will not
# be overwritten by an MR installation.
#
# Override any variables here.

#
# Do not define any variables after the #include below. They must be defined
# before the #include in order to override the NX defaults.
#
#if FILE ${UGII_BASE_DIR}\ugii\ugii_env_ug.dat
#include ${UGII_BASE_DIR}\ugii\ugii_env_ug.dat
#endif
#if x64wnt
#if FILE c:\Program Files\Java\jre7
UGII_JAVA_HOME=c:\Program Files\Java\jre7
#endif
#else
#if FILE c:\Pliki programów (x86)\Java\jre7
UGII_JAVA_HOME=c:\Pliki programów (x86)\Java\jre7
#endif
#endif


Dalej nie działa..

: 03 wrz 2013, 07:45
autor: MetalSky
Dodam że po zmianie na język english komunikat to "Translate did not complete"

No więc udało się rozwiązać.
1. Jak powyżej
2. Klikamy PPM na Mój Komputer i wchodzimy we właściwości, następnie przechodzimy do Zaawansowanych ustawieniach systemu, zmienne środowiskowe, zmienne systemowe tworzymy nową "wartość, klikamy nowa, nazwa zmiennej tj. UGII_JAVA_HOME a w wartości zmiennej podajemy ścieżkę do katalogu zainstalowanej javy przykładowo C:\Program Files\Java\jre7


Pozdrawiam