Nice to meet you,sir.I'am a yang man.I'am a FPGA lover.Thank you very much.
Welcome to LAVA.
Posted 01 September 2009 - 02:23 PM
Nice to meet you,sir.I'am a yang man.I'am a FPGA lover.Thank you very much.
Posted 02 September 2009 - 10:08 AM
Here it is.
Rolf Kalbermatter
CIT Engineering Netherlands
A division of Test & Measurement Solutions
Posted 02 September 2009 - 03:19 PM
Good work. A very nice library.
Rolf Kalbermatter
Posted 08 November 2009 - 07:06 AM
Posted 08 November 2009 - 09:53 AM
Hello!
I try to use these vis but it sends me an error "UDP Write in SNMP Get Request.vi"
I do the following:
1- SNMP Get Random Port.vi
2- SNMP Open Port.vi
3 - SET and GET SNMP vis
Is there a solution?
Thank you!
Rolf Kalbermatter
CIT Engineering Netherlands
A division of Test & Measurement Solutions
Posted 09 November 2009 - 08:59 AM
Posted 09 November 2009 - 03:51 PM
I am using the SNMP SET that i created with the snmp communication library that is provided above.
The command is executed fine with the use of command prompt "snmpset -v 1 -c private 192.168.100.60 1.3.6.1.4.1.19865.1.2.1.2.0 i 1".
But no luck with LabView. I get no errors but the device does not respond to the LabView command.
What's wrong?
Posted 11 November 2009 - 05:46 AM
I am using the SNMP SET that i created with the snmp communication library that is provided above.
The command is executed fine with the use of command prompt "snmpset -v 1 -c private 192.168.100.60 1.3.6.1.4.1.19865.1.2.1.2.0 i 1".
But no luck with LabView. I get no errors but the device does not respond to the LabView command.
What's wrong?
Posted 03 March 2010 - 04:05 PM
Edited by nikolakis, 03 March 2010 - 04:40 PM.
Posted 03 March 2010 - 06:29 PM
I am trying to make the last "snmp get" file from last post to work but i have no success.
The device has private OID, how can i change the community name from public to private?
In which vi do i change it?
OID 1.3.6.1.2.1.1.1 works ok
OID 1.3.6.1.4.1.32111.1.1.2.1 DOES NOT [enterprise.private] work in the same device
Thanks...
Posted 19 November 2010 - 11:26 PM
Edited by secr1973, 19 November 2010 - 11:27 PM.
Posted 02 December 2010 - 04:59 PM
I have a similiar problem as Nikolakis using your simple SNMP get file. The community name doesn't seem to be to problem because I can change it in the device and it still doesn't work. I can get some OIDs to work and others won't return anything.
OID .1.3.6.1.2.1.1.1.0 - works fine. It returns the same OID, datatype, and then the value.
OID .1.3.6.1.4.1.21796.4.1.3.1.4.1 - doesn't work, it returns a different OID and nothing in the datatype or value.
I am not sure what to do. I am not sure why labview won't support SNMP, all I need to do is get one value from a device. Any ideas?