LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

DAQ

Hi,

I want to program a DAQ-Card. I want to enter an integer coded on 8 bytes and
send this integer on a digital port of my card. I only have succed in programmng

one line of the port and not all the lines.

Does any of you have an example,

Thank you so much...

Frederic

PS : as you can see I am a beginner...

frederic.restagno@college-de-france.fr


--
User of http://www.foorum.com/. The best tools for usenet searching.
0 Kudos
Message 1 of 3
(2,621 Views)
I have made a small change to an existing example. Enter your integer in the "Byte" control and it will translate it to the proper boolean values for each line.

Daniel L. Press
PrimeTest Corp.
www.primetest.com
Message 2 of 3
(2,621 Views)
Frederic;

You can refer to a Labview Shipping example which will output an digital pattern at the Digital Output Port. The only change you will need to do is to include an integer type indicator, and then, convert that integer to generate a boolean pattern.
You can find that example at Search Examples->I/O Interfaces->Data Acquisition->Digital Input and Output->Immediate Digital Input and Output->Write to One Digital Port on an E-series Device.
Hope this helps.
Filipe
0 Kudos
Message 3 of 3
(2,621 Views)