01-10-2012 08:28 PM - edited 01-10-2012 08:29 PM
Hello,
I am trying to wire the connections between the error signals in "niSwitch wait for debounce" block inside the case structure and the one input of the OR gate. Also, I am trying to wire the connection between the same input of the OR gate and the error signal of "niSwitch Close" block which lies outside the while loop. I am working on Labview 10.0.1. But the image I have attached is from Labview 11.0.
I have marked the area in the block diagram with a red square, as this VI is from Labview 11.0 and my computer which has the real drivers/test panels installed works with Labview 10.0.1 (as I mentioned before). So I want to get this connection working in my computer.
Thanks.
Solved! Go to Solution.
01-10-2012 09:58 PM
This is a new feature of LabVIEW 2011 (See figure 8 here).
In LabVIEw 2010, you simply need to unbundle the "status" boolean from the error wire using "unbundle by name" before wiring to the boolean operation.
01-11-2012 01:02 PM
Thank you for replying! That was helpful.