NX Open C++ Reference Guide
Public Member Functions | List of all members
NXOpen::Mechatronics::ExternalSignalConfigurationBuilder Class Reference

Represents a NXOpen::Mechatronics::ExternalSignalConfigurationBuilder. More...

Inheritance diagram for NXOpen::Mechatronics::ExternalSignalConfigurationBuilder:
NXOpen::Builder NXOpen::TaggedObject NXOpen::GeometricUtilities::IComponentBuilder

Public Member Functions

NXOpen::Mechatronics::MATLABClientBuilderMatlabClient ()
 Returns. More...
 
NXOpen::Mechatronics::OPCClientBuilderOPCDAClient ()
 Returns. More...
 
NXOpen::Mechatronics::OPCUAClientBuilderOPCUAClient ()
 Returns. More...
 
NXOpen::Mechatronics::PlcSimAdvClientBuilderPlcSimAdvClient ()
 Returns. More...
 
NXOpen::Mechatronics::ProfinetClientBuilderProfinetClient ()
 Returns. More...
 
NXOpen::Mechatronics::SHMSignalClientBuilderShmClient ()
 Returns. More...
 
NXOpen::Mechatronics::TCPClientBuilderTcpClient ()
 Returns. More...
 
NXOpen::Mechatronics::UDPSignalClientBuilderUdpClient ()
 Returns. More...
 
- Public Member Functions inherited from NXOpen::Builder
NXOpen::NXObjectCommit ()
 Commits any edits that have been applied to the builder. More...
 
void Destroy ()
 Deletes the builder, and cleans up any objects created by the builder. More...
 
std::vector< NXOpen::NXObject * > GetCommittedObjects ()
 For builders that create more than one object, this method returns the objects that are created by commit. More...
 
NXOpen::NXObjectGetObject ()
 Returns the object currently being edited by this builder. More...
 
void ShowResults ()
 Updates the model to reflect the result of an edit to the model for all builders that support showing results. More...
 
virtual bool Validate ()
 Validate whether the inputs to the component are sufficient for commit to be called. More...
 
- Public Member Functions inherited from NXOpen::TaggedObject
tag_t Tag () const
 Returns the tag of this object. More...
 

Detailed Description

Represents a NXOpen::Mechatronics::ExternalSignalConfigurationBuilder.

It is used to maintain all client builders for external signals. Such as OPC DA, OPC UA, SHM, TCP/UDP, PLCSIMAdv, etc.


To create a new instance of this class, use NXOpen::Mechatronics::ExternalSignalConfigurationCollection::CreateExternalSignalConfigurationBuilder

Created in NX12.0.0.

Member Function Documentation

NXOpen::Mechatronics::MATLABClientBuilder* NXOpen::Mechatronics::ExternalSignalConfigurationBuilder::MatlabClient ( )

Returns.

the Matlab builder that holds the configuration for Matlab clients.


Created in NX12.0.0.

License requirements : None

NXOpen::Mechatronics::OPCClientBuilder* NXOpen::Mechatronics::ExternalSignalConfigurationBuilder::OPCDAClient ( )

Returns.

the OPC DA builder that holds the configuration for OPC DA clients.


Created in NX12.0.0.

License requirements : None

NXOpen::Mechatronics::OPCUAClientBuilder* NXOpen::Mechatronics::ExternalSignalConfigurationBuilder::OPCUAClient ( )

Returns.

the OPC UA builder that holds the configuration for OPC UA clients.


Created in NX12.0.0.

License requirements : None

NXOpen::Mechatronics::PlcSimAdvClientBuilder* NXOpen::Mechatronics::ExternalSignalConfigurationBuilder::PlcSimAdvClient ( )

Returns.

the PLCSIMAdv builder that holds the configuration for PLCSIMAdv clients.


Created in NX12.0.0.

License requirements : None

NXOpen::Mechatronics::ProfinetClientBuilder* NXOpen::Mechatronics::ExternalSignalConfigurationBuilder::ProfinetClient ( )

Returns.

the Profinet builder that holds the configuration for Profinet clients.


Created in NX12.0.0.

License requirements : None

NXOpen::Mechatronics::SHMSignalClientBuilder* NXOpen::Mechatronics::ExternalSignalConfigurationBuilder::ShmClient ( )

Returns.

the SHM builder that holds the configuration for SHM clients.


Created in NX12.0.0.

License requirements : None

NXOpen::Mechatronics::TCPClientBuilder* NXOpen::Mechatronics::ExternalSignalConfigurationBuilder::TcpClient ( )

Returns.

the TCP builder that holds the configuration for TCP clients.


Created in NX12.0.0.

License requirements : None

NXOpen::Mechatronics::UDPSignalClientBuilder* NXOpen::Mechatronics::ExternalSignalConfigurationBuilder::UdpClient ( )

Returns.

the UDP builder that holds the configuration for UDP clients.


Created in NX12.0.0.

License requirements : None


The documentation for this class was generated from the following file:
Copyright 2017 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.