All Frameworks  Object Hierarchy  This Framework  Indexes  

IgpOlpSettingAtt (Object)

IUnknown
  |
  +---IDispatch
    |
    +---CATBaseUnknown
      |
      +---CATBaseDispatch
        |
        +---AnyObject
          |
          +---SettingController
            |
            +---IgpOlpSettingAtt
 


Represents the Offline Programming setting controller object.
Role: The Offline Programming setting controller object deals with the setting attributes displayed in the IGRIP/Offline Programming property page. To access this property page:

The Offline Programming setting controller object can be retrieved as an item of the setting controller collection using its name "DNBIgpOlpAutoSettingCtrl" as follows:

 Dim settingControllers1 As SettingControllers
 Set settingControllers1 = CATIA.SettingControllers
 Dim DNBIAIgpOlpSettingAtt1 As SettingController
 Set DNBIAIgpOlpSettingAtt1 = settingControllers1.Item("DNBIgpOlpAutoSettingCtrl")
 

Property Index

Downloader
Returns or sets value of OLP Translator parameter.
DownloaderDir
Returns or sets value of OLP Translator Directory parameter.
ExistingTaskTreatment
Returns or sets value of OLP Existing Task Treatment On Upload parameter.
JavaClassPath
Returns or sets value of OLP Java Class Path parameter.
JavaExe
Returns or sets value of OLP Java Executable parameter.
NRLDir
Returns or sets value of NRL configuration file directory parameter.
NRLTeachDialogDisplayMode
Returns or sets value of OLPNRLTeachDialogDisplay parameter.
RobotProgramDir
Returns or sets value of OLP Directory parameter.
Uploader
Returns or sets value of OLP Parser parameter.
UploaderDir
Returns or sets value of OLP Parser Directory parameter.
XMLDir
Returns or sets value of OLP XML Directory parameter.
XMLSchema
Returns or sets value of OLP XML Schema parameter.

Method Index

GetDownloaderDirInfo
Retrieves information about the OLP Translator Directory setting parameter.
GetDownloaderInfo
Retrieves information about the OLP Translator setting parameter.
GetExistingTaskTreatmentInfo
Retrieves information about the OLP Existing Task Treatment On Upload setting parameter.
GetJavaClassPathInfo
Retrieves information about the OLP Java Class Path setting parameter.
GetJavaExeInfo
Retrieves information about the OLP Java Executable setting parameter.
GetNRLDirInfo
Retrieves information about the NRL configuration file directory setting parameter.
GetNRLTeachDialogDisplayModeInfo
Retrieves information about the OLPNRLTeachDialogDisplay setting parameter.
GetRobotProgramDirInfo
Retrieves information about the OLP Directory setting parameter.
GetUploaderDirInfo
Retrieves information about the OLP Parser Directory setting parameter.
GetUploaderInfo
Retrieves information about the OLP Parser setting parameter.
GetXMLDirInfo
Retrieves information about the OLP XML Directory setting parameter.
GetXMLSchemaInfo
Retrieves information about the OLP XML Schema setting parameter.
SetDownloaderDirLock
Locks or unlocks the OLP Translator Directory setting parameter.
SetDownloaderLock
Locks or unlocks the OLP Translator setting parameter.
SetExistingTaskTreatmentLock
Locks or unlocks the OLP Existing Task Treatment On Upload parameter.
SetJavaClassPathLock
Locks or unlocks the OLP Java Class Path parameter.
SetJavaExeLock
Locks or unlocks the OLP Java Executable parameter.
SetNRLDirLock
Locks or unlocks the NRL configuration file directory setting parameter.
SetNRLTeachDialogDisplayModeLock
Locks or unlocks the OLPNRLTeachDialogDisplay parameter.
SetRobotProgramDirLock
Locks or unlocks the OLP Directory setting parameter.
SetUploaderDirLock
Locks or unlocks the OLP Parser Directory setting parameter.
SetUploaderLock
Locks or unlocks the OLP Parser setting parameter.
SetXMLDirLock
Locks or unlocks the OLP XML Directory setting parameter.
SetXMLSchemaLock
Locks or unlocks the OLP XML Schema setting parameter.

Properties


o Property Downloader() As CATBSTR
Returns or sets value of OLP Translator parameter.
Role: The OLP Translator setting parameter stores the name of currently selected downloader, also known as the XSLT translator.
o Property DownloaderDir() As CATBSTR
Returns or sets value of OLP Translator Directory parameter.
Role: The OLP Translator Directory setting parameter stores the full file path to directory where OLP downloaders, also known as XSLT translators, are stored.
o Property ExistingTaskTreatment() As long
Returns or sets value of OLP Existing Task Treatment On Upload parameter.
Role: The OLP Existing Task Treatment On Upload setting parameter determines how will the existing robot tasks with identical names as the tasks to be uploaded be treated during upload.
Legal values:
2 Delete existing robot tasks and all the referenced tags
1 Delete existing robot tasks only
0 Do not delete existing robot tasks
o Property JavaClassPath() As CATBSTR
Returns or sets value of OLP Java Class Path parameter.
Role: The OLP Java Class Path setting parameter stores the full file path to Java JAR files required to proper functioning of OLP download.
o Property JavaExe() As CATBSTR
Returns or sets value of OLP Java Executable parameter.
Role: The OLP Java Executable setting parameter stores the full file path to java.exe file of Java JRE 1_4_1, or later.
o Property NRLDir() As CATBSTR
Returns or sets value of NRL configuration file directory parameter.
Role: The NRL configuration file directory parameter stores the full file path to directory where NRL configuration files are stored.
o Property NRLTeachDialogDisplayMode() As long
Returns or sets value of OLPNRLTeachDialogDisplay parameter.
Role: The OLPNRLTeachDialogDisplay setting parameter determines whether NRL Teach dialog will be displayed while creating and/or V5 editing of RobotMotion activities.
Legal values:
1 NRL Teach dialog will be hidden
0 NRL Teach dialog will remain displayed
o Property RobotProgramDir() As CATBSTR
Returns or sets value of OLP Directory parameter.
Role: The OLP Directory setting parameter stores the full file path to directory where native robot language programs on upload should be stored.
o Property Uploader() As CATBSTR
Returns or sets value of OLP Parser parameter.
Role: The OLP Parser setting parameter stores the name of currently selected uploader, also known as the Java Parser.
o Property UploaderDir() As CATBSTR
Returns or sets value of OLP Parser Directory parameter.
Role: The OLP Parser Directory setting parameter stores the full file path to directory where OLP uploaders, also known as Java Parsers, are stored.
o Property XMLDir() As CATBSTR
Returns or sets value of OLP XML Directory parameter.
Role: The OLP XML Directory setting parameter stores the full file path to directory where XML file created during download, named simResult.xml, is stored.
o Property XMLSchema() As CATBSTR
Returns or sets value of OLP XML Schema parameter.
Role: The OLP XML Schema setting parameter stores the full file path to an W3C XML Schema file, used for XML file validation on upload, is stored.

Methods


o Func GetDownloaderDirInfo(CATBSTR ioAdminLevel,
CATBSTR ioLocked) As boolean
Retrieves information about the OLP Translator Directory setting parameter.
Refer to
SettingController for a detailed description.
o Func GetDownloaderInfo(CATBSTR ioAdminLevel,
CATBSTR ioLocked) As boolean
Retrieves information about the OLP Translator setting parameter.
Refer to
SettingController for a detailed description.
o Func GetExistingTaskTreatmentInfo(CATBSTR ioAdminLevel,
CATBSTR ioLocked) As boolean
Retrieves information about the OLP Existing Task Treatment On Upload setting parameter.
Refer to
SettingController for a detailed description.
o Func GetJavaClassPathInfo(CATBSTR ioAdminLevel,
CATBSTR ioLocked) As boolean
Retrieves information about the OLP Java Class Path setting parameter.
Refer to
SettingController for a detailed description.
o Func GetJavaExeInfo(CATBSTR ioAdminLevel,
CATBSTR ioLocked) As boolean
Retrieves information about the OLP Java Executable setting parameter.
Refer to
SettingController for a detailed description.
o Func GetNRLDirInfo(CATBSTR ioAdminLevel,
CATBSTR ioLocked) As boolean
Retrieves information about the NRL configuration file directory setting parameter.
Refer to
SettingController for a detailed description.
o Func GetNRLTeachDialogDisplayModeInfo(CATBSTR ioAdminLevel,
CATBSTR ioLocked) As boolean
Retrieves information about the OLPNRLTeachDialogDisplay setting parameter.
Refer to
SettingController for a detailed description.
o Func GetRobotProgramDirInfo(CATBSTR ioAdminLevel,
CATBSTR ioLocked) As boolean
Retrieves information about the OLP Directory setting parameter.
Refer to
SettingController for a detailed description.
o Func GetUploaderDirInfo(CATBSTR ioAdminLevel,
CATBSTR ioLocked) As boolean
Retrieves information about the OLP Parser Directory setting parameter.
Refer to
SettingController for a detailed description.
o Func GetUploaderInfo(CATBSTR ioAdminLevel,
CATBSTR ioLocked) As boolean
Retrieves information about the OLP Parser setting parameter.
Refer to
SettingController for a detailed description.
o Func GetXMLDirInfo(CATBSTR ioAdminLevel,
CATBSTR ioLocked) As boolean
Retrieves information about the OLP XML Directory setting parameter.
Refer to
SettingController for a detailed description.
o Func GetXMLSchemaInfo(CATBSTR ioAdminLevel,
CATBSTR ioLocked) As boolean
Retrieves information about the OLP XML Schema setting parameter.
Refer to
SettingController for a detailed description.
o Sub SetDownloaderDirLock(boolean iLocked)
Locks or unlocks the OLP Translator Directory setting parameter.
Refer to
SettingController for a detailed description.
o Sub SetDownloaderLock(boolean iLocked)
Locks or unlocks the OLP Translator setting parameter.
Refer to
SettingController for a detailed description.
o Sub SetExistingTaskTreatmentLock(boolean iLocked)
Locks or unlocks the OLP Existing Task Treatment On Upload parameter.
Refer to
SettingController for a detailed description.
o Sub SetJavaClassPathLock(boolean iLocked)
Locks or unlocks the OLP Java Class Path parameter.
Refer to
SettingController for a detailed description.
o Sub SetJavaExeLock(boolean iLocked)
Locks or unlocks the OLP Java Executable parameter.
Refer to
SettingController for a detailed description.
o Sub SetNRLDirLock(boolean iLocked)
Locks or unlocks the NRL configuration file directory setting parameter.
Refer to
SettingController for a detailed description.
o Sub SetNRLTeachDialogDisplayModeLock(boolean iLocked)
Locks or unlocks the OLPNRLTeachDialogDisplay parameter.
Refer to
SettingController for a detailed description.
o Sub SetRobotProgramDirLock(boolean iLocked)
Locks or unlocks the OLP Directory setting parameter.
Refer to
SettingController for a detailed description.
o Sub SetUploaderDirLock(boolean iLocked)
Locks or unlocks the OLP Parser Directory setting parameter.
Refer to
SettingController for a detailed description.
o Sub SetUploaderLock(boolean iLocked)
Locks or unlocks the OLP Parser setting parameter.
Refer to
SettingController for a detailed description.
o Sub SetXMLDirLock(boolean iLocked)
Locks or unlocks the OLP XML Directory setting parameter.
Refer to
SettingController for a detailed description.
o Sub SetXMLSchemaLock(boolean iLocked)
Locks or unlocks the OLP XML Schema setting parameter.
Refer to
SettingController for a detailed description.

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