LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Avarage calculation with labview

Solved!
Go to solution
Just check the on-line help. Go to Help>Search the LabVIEW Help and find the 'Application Builder' topic.
0 Kudos
Message 21 of 28
(1,741 Views)
Solution
Accepted by topic author ago

Hi,

have a look at this tutorial: it explains in detail how to create executables, installers... with Application Builder, for LabVIEW 8.x.

I hope it will help you!

Bye!

Licia

0 Kudos
Message 22 of 28
(1,720 Views)

hi friends

 

now im almost finished with my program 🙂 the i will nomore torture you with my problems

 

but i have still a problem

my programm is finished (attached: PT100_Datenerfassung_6

 

and with the new bought application builder i created an application

 

but when i go with the now application on a new pc (with runtime engine) it doesnt work,,,, it says to me to search an dll file

 

can somebody help me???

Download All
0 Kudos
Message 23 of 28
(1,696 Views)

Hi,

sorry for the late reply.

In case you have not still been able to solve your problem, could you please provide a screenshot of the error message you got?

Thanks!

Licia

Message 24 of 28
(1,655 Views)

hello together thank you for the fantastic support 🙂

my program is finished and with the application builder i created a stand alone exe 🙂

 

but i have still questions....

 

my program should be conform with the GMPrules (medical use,,,Annex 11) .... for this I should buy the DSC (Datalogging and Supervisory Control )?

 

and

it is possible that labVIEW creates/records a legend with all the symbols/VI and maybe the explenation what they do? .... i need such a record for the validation of the program

0 Kudos
Message 25 of 28
(1,577 Views)

Hi ago,

yes it's possible to read the icon images. Use an invoke node for it. If you insert a description for all your vi's, then you can read this for the documentation, use the property "VI description" for it. With the icon and the description you can create a report.

See also the report functions for VI documentation.

 

Mike

0 Kudos
Message 26 of 28
(1,571 Views)

Hi mike

sorry but i dont really understand what to do with this invoke node:-) how can i wire all icons to one node?

 

 

i taged my actual programm

maybe you can see what my problem is 🙂

Message Edited by ago on 01-27-2009 07:48 AM
0 Kudos
Message 27 of 28
(1,560 Views)

Hi ago,

see the attached picture. It shows how you can read the VI Icon. You can then write it to a file or draw it in a picture indicator. You can then use the stored picture to create for example a html report.

 

Hope it helps.

Mike

0 Kudos
Message 28 of 28
(1,554 Views)