Thread Content
The steps are as follows; I’m not sure what’s going wrong (the data can be opened after upgrading to version 12.0 using this method, but it won’t load in version 11.6). 1. Place the AAA AVE file folder in the directory C:\AVEVA\PDMS11.6\project. 2. Use Notepad.exe to open the evars.bat file located in the AVEVA PDMS11.6 installation directory, and add the following commands to set up the environment variables: Add the following code at the end: et another_prj_dir=C:\AVEVA\Pdms11.6\project if not "%AVE000%"=="" goto AVEok set AVE000=%another_prj_dir%\AVE000 echo AVE000=%another_prj_dir%\AVE000 :AVEok if not "%AVEPIC%"=="" goto AVEpicok set AVEPIC=%another_prj_dir%\AVEpic echo AVEPIC=%another_prj_dir%\AVEpic :AVEpicok if not "%AVEMAC%"=="" goto AVEmacok set AVEMAC=%another_prj_dir%\AVEmac echo AVEMAC=%another_prj_dir%\AVEmac :AVEmacok if not "%AVEISO%"=="" goto AVEisook set AVEISO=%another_prj_dir%\AVEiso echo AVEISO=%another_prj_dir%\AVEiso :AVEisook if not "%AAA000%"=="" goto AAAok set AAA000=%another_prj_dir%\AAA000 echo AAA000=%another_prj_dir%\AAA000 :AAAok if not "%AAAPIC%"=="" goto AAApicok set AAAPIC=%another_prj_dir%\AAApic echo AAAPIC=%another_prj_dir%\AAApic :AAApicok if not "%AAAMAC%"=="" goto AAAmacok set AAAMAC=%another_prj_dir%\AAAmac echo AAAMAC=%another_prj_dir%\AAAmac :AAAmacok if not "%AAAISO%"=="" goto AAAisook set AAAISO=%another_prj_dir%\AAAiso echo AAAISO=%another_prj_dir%\AAAiso :AAAisook 4. Run run pdms; after a while in the command line, it ends. I don’t know which step went wrong; I checked the project management documents, and setting the path in PDMS.bat didn’t work either
The first line is set another_prj_dir=C:\AVEVA\Pdms11.6\project