Search Results for

    Show / Hide Table of Contents

    Class PlcSimAdvClientBuilder

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Builder
    PlcSimAdvClientBuilder
    Implements
    IMessageSink
    IComponentBuilder
    Inherited Members
    Builder.Commit()
    Builder.Destroy()
    Builder.GetCommittedObjects()
    Builder.GetObject()
    Builder.ShowResults()
    Builder.Validate()
    Builder.PreviewBuilder
    TaggedObject.initialize()
    TaggedObject.ToString()
    TaggedObject.PrintTestData(string)
    TaggedObject.PrintTestData(string, int)
    TaggedObject.Tag
    NXRemotableObject.SyncProcessMessage(IMessage)
    NXRemotableObject.AsyncProcessMessage(IMessage, IMessageSink)
    NXRemotableObject.NextSink
    MarshalByRefObject.GetLifetimeService()
    MarshalByRefObject.InitializeLifetimeService()
    MarshalByRefObject.MemberwiseClone(bool)
    object.GetType()
    object.MemberwiseClone()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: NXOpen.Mechatronics
    Assembly: NXOpen.dll
    Syntax
    public class PlcSimAdvClientBuilder : Builder, IMessageSink, IComponentBuilder

    Constructors

    PlcSimAdvClientBuilder()

    Declaration
    protected PlcSimAdvClientBuilder()

    Properties

    SelectedConfigurationName

    Declaration
    public string SelectedConfigurationName { get; set; }
    Property Value
    Type Description
    string

    SelectedConfigurationPart

    Declaration
    public Part SelectedConfigurationPart { get; set; }
    Property Value
    Type Description
    Part

    Methods

    GetInstanceFlagOfResetPLCMemory(string, Part)

    Declaration
    public bool GetInstanceFlagOfResetPLCMemory(string instanceName, Part ownerPart)
    Parameters
    Type Name Description
    string instanceName
    Part ownerPart
    Returns
    Type Description
    bool

    GetInstanceInformationV2(string, Part, out TagInfoV2[], out int, out int)

    Declaration
    public void GetInstanceInformationV2(string instanceName, Part ownerPart, out PlcSimAdvClientBuilder.TagInfoV2[] tagInfos, out int cyclic, out int stepFactor)
    Parameters
    Type Name Description
    string instanceName
    Part ownerPart
    TagInfoV2[] tagInfos
    int cyclic
    int stepFactor

    GetInstanceNames(out Part[])

    Declaration
    public string[] GetInstanceNames(out Part[] ownerParts)
    Parameters
    Type Name Description
    Part[] ownerParts
    Returns
    Type Description
    string[]

    GetInstanceUpdateExtraOptions(string, Part, out bool, out bool, out string)

    Declaration
    public void GetInstanceUpdateExtraOptions(string instanceName, Part ownerPart, out bool bIsDataBlockFilterToggledON, out bool bIshwCNExportFileToggledON, out string hwCNExportFile)
    Parameters
    Type Name Description
    string instanceName
    Part ownerPart
    bool bIsDataBlockFilterToggledON
    bool bIshwCNExportFileToggledON
    string hwCNExportFile

    GetInstanceUpdateOptions(string, Part, out int, out bool, out string)

    Declaration
    public void GetInstanceUpdateOptions(string instanceName, Part ownerPart, out int tagListDetails, out bool isHMIVisibleOnly, out string dataBlockFilterList)
    Parameters
    Type Name Description
    string instanceName
    Part ownerPart
    int tagListDetails
    bool isHMIVisibleOnly
    string dataBlockFilterList

    GetTagAddress(string, Part, string, out int, out int)

    Declaration
    public int GetTagAddress(string instanceName, Part ownerPart, string tagName, out int byteOffset, out int bitOffset)
    Parameters
    Type Name Description
    string instanceName
    Part ownerPart
    string tagName
    int byteOffset
    int bitOffset
    Returns
    Type Description
    int

    GetTagComment(string, Part, string)

    Declaration
    public string GetTagComment(string instanceName, Part ownerPart, string tagName)
    Parameters
    Type Name Description
    string instanceName
    Part ownerPart
    string tagName
    Returns
    Type Description
    string

    RefreshRegisteredInstances()

    Declaration
    public void RefreshRegisteredInstances()

    SetInstanceFlagOfResetPLCMemory(string, Part, bool)

    Declaration
    public void SetInstanceFlagOfResetPLCMemory(string instanceName, Part ownerPart, bool bResetPLC)
    Parameters
    Type Name Description
    string instanceName
    Part ownerPart
    bool bResetPLC

    SetInstanceInformationV2(string, Part, TagInfoV2[], int, int)

    Declaration
    public void SetInstanceInformationV2(string instanceName, Part ownerPart, PlcSimAdvClientBuilder.TagInfoV2[] tagInfos, int cyclic, int stepFactor)
    Parameters
    Type Name Description
    string instanceName
    Part ownerPart
    TagInfoV2[] tagInfos
    int cyclic
    int stepFactor

    SetInstanceNames(Part[], string[])

    Declaration
    public void SetInstanceNames(Part[] ownerParts, string[] names)
    Parameters
    Type Name Description
    Part[] ownerParts
    string[] names

    SetInstanceUpdateExtraOptions(string, Part, bool, bool, string)

    Declaration
    public void SetInstanceUpdateExtraOptions(string instanceName, Part ownerPart, bool bIsDataBlockFilterToggledON, bool bIshwCNExportFileToggledON, string hwCNExportFile)
    Parameters
    Type Name Description
    string instanceName
    Part ownerPart
    bool bIsDataBlockFilterToggledON
    bool bIshwCNExportFileToggledON
    string hwCNExportFile

    SetInstanceUpdateOptions(string, Part, int, bool, string)

    Declaration
    public void SetInstanceUpdateOptions(string instanceName, Part ownerPart, int tagListDetails, bool isHMIVisibleOnly, string dataBlockFilterList)
    Parameters
    Type Name Description
    string instanceName
    Part ownerPart
    int tagListDetails
    bool isHMIVisibleOnly
    string dataBlockFilterList

    SetTagAddress(string, Part, string, int, int, int)

    Declaration
    public void SetTagAddress(string instanceName, Part ownerPart, string tagName, int byteOffset, int bitOffset, int source)
    Parameters
    Type Name Description
    string instanceName
    Part ownerPart
    string tagName
    int byteOffset
    int bitOffset
    int source

    SetTagComment(string, Part, string, string)

    Declaration
    public void SetTagComment(string instanceName, Part ownerPart, string tagName, string comment)
    Parameters
    Type Name Description
    string instanceName
    Part ownerPart
    string tagName
    string comment

    UpdateInstance(string, Part)

    Declaration
    public void UpdateInstance(string instanceName, Part ownerPart)
    Parameters
    Type Name Description
    string instanceName
    Part ownerPart

    Implements

    System.Runtime.Remoting.Messaging.IMessageSink
    IComponentBuilder
    In this article
    Back to top Generated by DocFX