取消
显示结果 
搜索替代 
您的意思是: 

LabView Signal Interaction through DAQmx

已解决!
转到解答

I am trying to use simple mathematical functions (addition, subtraction, division) to manipulate four signals at once. I have only been able to show the signals on a single graph, but I need the signals to interact. I am using a basic DAQmx oscilloscope. I will be using several different manipulations of the signals ([A+B]-[C+D], [A+D]-[B+C]...) and would like to fit that within a case structure as well, although that is not the part I am strugging with.

 

Any help or insight available would be just ducky

0 项奖励
1 条消息(共 6 条)
3,465 次查看

It's is hard to understand exactly what it is that you are struggling with. Are you using a multifunction DAQ card with DAQmx or an NI Scope card. They use different functions so your comment about a basic DAQmx oscilloscope is confusing. How do you want the signals to interact? Do you mean you want to show both original and modified signals to the same graph?

 

Why don't you attach the code you have written so someone can get a better idea of where you are.

0 项奖励
2 条消息(共 6 条)
3,449 次查看

Fair enough. I am using a quad photo diode to isolate the horizontal and vertical motion of a laser. To that end, I am inputting 4 separate signals into the LabView VI that I am working with. What I would like out of the VI is an oscilloscope that is capable of adding four signals together so that there is one output wave rather than the four separate waves that I am currently getting.

0 项奖励
3 条消息(共 6 条)
3,444 次查看
解答
已被主题作者 IWUPhysics'13 接受

Add and Subtract from the Numeric palette work on waveforms.  Is this what you wanted to know how to do?

 

Lynn

 

Add signals.png

4 条消息(共 6 条)
3,433 次查看

Wonderful. Thank you very much; clearly many Kudos are in order.

0 项奖励
5 条消息(共 6 条)
3,429 次查看

You are welcome.  This is very basic LabVIEW 101. I suggest you work through the Getting Started with LabVIEW tutorials on-line.  In the time it took you to get an answer here you could have learned about polymorphic functions and many other things.

 

Lynn

0 项奖励
6 条消息(共 6 条)
3,424 次查看