08-30-2013 05:22 AM - edited 08-30-2013 05:22 AM
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.
08-30-2013 06:55 AM
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.
08-30-2013 08:24 AM
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.
08-30-2013 09:09 AM
@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.
08-30-2013 09:13 AM - edited 08-30-2013 09:15 AM
Sorry, Now I hereby attach the zipped folder.
08-30-2013 09:21 AM
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! 🙂
08-30-2013 09:23 AM
And now you've attached a top level VI without any code.
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.