Vai al contenuto

SNMP_VT, SNMP variable type definition

Vai all indice del manuale di programmazione
Tipo: Definizione
Libreria LogicLab: eLLabSNMPLib
Libreria Codesys: Non disponibile

Variabile USINT definizione tipo di variabile pacchetto SNMP gestito dalla FB SNMPManager.

VTypeDescription
INTEGERInteger: Must refer to a signed 32bit Integer DINT variable. (Values between -2147483648 and 2147483647).
OSTRINGOctect string: Must refer to a STRING variable. Arbitrary binary or textual data, typically limited to 255 characters in length.
NULLPTR Null: Must refer to a Null pointer.
IPADDRESSIPAddress: Must refer to a STRING variable. An IP address in textual data, limited to 15 characters length.
COUNTER32Counter32: Must refer to a unsigned 32bit Integer UDINT variable. Represents a non-negative integer which monotonically increases until it reaches a maximum value of 32bits-1 (4294967295 dec), when it wraps around and starts increasing again from zero.
GAUGE32Gauge32: Must refer to a unsigned 32bit Integer UDINT variable. Represents a non-negative integer, which holds at the maximum or minimum value specified in the range when the actual value goes over or below the range, respectively.
TIMETICKSTimeTicks: Must refer to a unsigned 32bit Integer UDINT variable. Represents an unsigned integer which represents the time, in hundredths of a second between two epochs.
Was this article helpful?