List

Questa pagina fa parte del Manuale Programmazione IEC 61131-3. Vai all indice.

SNMP_PDU, SNMP PDU type definition

Tipo: Definizione
Libreria LogicLab: eLLabSNMPLib
Libreria Codesys: Non disponibile

Variabile USINT definizione tipo di pacchetto PDU gestito dalla FB SNMPManager.

DefineDescription
GETRQGetRequest: This PDU is sent from a management station to the agent and is used to retrieve the values of object instances whose OIDs are contained in the PDU.
GETNEXTRQGetNextRequest: This PDU is sent from a management station to the agent and is used to retrieve the values of the object instances whose OIDs are lexicographically next to that of the OID contained in the PDU.
GETRESPGetResponse: This PDU is sent from the agent to the management station in response to a GetRequest PDU, GetNextRequest PDU, or a SetRequest PDU and contains the values of object instances. The get, getnext, and set operations use this PDU.
SETRQSetRequest: This PDU is sent from a management station to the agent and is used to set the values of object instances whose OIDs and value are contained in the PDU.
Was this article helpful?