05-24-2018 12:34 AM
Hi Friends,
I am using a DAQmx to creat one task with two channels (LVDT signals). Two signals are displayed on waveform graph. Now I want to delete one of the signal when it reaches the condition I set. Could anyone give me an example about how to delete one signal from multiple signals?
If you could attach a picture, that would be great because I may not be able to open a VI due to my old Labview version(7.0). Thanks a lot.
-Zhicheng
05-24-2018 04:17 AM
Hello jason,
Share the one which you have developed based on which we can help you out.
05-24-2018 06:38 PM
Hi Palanivel,
Thanks for your suggestion. I've attached a pic and a VI. I have three questions about my VI.
#1. How to delete one of the two channels? The reason why I want to delete it is that I want to seperate the two channels and use each channel to compare with the constant I set to decide whether to write a digital output to a corresponding device(line 5 or line 6).
#2. How to count iteration of signal 1 when "less-than sign" outputs false without stop the while loop?
#3. How to give output signal to each of the two devices(line 5 and line 6) respectively? Let's say comparision of signal 1 give digital output to line 5, while comparision of signal 2 give digital output to line 6.
Thank you ahead.
05-25-2018 09:24 PM
Why did you start a new thread when you already had this thread open https://forums.ni.com/t5/LabVIEW/How-to-stop-one-channel-without-affect-other-channels/m-p/3792736 with what seems to be the same question?
05-28-2018 01:14 AM
I found out I have more questions than the other topic and I want to explain more details about my questions, so I posted a new topic. If this is not allowed, I have to say sorry and I will delete the other topic.