This widget could not be displayed.
This widget could not be displayed.

LabVIEW

This widget could not be displayed.
cancel
Showing results for 
Search instead for 
Did you mean: 

DTMF generator

It's kind of annoying to repeat the same answer over and over again. With an USB-6008, you can only use the DAQmx-Write-> 1 Sample selections. No waveform, no 2D-Array. With one channel just 1 numeric.

 

A USB-6211 on the other side is capable to run your programm from your first message...

 

Regards, Jens

Kudos are welcome...
This widget could not be displayed.
This widget could not be displayed.
This widget could not be displayed.
0 Kudos
Message 11 of 14
(726 Views)

Hi Gerdw,

         I've connected using usb 6211 and i can generate a DTMF tone and another thing is i have connected the output with the HT9170 DTMF receiver and i tested using that decode it gives exact signal what i want, now what i want is i need to auto generate a tone with some delay in ms, i have attached you a code so that you could understand and i have used time delay function to give a delay between each tone but it not affecting the output.

Thank you,

Regards,

Paul

This widget could not be displayed.
This widget could not be displayed.
This widget could not be displayed.
0 Kudos
Message 12 of 14
(709 Views)

Hi Paul,

 

i need to auto generate a tone with some delay in ms

What about a state machine approach? Or a queue-driven state machine?

It would be very easy to handle things like "automated state changes"!

 

(Easiest would be to use a FOR loop to dial an array of numbers…)

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
This widget could not be displayed.
This widget could not be displayed.
This widget could not be displayed.
0 Kudos
Message 13 of 14
(707 Views)

Hi Gredw,

   Thanks a lot for your reply, by the way i got what i want.

regards,

paul

This widget could not be displayed.
This widget could not be displayed.
This widget could not be displayed.
0 Kudos
Message 14 of 14
(697 Views)