CAM SetupSheet/fr: Difference between revisions

From FreeCAD Documentation
(Created page with "SetupSheet Path")
 
(Created page with "L'utilisation d'une feuille de configuration permet à l'utilisateur de personnaliser le mode de calcul des différentes valeurs de propriété pour les opérations. L'utilisa...")
Line 3: Line 3:
==Description==
==Description==


L'utilisation d'une feuille de configuration permet à l'utilisateur de personnaliser le mode de calcul des différentes valeurs de propriété pour les opérations. L'utilisateur a toujours la possibilité de remplacer les valeurs de SetupSheet par une valeur explicite ou de modifier le mode de calcul des valeurs de SetupSheet.
Using a SetupSheet allows the user to customize how the various property values for operations will be calculated. The user always has the option to override the SetupSheet values with an explicit value or change the way SetupSheet values are calculated.


Since SetupSheets are part of the Path Job, values do not changes the default behavior of Path. Rather, they change only the behaviour within the context of the current job.
Since SetupSheets are part of the Path Job, values do not changes the default behavior of Path. Rather, they change only the behaviour within the context of the current job.

Revision as of 10:53, 25 August 2019

Other languages:

Description

L'utilisation d'une feuille de configuration permet à l'utilisateur de personnaliser le mode de calcul des différentes valeurs de propriété pour les opérations. L'utilisateur a toujours la possibilité de remplacer les valeurs de SetupSheet par une valeur explicite ou de modifier le mode de calcul des valeurs de SetupSheet.

Since SetupSheets are part of the Path Job, values do not changes the default behavior of Path. Rather, they change only the behaviour within the context of the current job.

SetupSheets are particularly useful when saved with a Job Template.

Properties

  • DonnéesVertRapid: Sets the Vertical Rapid Rate in new Tool Controllers. (Used in post processors that support customizable Rapid rates)
  • DonnéesHorizRapid: Sets the Horizontal Rapid Rate in new Tool Controllers. (Used in post processors that support customizable Rapid rates)
  • DonnéesSafeHeightOffset: The usage of this field depends on SafeHeightExpression (see below)
  • Données SafeHeightExpression: The result of this expression will be used to set the Safe Height of operations.
  • DonnéesClearanceHeightOffset: The usage of this field depends on ClearanceHeightExpression (see below)
  • DonnéesClearanceHeightExpression: The result of this expression will be used to set the Clearance Height of operations.
  • DonnéesStartDepthExpression: The result of this expression will be used to set the StartDepth property of operations.
  • Données FinalDepthExpression: The result of this expression will be used to set the FinalDepth property of operations.
  • DonnéesStepDownExpression: The result of this expression will be used to set the StepDown property of operations.
    1. Operation Parameters

The following are pulled from OpFinalDepth - The value of the FinalDepth property OpStartDepth - The value of the FinalDepth property OpToolDiameter - The value of the Tool Diameter property of the Tool Controller referenced by the operation.


SetupSheet Values

Other values in the SetupSheet can be referenced directly:

  • SetupSheet.ClearanceHeightOffset
  • SetupSheet.SafeHeightOffset
  • StartDepth
  • SafeHeightOffset
  • SafeHeightExpression
  • ClearanceHeightOffset
  • ClearanceHeightExpression
  • StartDepthExpression
  • FinalDepthExpression
  • StepDownExpression