Hi, sorry newbie ~:
well, I am trying to write a VI for controlling some selectors by TTL logic for a chemical lab application.
I have a PCI-6503 DIO card, which has 3 8-bit ports.
My selectors require at maximum 4 contacts and probably (in the future, I am developing my VI's in an open fashion, to
allow extensible use) more than 3 selector will be connected. The idea of splitting the 8-bit into 2 4-bit ports popped up
in my brain.
The LabVIEW (6.1) functions allow either writing to a whole port (or multiples of it) or to one single line of the port.
Writing to single lines will probably not assure the activation _at_the_same_time_ of the contacts, i.e. no TTL consistent result.
How can one write to small chunks of an 8-bit port simultaneously without changing the rest of the bits???