> You might think that you could control a remote panel using the vi
> methods, but you will find that, since the Waveform Chart is a
> restricted type, you cannot control the number of visible plots with
> the "Legend:Plots Shown" property remotely.  In fact, the only way I
> have found to control this property is by dragging the size buttons on
> the legend box when the vi is not running.  It seems like something
> that could be improved by NI.  In fact, given that the "Legend:Plots
> Shown" property has characteristics that indicate you can write to it,
> it appears that this is actually a bug in LabVIEW.  The other
> possibility is that I don't yet know the "trick" to implementing this
> property.
> 

There are certain things that require the VI to be recompiled, so they 
cannot be carried out on a VI that is executing or reserved.  To change 
this will take lots of work and may happen, but I wouldn't wait for it. 
  If you will be running the VI in a development system and not an EXE 
or DLL, you can look at using subPanels or dynamically loaded panels 
that are edited using the legend properties when idle and then shown to 
the user.

Greg McKaskle


Reply via email to