System information

Fixes/Changes from 2.04.03 to 2.04.04:
SIMPL Windows: Completed support for Property definitions for all types of Inputs/Outputs and Parameters. To
define property information, while programming a Simpl Module, in the Detail View the user can select a Default
Argument Input, Output or Parameter and right click and select to Edit the Property option(Alt+F3 will also bring up
the appropriate dialog). Property definitons are typically used to provide information to the user of a module. To
view an item's property definition at any time, in the Detail View the user can select the desired item, then right click
and select the View Property option (again, Alt+F3 will also work). See discussion in Release Notes for 2.04.00 for
more detail regarding properties.
SIMPL Windows: Fixed problem in Import Crestron Module where the Target Control System (for both Simpl and
Simpl+ modules) was not being imported.
SIMPL Windows: Added selection of a Device Type on the Module Header dialog. The list of device types comes
from the Crestron Database (e.g. Generic, Audio, Mixer, Tuner, etc) and allows the programmer the option of
assigning a Device Type that the module will support. This device type is used on the Digital Inputs Property
definition dialog to allow the programmer to assign a Standard Command to the particular digital input. The list of
Standard Commands also comes from the Crestron Database. Selectio of these items are optional.
SIMPL Windows: Added an "Add Files" selection to the Copy Program dialog such that the user may choose to add
files, other than those presented by Simpl Windows, to the archive.
SIMPL Windows: Fixed problem with system crash if user tried to replace device with exact same device.
SIMPL+: Implemented minimum array sizes for declaring fixed sized Input and Output arrays. The declaration,
DIGITAL_INPUT digIn[10,5], specifies that the digIn has a fixed minimum of 5 indices.
SIMPL+: #DEFINE_CONSTANTs in library files are accessible from the .usp file.
SIMPL+: File | Import Crestron SIMPL+ Library will preserve original target types.
Viewport: Added menu item for NVRAM Disk sizing.
Viewport: Added menu item for uploading and download NVRAM Disk images.
Viewport: Fixed bug where some messages displayed during file transfers would appear oddly (introduced in
viewport v3.35).
Viewport: Passthrough status now displayed in Communication Status box in Ethernet mode.
Viewport: SetNetId function now more reliable when checking verifying that an ID was set.
Viewport: Changed "Send Web Pages" to use VTPro-e generated _CONFIG_INI_ if it exists, instead of generating
one.
Viewport: Fixed bug in Configure Ethernet Dialog where the DHCP setting wasn't getting changed properly.
Viewport: Fixed bug in "Send Web Pages" where the Viewport could try to send the invalid files, "." and ".."
Viewport: Added LiveUpdate support to Help menu.
SIMPL Windows: Implement models for C2COM-2, CLX-1FAN4, CLX-1DELV4, MC2E, MC2W (Also available in
Library update 210 and later)
Viewport: Fixed problem where IP Table setup could crash if using address "0.0.0.0"
Viewport: Fixed problem where program would sometimes not get restarted after program upload.
Viewport: Improved delays in IP Table management when no IP entries were already present.
Fixes/Changes from 2.04.02 to 2.04.03:
Changed install to use Stand Alone viewport.
SIMPL+: Implemented minimum array sizes for declaring fixed sized Input and Output arrays. The declaration
DIGITAL_INPUT digIn[10,5] specifies that the digIn has a fixed minimum of 5 indices. This applies to all I/O types.
SIMPL Windows: Finalized support for properties on inputs and outputs of macros (introduced in 2.04.00).
SIMPL Windows: Fixed problem with trying to open Modules via the "Edit In New Instance" method. Modules that
had a '-r' anywhere in it's name were not being opened.
SIMPL Windows: Added Notice to be shown to user during Replace Control System to let them know if any devices
were added
Fixes/Changes from 2.04.01 to 2.04.02:
SIMPL Windows: Added support for Digital Output and Analog Input Property definitions (see discussion in Release
Notes for 2.04.00 for more detail regarding properties).
SIMPL Windows: Fixed problem with trying to open Modules via the "Edit In New Instance" method. Modules that
had a '-r' anywhere in it's name were not being opened.
SIMPL Windows: Added Notice to be shown to user during Replace Control System to let them know if any devices
were added.
Viewport: Removed bug where '\x00' characters embedded in Sequence Strings would end transmission of the
string and not be transmitted.
Viewport: Fixed support for "Level 2" IP Tables.