Digital I/O

cancel
Showing results for 
Search instead for 
Did you mean: 

TTL Signal Generation

Hello I am pretty new to this Labview thing so pls forgive the simplicity of the question .
I am using version 6.1 and a 6036e card .
All i want is to generate a TTL (0-5 volt ) on a digital channel , so say at time t=0 i have 0 volts and then say 3 secs later i have 5volts .
how can i do this please ? !!
0 Kudos
Message 1 of 2
(3,219 Views)
There's plenty of shipping examples on digital I/O. Look at Write to 1 Dig Line(8255) or Write 1 Pt to Dig Line(E). These use Write to Digital Line function. There is also the shipping document called LabVIEW Measurements Manual. This is part of the LabVIEW bookshelf on the Help menu. Instead of Write to Digital Line, I prefer to just use Port Write. I attached an example. It configures the port for output and then writes a 0, pauses, and then writes a 1.
0 Kudos
Message 2 of 2
(3,215 Views)