Search Results for

    Show / Hide Table of Contents

    Class MainComputerServiceInfo

    Contains service information about the main computer of Controller. Not used for Virtual Controller.

    Inheritance
    object
    ReadOnlyObject
    ServiceInfo
    MainComputerServiceInfo
    Implements
    IDeserializationCallback
    Inherited Members
    ReadOnlyObject.DemandWriteAccess()
    ReadOnlyObject.IsReadOnly
    Namespace: ABB.Robotics.Controllers
    Assembly: ABB.Robotics.Controllers.PC.dll
    Syntax
    public class MainComputerServiceInfo : ServiceInfo, IDeserializationCallback

    Constructors

    View Source

    MainComputerServiceInfo()

    Initializes a new computer service info object.

    Declaration
    public MainComputerServiceInfo()

    Properties

    View Source

    BoardType

    Gets/Sets the board type.

    Declaration
    public string BoardType { get; set; }
    Property Value
    Type Description
    string
    View Source

    CpuInfo

    Gets/Sets the Cpu info.

    Declaration
    public string CpuInfo { get; set; }
    Property Value
    Type Description
    string
    View Source

    Empty

    Gets the single empty instance.

    Declaration
    public static MainComputerServiceInfo Empty { get; }
    Property Value
    Type Description
    MainComputerServiceInfo
    View Source

    RamSize

    Gets/Sets the size of RAM in Mega Bytes.

    Declaration
    public int RamSize { get; set; }
    Property Value
    Type Description
    int
    View Source

    Temperature

    Gets/Sets the temperature.

    Declaration
    public float Temperature { get; set; }
    Property Value
    Type Description
    float

    Implements

    IDeserializationCallback
    • View Source
    In this article
    Back to top Copyright © 2026 ABB Robotics