|
NX Open C++ Reference Guide
|
Represents a Mechatronics::SignalConnectionBuilder
To create a new instance of this class, use Mechatronics::SignalConnectionCollection::CreateSignalConnectionBuilder
Created in NX8.5.0.
More...
Public Types | |
| enum | DataType { DataTypeUnknown, DataTypeInteger, DataTypeFloat, DataTypeBoolean, DataTypeString } |
| Represents the OPC signal data type. More... | |
Public Member Functions | |
| NXOpen::Mechatronics::SignalAdapter * | AdapterTag () |
| Returns the adapter object. | |
| NXOpen::Mechatronics::OPCClientBuilder::TagAccess | OPCSignalAccess () |
| Returns the OPC access previlege type. | |
| NXString | OPCSignalName () |
| Returns the OPC signal name. | |
| NXOpen::Mechatronics::SignalConnectionBuilder::DataType | OPCSignalType () |
| Returns the OPC signal type. | |
| NXString | ResultName () |
| Returns the mapping result name. | |
| void | SetAdapterTag (NXOpen::Mechatronics::SignalAdapter *adapterTag) |
| Sets the adapter object. | |
| void | SetOPCSignalAccess (NXOpen::Mechatronics::OPCClientBuilder::TagAccess oPCSignalAccess) |
| Sets the OPC access previlege type. | |
| void | SetOPCSignalName (const NXString &oPCsignalName) |
| Sets the OPC signal name. | |
| void | SetOPCSignalName (const char *oPCsignalName) |
| Sets the OPC signal name. | |
| void | SetOPCSignalType (NXOpen::Mechatronics::SignalConnectionBuilder::DataType oPCSignalType) |
| Sets the OPC signal type. | |
| void | SetResultName (const NXString &resultName) |
| Sets the mapping result name. | |
| void | SetResultName (const char *resultName) |
| Sets the mapping result name. | |
| void | SetSignalTag (NXOpen::NXObject *signalTag) |
| Sets the signal object. | |
| void | SetStreamIO (int streamIO) |
| Sets the mapping direction. | |
| NXOpen::NXObject * | SignalTag () |
| Returns the signal object. | |
| int | StreamIO () |
| Returns the mapping direction. | |
Public Member Functions inherited from NXOpen::Builder | |
| NXOpen::NXObject * | Commit () |
| Commits any edits that have been applied to the builder. | |
| void | Destroy () |
| Deletes the builder, and cleans up any objects created by the builder. | |
| std::vector< NXOpen::NXObject * > | GetCommittedObjects () |
| For builders that create more than one object, this method returns the objects that are created by commit. | |
| NXOpen::NXObject * | GetObject () |
| Returns the object currently being edited by this builder. | |
| void | ShowResults () |
| Updates the model to reflect the result of an edit to the model for all builders that support showing results. | |
| virtual bool | Validate () |
| Validate whether the inputs to the component are sufficient for commit to be called. | |
Public Member Functions inherited from NXOpen::TaggedObject | |
| tag_t | GetTag () const |
<b>Deprecated</b>:<br> Use Tag instead. | |
| tag_t | Tag () const |
| Returns the tag of this object. | |
Represents a Mechatronics::SignalConnectionBuilder
To create a new instance of this class, use Mechatronics::SignalConnectionCollection::CreateSignalConnectionBuilder
Created in NX8.5.0.
| NXOpen::Mechatronics::SignalAdapter* NXOpen::Mechatronics::SignalConnectionBuilder::AdapterTag | ( | ) |
Returns the adapter object.
Created in NX8.5.0.
License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")
| NXOpen::Mechatronics::OPCClientBuilder::TagAccess NXOpen::Mechatronics::SignalConnectionBuilder::OPCSignalAccess | ( | ) |
Returns the OPC access previlege type.
Created in NX8.5.0.
License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")
| NXString NXOpen::Mechatronics::SignalConnectionBuilder::OPCSignalName | ( | ) |
Returns the OPC signal name.
Created in NX8.5.0.
License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")
| NXOpen::Mechatronics::SignalConnectionBuilder::DataType NXOpen::Mechatronics::SignalConnectionBuilder::OPCSignalType | ( | ) |
Returns the OPC signal type.
Created in NX8.5.0.
License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")
| NXString NXOpen::Mechatronics::SignalConnectionBuilder::ResultName | ( | ) |
Returns the mapping result name.
Created in NX8.5.0.
License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")
| void NXOpen::Mechatronics::SignalConnectionBuilder::SetAdapterTag | ( | NXOpen::Mechatronics::SignalAdapter * | adapterTag | ) |
Sets the adapter object.
Created in NX8.5.0.
License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")
| adapterTag | adaptertag |
| void NXOpen::Mechatronics::SignalConnectionBuilder::SetOPCSignalAccess | ( | NXOpen::Mechatronics::OPCClientBuilder::TagAccess | oPCSignalAccess | ) |
Sets the OPC access previlege type.
Created in NX8.5.0.
License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")
| oPCSignalAccess | opcsignalaccess |
| void NXOpen::Mechatronics::SignalConnectionBuilder::SetOPCSignalName | ( | const NXString & | oPCsignalName | ) |
Sets the OPC signal name.
Created in NX8.5.0.
License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")
| oPCsignalName | opcsignalname |
| void NXOpen::Mechatronics::SignalConnectionBuilder::SetOPCSignalName | ( | const char * | oPCsignalName | ) |
Sets the OPC signal name.
Created in NX8.5.0.
License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")
| oPCsignalName | opcsignalname |
| void NXOpen::Mechatronics::SignalConnectionBuilder::SetOPCSignalType | ( | NXOpen::Mechatronics::SignalConnectionBuilder::DataType | oPCSignalType | ) |
Sets the OPC signal type.
Created in NX8.5.0.
License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")
| oPCSignalType | opcsignaltype |
| void NXOpen::Mechatronics::SignalConnectionBuilder::SetResultName | ( | const NXString & | resultName | ) |
Sets the mapping result name.
Created in NX8.5.0.
License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")
| resultName | resultname |
| void NXOpen::Mechatronics::SignalConnectionBuilder::SetResultName | ( | const char * | resultName | ) |
Sets the mapping result name.
Created in NX8.5.0.
License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")
| resultName | resultname |
| void NXOpen::Mechatronics::SignalConnectionBuilder::SetSignalTag | ( | NXOpen::NXObject * | signalTag | ) |
Sets the signal object.
Created in NX8.5.0.
License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")
| signalTag | signaltag |
| void NXOpen::Mechatronics::SignalConnectionBuilder::SetStreamIO | ( | int | streamIO | ) |
Sets the mapping direction.
Created in NX8.5.0.
License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")
| streamIO | streamio |
| NXOpen::NXObject* NXOpen::Mechatronics::SignalConnectionBuilder::SignalTag | ( | ) |
Returns the signal object.
Created in NX8.5.0.
License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")
| int NXOpen::Mechatronics::SignalConnectionBuilder::StreamIO | ( | ) |
Returns the mapping direction.
Created in NX8.5.0.
License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")