06-18-2017 02:44 AM
Hello,
I need to generate two finite number of pulses with a phase delay of 90 degree on DO channels of PXI-6289.
Actually the requirement is to simulate Encoder Output pulses with 90 degree phase difference between them. I've tried to simulate pulses using counters on the card but It was not allowing to generate finite no.of pulses so I want to use DO channels of PXI-6289.
Please help in resolving the issue.
Thank you.
Solved! Go to Solution.
06-18-2017 12:00 PM
Your card supports digital waveform generation on the first digital port with a buffer of 2047 samples. Implementing the 90 degree shift requires 4 samples per cycle for a total count of 511 cycles. If you need more, then set the buffer to repeat indefinitely. Since this operation is performed in hardware, you can calculate the exact timing of the repeat and disable the repeat before the count is completed and change the buffer contents to obtain an exact count.
Here are details on the configuration:
06-18-2017 08:41 PM
Hi,
Thank you for your response, but I need Generate two Digital Output pulses on two DO channels with 90 degree phase difference between them.
06-19-2017 04:13 AM
configure the two output lines to output this pattern in a loop:
0011
0110
0231 <-
06-19-2017 08:35 PM
Thank you very much