System information

Viewport: Added support for setting the control system Domain Name.
Viewport: Added support for reconnecting by hostname.domainname when enabling DHCP.
SIMPL+: Compile error and warning codes are displayed in Compile Output Window. Pressing F1 on the highlighted
line in the Compile Output Window will display the corresponding error topic within the help file. (2-Series only)
Fixes/Changes from 2.04.00 to 2.04.01:
SIMPL Windows: Fixed problem with importing certain VTPro-e UI projects that was causing SIMPL Windows to lock
up.
SIMPL Windows: Replace Control System will now copy BookMarks when possible.
SIMPL Windows: Display of Current Bookmark: Detail View window will now display the name of the current
Bookmark if there is one selected. However if a bookmark is being displayed and symbols are added, symbol
windows closed, or multiple bookmarks are being displayed at one time, then the name of the bookmark will no
longer be displayed.
SIMPL Windows: Copy Program will now include SIMPL+ Library files used by any Simpl+ modules within the
program. To take advantage of this, you MUST rebuild all of the - Simpl+ modules that reference a Library File.
This can easily be achieved by using the Project Menu->Rebuild All command.
SIMPL Windows: Symbol Names on Signal trace enhanced: When a signal traces to a device's symbol, the symbol
name will now reflect it's full location within the Central Control Module's tree (e.g. if a signal is mapped to IR Port A
of slot 1 at ID 03 of the cresnet card in slot 9, then the symbol name will now appear as: Slot 09.ID-03,Slot-01,Port-
A instead of just 'Port-A'). This enhanced name display will also appear in a device's symbol window title bar when
displayed in Detail View.
SIMPL Windows: Added processing to catch filenames that have been shortened into DOS 8.3 format when
opening Simpl Windows by double clicking on an .smw file. Although Simpl Windows is not capable of translating
the shortened filename behind the scenes, it will at least inform the user before the file is opened with the
shortened name, and give the user the option to select and open the long file name.
SIMPL Windows: Provided more informative error messages if a device could not be moved or added.
SIMPL Windows: Better Data Integrity error processing for unknown Devices or Symbols on program open: Error
log will now provid more information (code, name and library version under which program was saved) when Simpl
Windows encounters a Device or Symbol that is not in the currently loaded Library. If an unknown device is
encountered, the program will not be allowed to be opened.
SIMPL Windows: When the Device Info Configuration Dialog is displayed, if there is an associated Driver File, it will
also be displayed on the Status Bar at the bottom of the Simpl Windows window.
SIMPL Windows: Added SIMPL Windows support for Poll Accelerators: The Cresnet Arrow in the Configuration
Manager page will show 2 arrows if there is a Poll Accelerator in the system. Also, the bitmap used for the Cresnet
Card in the System Configuration tree will also change to indicate when there is a Poll Accelerator in the system.
SIMPL Windows: Changed terminology on Front Panel Editor to use "Join" instead of "Channel" and to use "Page
Jump" instead of "Page Flip".
SIMPL Compiler: Fix problem with pre-CLX lighting modules with INCANDESCENT and NON-DIM curve types being
reversed.
Viewport: Fixed "Remoted Console Disconnect" to not look for rack at command start
Viewport: Fixed "Report Network" to print command sent to Outgoing window
Viewport: Fixed IP Table dialog so that when an entry is modified it lists as a PC entry
Viewport: Restored 0.0.0.0 as a valid address in the IP Table (primarily for use with TCP/IP Server symbols)
Viewport: Fixed bug where characters from 0x7F to 0xFF wouldn't be printed properly in the Viewport terminal,
although they would be sent.
Viewport: Updated "Send Program" dialog to automatically get program information from pre-2-series processors as
well as 2-series processors
Viewport: Added workaround to TPS bug with long MESSAGE text in touchpanel uploads.
Viewport: Added Web Port configuration to Ethernet Configuration dialog
Viewport: Finalized support for DHCP
SIMPL+: Write user library filenames into .ush file
SIMPL+: Additional bounds checking for accessing elements of arrays of structures.
SIMPL+: Added the following in the SIMPL+ new template module:
Structure Definition section
Reminder to initialize all declared string variables.
SIMPL+: Fixed bug that allowed a function parameter to be the same name as the function. (ex: Function MyFunc(
integer MyFunc ) )
SIMPL+: Added new functions (Requires 3.032 CUZ or later, 2 Series only)
GenerateUserNotice()
GenerateUserWarning()
GenerateUserError()
CheckForNVRamDisk()
SIMPL+: SendPacketToCresnet() will require 3.032 or later CUZ (due to internal changes) - 2 Series only issue.