NX Open C++ Reference Guide
|
Represents a Mechatronics::OPCClientBuilder
To create a new instance of this class, use Mechatronics::PhysicsManager::CreateOpcclientBuilder
Created in NX8.0.0.
More...
Public Types | |
enum | ServerOption { ServerOptionLocal, ServerOptionRemote, ServerOptionInProc } |
the server option. More... | |
enum | TagDataType { TagDataTypeUnknown, TagDataTypeInteger, TagDataTypeFloat, TagDataTypeBoolean } |
the data type of OPC tag. More... | |
Public Member Functions | |
void | AddTags () |
Add item to the list. | |
void | DeleteTags () |
Delete item from the list. | |
void | GetAvailableItems (std::vector< NXString > &tagName, std::vector< NXOpen::Mechatronics::OPCClientBuilder::TagDataType > &tagType) |
Get the available OPC tags. | |
NXString | HostName () |
Returns the host name. | |
NXString | OpcFileBrowser () |
Returns the opc file browser. | |
NXString | ServerProgID () |
Returns the server prog ID. | |
NXOpen::Mechatronics::OPCClientBuilder::ServerOption | ServerType () |
Returns the server type. | |
void | SetAvailableItems (const std::vector< NXString > &tagName, const std::vector< NXOpen::Mechatronics::OPCClientBuilder::TagDataType > &tagType) |
Set the available OPC tags. | |
void | SetHostName (const NXString &hostName) |
Sets the host name. | |
void | SetOpcFileBrowser (const NXString &filename) |
Sets the opc file browser. | |
void | SetServerProgID (const NXString &serverProgID) |
Sets the server prog ID. | |
void | SetServerType (NXOpen::Mechatronics::OPCClientBuilder::ServerOption serverType) |
Sets the server type. | |
NXOpen::Expression * | UpdateTime () |
Returns the update time. |
Represents a Mechatronics::OPCClientBuilder
To create a new instance of this class, use Mechatronics::PhysicsManager::CreateOpcclientBuilder
Created in NX8.0.0.
Add item to the list.
Created in NX8.0.0.
License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")
Delete item from the list.
Created in NX8.0.0.
License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")
void NXOpen::Mechatronics::OPCClientBuilder::GetAvailableItems | ( | std::vector< NXString > & | tagName, |
std::vector< NXOpen::Mechatronics::OPCClientBuilder::TagDataType > & | tagType | ||
) |
Get the available OPC tags.
Created in NX8.0.0.
License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")
tagName | tagname |
tagType | tagtype |
Returns the host name.
Created in NX8.0.0.
License requirements : None
Returns the opc file browser.
Created in NX8.0.0.
License requirements : None
Returns the server prog ID.
Created in NX8.0.0.
License requirements : None
NXOpen::Mechatronics::OPCClientBuilder::ServerOption NXOpen::Mechatronics::OPCClientBuilder::ServerType | ( | ) |
Returns the server type.
Created in NX8.0.0.
License requirements : None
void NXOpen::Mechatronics::OPCClientBuilder::SetAvailableItems | ( | const std::vector< NXString > & | tagName, |
const std::vector< NXOpen::Mechatronics::OPCClientBuilder::TagDataType > & | tagType | ||
) |
Set the available OPC tags.
Created in NX8.0.0.
License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")
tagName | tagname |
tagType | tagtype |
void NXOpen::Mechatronics::OPCClientBuilder::SetHostName | ( | const NXString & | hostName | ) |
Sets the host name.
Created in NX8.0.0.
License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")
hostName | hostname |
void NXOpen::Mechatronics::OPCClientBuilder::SetOpcFileBrowser | ( | const NXString & | filename | ) |
Sets the opc file browser.
Created in NX8.0.0.
License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")
filename | filename |
void NXOpen::Mechatronics::OPCClientBuilder::SetServerProgID | ( | const NXString & | serverProgID | ) |
Sets the server prog ID.
Created in NX8.0.0.
License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")
serverProgID | serverprogid |
void NXOpen::Mechatronics::OPCClientBuilder::SetServerType | ( | NXOpen::Mechatronics::OPCClientBuilder::ServerOption | serverType | ) |
Sets the server type.
Created in NX8.0.0.
License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")
serverType | servertype |
Returns the update time.
Created in NX8.0.0.
License requirements : None