LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Need help with my project- mux controler

hi,

i have mux(4*16) that i need to control it.

i need to know how can i write 4 bit to the mux? if i conect it to usb -6212 for example.

and i need to read 8 digital bit from A\D that i have on my card.

 thx

   

0 Kudos
Message 1 of 3
(2,990 Views)

Are you looking to hire a LabVIEW programmer?  Then post your question on the "LabVIEW Developers Seeking Employment" Forum.

 

Are you trying to learn LabVIEW in order to solve this problem yourself?  Take as many of the (free) LabVIEW Tutorials, take a LabVIEW Class, spend a few hours learning the basics, write the beginning of your program, post it here (the actual code, as a .VI), and ask your question again.

 

In any case, you need to provide a lot more information.  What kind of MUX?  Is this a commercial product?  Does it have a manual?  Is this part of another instrument?  What do you mean by "A/D that I have on my card"?  What card?

 

Bob Schor

0 Kudos
Message 2 of 3
(2,978 Views)
Along with what Bob said, look at free DAQmx getting started tutorials. Your device has 32 digital lines which is more than enough for what you need. It is software timed so it is simply a digital write followed by a digital read. You can place these inside a for loop with the iteration terminal wired to the digital write value input.
0 Kudos
Message 3 of 3
(2,962 Views)