LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Circuit breaker

Hi friends,

 

I designed circuit breaker using LabVIEW 2012. Everything working fine as individual module but when integrating all the modules using sub VIs its not working.

 

Kindly help me to fix this issue.

 

For your reference I hereby attach the project file. please have a look and let me know if there is any correction.

 

 

 

 

 

 

0 Kudos
Message 1 of 7
(3,815 Views)

The project file contains no code.  So it is useless right now.  Zip your entire project together and post the zip file.  From there we can help debug.


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 2 of 7
(3,795 Views)

How do you design a circuit breaker in LabVIEW?

 

A circuit breaker is a piece of physical hardware for controlling the flow of electric current.  LabVIEW is software for writing programs.

0 Kudos
Message 3 of 7
(3,778 Views)

@RavensFan wrote:

How do you design a circuit breaker in LabVIEW?

 

A circuit breaker is a piece of physical hardware for controlling the flow of electric current.  LabVIEW is software for writing programs.


Maybe "VCB" stand for "Virtual Circuit Breaker?"  At any rate, Lynn would recommend that any emergency override like this should probably be hardware-based because computers can go down, code can fail.  I support this view.

Bill
CLD
(Mid-Level minion.)
My support system ensures that I don't look totally incompetent.
Proud to say that I've progressed beyond knowing just enough to be dangerous. I now know enough to know that I have no clue about anything at all.
Humble author of the CLAD Nugget.
Message 4 of 7
(3,760 Views)

Sorry, Now I hereby attach the zipped folder.

Download All
0 Kudos
Message 5 of 7
(3,757 Views)

Your main vi doesn't appear to have anything in it.  Could you post an example of your seris and parallel being used as subvis?

 

thanks!  🙂

Bill
CLD
(Mid-Level minion.)
My support system ensures that I don't look totally incompetent.
Proud to say that I've progressed beyond knowing just enough to be dangerous. I now know enough to know that I have no clue about anything at all.
Humble author of the CLAD Nugget.
0 Kudos
Message 6 of 7
(3,749 Views)

And now you've attached a top level VI without any code.Smiley Frustrated

 

If in some VI, you are calling those other VIs, then of course you have problems. Each of those have a while loop. Without showing the front panel, they run forever and you cannot stop them. Since they do not stop, nothing gets returned to the main. Basic dataflow. Simplest thing would be to remove the while loops in the subVIs.

 

Still don't understand the reference to circuit breaker.

0 Kudos
Message 7 of 7
(3,747 Views)