Start Analog Ouput with a Condition/Trigger

  • Software
  • Start Analog Ouput with a Condition/Trigger
Emanuele Spinosa

Posted on 12.02.2019 21:34

Dear Dewesoft,


I am generating a pulse signal with Function Generator, from a math channel I created. I would like to start the generation of this waveform as an ANAOG OUTPUT with a given trigger, which I can set with an event, for example.


How can I do this? It seems I can decide to start the output either on start acquisition or manually, but I need to do it automatically. Is there any way to do it? Can I use a different variable from "time" in the math channel do it it? Or start counting the time from using the same trigger too?


Please let me know how I can do it. I have tried for some time using the software, but could not manage yet to find a way.


Thanks for your advice,


Emanuele

DEWESoft Support
Technical support
Posted on 14.02.2019 13:48

Dear Emanuel,


if we understand correctly, you created a math channel which you want to output via AO at a certain trigger.


For this functionality you can create a math formula with if statement. For example:


if(time<3,0,sine(1))


If you assign this math channel in AO it will start generating a sine wave after 3 seconds. For the first three seconds the AO will output value 0.


You also need to consider a delay between the actual math channel and an AO channel. You can configure the AO buffer length in setting/performance.



Regards


Login to reply to this topic. If you don't have account yet, you can signup for free account .