11-05-2008 12:45 PM
11-06-2008 05:04 AM
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
11-10-2008 03:57 AM
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???
11-12-2008 01:53 AM
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
01-27-2009 02:35 AM
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
01-27-2009 02:43 AM
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
01-27-2009 07:43 AM - edited 01-27-2009 07:48 AM
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 🙂
01-27-2009 08:01 AM
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