LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Read Current continuously

Hello,

 

I have attached the following  VI. In my program, I read temperature , start, stop with a certain step rise or fall and I read the current at each of those temperatuire and plot it on a graph.

 

My problem is, I want to read the current continuously displayed on my front panel, not just at every step of temperature. where should i place the measure VI in that case?

Best Regards,
Poulomi Das.
Institute for Microsystems Engineering.
University of Freiburg.
Freiburg, Germany.
0 Kudos
Message 1 of 5
(2,715 Views)

Hi Poulomi

The VI you posted is just the top level VI. All of the subVIs are missing and so it's difficult to provide help.

Maybe you can place them all in a zip file ?

I would also suggest that before going any further you tidy your diagram up a bit to help the forum members help you.

Try to straighten your lines wherever possible and reduce the overall size of the diagram by removing empty space.

Where possible use the 'error' line as a baaseline to link your VIs.

You will be surprised how much a clear concise diagram will help you to solve your task, Smiley Wink


I ran the cleanup utility on your VI and reposted to give you an idea of what's possible. Smiley Happy

 

 

0 Kudos
Message 2 of 5
(2,677 Views)

This sounds like a situation where you want to make another loop that does nothing but read the current.  You can save the latest value to a notifier or global variable to be read in your state machine.


GCentral
There are only two ways to tell somebody thanks: Kudos and Marked Solutions
Unofficial Forum Rules and Guidelines
"Not that we are sufficient in ourselves to claim anything as coming from us, but our sufficiency is from God" - 2 Corinthians 3:5
0 Kudos
Message 3 of 5
(2,658 Views)

Hello,

 

Thanks for the replies.

 

Sorry neil. here goes the sub VIs.

 

Best Regards,
Poulomi Das.
Institute for Microsystems Engineering.
University of Freiburg.
Freiburg, Germany.
Download All
0 Kudos
Message 4 of 5
(2,618 Views)

@crossrulz,

 

I am very new to LabVIEW , so not sure but isn't a state machine implied when we have a Case Structure inside a While loop, where as I have flat sequences inside a while loop.

 

I have a sub VI that measures current, I tried placing that sub VI right at the beginning of the while loop (inside it), before the first flat sequence starts, but that doesnt work either.

 

what else could I include to my block diagram for this?

Best Regards,
Poulomi Das.
Institute for Microsystems Engineering.
University of Freiburg.
Freiburg, Germany.
0 Kudos
Message 5 of 5
(2,600 Views)