Hello All,
We have both PFD and PID drawings in PW, they share same MWS. I need to set different database for each type of drawings. I have tried to set them in PCF files, but failed. The only difference between PID and PFD is their folder. Something like these:
%if $(_DGNDIR) == "pw://XXX/PID/" AP_PROJECT_ROOT=//PID/DataManager/ AP_PROJECT_ID=0001 PLANT_PROJECT_WORKOFFLINE=0 %endif %if $(_DGNDIR) == "pw://XXX/PFD/" AP_PROJECT_ROOT=//PFD/DataManager/ AP_PROJECT_ID=0001 PLANT_PROJECT_WORKOFFLINE=0 %endif
Can anyone help? Thanks a lot!
Hi Changsong,
I suggest you create separate project to define different database for PFD and PID.
That's not acceptable. All project drawings are in same PW folder, and they have to use same MWS. Thanks a lot.