The boolean array constant that you are writing to the property node is empty. That is it has been defined as a boolean array, but it has no elements.

The array constant on the left is an empty boolean array. Notice that all teh boolean constants are grayed out. This indicates that none of the constants are 'active'. The array on the right contains 8 active elements. Note that the 8 elemants are more solid in color adn the the 9th element is grayed out.
What you need to do is define your boolean array with the proper constants to turn on or off the proper digital lines.
Ed
Message Edited by Ed Dickens on 05-25-2005 09:15 AM

Ed Dickens - Certified LabVIEW Architect
Lockheed Martin Space
Using the Abort button to stop your VI is like using a tree to stop your car. It works, but there may be consequences.