LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

dynamic data manipulation

Hi,
 
I have a dynamic data with voltages from 2 channels (X, Y) using DAQ assistant and I want to  do X^2+Y^2 and display the results dynamically. Is there a method to do this? Thanks!
0 Kudos
Message 1 of 4
(2,596 Views)

Just to clarify what you want to do, I'm assuming you want to square every value in the X channel, square every value in the Y channel, and then add these two results together, element-wise, correct?

If so, this would probably be the easiest way.



Message Edited by Jeff B on 01-23-2008 01:04 PM
0 Kudos
Message 2 of 4
(2,570 Views)
Jeff,

I think he wants to do the scaling in the DAQ assistant, not in LabVIEW.


Scoccer,

I'm pretty sure you can only scale an input with math operators and
constants, not with other channels.

Regards,

Wiebe.


0 Kudos
Message 3 of 4
(2,530 Views)
Thanks for your replies! Jeff's solution is exactly what I want.
0 Kudos
Message 4 of 4
(2,510 Views)