LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Questions about the build array function

Hello,
 
  I have achieved success with attaching a sample VI to my prior post.  
Regards,


Kaspar
0 Kudos
Message 11 of 13
(846 Views)

Ah ha!  You're using the dynamic datatype!  That explains the problem.  I think you should convert all your dynamic datatypes into booleans.  You can do this by wiring them into the "From DDT" function on the Express > Signal Manipulation subpalette.  You can then convert the dynamic datatype to a scalar boolean datatype.

Whenever you use the Express VIs, a lot of times they deal with the dynamic datatype (that purple cluster-looking wire), which is sometimes difficult to deal with in conjunction with the normal LabVIEW datatypes.  Instead of using the Comparison Express VI, perhaps you could use the "In Range and Coerce" function in the Comparison subpalette, which is a lot more streamlined than the Express VI.

Thanks for attaching your VI, it made the problem a lot easier to diagnose.

Good luck,

-D

Message 12 of 13
(845 Views)
Hello Darren,

  THANK YOU for the information. I have changed over my demo code and it works just the way I want it to! YOU ARE MAHVELEOUS!Smiley Very Happy
Regards,


Kaspar
0 Kudos
Message 13 of 13
(834 Views)