IValueSymbol Interface
Interface for a ISymbol that supports values.
Namespace: TwinCAT.TypeSystem
Assembly: TwinCAT.Ads.Abstractions (in
TwinCAT.Ads.Abstractions.dll) Version:
7.0.0+e56d35ccc4675faac24789a4aab60071fc61d470
Syntax
C#
public interface IValueSymbol : IValueRawSymbol,
IHierarchicalSymbol, ISymbol, IAttributedInstance, IInstance, IBitSizeThe IValueSymbol type exposes the following members.
Properties
|
|
Name |
Description |
|---|---|---|
|
|
Gets the access rights. | |
|
|
Gets the Type Attributes. | |
|
|
Gets the size of the IDataType in
bits. | |
|
|
Gets the (aligned) size of of the Type/Instance in Bytes | |
|
|
Gets the Symbol/Datatype Category | |
|
|
Gets the comment of the IInstance | |
|
|
Gets the connection that produces values for this IValueSymbol | |
|
|
Gets the IDataType of the
IInstance. | |
|
|
Gets a value indicating whether this IValueSymbol has a value. | |
|
|
Gets the name of the instance (without periods (.) | |
|
|
Gets the relative / absolute access path to the instance (with
periods (.)) | |
|
|
Gets a value indicating whether this instance is not basing on
a full DataType but instead of some sort of bit mapping | |
|
|
Indicates that the Size of the Object is Byte aligned (BitSize
% 8 == 0) | |
|
|
Gets a value indicating whether this Symbol is acontainer
type. | |
|
|
Gets a value indicating whether this ISymbol is
persistent. | |
|
|
Indicates that the IInstance represents
a Pointer type (Pointer TO) | |
|
|
Gets a value indicating whether this instance is a primitive
type. | |
|
|
Gets a value indicating whether IInstance is a
property. | |
|
|
Indicates that this instance is read only. | |
|
|
Gets a value indicating whether this instance is
recursive. | |
|
|
Indicates that the IInstance represents
a Reference type (REFERENCE TO) | |
|
|
Gets a value indicating whether this IInstance is
static. | |
|
|
Gets or sets the notification settings. | |
|
|
Gets the parent Symbol | |
|
|
Gets the size of the object in bytes or Bits dependant on
IsBitType | |
|
| ||
|
|
Gets the name of the DataType that is
used for this IInstance. | |
|
|
Gets the value accessor. | |
|
|
Gets the value encoding. |
Methods
|
|
Name |
Description |
|---|---|---|
|
|
Reads the raw value of the IValueSymbol (Ads Read / Write) | |
|
|
Reads the raw value of the IValueSymbol (Ads Read / Write) | |
|
|
Reads the raw value of the IValueSymbol (Ads Read / Write)
asynchronously. | |
|
|
Reads the Value of the IValueSymbol | |
|
|
Reads the Value of the IValueSymbol | |
|
|
Reads the Value of the IValueSymbol asynchronously. | |
|
|
Sets the parent of the Symbol | |
|
|
Reads the Value of the IValueSymbol | |
|
|
Writes the Value of the IValueSymbol | |
|
|
Writes the raw value of the IValueSymbol (Ads Read / Write) | |
|
|
Writes the raw value of the IValueSymbol (Ads Read / Write) | |
|
|
Writes the raw value of the IValueSymbol (Ads Read / Write) | |
|
|
Writes the Value of the IValueSymbol | |
|
|
Writes the Value of the IValueSymbol | |
|
|
Writes the Value of the IValueSymbol |
Events
|
|
Name |
Description |
|---|---|---|
|
|
Occurs when the RawValue of the IValueSymbol has changed. | |
|
|
Occurs when the value of the IValueSymbol has changed. |
Extension Methods
|
|
Name |
Description |
|---|---|---|
|
|
Indicates, that the Instance value includes process memory
data, that cannot be read in one memory block. | |
|
|
Indicates, that the field is static or is not part of the
parents processimage memory location | |
|
|
Poll symbol values on trigger signals. | |
|
|
Polls the symbol as value sequence of object values with a
specified period time. | |
|
|
Polls symbol values on trigger signals. | |
|
|
Polls the symbol as value sequence of object values with a
specified period time. | |
|
|
Poll symbol values as a value sequence on trigger signals
(typed) | |
|
|
Polls the symbol as value sequence of object values with a
specified period time (typed) | |
|
|
Poll symbol values on trigger signals (typed) | |
|
|
Poll symbol values on trigger signals (typed) | |
|
|
Polls the symbol as value sequence of object values with a
specified period time (typed) | |
|
|
Poll symbol values as a sequence of annotated results (Value +
ErrorCode) | |
|
|
Poll symbol values with communication return codes. | |
|
|
Gets the Unwrapped Symbol | |
|
|
Gets an observable sequence when the value of the IValueSymbol has changed. | |
|
|
Subscribes the IValueSymbol to an
observable sequence of values and writes them to the IValueSymbol. | |
|
|
Subscribes the IValueSymbol to an
observable sequence of values and writes them to the IValueSymbol. | |
|
|
Subscribes the IValueSymbol to an
observable sequence of values and writes them to the IValueSymbol. | |
|
|
Subscribes the IValueSymbol to an
observable sequence of values and writes them to the IValueSymbol. |
- IValueSymbol.AccessRights Property
- IAttributedInstance.Attributes Property
- IBitSize.BitSize Property
- IBitSize.ByteSize Property
- ISymbol.Category Property
- IInstance.Comment Property
- IValueSymbol.Connection Property
- IInstance.DataType Property
- IValueRawSymbol.HasValue Property
- IInstance.InstanceName Property
- IInstance.InstancePath Property
- IBitSize.IsBitType Property
- IBitSize.IsByteAligned Property
- ISymbol.IsContainerType Property
- ISymbol.IsPersistent Property
- IInstance.IsPointer Property
- ISymbol.IsPrimitiveType Property
- ISymbol.IsReadOnly Property
- ISymbol.IsRecursive Property
- IInstance.IsReference Property
- IInstance.IsStatic Property
- IValueSymbol.NotificationSettings Property
- ISymbol.Parent Property
- IBitSize.Size Property
- ISymbol.SubSymbols Property
- IInstance.TypeName Property
- IValueRawSymbol.ValueAccessor Property
- IAttributedInstance.ValueEncoding Property
- IValueRawSymbol.ReadRawValue Method
- IValueRawSymbol.ReadRawValue Method (Int32)
- IValueRawSymbol.ReadRawValueAsync Method
- IValueSymbol.ReadValue Method
- IValueSymbol.ReadValue Method (Int32)
- IValueSymbol.ReadValueAsync Method
- IHierarchicalSymbol.SetParent Method
- IValueSymbol.TryReadValue Method
- IValueSymbol.TryWriteValue Method
- IValueRawSymbol.WriteRawValue Method (.Byte.)
- IValueRawSymbol.WriteRawValue Method (.Byte., Int32)
- IValueRawSymbol.WriteRawValueAsync Method
- IValueSymbol.WriteValue Method (Object)
- IValueSymbol.WriteValue Method (Object, Int32)
- IValueSymbol.WriteValueAsync Method
- IValueRawSymbol.RawValueChanged Event
- IValueSymbol.ValueChanged Event