From Friday, April 19th (11:00 PM CDT) through Saturday, April 20th (2:00 PM CDT), 2024, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

changing the speed of Ethernet Link of the PC to 10 or 100 MBPS

Solved!
Go to solution

Hello,

I need to change Ethernet Speed of the PC programmatically that is change the Speed to either 10 or 100 mbps.

Is it possible, If yes , then please let me know the procedure. 

Or atleast I should be able to read the PC Ethernet speed in LabVIEW.

 

Thanks

0 Kudos
Message 1 of 5
(2,623 Views)

You can read it with some .net help.

 

Example_VI.png


CLA CTAChampionI'm attending the GLA Summit!
Subscribe to the Test Automation user group: UK Test Automation Group
Message 2 of 5
(2,592 Views)

Hello,

 

Thank you. I have installed Dot Net Framework 4.0 , but I do not get this System.Net.NetworkInformation.NetworkInterface in my Active X selection.

I dont know if I have to install something additional.

 

Thanks 

0 Kudos
Message 3 of 5
(2,552 Views)
Solution
Accepted by topic author Hemagopal

You dont need .net 4.0 for this (.net 2.0 is good enough) or anything else installed.

I have attached a VI with the control.

 

PS: If you need to load .net 4.0 assemblies in to LabVIEW, you need to follow instructions in this link:

http://digital.ni.com/public.nsf/allkb/32B0BA28A72AA87D8625782600737DE9


CLA CTAChampionI'm attending the GLA Summit!
Subscribe to the Test Automation user group: UK Test Automation Group
Message 4 of 5
(2,530 Views)

How can i chane the speed of my NIC  problematically from labview 

0 Kudos
Message 5 of 5
(1,842 Views)