Academic Hardware Products (myDAQ, myRIO)

cancel
Showing results for 
Search instead for 
Did you mean: 

ELVIS II+ oscilloscope

Solved!
Go to solution

Hi all:

 

I just got an ELVIS II+ unit and am starting to build some basic circuits.

Does anybody know if the oscilloscope has a math function? I need to

subtract two signals. Any help doing this will be appreciated. Thanks,

 

Jose Ramos

0 Kudos
Message 1 of 6
(7,086 Views)

That depends what oscilloscope you are using. In LabVIEW, you can subtract two "signals" but it depends how the data is represented. Are you looking to subtract arrays or waveforms?

Wan L
Applications Engineer
National Instruments
http://www.ni.com/support
0 Kudos
Message 2 of 6
(7,074 Views)

Hi Wan:

 

I'm trying to subtract two waveforms like you would do on a normal oscilloscope using the MATH

function of the oscilloscope (-) . It appears the SCOPE built into ELVIS II+ is a very simple one,

compared to a real oscilloscope. Are there any math functions? Are there any other scope VI's that 

resemble a real oscilloscope? and if so, can I use it with NI ELVIS II+? Thanks for your help.

 

Jose 

0 Kudos
Message 3 of 6
(7,068 Views)
Solution
Accepted by topic author JoseRamos

You can just add them using the regular "add" primitive VI. 

Wan L
Applications Engineer
National Instruments
http://www.ni.com/support
0 Kudos
Message 4 of 6
(7,061 Views)

Hello Jose,

 

Just to clarify, yes -- the ELVISmx Oscilloscope is intended as a easy-to-use getting started experience. If you want to do something more sophisticated, you can do that in LabVIEW. If you would like to tweak the ELVISmx oscilloscope instrument, we include the source code here: 

 

C:\Users\Public\Documents\National Instruments\NI ELVISmx Source Code

 

It's very complicated under the hood because it is used for Express VIs and Multisim integration, but you could inject a math function in the "Acquire" or "Update Display" cases.

 

If you don't want all of the scope-like functions and just need to measure a signal, you can also write a simple program using a DAQ Assistant Express VI to acquire with whatever configurations you need and then do the math functions before graphing.

 

Finally, if you prefer less programming, you can use SignalExpress to drop an Acquire Signals step and then an Arithmetic step under the Processing category.

 

Hope this helps,

 

Charles Y.

National Instruments

 

Message 5 of 6
(7,043 Views)

Charles:

 

Thanks for your reply. That gives me a starting point.

 

Jose

0 Kudos
Message 6 of 6
(6,997 Views)