12-02-2010 12:15 PM
Hi every one, i'm working with the EVS 1464 in LabView, i've created an inspection and it is working; but i need to save or log my results. I'm trying to save my results with Write to Measuremts File but it not works, the inspection generates the results but this are not saved into the external file *.lvm . This EVS 1464 is a external Ethernet connection device, so all processing is performed into it. I create a simple .vi file with a Write to Measuremts File and it works perfectly, and the report file *.lvm is created without problem.
I don't know what is happenig, or if exist another way to save-log my results when uses an exeternal ethernet connection device.
I hope you can help me...
Adjunt Images to specify the problem
thank you so much!!
12-21-2010 11:20 AM
From what you describe, the procedure is correct. First, what can I suggest you use the LabVIEW debugging tools, such as Highlight Execution and probes to check the signal flow and whether the function Write to Measuremts File receives a signal.
Regards,
Leonardo Lemes
National Instruments Brazil
Application Engineering
12-21-2010 01:24 PM
You are running the code on the EVS and so the file is being saved locally onto the EVS's disk. Your other screenshot shows that you are looking for the file on your local PC. You could either use FTP to log into the EVS and retrieve the file or you could have your EVS push the result someplace else rather than saving it to its local disk.
Eric