LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Waveform

Hello,

i've got a problem with appending signals.
i want to append new values to old values, but the "append signals" adds only one waveform.
the other ten waveforms doesn't exist after appending.

wheres the error?

markus
0 Kudos
Message 1 of 11
(3,913 Views)
Markus,

Wire the Appended Signals output from the VI to the output terminal of the case structure rather than the A input.

Lynn
0 Kudos
Message 2 of 11
(3,897 Views)
it is connected. i doesn't have cleaned up the wire
0 Kudos
Message 3 of 11
(3,896 Views)
Hello,

actually I dont't know what might be going wrong. Please try with the attatched VI. It is a quick proove of concept example. I saved it as a LabVIEW 7.1 vi, if you are still working with 7.0 and cannot open it, just let me know.

How does it look like? Is it working?
regards
Ingo Schumacher
Systems Engineering Manager CEERNational Instruments Germany
0 Kudos
Message 4 of 11
(3,874 Views)
hello,

if i try the append signal function with one signal it works correct.
the problem is that i want to work with eleven signals.

markus
0 Kudos
Message 5 of 11
(3,869 Views)
OK, I agree.
THe append function seems only to work as expected if the Dynamic Data only contains one channel. have a look at the new example; it shows you how you will have to write your code.

regards
Ingo Schumacher
Systems Engineering Manager CEERNational Instruments Germany
0 Kudos
Message 6 of 11
(3,861 Views)

Hi,

here s my suggestion (LV 7.1)

 

regards Timo

---
Message 7 of 11
(3,850 Views)
Hello,

i attached an example VI.

In this VI you can see that the single grph shows eleven Signals. to this point everythings alright.
when i want to append signalvalues to the end of the single graph (shown in "wrong graph") the result is wrong. there are eleven values in one waveform. and this waveform is appended.

one problem is also to have the time axis and not a axis which shows an index.

markus
0 Kudos
Message 8 of 11
(3,828 Views)
Hello Markus,
please also attatch the Demosignals.vi so I can examine your example.

Ingo Schumacher
Systems Engineering Manager CEERNational Instruments Germany
0 Kudos
Message 9 of 11
(3,801 Views)
Hello,

here is the demosignal.vi

markus
0 Kudos
Message 10 of 11
(3,783 Views)