07-01-2010 02:54 PM
Hi everyone,
I'm new to LabVIEW. I need to remove a pump from a program. Do I simply disconnect all the wires on the block diagram and delete related componets or can I remove the pump as a whole case?
The pump is in the inner most layer of the hierarchy or as a case in the inner most layer of the block diagram. It'll be most helpful if it can be removed easily. My goal is to make the program work without having to install the actual pump.
07-01-2010 03:07 PM
That's a completely open ended question that is kind of hard to answer without seeing your VI or knowing what it does. What does "remove the pump as a whole case" mean?
Is this Pump VI something you might want to put back in later?
You might want to use the Diagram Disable structure. Put the code that you don't want to run in the disabled case. Put the code you do want to run in the enabled case. This might be nothing, or maybe it is some constants or something to simulate the output values that would be coming from the pump VI.