10-06-2006
11:32 AM
- last edited on
10-02-2025
01:15 PM
by
Content Cleaner
10-10-2006 12:21 PM
I'm familiar with that Command-Based Architecture example. (I struggled with it for some time, and was so happy when LV8 was released since shared variables would surely solve all my problems!) I think the Shared Variable Client-Server example in LV8 works on pretty much the same principle.
Here's what I have now on the Host PC when I need to read data. I think it works, but I'm a little worried about what that uninitialized shift register might do.
I'm still having some problems with the compiled VIs and shared variables; maybe I'll start a new thread about that later.
10-12-2006 06:56 AM
10-13-2006 03:38 PM
Programatically deploy? Do you mean with the Library.Deploy Library method?
So in summary, I have to:
But even then, it seems I won't be able to see the front panel of the VI on the RT target unless I put in code to enable the Remote Panel. This is turning into an awful lot of code to save myself the trouble of clicking three times (double-click the VI in the project to open it on the target, then click the Run button)! Surely there is a simpler way to do this?
Could you perhaps provide a brief example of how to do this with the Shared Variable Client-Server example?
Maybe initializing the shift register with an empty array will work after all; this will require some more testing.
10-16-2006 07:06 PM
10-16-2006 08:49 PM