LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How can i use the SNMP and TCP/IP together in Labview?

I want to use the SNMP and TCP/IP together in the Labview to communicate between the two computers, If anyone know about it , please write back.
 
Santosh Chavan
IIT MADRAS.
0 Kudos
Message 1 of 4
(3,439 Views)
Check out the SNMP Toolkit from http://www.viodia.com/.
0 Kudos
Message 2 of 4
(3,424 Views)
Thanks,
Dennis Knutson
Santosh Chavan
IIT MADRAS.
0 Kudos
Message 3 of 4
(3,414 Views)
You can use LabVIEWs UDP functions to communicate with SNMP devices. The tedious part is converting the MIB information into the required hex message.
 
There is also a problem in using the UDP functions on port 161 (default SNMP port) if the Windows SNMP services is running.
 
 
0 Kudos
Message 4 of 4
(3,360 Views)