Jump to content

logicmax

Members
  • Posts

    4
  • Joined

  • Last visited

logicmax's Achievements

Newbie

Newbie (1/4)

1

Reputation

  1. Thanks for the response. I have tried using the Apply technique but every time I use the apply my triggered signal never returns. Only when I use the FDwfAnalogOutConfigure(hdwf, channel, true) does it come back
  2. The project I am working on requires me to constantly update the analog output signal with a new waveform while being triggered by a consistent 5khz trigger signal. Everytime I run the analog out configure command I miss a few pulses. is there any way to avoid that? I am using the funcPlay function for the Analog output and trigger off of Trigger Ext 1. I update the displaySample data and push it out with the following: FDwfAnalogOutNodeDataSet(hdwf, channel, AnalogOutNodeCarrier, displaySamples, Samples); FDwfAnalogOutConfigure(hdwf, channel, true); Thanks for any insight you can bring
  3. I am trying to get a C++ program to compile that matches this waveforms output. I am having trouble with using the Trigger 1 input to trigger the analog output. Any help would be very much appreciated.
×
×
  • Create New...