Kevo Posted April 11, 2005 Report Share Posted April 11, 2005 Hi, I'm very new to LabVIEW but have been going through several examples that came with my usb 6008, it seem that what I'm trying to do is so simple that it has been over looked in examples and I cant seem to work back from anything thats similar but more advanced. What I need to do is simply use the DAQmx Base and split the resulting array so that each of the 12 digital ports on the DAQ turns on or off an individual Boolean LED. Any help with this would be great. regards Kevin B. Quote Link to comment
Mark Balla Posted April 12, 2005 Report Share Posted April 12, 2005 The simplest way is to convert the output to a bool array and then use index array to extract out each bit as shown. if you want to get a little more fancy check out this post http://forums.lavausergroup.org/index.php?...3969entry3969 Quote Link to comment
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.