LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

How can I send a pulse to a RTSI line with a software command?

I need to generate a pulse to a RTSI line with a software command? How can I do this? I use a E Series
device.
0 Kudos
Message 1 of 3
(3,061 Views)
Hello

One way to do this would be to generate a single pulse using one of the counters on your e-series device( check out the daq examples under CVI for that) and you can use the Select_Signal() function to route the output of the counter to whatever RTSI pin you desire. Check out the help for Select_Signal() for more information.

I hope this helps

Bilal Durrani
NI
Bilal Durrani
NI
0 Kudos
Message 2 of 3
(3,061 Views)
The examples that come with CVI may not do exactly what you want. NI's site has
an example called "Finite Pulstrain (DAQ-STC).zip", that does what you ask but
its for LabView only. The attached CVI project I wrote contains a lot of stuff
you don't need but one module (endotox.c) has the routines (PulseMode,
PulseTrainOn) you're looking for.

"giuliano.manfredini" wrote in message
news:5065000000080000004A660000-1031838699000@exchange.ni.com...
> I need to generate a pulse to a RTSI line with a software command? How
> can I do this? I use a E Series
> device.



[Attachment endotox.zip, see below]
0 Kudos
Message 3 of 3
(3,061 Views)