LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

UDP protocol

Hi everyone,

 

I created an FSK modulation software in labview. Now i have to collegate the transmitter to the receiver so that the modulate signal is sent by udp and received by yhe other udp block. I 'm not able to connect the two blocks . I hope you can help me.

0 Kudos
Message 1 of 6
(2,226 Views)

What do you mean by "collegate"?

 

We can't help you because you haven't attached any code so we can see what two "blocks" you can't connect together.

0 Kudos
Message 2 of 6
(2,202 Views)

Thanks for your answer. This is the file and I need to create two blocks for the transmission and reception of the modulated signal.

0 Kudos
Message 3 of 6
(2,155 Views)

I don't know what you mean by "two blocks" for transmission and reception.  Are you talking about LabVIEW subVI's?

 

Look in the example finder for UDP and you'll find some examples.

 

In your VI, I see you use a lot of local variables.  You should place those two control terminals on the top level of the block diagram and use wires to all the locations that you have local variables.

0 Kudos
Message 4 of 6
(2,150 Views)

I want that the modulated signal enter in a trasmission block and it will be sent to the receiving block that demodulate it. 

0 Kudos
Message 5 of 6
(2,141 Views)

Help >> Find Examples >> Search >> UDP

 

You'll see Simple UDP.lvproj

 

What "blocks" are you talking about?

0 Kudos
Message 6 of 6
(2,137 Views)