11-14-2013 09:25 AM
Looking for a white paper/examples defining the terms of DAQmx digital signals, for a trivial vi that runs by hand in MAX . All I'd like to do is use the PFI4 terminal on a pci-6225 to generate one 100us pulse. There are a variety of choices in generating a pulse from PFI4 but my choices keep getting rejected at compile or run time as inappropriate for the mode selected. There must be examples like this, right ? I must not be searching the correct terms.
TIA
Alex
Solved! Go to Solution.
11-17-2013 11:34 AM - last edited on 08-20-2024 06:08 PM by Content Cleaner
Hi Alex,
I came across this example on ni.com/examples: https://forums.ni.com/t5/NI-DAQmx-Examples/Generate-Digital-Pulse/td-p/3535504
My search terms were: labview single digital pulse
Mike
11-19-2013 03:54 PM
Mike -
Thanks but not the correct answer. I need to use Port 1/PFI4 of a 6225 , counter outputs are not an option with this hardware -ok, while we are at it, this 6225 is already running analog in channels which take an external clock on PFI1. How do I figure out which digital types will let me make one pulse on PFI4 with an external clock ? Yes, change to a digital output type in the write task vi, but then, which kind of waveform and input....
As mentioned, I'm looking for the comprehensive document that can point to the different choices among hardware/tasks/types/setups so that one can set up a digital output without going through the trial-and-error of LV complaining about one thing or another at compile and run time. Fragmented documentation of the various features has been frustrating over the years that I've been an occasional LV user. I appreciate your efforts.
Alex
11-20-2013 05:37 PM - last edited on 08-20-2024 06:08 PM by Content Cleaner
Hi Alex,
The following link has some general info on configuring DAQmx applications: https://www.ni.com/en/support/documentation/supplemental/06/getting-started-with-ni-daqmx--main-page...
There's also some useful information contained in the help for the DAQmx Write VI: https://www.ni.com/docs/en-US/bundle/ni-daqmx-labview-api-ref/page/lvdaqmx/mxwrite.html
Mike
11-25-2013 12:13 PM
Thanks Mike , that will be enough.
Alex