Indexes   

IgpOlpSettingAtt (Object)

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

DownloaderDir
Returns or sets value of OLP Translator Directory parameter.
Downloader
Returns or sets value of OLP Translator 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.
UploaderDir
Returns or sets value of OLP Parser Directory parameter.
Uploader
Returns or sets value of OLP Parser 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 DownloaderDir() As
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 Downloader() As
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 ExistingTaskTreatment() As
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
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
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
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
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
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 UploaderDir() As
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 Uploader() As
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 XMLDir() As
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
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( ioAdminLevel,
ioLocked) As
Retrieves information about the OLP Translator Directory setting parameter.
Refer to
SettingController for a detailed description.
o Func GetDownloaderInfo( ioAdminLevel,
ioLocked) As
Retrieves information about the OLP Translator setting parameter.
Refer to
SettingController for a detailed description.
o Func GetExistingTaskTreatmentInfo( ioAdminLevel,
ioLocked) As
Retrieves information about the OLP Existing Task Treatment On Upload setting parameter.
Refer to
SettingController for a detailed description.
o Func GetJavaClassPathInfo( ioAdminLevel,
ioLocked) As
Retrieves information about the OLP Java Class Path setting parameter.
Refer to
SettingController for a detailed description.
o Func GetJavaExeInfo( ioAdminLevel,
ioLocked) As
Retrieves information about the OLP Java Executable setting parameter.
Refer to
SettingController for a detailed description.
o Func GetNRLDirInfo( ioAdminLevel,
ioLocked) As
Retrieves information about the NRL configuration file directory setting parameter.
Refer to
SettingController for a detailed description.
o Func GetNRLTeachDialogDisplayModeInfo( ioAdminLevel,
ioLocked) As
Retrieves information about the OLPNRLTeachDialogDisplay setting parameter.
Refer to
SettingController for a detailed description.
o Func GetRobotProgramDirInfo( ioAdminLevel,
ioLocked) As
Retrieves information about the OLP Directory setting parameter.
Refer to
SettingController for a detailed description.
o Func GetUploaderDirInfo( ioAdminLevel,
ioLocked) As
Retrieves information about the OLP Parser Directory setting parameter.
Refer to
SettingController for a detailed description.
o Func GetUploaderInfo( ioAdminLevel,
ioLocked) As
Retrieves information about the OLP Parser setting parameter.
Refer to
SettingController for a detailed description.
o Func GetXMLDirInfo( ioAdminLevel,
ioLocked) As
Retrieves information about the OLP XML Directory setting parameter.
Refer to
SettingController for a detailed description.
o Func GetXMLSchemaInfo( ioAdminLevel,
ioLocked) As
Retrieves information about the OLP XML Schema setting parameter.
Refer to
SettingController for a detailed description.
o Sub SetDownloaderDirLock( iLocked)
Locks or unlocks the OLP Translator Directory setting parameter.
Refer to
SettingController for a detailed description.
o Sub SetDownloaderLock( iLocked)
Locks or unlocks the OLP Translator setting parameter.
Refer to
SettingController for a detailed description.
o Sub SetExistingTaskTreatmentLock( iLocked)
Locks or unlocks the OLP Existing Task Treatment On Upload parameter.
Refer to
SettingController for a detailed description.
o Sub SetJavaClassPathLock( iLocked)
Locks or unlocks the OLP Java Class Path parameter.
Refer to
SettingController for a detailed description.
o Sub SetJavaExeLock( iLocked)
Locks or unlocks the OLP Java Executable parameter.
Refer to
SettingController for a detailed description.
o Sub SetNRLDirLock( iLocked)
Locks or unlocks the NRL configuration file directory setting parameter.
Refer to
SettingController for a detailed description.
o Sub SetNRLTeachDialogDisplayModeLock( iLocked)
Locks or unlocks the OLPNRLTeachDialogDisplay parameter.
Refer to
SettingController for a detailed description.
o Sub SetRobotProgramDirLock( iLocked)
Locks or unlocks the OLP Directory setting parameter.
Refer to
SettingController for a detailed description.
o Sub SetUploaderDirLock( iLocked)
Locks or unlocks the OLP Parser Directory setting parameter.
Refer to
SettingController for a detailed description.
o Sub SetUploaderLock( iLocked)
Locks or unlocks the OLP Parser setting parameter.
Refer to
SettingController for a detailed description.
o Sub SetXMLDirLock( iLocked)
Locks or unlocks the OLP XML Directory setting parameter.
Refer to
SettingController for a detailed description.
o Sub SetXMLSchemaLock( iLocked)
Locks or unlocks the OLP XML Schema setting parameter.
Refer to
SettingController for a detailed description.

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