Jump to content

Antzzz

Members
  • Posts

    2
  • Joined

  • Last visited

    Never

Antzzz's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. An interesting idea that I hadn't thought of! So I guess the 'task killer' would do the following: 1) Enumerate all running processes 2) Somehow probe each process with VI server to see if it is a LV built executable 3) Then get the VI title if it is a LV built executable 4) Then allow the user to kill the process Steps 2) and 3) I'm a little hazy on - this would mean that all built executables would have to have the LV server enabled and running, along with a 'stub' VI exposed that could be called. And I'm not that that a call to the embedded LV server would work if the process is already locked up (which is why it has to be killed). Anyone have any comments on this? I think the that simply being able to change the name of the process shown in task manager would be far simpler - it must be possible as programs like MS Word can do it - the name of the active open doc shows in task manager.
  2. Hi all, after making the forehead-slapping discovery that it is possible to run multiple instances of a LV compiled executable using a ini setting, I've run into a small issue. If for some reason you need to kill off (or check memory usage etc in) one of the running instances you can't tell which is which in Task Manager. So I thought easy fix, just change the window title using the VI FP.Title property to something specific to each instance. But this doesn't get picked up by task manager - it seems to use the executable name as the title. So does anyone know if there is a way around this? Maybe some property that I'm overlooking?
×
×
  • Create New...

Important Information

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