Jump to content

joey braem

Members
  • Posts

    4
  • Joined

  • Last visited

    Never

Posts posted by joey braem

  1. QUOTE (Darren @ Feb 23 2009, 10:18 PM)

    Why are you building your tool into an EXE? If it is to simply call the tool as a scheduled task in Windows, you can always schedule a task that launches LabVIEW.exe and specifies a VI to run as a command line parameter.

    -D

    because the solution is more elegant in a EXE ;) You're solutions is a nice work around, but in the dutch we call this a little bit "Een houtje touwtje oplossing "( a log and a string solution) ;) I hope in the future the analyser Vi's can be used in a executable program.

  2. QUOTE (Darren @ Feb 19 2009, 09:09 PM)

    The VI Analyzer VIs do not work in a built executable. There is certain internal functionality used by the VI Analyzer that is not supported in the LabVIEW Runtime Engine. I was surprised to see that we do not mention anywhere in the VI Analyzer documentation that the VIs are not supported in a built EXE. I have filed a CAR against the documentation (CAR# 147643) that we add this information.

    -D

    oh really? That's a bummer, because the core of my tool is the usage of those vi's. Are you really sure that there is no possibility to use those vi's in a executable? (some hack maybe?) You're wright in that there isn't any documentation about that the analyser vi's won't work in a excutable. I must consider my thoughts in a moment of silence ;)

    if anyone have a idea, its more then welcome :)

  3. Hello people,

    I've a question about a program i wrote to analyse vi's in combination with the vi analyzer toolkit.

    The program works fine in the labview development environment, but in a frustrating matter when i built a executable of it. Its skips his analysing part of the tool. There are no strange errors and other things like building the diskstructor for the testing results work just fine. Only there are no test results because he skips the testing, but when i run the tool in the development environment there are testresults of the vi's that are tested. i've tried manythings, unfortunaley nog results :S. Maybe i forget something important to set or do. So maybe you guys see the answer to my problem.

    As attachment i've got 2 sceenshots. One of the analysing subvi and the second is a part of the main statemachine where i calls this subvi. Somethings in the code are just for testing so ignore this.(like the sequence structure in the analysing part).

    I hope some of you guys see my problem

    Thanks

  4. Hello,

    You all know the vi Analyzer tookit and Ni wrote a special driver check extention plugin for it.

    My idea is to write some extra test and add this to the vi Analyzer as a new plugin. Has anyone a idea to implement a plugin to the vi analyzer?

    Or has anyone did this before?

    i'm interrested in any posible sollution.

    greets JB

×
×
  • Create New...

Important Information

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