LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How do you add 2 physical channels from the same control?

Something like this?

VI2.JPG

0 Kudos
Message 31 of 42
(1,071 Views)

That should do it for you.


GCentral
There are only two ways to tell somebody thanks: Kudos and Marked Solutions
Unofficial Forum Rules and Guidelines
"Not that we are sufficient in ourselves to claim anything as coming from us, but our sufficiency is from God" - 2 Corinthians 3:5
0 Kudos
Message 32 of 42
(1,067 Views)

Right when I started the VI, a message came up telling me to replace or cancel the file path. I had to click it many times to make the VI run all the way through.

0 Kudos
Message 33 of 42
(1,065 Views)

Did you put an actual file path in the control before you ran your VI, or did you leave it blank?

0 Kudos
Message 34 of 42
(1,050 Views)

I added a file path, but I wasn't sure what extension to include. I put .txt

0 Kudos
Message 35 of 42
(1,037 Views)

The extension doesn't really matter.  What does matter if you actually used a valid path.


GCentral
There are only two ways to tell somebody thanks: Kudos and Marked Solutions
Unofficial Forum Rules and Guidelines
"Not that we are sufficient in ourselves to claim anything as coming from us, but our sufficiency is from God" - 2 Corinthians 3:5
0 Kudos
Message 36 of 42
(1,016 Views)

In that case, I definitely used a correct file path

0 Kudos
Message 37 of 42
(1,004 Views)

I made some alterations, but still, whenever I click the run button, a message comes up asking me if I want to replace my file or cancel. I have to click this error upwards of a 100-200 times before my short VI ends.

 

Vi1.JPG

0 Kudos
Message 38 of 42
(987 Views)

You need to wire the append to file? input of the Export Waveforms ....vi. On the first iteration it should have the default value so you create a new file (if the file does not already exist) and it should have the opposite value on all subsequent iterations so that it appends to the existing file.  Read the Detailed Help for more information.

 

Lynn

0 Kudos
Message 39 of 42
(978 Views)

Would a case structure be the best way to go about this?

0 Kudos
Message 40 of 42
(969 Views)