Re: LUNs and plot [message #5731] |
Fri, 02 February 1996 00:00 |
Andy Loughe
Messages: 174 Registered: November 1995
|
Senior Member |
|
|
Mitzi Adams wrote:
>
> We are running IDL version 4.0.1 on a Dec Alpha (OSF) machine and have
> experienced the following problem:
>
> After running a program about 20 to 30 times we get the following error
> message:
>
> %PLOT: All available logical units are currently in use
>
> This error message was associated with the following line:
>
> plot,x,y,color=!p.background
>
> Has anyone else had a similar problem? Has anyone had difficulties with
> IDl not freeing up LUNs even when told to do so?
>
> Thanks,
> Mitzi Adams
> adamsml@magaxp1.msfc.nasa.gov
How are you telling it to free the luns?
free_lun, iu is the way to do it.
Try close, /all before plotting
--
Andrew F. Loughe (afl@cdc.noaa.gov)
University of Colorado, CIRES * Campus Box 449 * Boulder, CO 80309
phone: (303) 492-0707 fax: (303) 497-7013
|
|
|