LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Error with Shift Register

Solved!
Go to solution

Hi.

I have a problem with my VI again.

I manage to solve the previous problem.

However, another problem occured.

 

Please refer to my VI as attachment.

 

Regards,

Firdaus

0 Kudos
Message 1 of 2
(2,702 Views)
Solution
Accepted by Fird
The output of your "equals" operation is a boolean array, not a boolean.  You can use the "And Array Elements" function to test that all elements are true and wire that output to the case structure.  Was this the problem you are referring to?
 
 
 
 
Message Edited by jmcbee on 02-27-2009 08:02 AM
Message 2 of 2
(2,696 Views)