AX#

Search Results for

    Show / Hide Table of Contents

    Class OnlinerLReal

    Class providing access to the LREAL type online variable.

    Inheritance
    object
    OnlinerBase
    OnlinerBase<double>
    OnlinerLReal
    WebApiLReal
    Implements
    ITwinPrimitive
    ITwinElement
    INotifyPropertyChanged
    IValueBoundaries<double>
    IOnlineLReal
    IOnline<double>
    IShadowLReal
    IShadow<double>
    Inherited Members
    OnlinerBase<double>.validator
    OnlinerBase<double>.EditValueChange
    OnlinerBase<double>.ShadowValueChange
    OnlinerBase<double>.Validator
    OnlinerBase<double>.SetLastValue
    OnlinerBase<double>.CyclicToWrite
    OnlinerBase<double>.Cyclic
    OnlinerBase<double>.GetCyclic(CultureInfo)
    OnlinerBase<double>.Edit
    OnlinerBase<double>.Shadow
    OnlinerBase<double>.Raw
    OnlinerBase<double>.AttributeUnits
    OnlinerBase<double>.AttributeToolTip
    OnlinerBase<double>.GetAttributeToolTip(CultureInfo)
    OnlinerBase<double>.VariableInfo
    OnlinerBase<double>.ReadFromPlcIsRequested
    OnlinerBase<double>.AttributeMaximum
    OnlinerBase<double>.AttributeMinimum
    OnlinerBase<double>.LastValue
    OnlinerBase<double>.IsSubscribed
    OnlinerBase<double>.UpdateRead(double)
    OnlinerBase<double>.GetLastAvailableValue()
    OnlinerBase<double>.InitializeDefaults()
    OnlinerBase<double>.GetAsync()
    OnlinerBase<double>.GetAsync(CultureInfo)
    OnlinerBase<double>.SetAsync(double)
    OnlinerBase<double>.ShadowValueChangeEvent
    OnlinerBase<double>.HasWriteAccess()
    OnlinerBase<double>.ReadFromItem()
    OnlinerBase<double>.WriteItem()
    OnlinerBase<double>.GetDeclaringAssembly()
    OnlinerBase<double>.FromOnlineToShadow()
    OnlinerBase<double>.FromShadowToOnline()
    OnlinerBase.PollingInterval
    OnlinerBase.AttributeFormatString
    OnlinerBase.SymbolTail
    OnlinerBase.Parent
    OnlinerBase.SubscribeForPeriodicReading()
    OnlinerBase.ReadWriteAccess
    OnlinerBase.MakeReadOnly()
    OnlinerBase.ReadOnce
    OnlinerBase.MakeReadOnce()
    OnlinerBase.GetSymbolTail()
    OnlinerBase.GetParent()
    OnlinerBase.Poll()
    OnlinerBase.Interpreter
    OnlinerBase.Subscribe(ValueChangedEventHandlerDelegate)
    OnlinerBase.Subscribe()
    OnlinerBase.UnSubscribe(ValueChangedEventHandlerDelegate)
    OnlinerBase.AccessStatus
    OnlinerBase.Symbol
    OnlinerBase.AttributeName
    OnlinerBase.GetAttributeName(CultureInfo)
    OnlinerBase.HumanReadable
    OnlinerBase.GetHumanReadable(CultureInfo)
    OnlinerBase.CreateSymbol(string, string)
    OnlinerBase.ValueChangeEvent
    OnlinerBase.GetValueChangeEventSubscribers()
    OnlinerBase.OnValueChangeEvent(object)
    OnlinerBase.PropertyChanged
    OnlinerBase.NotifyPropertyChanged(string)
    OnlinerBase.AddToPeriodicQueue()
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: AXSharp.Connector.ValueTypes
    Assembly: AXSharp.Connector.dll
    Syntax
    public class OnlinerLReal : OnlinerBase<double>, ITwinPrimitive, ITwinElement, INotifyPropertyChanged, IValueBoundaries<double>, IOnlineLReal, IOnline<double>, IShadowLReal, IShadow<double>

    Constructors

    | Edit this page View Source

    OnlinerLReal()

    Initializes a new instance of the OnlinerLReal class.

    Declaration
    public OnlinerLReal()
    | Edit this page View Source

    OnlinerLReal(ITwinObject, string, string)

    Initializes a new instance of the OnlinerLReal class.

    Declaration
    public OnlinerLReal(ITwinObject parent, string readableTail, string symbolTail)
    Parameters
    Type Name Description
    ITwinObject parent

    Parent object of this instance.

    string readableTail

    Human readable tail of this instance.

    string symbolTail

    Symbol tail of this instance.

    Properties

    | Edit this page View Source

    InstanceMaxValue

    Gets the max value for this instance.

    Declaration
    public override double InstanceMaxValue { get; }
    Property Value
    Type Description
    double
    Overrides
    OnlinerBase<double>.InstanceMaxValue
    | Edit this page View Source

    InstanceMinValue

    Gets the min value for this instance.

    Declaration
    public override double InstanceMinValue { get; }
    Property Value
    Type Description
    double
    Overrides
    OnlinerBase<double>.InstanceMinValue
    | Edit this page View Source

    MaxValue

    Gets the max value of OnlinerLReal.

    Declaration
    public static double MaxValue { get; }
    Property Value
    Type Description
    double
    | Edit this page View Source

    MinValue

    Gets the min value of OnlinerLReal.

    Declaration
    public static double MinValue { get; }
    Property Value
    Type Description
    double

    Implements

    ITwinPrimitive
    ITwinElement
    INotifyPropertyChanged
    IValueBoundaries<T>
    IOnlineLReal
    IOnline<T>
    IShadowLReal
    IShadow<T>

    Extension Methods

    TranslatorExtension.Translate(ITwinElement, string, CultureInfo)
    TwinObjectExtensions.HasAttribute<T>(ITwinElement)
    TwinObjectExtensions.StartPolling(ITwinElement, int, object)
    TwinObjectExtensions.StopPolling(ITwinElement, object)
    TwinPrimitiveExtensions.GetAttribute<T>(ITwinElement)
    TwinPrimitiveExtensions.GetPropertyInfoViaSymbol(ITwinElement)
    TwinPrimitiveExtensions.GetCyclicValue<T>(OnlinerBase)
    TwinPrimitiveExtensions.GetLastValue<T>(OnlinerBase)
    TwinPrimitiveExtensions.GetShadowValue<T>(OnlinerBase)
    TwinPrimitiveExtensions.SetCyclicValue<T>(OnlinerBase, T)
    TwinPrimitiveExtensions.SetShadowValue<T>(OnlinerBase, T)
    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors