All Frameworks  Object Hierarchy  This Framework  Previous  Next  Indexes  

RobControllerFactory (Object)

IUnknown
  |
  +---IDispatch
    |
    +---CATBaseUnknown
      |
      +---CATBaseDispatch
        |
        +---AnyObject
          |
          +---RobControllerFactory
 


Interface to manipulate Robot Controller.
Role: This interface provides methods to operate attributes related to robot controller, especially profiles.

Method Index

CreateGenericAccuracyProfile
Creates a Generic Accuracy Profile.
CreateGenericMotionProfile
Creates a Generic Motion Profile.
CreateGenericObjFrameProfile
Creates a Generic Object-Frame Profile.
CreateGenericToolProfile
Creates a Generic Tool Profile.

Methods


o Sub CreateGenericAccuracyProfile(DNBIAGenericAccuracyProfile oAccuracyProfile)
Creates a Generic Accuracy Profile.
Parameters:
oAccuracyProfile
Created Accuracy Profile.
Returns:
an HRESULT value.
Legal values:
  • S_OK if the operation succeeds
  • E_FAIL otherwise
  • .
o Sub CreateGenericMotionProfile(DNBIAGenericMotionProfile oMotionProfile)
Creates a Generic Motion Profile.
Parameters:
oMotionProfile
Created Motion Profile.
Returns:
an HRESULT value.
Legal values:
  • S_OK if the operation succeeds
  • E_FAIL otherwise
  • .
o Sub CreateGenericObjFrameProfile(DNBIAGenericObjFrameProfile oObjFrameProfile)
Creates a Generic Object-Frame Profile.
Parameters:
oObjFrameProfile
Created ObjFrame Profile.
Returns:
an HRESULT value.
Legal values:
  • S_OK if the operation succeeds
  • E_FAIL otherwise
  • .
o Sub CreateGenericToolProfile(DNBIAGenericToolProfile oToolProfile)
Creates a Generic Tool Profile.
Parameters:
oToolProfile
Created Tool Profile.
Returns:
an HRESULT value.
Legal values:
  • S_OK if the operation succeeds
  • E_FAIL otherwise
  • .

Copyright © 2003, Dassault Systèmes. All rights reserved.