Dennis Knutson wrote in message news:<50650000000500000038E50000-1042324653000@exchange.ni.com>...
> I think your problem is that you're using something like Write to
> Digital Port.vi which writes to all lines. Use the lower level
> function DIO Port Write.vi and set the line mask. The line mask is
> used to determine which lines to write to and which lines to leave
> alone. For example, if at one point you just want to write to bits
> 5,6,7, set the line mask to 1110000 (assuming 8 bit port). If at
> another point, you just want to write to bits 0,1,2, you would set the
> line mask to 00000111.
When I try to set the line mask of "DIO Port Write.vi", it won't allow
me to have a 0 as the first digit. If I enter 00001111 for example,
the zeros dis
sappear as soon as I click the check-box. (the line mask
box will reset to 1111). What am I doing wrong?
Thanks for the help!
MikeB