System information
devices do not support that.
Viewport: Changed text during status callback for "Storing new firmware" to add "Do NOT disconnect during this
process!"
Viewport: Added "Configure WPR-48" option to the Functions Menu. This will display a dialog allowing the user to
configure the WPR-48 waterproof remote control for either RF or IR and to define the button configuration (9
button functions, 18 button functions, 27 button functions or 48 button functions).
Viewport: "Update WPR-48 Firmware" function to the file transfer menu. This will prompt the user for the
appropriate firmware file and upload that file to the connected WPR-48.
Viewport: Added 500ms delays before and after enterring passto mode and 1s delay after exiting passto mode.
Without these commands were getting lost loading touch panels.
Viewport: Support updating the firmware & display lists for a TPMC-10.
Viewport: Fixed crash in Test Manager startup.
Viewport: Changed default for "retrieve program" to FALSE.
Viewport: Added better error detection and propagation so that if during a touch panel load, the "free" command
does not return with a prompt in time, an appropriate error is displayed, rather than 0 bytes are left on your panel.
Fixes/Changes from 2.05.21 to 2.05.22 - PUBLIC FTP SITE RELEASE:
SIMPL Windows: Fixed problem that was causing creation of an Archive in AppBuilder to fail.
SIMPL Windows: Will now automatically rebuild the User and Project IR databases after an Import Archive is done, if
there were IR files extracted.
SIMPL Windows: Fixed problem with Create Archive not always getting USL files associated with SIMPL+ modules.
SIMPL Windows: Fixed problem where right clicking on the Cresnet card in the Configuration was taking a very long
time to display the context menu.
Test Manager: Fixed crash that occurred on some XP Pro laptops when trying to connect to a Control System and
the connection couldn't be made.
Fixes/Changes from 2.05.20 to 2.05.21:
SIMPL Windows: Fixed the problem where, on some computers, starting veiwport from SIMPL Windows would cause
SIMPL Windows to lock up.
SIMPL Windows: Fixed the problem where doing anything in the System Tree on the Configuration Manager page
was causing SIMPL Windows to lockup.
SIMPL Windows: Fixed the problem encountered in processing Project/User IR drivers that had commas in ther
Manufacturer, Model or Filename.
SIMPL Windows: Added logic such that SIMPL Windows will add RF devices to the default RFID (if there is one
defined) when dragged/dropped onto the appropriate RF Gateway, or when added to the program via the Add
Device To System context menu option in the Device Library Tree.
SIMPL Windows: Made sure that when a device with a default ID is dropped into the program, and the default ID is
occupied, that SIMPL Windows is consistent about where it will try to add the device. It will try to drop to the device
on the first available port on the card.
SIMPL Windows: Added an option to Compiler Preferences: "Allow Stacking IR and Serial devices on same port".
Selecting this will allow the user to drop one-way serial drivers on the same IR/Serial port where there may already
be an IR driver or another one-way serial driver. This option comes with a warning stating: "This is not a
recommended practice. If you chose this option, you should try to comment out either the IR or the Serial devices
such that both device types on the same port don't get compiled into the same executable)". This option is being
made available such that some basic SIMPL Windows programs may be created as 'templates' containing all the
potential devices. These templates will then be copied and customized to the specific project. In these cases the
user may want to have both the serial and IR drivers on the same port and the programmer who customizes the
program will comment out the device not used in that specific project.
SIMPL Windows: Fixed problem with device extenders not always being copied over when replacing a control
system.
Test Manager: Fixed problem where using context menu in the Trace window was causing selected items in Status
window to no longer be highlighted in the Trace Window.
Test Manager: Added display of Signal Type and if triggerable to the Add Signals dialog.
Test Manager: Added different icons for signals in Status Window if those signals have been excluded. If a signal is
excluded, the icon will have a black X through it.
SIMPL+: Correct issue with using SetArray() on string arrays where if the new string to write to the array was
shorter than the string previously written in the array, fragments of the old string would still appear in the string.
SIMPL+: Correct issue with #LARGE_STACK directive being written incorrectly to .USH file.
SIMPL+: Correct GUI crash when compiling when arguments were left off of a print() statement.
SIMPL Windows: Correct graphical issues with "Compile Complete" dialog box.