From Friday, April 19th (11:00 PM CDT) through Saturday, April 20th (2:00 PM CDT), 2024, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

PXI-6713 and Labview 6.1

I would like to use 3 PXI-6713 analog output with a buffer ans synchro it with a frequency signal on PXI-6713 update port.
I made an exemple with CVI/labwindows but I would realize it with labview 6.1.
Have you got some sample ?
Thanks for your help
0 Kudos
Message 1 of 2
(2,360 Views)
RVI PFI,

It does not appear that any examples with this exact functionality are available, but you should be able to use the Cont Generation - ExtClk.vi example as the foundation of your application. The master PXI-6713 will use the external clock signal as its update clock. Additionally, you will need to use Route Signal.vi to route both the mater PXI-6713's AO Start Trigger and AO Update signals to the RTSI (PXI Trigger) bus. The two slave PXI-6713s will both use these two RTSI lines as their start trigger (AO Trigger and Gate Config.vi) and update clock (AO Clock Config.vi), respectively.

Good luck with your application.

Spencer S.
0 Kudos
Message 2 of 2
(2,360 Views)