SNMP Service SL Library Documentation¶
- Company:
CODESYS
- Title:
SNMP Service SL
- Version:
1.12.0.0
- Categories:
Application|Utils
- Namespace:
SNMP
- Author:
CODESYS Development GmbH
- Placeholder:
SNMP_Service_SL
Description [1]¶
This library enables to read device information of printers, routers etc. via the SNMP protocol. The library provides function blocks to send and receive SNMP messages. The package contains the SNMP library and example applications.
Supported SNMP features¶
SNMP GET: Request a value. see SNMP_GET_REQUEST
SNMP GET_NEXT: Request a value and get the OID from the next value. see SNMP_GET_REQUEST
SNMP Agent: Enables devices to request values from the control (agent). see SNMP_AGENT
SNMP TRAP: Send and receive TRAP telegrams. see SNMP_TRAP_RECEIVER
SNMP SET: Set values via SNMP. see SNMP_TRAP_SENDER
Supported SNMP versions¶
SNMP V1
SNMP V2c
SNMP V3
SNMP V3¶
SNMP V3 users can be created an registered with the functions CreateRWUser and CreateUser.
The package SNMPLibrary.package contains following components¶
SNMPLibrary (Namespace: SNMP)
Project with example applications (SNMP Service SL Example.project). Use this project to get started.
CHM help
Product data sheet
The library SNMPLibrary is divided in four categories (see folder ‚Function Blocks‘)¶
Agent: Function blocks of the SNMP agent.
GET: Function block to request values.
Trap: Function blocks to send and receive TRAP messages.
SET: Function block to set SNMP values.