Developer's Studio Run Time System
Version 1.33.2
1 December 2005
1.1 Critical Items
1.2 Known Limitations
1.3 Enhancements
1.3.1 "vlc" visible for RTS errors and warnings
RTS application will now display the "vlc" (virtual location) of the instruction causing the warning/error
message being displayed.
This "vlc" can be cross referenced to an AIL instruction in the "interlace listing" file.
This enhances the debugging capabilities for the RTS application user to pin point the exact ATLAS instruction / statement causing
the error/warning.

Fig above shows a warning that occurred at vlc = 010364

Fig above show the interlace listing where vlc = 010364 occurs within the ATLAS "APPLY" statement specifically
a "SRX" instruction, where a Setup is performed on an instrument.
1.3.2 Unload button present in RTS Toolbar

The RTS toolbar provides an "Unload" button in addition to the "File" à
"Unload" menu option to unload a paw’s project from the RTS application.
1.4 Problem Reports
1.4.1 PR 05032
If users define multiple file variables to work with a single EXCEL resource, and calls made by these file variables to the EXCEL
resource were in random fashion, it resulted in an EXCEL resource leak.
A temporary solution has been provide where in multiple file resources can still use a single EXCEL resource, provided the calls
made by a new file resource variable to the EXCEL resource are scoped within the calls by the outer file resource variable.
|