LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

append cursor (x,y) values to a file

Hi,

 

I'm analyzing a simulated signal with various parameters using a power spectrum. As the internal peak finding function does not give satisfactory results, I'm finding the peaks by hand. 

How do I write the coordinates of a cursor to a file? Ideally I want to open a table, append the current value of the cursor and two parameters into the next available row, and finalize the vi. Then change the parameters, run simulation and append the values to the row n+1. Is that possible?

 

Best,

Dmitry

0 Kudos
Message 1 of 2
(1,937 Views)

You can trigger an event case when the cursor is grabbed, released or moved.  The event case will return x and y cursor locaton values (DBL).

0 Kudos
Message 2 of 2
(1,930 Views)