A  B  C  D  E  F  G  H  I  L  M  N  O  P  R  S  T  U  V  W 

V

VALUE - enum entry in de.jnkconsulting.e3dc.easyrscp.api.frame.tags.PVITag

hex = "0x02040005", type = DataType.NONE

You know what the tag means or want to improve the tag description? Create a Ticket.

Original E3DC Documentation:

en: dataType returns the respective data type!

de: dataType gibt den jeweiligen Daten Typ zurück!

VALUE_CONTAINER - enum entry in de.jnkconsulting.e3dc.easyrscp.api.frame.tags.DBTag

hex = "0x06800020", type = DataType.CONTAINER

Container within a DBTag.HISTORY_DATA_DAY, DBTag.HISTORY_DATA_WEEK, DBTag.HISTORY_DATA_MONTH or DBTag.HISTORY_DATA_YEAR response.

The container contains various data blocks that specify the value at the respective time within the queried time span. The time is determined by means of DBTag.GRAPH_INDEX.

You know what the tag means or want to improve the tag description? Create a Ticket.

Original E3DC Documentation:

en: Usually more than one of these containers in a HISTORY_DATA container

de: Meist mehr als einer von diesen Containern in einem HISTORY_DATA Container

valueAsBoolean() - function in de.jnkconsulting.e3dc.easyrscp.api.frame.Data
If typeObject is of type DataType.BOOL, the data block is interpreted as Boolean and returned.
valueAsByte() - function in de.jnkconsulting.e3dc.easyrscp.api.frame.Data
If typeObject is a valid byte type (see DataType.isByteType), the data block is interpreted as Byte and returned.
valueAsContainer(de.jnkconsulting.e3dc.easyrscp.api.frame.DataParser) - function in de.jnkconsulting.e3dc.easyrscp.api.frame.Data
If typeObject is of type DataType.CONTAINER, the data block is processed using the parser object and the result is returned.
valueAsDouble() - function in de.jnkconsulting.e3dc.easyrscp.api.frame.Data
If typeObject is of type DataType.DOUBLE64, the data block is interpreted as Double and returned.
valueAsDuration() - function in de.jnkconsulting.e3dc.easyrscp.api.frame.Data
If typeObject is of type DataType.TIMESTAMP, the data block is interpreted as E3DC timestamp and converted to an Duration object and returned.
valueAsErrorCode() - function in de.jnkconsulting.e3dc.easyrscp.api.frame.Data
Reads the Int value of the data block and converts it into a ErrorCode.
valueAsFloat() - function in de.jnkconsulting.e3dc.easyrscp.api.frame.Data
If typeObject is of type DataType.FLOAT32, the data block is interpreted as Float and returned.
valueAsInstant() - function in de.jnkconsulting.e3dc.easyrscp.api.frame.Data
If typeObject is of type DataType.TIMESTAMP, the data block is interpreted as E3DC timestamp and converted to an Instant object and returned.
valueAsInt() - function in de.jnkconsulting.e3dc.easyrscp.api.frame.Data
If typeObject is a valid int type (see DataType.isIntType), the data block is interpreted as Int and returned.
valueAsLong() - function in de.jnkconsulting.e3dc.easyrscp.api.frame.Data
If typeObject is a valid long type (see DataType.isLongType), the data block is interpreted as Long and returned.
valueAsResultCode() - function in de.jnkconsulting.e3dc.easyrscp.api.frame.Data
Reads the Int value of the data block and converts it into a ResultCode.
valueAsShort() - function in de.jnkconsulting.e3dc.easyrscp.api.frame.Data
If typeObject is a valid short type (see DataType.isShortType), the data block is interpreted as Short and returned.
valueAsString() - function in de.jnkconsulting.e3dc.easyrscp.api.frame.Data
Regardless of the typeObject result, the data block is converted to a String.
valueOf(java.lang.String) - function in de.jnkconsulting.e3dc.easyrscp.api.frame.DataType
Returns the enum constant of this type with the specified name.
valueOf(java.lang.String) - function in de.jnkconsulting.e3dc.easyrscp.api.frame.EMSSysSpecName
Returns the enum constant of this type with the specified name.
valueOf(java.lang.String) - function in de.jnkconsulting.e3dc.easyrscp.api.frame.ErrorCode
Returns the enum constant of this type with the specified name.
valueOf(java.lang.String) - function in de.jnkconsulting.e3dc.easyrscp.api.frame.Namespace
Returns the enum constant of this type with the specified name.
valueOf(java.lang.String) - function in de.jnkconsulting.e3dc.easyrscp.api.frame.tags.BatTag
Returns the enum constant of this type with the specified name.
valueOf(java.lang.String) - function in de.jnkconsulting.e3dc.easyrscp.api.frame.tags.DBTag
Returns the enum constant of this type with the specified name.
valueOf(java.lang.String) - function in de.jnkconsulting.e3dc.easyrscp.api.frame.tags.DCDCTag
Returns the enum constant of this type with the specified name.
valueOf(java.lang.String) - function in de.jnkconsulting.e3dc.easyrscp.api.frame.tags.EMSTag
Returns the enum constant of this type with the specified name.
valueOf(java.lang.String) - function in de.jnkconsulting.e3dc.easyrscp.api.frame.tags.EPTag
Returns the enum constant of this type with the specified name.
valueOf(java.lang.String) - function in de.jnkconsulting.e3dc.easyrscp.api.frame.tags.FMSTag
Returns the enum constant of this type with the specified name.
valueOf(java.lang.String) - function in de.jnkconsulting.e3dc.easyrscp.api.frame.tags.HATag
Returns the enum constant of this type with the specified name.
valueOf(java.lang.String) - function in de.jnkconsulting.e3dc.easyrscp.api.frame.tags.InfoTag
Returns the enum constant of this type with the specified name.
valueOf(java.lang.String) - function in de.jnkconsulting.e3dc.easyrscp.api.frame.tags.PMTag
Returns the enum constant of this type with the specified name.
valueOf(java.lang.String) - function in de.jnkconsulting.e3dc.easyrscp.api.frame.tags.PVITag
Returns the enum constant of this type with the specified name.
valueOf(java.lang.String) - function in de.jnkconsulting.e3dc.easyrscp.api.frame.tags.RSCPTag
Returns the enum constant of this type with the specified name.
valueOf(java.lang.String) - function in de.jnkconsulting.e3dc.easyrscp.api.frame.tags.SRVTag
Returns the enum constant of this type with the specified name.
valueOf(java.lang.String) - function in de.jnkconsulting.e3dc.easyrscp.api.frame.tags.SYSTag
Returns the enum constant of this type with the specified name.
valueOf(java.lang.String) - function in de.jnkconsulting.e3dc.easyrscp.api.frame.tags.UMTag
Returns the enum constant of this type with the specified name.
valueOf(java.lang.String) - function in de.jnkconsulting.e3dc.easyrscp.api.frame.tags.WBTag
Returns the enum constant of this type with the specified name.
valueOf(java.lang.String) - function in de.jnkconsulting.e3dc.easyrscp.api.service.model.ResultCode
Returns the enum constant of this type with the specified name.
values() - function in de.jnkconsulting.e3dc.easyrscp.api.frame.DataType
Returns an array containing the constants of this enum type, in the order they're declared.
values() - function in de.jnkconsulting.e3dc.easyrscp.api.frame.EMSSysSpecName
Returns an array containing the constants of this enum type, in the order they're declared.
values() - function in de.jnkconsulting.e3dc.easyrscp.api.frame.ErrorCode
Returns an array containing the constants of this enum type, in the order they're declared.
values() - function in de.jnkconsulting.e3dc.easyrscp.api.frame.Namespace
Returns an array containing the constants of this enum type, in the order they're declared.
values() - function in de.jnkconsulting.e3dc.easyrscp.api.frame.tags.BatTag
Returns an array containing the constants of this enum type, in the order they're declared.
values() - function in de.jnkconsulting.e3dc.easyrscp.api.frame.tags.DBTag
Returns an array containing the constants of this enum type, in the order they're declared.
values() - function in de.jnkconsulting.e3dc.easyrscp.api.frame.tags.DCDCTag
Returns an array containing the constants of this enum type, in the order they're declared.
values() - function in de.jnkconsulting.e3dc.easyrscp.api.frame.tags.EMSTag
Returns an array containing the constants of this enum type, in the order they're declared.
values() - function in de.jnkconsulting.e3dc.easyrscp.api.frame.tags.EPTag
Returns an array containing the constants of this enum type, in the order they're declared.
values() - function in de.jnkconsulting.e3dc.easyrscp.api.frame.tags.FMSTag
Returns an array containing the constants of this enum type, in the order they're declared.
values() - function in de.jnkconsulting.e3dc.easyrscp.api.frame.tags.HATag
Returns an array containing the constants of this enum type, in the order they're declared.
values() - function in de.jnkconsulting.e3dc.easyrscp.api.frame.tags.InfoTag
Returns an array containing the constants of this enum type, in the order they're declared.
values() - function in de.jnkconsulting.e3dc.easyrscp.api.frame.tags.PMTag
Returns an array containing the constants of this enum type, in the order they're declared.
values() - function in de.jnkconsulting.e3dc.easyrscp.api.frame.tags.PVITag
Returns an array containing the constants of this enum type, in the order they're declared.
values() - function in de.jnkconsulting.e3dc.easyrscp.api.frame.tags.RSCPTag
Returns an array containing the constants of this enum type, in the order they're declared.
values() - function in de.jnkconsulting.e3dc.easyrscp.api.frame.tags.SRVTag
Returns an array containing the constants of this enum type, in the order they're declared.
values() - function in de.jnkconsulting.e3dc.easyrscp.api.frame.tags.SYSTag
Returns an array containing the constants of this enum type, in the order they're declared.
values() - function in de.jnkconsulting.e3dc.easyrscp.api.frame.tags.UMTag
Returns an array containing the constants of this enum type, in the order they're declared.
values() - function in de.jnkconsulting.e3dc.easyrscp.api.frame.tags.WBTag
Returns an array containing the constants of this enum type, in the order they're declared.
values() - function in de.jnkconsulting.e3dc.easyrscp.api.service.model.ResultCode
Returns an array containing the constants of this enum type, in the order they're declared.
VERSION - enum entry in de.jnkconsulting.e3dc.easyrscp.api.frame.tags.InfoTag

hex = "0x0A800006", type = DataType.STRING

You know what the tag means or want to improve the tag description? Create a Ticket.

Original E3DC Documentation:

en:

de:

VERSION - enum entry in de.jnkconsulting.e3dc.easyrscp.api.frame.tags.PVITag

hex = "0x028ABC02", type = DataType.CONTAINER

You know what the tag means or want to improve the tag description? Create a Ticket.

Original E3DC Documentation:

en:

de: TAG_PVI_VERSION_MAIN |& TAG_PVI_VERSION_PIC |& ?.

VERSION_MAIN - enum entry in de.jnkconsulting.e3dc.easyrscp.api.frame.tags.PVITag

hex = "0x020ABC03", type = DataType.STRING

You know what the tag means or want to improve the tag description? Create a Ticket.

Original E3DC Documentation:

en:

de:

VERSION_PIC - enum entry in de.jnkconsulting.e3dc.easyrscp.api.frame.tags.PVITag

hex = "0x020ABC04", type = DataType.STRING

You know what the tag means or want to improve the tag description? Create a Ticket.

Original E3DC Documentation:

en:

de:

VOLTAGE_L1 - enum entry in de.jnkconsulting.e3dc.easyrscp.api.frame.tags.PMTag

hex = "0x05800011", type = DataType.FLOAT32

You know what the tag means or want to improve the tag description? Create a Ticket.

Original E3DC Documentation:

en: Current voltage on L1 0 if not supported, use ACTIVE_PHASES to detect a broken phase

de: Aktuelle Spannung an L1 0, falls nicht unterstützt, ACTIVE_PHASES verwenden, um einen Phasenbruch zu erkennen

VOLTAGE_L2 - enum entry in de.jnkconsulting.e3dc.easyrscp.api.frame.tags.PMTag

hex = "0x05800012", type = DataType.FLOAT32

You know what the tag means or want to improve the tag description? Create a Ticket.

Original E3DC Documentation:

en: Current voltage on L2

de: Aktuelle Spannung an L2

VOLTAGE_L3 - enum entry in de.jnkconsulting.e3dc.easyrscp.api.frame.tags.PMTag

hex = "0x05800013", type = DataType.FLOAT32

You know what the tag means or want to improve the tag description? Create a Ticket.

Original E3DC Documentation:

en: Current voltage on L3

de: Aktuelle Spannung an L3

VOLTAGE_MONITORING - enum entry in de.jnkconsulting.e3dc.easyrscp.api.frame.tags.PVITag

hex = "0x02800070", type = DataType.CONTAINER

You know what the tag means or want to improve the tag description? Create a Ticket.

Original E3DC Documentation:

en:

de: TAG_PVI_VOLTAGE_MONITORING_THRESHOLD_TOP & TAG_PVI_VOLTAGE_MONITORING_THRESHOLD_BOTTOM & TAG_PVI_VOLTAGE_MONITORING_SLOPE_UP & TAG_PVI_VOLTAGE_MONITORING_SLOPE_DOWN

VOLTAGE_MONITORING_SLOPE_DOWN - enum entry in de.jnkconsulting.e3dc.easyrscp.api.frame.tags.PVITag

hex = "0x02000075", type = DataType.FLOAT32

You know what the tag means or want to improve the tag description? Create a Ticket.

Original E3DC Documentation:

en:

de:

VOLTAGE_MONITORING_SLOPE_UP - enum entry in de.jnkconsulting.e3dc.easyrscp.api.frame.tags.PVITag

hex = "0x02000074", type = DataType.FLOAT32

You know what the tag means or want to improve the tag description? Create a Ticket.

Original E3DC Documentation:

en:

de:

VOLTAGE_MONITORING_THRESHOLD_BOTTOM - enum entry in de.jnkconsulting.e3dc.easyrscp.api.frame.tags.PVITag

hex = "0x02000073", type = DataType.FLOAT32

You know what the tag means or want to improve the tag description? Create a Ticket.

Original E3DC Documentation:

en:

de:

VOLTAGE_MONITORING_THRESHOLD_TOP - enum entry in de.jnkconsulting.e3dc.easyrscp.api.frame.tags.PVITag

hex = "0x02000072", type = DataType.FLOAT32

You know what the tag means or want to improve the tag description? Create a Ticket.

Original E3DC Documentation:

en:

de:

A  B  C  D  E  F  G  H  I  L  M  N  O  P  R  S  T  U  V  W