System information

CEN-RGBHV12x4
CEN-RGBHV12x8
Correct AAS models to remove "Day 3" labels.
INCLUDE.DAT 1.58
SetByte() function
Fixes/Changes to 2.10.08 to 2.10.09:
SIMPL Windows Bug Fixes:
Fixed error for SystemBuilder program generation. Some symbols were being left incomplete.
Fixed error in generating Connection Logic in a module for devices that have multiple levels of subslots. The 2nd
level of subslots and below were not getting Virtual Device programming generated.
Added logic to restrict the number of SNMP devices that can be added to a program. The number of allowed SNMP
devices is currently limited to 1.
SIMPL Windows Enhancements:
Added the version of the INCLUDE.DAT file, used by SIMPL+, to the SIMPL Windows Help About dialog.
Library Update Version 505:
Include SNMP device
TPS-6L now has 4000 Serial Input Joins
Fixes/Changes to 2.10.06 to 2.10.08:
SIMPL Windows Bug Fixes:
Fixed problem in Saving a User Module to an existing file. In some cases, data from the existing file was being
erroneously retained.
For time parameters of the format HH.MM.SS or MM.SS.HS or SS.HS, SIMPL Windows will now allow values greater
than 59 in the minutes and seconds fields.
Fixed problem of not being able to open programs if the splash screen is disabled.
Fixed long delay occassionally experienced when trying to collapse (i.e. Alt -) inputs/outputs on symbols.
SIMPL Windows Enhancements:
Updated Help/About SIMPL Windows dialog to allow user to copy the version information by selecting the contents
of the window and hitting Ctrl-C. This information can then be pasted (i.e. Ctrl+V) into an ascii document (e.g.
Notepad, Word, etc).
Module Header Connection Logic will now support connection logic for Device Extenders:
When a device is selected in the "Device Connection Logic" list, a the names of applicable Device Extenders
will appear in the Device Extenders list. The programmer can then select multiple Device Extenders to add
connection logic for, in addition to the logic added for the Device.
Device Extenders can only be selected if there is only 1 device selected.
When the programmer clicks OK on the Module Header, SIMPL Windows will automatically add a separate
"Virtual Device For Module Connection" symbol for the selected device extenders. Programming will then be
generated "Virtual Device For Module Connection" symbol(s) and the Define Arguments symbol. Note: the
parameters added to the "Virtual Device For Module Connection" symbol will be in the format of: "EXT xx:
cue". This will tell SIMPL what Device Extender to connect the logic to on import.
When the module is added to a program and the connection logic in the module is imported into the
program, SIMPL Windows will add the specified device extenders to the selected device's symbol and
program the device extender appropriately.
For symbols whose parameter values have been defined as a list of values, the value displayed will now be the
Label assigned to the selected value instead of the value itself. e.g. If a list item is presented in the drop down list
as "7.1 + 4 Stereo Rooms [1d]", that is what the programmer will see instead of the value 1d which is what that list
selection will translate to at compile/run time.
SIMPL+ Bug Fixes:
Ensure that property
s Default Value is included within Property List
Ensure that Property
s Lower Bound is less than Upper Bound
Where applicable, ensure that all Property value units are of the same type
Updates for optimizing Dynamic string allocations