I am running DSC v6.1 with the patch installed from Jan 15/03. (ftp://ftp.ni.com/support/labview/labviewdsc/fixes/6.1). I am logging about 160 tags at 1 sec intervals (approx). I am calling the classic HTV programmatically using the "Call HTV.vi", which seems to work well. However, after the 1st call, the user shuts down the HTV (fine), but after the 2nd call the HTV stops responding to the user. In the upper right corner it has 2 animated rotating arrows, along with a message of "Accessing Data" (something like that). After this, every method I attempt to restart the HTV, short of shutting down LabVIEW, results in the same HTV screen coming up. This of course means that the HTV is not shutting down, so I attempt to force a shutdown with VI Server-->Abo
rt VI, which seems to work OK (no error returned). However, after I do this I cannot programmatically restart it with "Call HTV.vi", as it claims that the trender is "already running". I CAN restart it with the Run VI method, but I can't specify trends that way, so that is no good. I am stuck.