LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

how to edit untitle on the Write to measurement file

Solved!
Go to solution

How to edit untitle,untitle1... on the Write to measurement file .LVM

 

 

0 Kudos
Message 1 of 9
(3,856 Views)

Hi stevevantran,

 

To rename channels before writing to LVM, you can use "Set Dynamic Data Attributes"  for Dynamic data, or use "Set Waveform Attribute" for Waveform data. They are on palette "Express>>Signal Manipulation" and "Programming>>Waveform".

 

Hope this helps,

Mavis

0 Kudos
Message 2 of 9
(3,845 Views)

Hi Mavis,

  I try with your advice but some how did not work. attached is the VI, Could you take a look and give me more detail.

  Thank you

0 Kudos
Message 3 of 9
(3,825 Views)
It works perfectly fine but you strip all of that information by doing that silly Convert From Dynamic Data.
0 Kudos
Message 4 of 9
(3,797 Views)

Hi Dennis,

   Thank you for your help input but I still not get it could you point me more detail how it work.

   Thank you

0 Kudos
Message 5 of 9
(3,786 Views)
Solution
Accepted by stevevantran

REMOVE the Convert From Dynamic Data.

 

Message Edited by Dennis Knutson on 04-24-2010 11:37 AM
0 Kudos
Message 6 of 9
(3,777 Views)
Thank you.
0 Kudos
Message 7 of 9
(3,757 Views)

Hi Dennis,

  Do you know how to set for the  mutisignal name?, the file name are : Untitle1, Untitle2 and I would like to change to Freq1, Freq2....

  Thank you

0 Kudos
Message 8 of 9
(3,684 Views)
You would do it the same way. You would have to use the split signals. Or, skip the Express VI and write your own header and data with something like the Write to Spreadsheet File. I don't see any reason to use express VIs and dynamic data unless you using them from start to finish.
0 Kudos
Message 9 of 9
(3,680 Views)