Machine Vision

cancel
Showing results for 
Search instead for 
Did you mean: 

Save - Log Results using EVS 1464 Embedded Vision System

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

 

1.png

 

2.png

 

3.png

 

4.png

 

thank you so much!!

0 Kudos
Message 1 of 3
(3,355 Views)

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

0 Kudos
Message 2 of 3
(3,276 Views)

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

Message 3 of 3
(3,271 Views)