09-25-2014 12:57 PM
Almost there! But there's no need for all the indicators and local variables. Make a copy of the MY_UDP indicator, change to a control, and wire it to the "type" input of Type Cast. Or, slightly better, make a constant instead from the MY_UDP indicator and use that for the type. It will be a large constant, but you can move it outside the loop if you don't want the loop to blow up.
Also, eventually you should make that cluster into a Type Definition (see the help) so that if it changes, you only need to update the type definition and it all the instances of it will be updated to match.
09-25-2014 01:46 PM
Thank you very, very much for all your help.
02-08-2016 01:22 AM - edited 02-08-2016 01:24 AM
hi nathand,
I have used UDP write and read in the LabVIEW palletes for my testing. It gives the data only, can i get the complete UDP Frame (Raw Data).
I have gone through this link http://www.ni.com/example/27660/en/ but in this example is the receiving the data , i also have to send in the same way .
Do we have any other way using the winpcap in LabVIEW.
inputs :
1. Data rate is 100 kbps.
will this be helpfull for me please help me.
Thanks in Advance
Thanks
Ikram
02-08-2016 07:53 AM
02-08-2016 07:55 AM