LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

how to overlap one Digital output over another digital output ?

I am using PCI-6251 for digital output , i want to acquire two D-Outputs. one must be protection for another, kind of overlap.
Must start before another and end after another. How to do it in labview. i have attached the images of what i want . image0.jpeg

0 Kudos
Message 1 of 3
(513 Views)

Hello @pratheesh31,

 

Its Quite Possible and it should be handled Programmatically by switching (Digital ON) after the another and Switching (Digital OFF) before the other.

----------------------------------------------------------------------------------------------------------------
Palanivel Thiruvenkadam | பழனிவேல் திருவெங்கடம்
LabVIEW™ Champion |Certified LabVIEW™ Architect |Certified TestStand Developer

Kidlin's Law -If you can write the problem down clearly then the matter is half solved.
-----------------------------------------------------------------------------------------------------------------
0 Kudos
Message 2 of 3
(499 Views)

The 6251 does support digital waveform generation and acquisition on port 0   So, for Digital output you would create a Task with 2 lines, write a 1D array of digital waveforms to the device buffer and start the Task.


"Should be" isn't "Is" -Jay
0 Kudos
Message 3 of 3
(484 Views)