System information
Changed wording on the Power Usage dialog.
Add "Connection_Status" output to e-Outlook interface.
Fixed problem where App Builder was adding a Crestron & User serial device to the same serial port.
Fixed crash when autofilling an X Generation sytem.
Fixed situation where a "File cannot be found" message box was coming numerous times and no filename was
given. This message box will no longer be displayed, rather, more meaningful errors will be written to the error log.
The Detail View will now be closed when a Control Sytem is replaced.
Fixed problem where updates to the Edit Preferences dialog weren't being applied real time.
On the Edit Module Header dialog, the "No Selection" option for Target Control Systems was changed to now read
as "Unspecified". Selecting this option means that the module has no requirements as to which control systems it
must work on (it should work on all systems).
Fixed compilation problem where Date objects drawn on a 2 Series LCD front panel (such as a Pro2) would have a
4 Digit year. It has been corrected to show only the last 2 digits, the same as the front panel editor shows.
SIMPL+: Fixed optimization bug that forced SIMPL+ modules to always be rebuilt.
SIMPL+ general purpose Functions added:
Ltoa() (Long Integer to ASCII; similar to ItoA() )
Ltohex() (Long Integer to Hex; similar to ItoHex() )
SIMPL+ File Functions Added:
ReadStructure()
WriteStructure()
WriteInteger()
ReadInteger()
WriteLongInteger()
ReadLongInteger()
WriteSignedInteger()
ReadSignedInteger()
WriteSignedLongInteger()
ReadSignedLongInteger()
WriteIntegerArray()
ReadIntegerArray()
WriteLongIntegerArray()
ReadLongIntegerArray()
WriteSignedIntegerArray()
ReadSignedIntegerArray()
WriteSignedLongIntegerArray()
ReadSignedLongIntegerArray()
WriteString()
ReadString()
WriteStringArray()
ReadStringArray()
Fixes/Changes from 2.02.04 to 2.02.05:
Fixed problem with error log where AppBuilder was not getting list of errors in order of severity.
Simpl+: Fixed compilation error when compiling Crestron Simpl Plus Modules previously compiled using Simpl
Windows versions prior to the 2.02.xx series.
Fixes/Changes from 2.02.03 to 2.02.04:
Viewport: Fix problem where send touchpanel through an MSX would fail over a slow connection.
Viewport: Fix problem transferring to a TPS-2000 through an ST-CP.
Viewport: Fix problem transferring .csu files from a long path.
Viewport: Add support for transfer of CCF files to a ProntoPro remote.
Viewport: Add "Program Advisor" support for Simpl uploads to 2-series systems.
SIMPL+: Fixed DIGITAL_OUTPUT arrays within Pulse().
SIMPL+: Fixed assignments of structure arrays to strings.
SIMPL+: Fixed translation of FILE_INFO local variables
SIMPL+: Fixed translation of LONG_INTEGER datatype
SIMPL+: Fixed translation of #define_constant - if #define_constant name was a subset of a declared variable
name
SIMPL+: Fixed calculation of total NVRam bytes for Crestron modules when compiling project for the first time.
SIMPL+: Fixed application crash when cursor was place over structure data.