LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

is it posible to create errorslist in one textfile

Hai to all,
Is it posible to create VI erroros in one textfile.

object.MassCompile(directory, [logFile], [appendLog], [viCacheSize], [reloadLVSBs])
what it menas:[logFile] and appendLog]

i want to complie VI from VBScript. and i want get the errors list in one text file.?????

thanks
sudheer
0 Kudos
Message 1 of 4
(2,567 Views)
Hi Sudheer,

you will find the answers to your questions in help from LabVIEW. Take a look in help Property and Method References>>VI Server>>Application>>Methods>>Mass Compile.
There you will find that LOGFILE "Specifies a file path where results of the mass compile should be placed. The default is no file." And for APPENDLOG you will find "Specifies whether results should be appended to the log file. The default is FALSE."

I hope this will help you.

Rebecca Fox
National Instruments
Rebecca Fox
Applications Engineer
National Instruments
0 Kudos
Message 2 of 4
(2,567 Views)
Hai,
Rebecca Fox
National Instruments

Thanks for your reply, i will try to...

sudheer
0 Kudos
Message 3 of 4
(2,567 Views)
Hai
Rebecca Fox
National Instruments


I got eroors text file, but i want to get flag value, i.e. if it has some errors on my LabVIEW program or directory(files),
i want to stop the process and i dont want to compile next programs. According to LabVIEW 7.0 MassCompile has no return value,
is it posible to return value ?

if it is not posible?
can i expect next version of LabVIEW.
Please give the solution any one also.

thanks to all and Rebecca Fox
sudheer
0 Kudos
Message 4 of 4
(2,567 Views)