07-05-2011 12:59 PM
OK you can look at what I helped someone do in the example that I am attching and you can also look at this discussion to see how it progressed.
http://forums.ni.com/t5/LabVIEW/Digital-Output-Sequence-variable-timing-NI-9472/m-p/1605436#M583011
07-05-2011 01:00 PM
Yes
07-05-2011 01:55 PM - edited 07-05-2011 01:56 PM
I don't understand the code. Can you provide a simple code that just trigger one line to high/low at random intervals?
07-06-2011 06:03 PM
Hi,
This is an example that does exactly that. It's software timed, so it's not perfect. It cycles through an array using a for loop with auto indexing. On each iteration, it changes the state of the digital output (as determined by the "boolean state" array), and sets a delay time (the "Time (ms)" array). The "Actual Delay Times" calculates the actual loop iteration time. This could be easily adapted to be used for multiple lines of output.
Jon S
07-14-2011 07:00 PM
Thank you!!!