LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Help how to write ARP command on TCP

Hi,
 
Help or advice needed...
 
In my application I'm using an Access Point /Router that is connected to the computer with the LV application (exe compiled) running on it. At a precise moment I need to release a specific IP address and it's associated MAC address from the TCP connection...
 
The "arp -d nnn.nnn.nnn.nnn" (n=IP address) has the right action and releases the wanted IP address when send from the dos screen , but when I want to build this command in my labview application via a TCP Write VI, I have nothing happend. Did someone faced that kind of problem ?
 
Thanks for help...
 
HaemoPhil
0 Kudos
Message 1 of 5
(3,795 Views)
Why don't you use the system exec function to run the dos command.
0 Kudos
Message 2 of 5
(3,790 Views)

Dennis,

 

Thanks for quick answering... But where can I find this function... what VI ... I never used it before

 

HaemoPhil

0 Kudos
Message 3 of 5
(3,785 Views)
It's on the Communication palette. Anytime you're trying to find a function, you could search for it. On the functions palette, there's a search button.
0 Kudos
Message 4 of 5
(3,782 Views)

Thanks a lot Dennis...

I've got it and it works fine now....

You were a great and precious help...

regards

HaemoPhil

0 Kudos
Message 5 of 5
(3,780 Views)