System information

try/catch support (3 Series Only)
New functions:
GetExceptionMessage()
,
GetExceptionCode()
New compiler directives:
#IF_SERIES2
,
#IF_SERIES3
Command line compile is no longer case sensitive.
UTF-16 support (3 Series Only):
New Compiler Directives:
#ENCODING_INHERIT_FROM_PARENT
#ENCODING_INHERIT_FROM_PROGRAM
#ENCODING_ASCII
#ENCODING_UTF16
New Functions:
GetEncoding()
SetEncoding()
ToASCII()
ToUTF16()
New Encoding data types for strings:
INHERIT
ASCII
UTF16
Fixes/Changes from 3.00.65 to 3.00.69:
SIMPL Windows Bug Fixes:
Fixed the "Import User Interface Logic" dialog to allow Serials offsets to be up to 4000. In support of older panels,
this was previously limited to 999 serial inputs and 127 serial outputs. That limitation is no longer necessary.
Better support for slave mode in 3 Series control systems.
Fixes to "Program ID Tag" scheme.
Fixed bug when "Replace Control System" copied wrong device version from the "old" device to the "new" device.
Fixed bug when archive files were not writing out when called from SystemBuilder.
Remove SIMPL+ size statistics from 3 Series compilation dialog (not relevant as it was in the 2 Series)
Fixes/Changes from 3.00.59 to 3.00.65:
SIMPL Windows Bug Fixes:
Fix rendering issue where analogs on some symbols (for example, EISC) could be expanded beyond their proper
end limit.
Correct bug with trying to hit ALT- on the last signal of an expandable symbol (such as a Serial I/O) which would
crash SIMPL Windows.
SIMPL Windows Enhancements:
Implement a "Program ID Tag" for 3 series control systems that support multiple programs. To facilitate easier
loading of a program through toolbox, a program can be given a unique tag (i.e. "Theater", "Audio Distribution",
etc.). When toolbox uploads the program to the processor, it will query the processor for any existing running
program that has that tag, and upload it to that program number. Note that this REQUIRES toolbox support, version
is still TBD.
SIMPL+ Enhancements (3 Series):
Various speed improvements that require INCLUDE4.DAT v1.13 or later.
Fixes/Changes from 3.00.55 to 3.00.58:
SIMPL Windows Bug Fixes:
Correct compilation crash for 3 Series when literal characters that were greater than 0x7F were used in strings.
SIMPL+ Enhancements (3 Series):
Support for RCB (Ramping) functions.
SIMPL+ Bug Fixes (3 Series):