LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

oh nooooo! help needed!

hi folks,
 
i found out my vi is not going according to plan, basically it creates an 'open circuit' between switching from volts to current, so i will never be avle to do my plots correctly, like seeing the voltage decay vs time (coin cell).
 
i dont have much time left here, any ideas.? can i hook up two meters to one vi? one to measure current and one to measure volts?
 
here is my vi again if anyone wants a look.!
 
thanks
 
Eric
 
0 Kudos
Message 1 of 5
(2,852 Views)
Just to get something to work, I would do a Add Sequence Local on the "big" sequencer.
0 Kudos
Message 2 of 5
(2,842 Views)
how do you do that?
0 Kudos
Message 3 of 5
(2,827 Views)

do i apply that to the current AND voltage or just one of them? does that 'retain' the values in the string or something?

thanks

 

eric

 

0 Kudos
Message 4 of 5
(2,821 Views)
You do a right-click on the edge of the sequencer and Add Sequence Local is one of the choices.
 
What my quick solution did was to "delay" the voltage reading such that voltage and current values
are only available at Frame #2 in the sequence. This way you have both readings to make your power
calculations.
 
This is a just a quick and dirty temporary solution to get you going.
 
0 Kudos
Message 5 of 5
(2,802 Views)