Important: Read First: Release Notes For PRO/II 7.0
Important: Read First: Release Notes For PRO/II 7.0
Contents
New Features of PRO/II 7.0 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 2
Compatibility with Earlier Versions of PRO/II . . . . . . . . . . . . . . . . 4
Important Notices . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 4
Installation Notes . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 4
Switching Security Types for PC . . . . . . . . . . . . . . . . . . . . . . . . . . 5
UAS/PDTS Capabilities . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 6
Where to Find PRO/II 7.0 Documentation . . . . . . . . . . . . . . . . . . . . 10
Printed Documentation Included with this Package . . . . . . . . . . 10
Online Documentation . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 10
Summary of Defects Fixed in PRO/II 7.0 . . . . . . . . . . . . . . . . . . . . . 11
Summary of Open Defects in PRO/II 7.0 . . . . . . . . . . . . . . . . . . . . . 18
PRO/II 7.x Bug Lists . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 18
License and Copyright Information . . . . . . . . . . . . . . . . . . . . . . . . . 19
Important Notices
Installation Notes
If you have installed multiple SIMSCI products or versions of a
particular SIMSCI product on a single computer and have
subsequently uninstalled one or more of these, you may have
encountered some of the problems described below:
1. When trying to run a SIMSCI product, the error message “Secu-
rity button missing or improperly installed” appears. To fix this
problem, locate the utils directory on the installation media. This
directory is located directly off the root of the CD-ROM. On
WinNT and Windows 2000, copy the ds1410d.sys file to the
winnt\system32\drivers directory, run regnetsec located in the
utils directory on the CD, to register the file, and then reboot. On
Windows XP, copy the file to windows\system32\drivers. On
Win98 and WinME, copy the vsauthd.vxd file (if present) to the
Windows system directory. Try running your product again. If
you still encounter difficulties, please contact your SIMSCI tech-
nical support for further assistance.
2. Some of the utility programs such as Dataprep, EUP or Libmgr
may be missing from your installation area even though you
have not tried to uninstall this particular version of the product.
To fix this problem, rerun the setup program and choose these
items on the custom install.
Note: Before executing any of the installation programs, disable
all antivirus software running on your computer.
4 Important Notices
Switching Security Types for PC
PRO/II 7.0 provides the following security options:
The security option used is normally chosen during the install proce-
dure. If you want to switch to a different security method after instal-
lation, use the following procedures.
■ Find the section entitled [wss_Security] and set the "Type=" key-
word to one of the following values
UAS/PDTS Capabilities
PRO/II 7.0 users using the User-Added Subroutine (UAS) or PRO/II
Data Transfer System (PDTS) capabilities can compile and link their
code using one of the following two compilers:
■ Compaq Visual FORTRAN (version 6.1 through 6.6b)
■ Intel Visual FORTRAN version 8.0 for Windows (Standard or
Professional Edition)
6 Important Notices
If you are using Compaq Visual FORTRAN 6.x:
The Visual Studio Workspaces for the example PDTS applications are
located at:
C:\SIMSCI\Proii70\User\Pdts\Examples\VF6
The Visual Studio Workspace for the example UAS is located at:
C:\SIMSCI\Proii70\User\Uas\Examples\VF6
Note that the modified code does not directly write the output to the
FORTRAN unit number NFOUT. Instead, it writes the output to a char-
acter variable then calls the utility subroutine PAWRITE() which tells
PRO/II to write the contents of the character variable CHARDATA to
FORTRAN unit number NFOUT.
8 Important Notices
Original UAS example:
SUBROUTINE USER42(IPARM,RPARM,SUP-
PLE,HEAT,IDATA,ISOLVE,ISTOP)
.
.
CHARACTER*12 CID
1001 FORMAT(' ERROR !! FEED STREAM ',A12,' IS MISS-
ING').
.
.
IOUT = IDATA(6)
C
C RETRIEVE FEED STREAM
C
CALL URXINF('FEED',1,CID,CNAME,IERR)
IF (IERR. NE. 0) THEN
IPARM(2) = 1
WRITE(IOUT,1001) CID
ISOLVE = 1
ISTOP = 1
GO TO 9999
ENDIF
Note: if you call the subroutine FIGETU to get a FORTRAN unit num-
ber and then call OPEN() in your own PDTS or UAS code, then you
do not need to make any code changes to the READ or WRITE state-
Online Documentation
■ PRO/II User’s Guide
Refinery v5.61 file with Nelson Flash Point RIP in thermo section is not
Inspection converted properly to v6.0x.
Properties
Refinery Streams containing sulfur actually report a real value sulfur
Inspection content providing they are created using the default thermo. If
Properties you switch to an alternate thermo the sulfur content is reported
as n/a.
Refinery Refinery inspection properties are not being properly written out
Inspection on the METHODS statement in the Thermo section.
Properties
Regress Regress results on the output file sometimes have the wrong
component listed.
Regress Generated van Laar coefficients are not copied into the PRO/II
simulation after executing Store Results.
Spec Vary HX temperature approaches (HOCI, etc.) are not accessible via
Define the SPEC VARY DEFINE system on import.
Spec Vary Spec on heating value needs to have phase field enabled.
Define
Spreadsheet Spreadsheet tools is working fine from within PRO/II, but cannot
Tools be launched externally. Says file is not found, even thought the
path is correct.
Spreadsheet On Windows XP, at random times, p2oledbs.exe does not shut
Tools down even though you have set the object to "nothing" in code.
Multiple copies of p2oledbs processes cause PRO/II and
subsequent OLE operations to fail.
Spreadsheet Adding spreadsheet tools beyond 13 sometimes fails
Tools