07-16-2015 06:14 AM
I have a BNC2120 board.
I need to take inputs from two channels and display the outputs on separate waveform graphs.
My current VI takes two inputs from channel A2 and A6 and the data is sent to waveform graph 1 and 2 thorugh a signal splitter.
I however see the same signal on both the graphs.
I am a beginner with LabView and need the solution asap!
Thanks
07-16-2015 06:26 AM
asap!
Don't yell at us, then
Why don't you show us your code so we can see what you have tried?
07-16-2015 09:09 AM
07-17-2015 01:43 AM
Not shouting! 😄
Secondly, i just have that one so can't do anything about that!
I am attaching the VI. Its a pretty basic one.Do check it out!
07-17-2015 03:50 AM - edited 07-17-2015 03:50 AM
So, I just did do check it out and don't immediately see an error.
Here are a few remarks:
07-17-2015 04:18 AM
Sorry.. I accidentally uploaded the other VI i was working on. So here's the one i described to you earlier.
My board is PCIe-6323.
07-17-2015 04:44 AM
So what happens, when you connect another graph directly to the output of the express VI? Do you see two identical graphs,too?
What happens if you use index array to access the values?
What happens in either case, when you simply disconnect the cable?
(I'm not normally not one to bash the use of express VIs just because, but I just remembered what a nightmare the dynamic datatype is)
07-17-2015 05:33 AM
When i connect the graph directly, i see two graphs on my screen, with different colors (they can be defined in properties). The same problem however, they follow each other with a little gap on the Y- axis.
When i disconnect the cable, i see just the connected signal on my graph. and everything runs normally.
I haven't tried index array yet due to the simple reason that i don't know how to. 😄
If there is a possibility that it solves my problem, do you mind explaining to me or pointing to a source that can help me implement it.?
and yes i have seen dynamic datatype and as a beginner, i could'nt even start understanding what was going on there! 😄
I have plans to learn it in future but for now, i would like to stick express VIs! 😄