i have search in the forum but not found the solution.
my environnement : pdms12.1 sp2
trouble : export to review with autocolor
the only way for me to get the same colors in review, is :
1- run pdms in design
2- run utilies export ... :
[ATTACH=CONFIG]7673[/ATTACH]
at this time the .rvm don't get the same colour than in pdms
3- without exiting pdms[/U], run this .mac
-------------------------------
EXPORT AUTOCOLOUR ON
AUTOCOLOUR DISPLAYEXPORT ON
REPR CENT ON
REPR TUBE ON
REPR OBST ON TRANSLUCENCY 75
REPR INSUL ON TRANSLUCENCY 50
REPR LEV PIPE 6
REPR LEV NOZZ 6
REPR LEV STRU 6
REPR LEV 6
EXPORT HOLES ON
--run export command
EXPORT FILE /P:/TRT/trtREVIEW/TRT.RVM OVER
EXPORT ENCODING UTFE
EXPORT ALL SITE with (matchwild(name,'/D*'))
EXPORT FINISH
---------------------------------------------
at this time, the .rvm is correct.
if i run my .mac firstable after enter in design, the .rvm don't have the good colour.
i really don't understand why i have to run "utilities export" and then run my .mac
i try but it's not correct (all colour are grey in review)
i have to delete the line EXPORT AUTOCOLOUR ALL COLOUR (:RRCOLOR) because i don't get UDA RRcolor.
I'm using this whenever is export review data from PDMS. I'm using PDMS 12.0 SP6 but maybe this will still work on PDMS 12.1 SP
EXPORT FILE /P:/TRT/trtREVIEW/TRT.RVM OVER
REPRE LEV 6
REPRE LEV pipe 6
REPRE LEV NOZZ 6
REPRE LEV STRUC 6
REPRE TUBE ON
REPRE CENT ON
REPRE INSU ON TRANSLUCENCY 50
REPRE OBST ON TRANSLUCENCY 75
EXPORT AUTOCOLOUR RESET
EXPORT AUTOCOLOUR ALL COLOUR (:RRCOLOR)
EXPORT AUTOCOLOUR ON
EXPORT REPRESENTATION ON
EXPORT HOLES ON
EXPORT ENCODING UTFE
export exclude /P-STUDY-S
--export exclude /S-(P)-STUDY
--export exclude all zone with matchw(name,'*STUDY*')
export exclude /DATA
handle any
endhandle
export exclude /AXES
handle any
endhandle
export exclude /P-STUDY-S
--export exclude /S-(P)-STUDY
--export exclude all zone with matchw(name,'*STUDY*')
export exclude /DATA
handle any
endhandle
export exclude /AXES
handle any
endhandle
EXPORT FINISH
This expression !date = !!ggodateformat()
is giving the following error PML: Function not found
I am running in PDMS 12.1.SP2. How can I solve this?