System information

SIMPL+ Bug Fixes:
Fixed translation issue when calling functions within expressions.
Fixed bug when compiling modules with libraries for both 2 and 3 series targets.
Fixes/Changes from 3.01.15 to 3.01.18:
SIMPL Windows Enhancements:
Changed error handling when a version of a device in a program is different than that in the current Device Library.
SIMPL Windows will now allow a program to be opened and will recommend the user to replace the instance of the
device in their program, with the version that is in their current Device Library.
SIMPL+ Bug Fixes:
Changes for more accurate line numbering in error reports (requires newer INCLUDE4.DAT, 1.000.0038)
SIMPL+ Enhancements:
New File return codes for 3 Series:
FILE_UNAUTH = -4000
FILE_TYPEUNSUPP = -4001
FILE_INVENC = -4002
FILE_BINERR = -4003
FILE_CORRUPT = -4004
FILE_NEWER_VERSION = -4005
Fixes/Changes from 3.01.12 to 3.01.15:
SIMPL Windows Enhancements:
In order to better support TCP/IP Client connections in the 3 Series architecture, it was necessary to create new
symbols for the following list (they look the same, but are different internally). If you are using any of these in 3
series programs, as of this version of SIMPL you will need to go to the configuration manager, right click on the
TCP/IP Client or server in the configuration tree, and choose replace, and replace it with the same device. This will
update the symbol properly and preserve signals attached to it. These symbols also require PUF 1.000.0020 or
later to function.
TCP/IP Client
iPhone/iPod Touch interface to control system via TCP/IP_(Connection 1 of 2)
iPhone/iPod Touch interface to control system via TCP/IP_(Connection 2 of 2)
XPanel for Mac interface to control system via TCP/IP_(Connection 1 of 2)
XPanel for Mac interface to control system via TCP/IP_(Connection 2 of 2)
iPad interface to control system via TCP/IP_(Connection 1 of 2)
iPad interface to control system via TCP/IP_(Connection 2 of 2)
SIMPL+ Bug Fixes:
Additional optimizations for __FN_DST_STR__ buffer size (2-series only)
Fixes/Changes from 3.01.07 to 3.01.12:
SIMPL Windows Bug Fixes:
Program ID Tag now only allows 0-9, A-Z, a-z, dash, and underscore characters.
SIMPL Windows Enhancements:
PUF file advisor at end of compilation now reports all 3 fields of the PUF instead of 2.
Better minimum firmware version checking for SIMPL+ needs based on INCLUDE4.DAT file.
SIMPL+ Bug Fixes:
Further fixes for runtime overflow bug where size of __FN_DST_STR__ could be calculated too small (2-Series
only)