NI Home
Cart Cart | Help
Hello Events Academic NI Developer Zone Support Solutions Products & Services Contact NI MyNI
You are here: 
NI Home > NI Developer Zone > NI Discussion Forums


Reply
Member
Jean-Michel Marseille
Posts: 2
0 Kudos

Hello, I am wondering if anyone has a suggestion to make a good synchronization (<


Member
Jean-Michel Marseille
Posts: 2
0 Kudos

Re: Hello, I am wondering if anyone has a suggestion to make a good synchronization (<

I forgot to specify that it is for a 4451PCI board.

Thanks
Member
Bryan F
Posts: 30
0 Kudos

Re: Hello, I am wondering if anyone has a suggestion to make a good synchronization (<

Hello Jean-Michel,

The digital lines on the 4451 DSA device do not directly support any syncrhonization or hardware timing. However, you could start an analog output operation based on a state change in one of the digital lines. This just requires digital triggering for your analog output. You would need to physically route one of the DIO pins to the WFMTRIG pin (PFI6) on your digital connector block.

In LabVIEW, you should make a call to AO Trigger and Gate Config.VI. Use the following parameters:

Gate or Trigger Source: PFI Pin

Trigger or Gate Condition: Trigger on Rising edge (or falling if you want to trigger when a digital line is turned off).

Trigger or Gate Source Specification: 6

If you are programming in the NI-DAQ text API, use the following call:

i
Status = Select_Signal(iDevice, ND_OUT_START_TRIGGER, ND_PFI_6, ND_HIGH_TO_LOW)

Good luck!
Bryan
By using this web site, you accept the Terms of Use for this web site. Please read these Terms of Use carefully before using any part of this site. Please go here for information on ni.com's copyright infringement policy.
My Profile | Privacy | Legal | Contact NI © 2011 National Instruments Corporation. All rights reserved.    |    E-Mail this Page E-Mail this Page