Jump to content

Aitor Solar

Members
  • Posts

    259
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by Aitor Solar

  1. Well, I use big graphs and that could explain part of the problem. But I have tried creating a empty VI just with the same front panel objects (i.e.: nothing in the block diagram), and the load of the remote panel is much lighter (about 1/8 of KB), so part of the code is being loaded. But what? The event structure doesn't seem too heavy. Maybe the property nodes? I don't know Saludos, Aitor
  2. Thanks, Michael. But now I'm more puzzled: the LabVIEW User Manual says: "When you open a front panel remotely from a client, the Web Server sends the front panel to the client, but the block diagram and all the subVIs remain on the server computer." Is it true or not? Saludos, Aitor
  3. I thought remote panels just downloaded the front panel objects, but in my tests, the remote panel connection downloads the whole VI, in this case almost 2MB . Is there any way to lighten the remote panel download? Because now the user doesn't see the advantage of using remote panels against downloading the compiled program just once. Strangely, I tried saving the VI without the block diagram, and now the VI is only 1MB but the remote panel still downloads 2MB . Saludos, Aitor
  4. Is there any way to get programmatically the maximum number of remote panel connections allowed by the installed license? Saludos, Aitor
  5. There are many solutions, I suppose. The easiest one: join the two arrays in a 2D array instead adding them separately to the string. Saludos, Aitor
  6. Don't use the "working directory" input, put all the path in the command line. I have attached a simple image of what I'm saying, let's hope I have done it right
  7. If the application is compiled, just use the 'System Exec' to launch it. But that seems too easy, so it's sure I'm missing something in your question ;-). Saludos, Aitor
  8. Ey, it works! I'd never have come up with that. I tried several properties and methods (not that one, obviously), but kept giving an error when using it with a poly VI. Thanks a lot ;-) Saludos, Aitor
  9. How can I get programmatically the VIs included in a polymorphic VI? The 'Export VI Strings' method for a VI reference saves them (among other data) in a xml file, so the task doesn't seem impossible (opening the file and identifying the lines). But I can't discover how to get them in a cleaner way. Any suggestion? Thanks, Aitor
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.