System information

Fixed padding with leading 0's within string format specifiers.
Fixes for RetimeWait().
Fixes/Changes from 3.00.54 to 3.00.55:
SIMPL Windows Bug Fixes:
Correct issue in 2 series program compiles: If a SIMPL+ module was marked as 2 & 3, it would revert to X during a
program compile. Now it stays as checked.
Correct issue with missing icons in the device tree in configuration manager.
Fixed an issue where, on program open, the user might be incorrectly told that a module in the program was not
fully programmed when, indeed, the module was ok. This is a rare occurrence and would only happen if the user
had the same module in both their User Macro folder and the project folder and some other module in either folder
truly was marked as not having complete programming (e.g. there were ambiguous signal types or, if SIMPL+, it
didn
t compile without errors).
SIMPL+ Bug Fixes (3 Series):
Fixed Socket declarations when declared after String or Analog I/O arrays (2 and 3).
Correct issues with string length determination.
Fixes to RetimeWait.
Fixes/Changes from 3.00.51 to 3.00.54:
SIMPL+ Enhancements:
Additional support for Direct Socket Error Codes (both 2 and 3 series)
SOCKET_CLIENT_CONNECTED (-7)
SOCKET_CLIENT_CONNECT_IN_PROGRESS (-8)
SOCKET_ETHERNET_NOT_INITIALIZED (-9)
SIMPL+ Bug Fixes (3 Series):
Fixed padding format specifier
Fixes/Changes from 3.00.49 to 3.00.51:
SIMPL+ Enhancements (3 Series):
Send Email
Fixes/Changes from 3.00.48 to 3.00.49:
SIMPL+ Bug Fixes:
Fix issue with an incorrect internal module name being generated for 2 series when both 2 and 3 series were
marked as compilation targets (would lead to "module not found" errors on the 2 series console)
Fixes to format specifier's padding field
Cast numeric arguments for it's corresponding format specifier
Fixes/Changes from 3.00.45 to 3.00.48:
SIMPL Windows Bug Fixes:
Resolve further issues with crashes on Windows 7 systems.
Correct crash during compile with unexpected errors from the SIMPL+ compiler.
SIMPL+ Bug Fixes (3 Series):
Allow Direct Socket buffers to be passed into GATHER()
Fixes/Changes from 3.00.42 to 3.00.45: