Re: Passing parameters to VIs

2004-04-18 Thread shoneill
If I'm not mistaken, all data operations done on references must be done in the UI thread. Depending on what thread the sub-vi is normally running in, this can have severe performance issues. Have a look http://exchange.ni.com/servlet/ProcessRequest?RHIVEID=101&RPAGEID=135&HOID=5065000800

Re: Passing parameters to VIs

2004-04-15 Thread Greg McKaskle
> Using LV 6.1 with WIN 2000. I am wanting a way to pass several graph > parameters to a SubVI without having to cluster properties together. > I have several graphs that I need to pass serveral parameters each and > would like a compact way to pass all parameters for an XY graph into a > SubVI.

Passing parameters to VIs

2004-04-15 Thread Greg Shipley
Using LV 6.1 with WIN 2000. I am wanting a way to pass several graph parameters to a SubVI without having to cluster properties together. I have several graphs that I need to pass serveral parameters each and would like a compact way to pass all parameters for an XY graph into a SubVI. Are refer