LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Arrays und Excel

Your relay outputs an empty channel, which is different to "no channel". There is no need to use a relay, simply use a case structure that outputs some meaningful text if a channel is inactive. (this also avoids all the useless signal processing of the disabled channel).
It is important to leave something in place (it could even be an empty string array element), otherwise your higher active channels would move down a slot if a lower channel is disabled.

The attached example shows one possibility, you can easily expand it to 8 channels. Modify as needed. 🙂
0 Kudos
Message 11 of 12
(706 Views)
I found a solution for my problem...also with your help. Thank you very much!

But now I have another problem: In the example you see, that when I press the "GO"-Button ("in Excel speichern" is on) a Excel-Workbook etc opens. If I press once again, my Data is overwriting. But I want to add the Data under the last row (without column header in the Excel-Sheet). So I need a marker or a property which gives back the last row...or something. Can anybody help me?
0 Kudos
Message 12 of 12
(497 Views)