LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

name signals for "wrtite to measurement file"

Hello,

 

 

I'm trying to name the signal that go into the "write to measurement file"

currently signals are named untitled1, untitled2, ...

 

 

attached is my VI

 

 

 

Thanks,

 

0 Kudos
Message 1 of 5
(2,821 Views)

Don't convert your dynamic data type to a scalar.  It loses its name there.  You can do the math directly on the blue wire.  Then when you merge them back together, they should maintain their names.

 

As it is now, you are taking unnamed scalar values and merging them together.

0 Kudos
Message 2 of 5
(2,807 Views)

Hi,

 

tried your solution but still the same.

 

Vi attached

0 Kudos
Message 3 of 5
(2,795 Views)

Hi,

 

 

also what is the channel input option for "convert from dynamic data", when is it used?

 

 

Thanks,

 

 

0 Kudos
Message 4 of 5
(2,793 Views)

I thought the DAQ assistant would provide the names for the channels, but apparently it doesn't.  There is another express VI you can use called Set Attributes in the Express >> Signal Manipulation palette.

 

But better than that is this link I found

How Do I Rename Signals in Dynamic Data?

 

 


daniel2478 wrote:

 

also what is the channel input option for "convert from dynamic data", when is it used?

 

 


Click on the help button when you are in the dialog box for that function.

Message Edited by Ravens Fan on 04-28-2010 09:59 PM
0 Kudos
Message 5 of 5
(2,772 Views)