CAM Custom/it: Difference between revisions

From FreeCAD Documentation
No edit summary
(Created page with "Ad esempio, per passare al postprocessore che lo strumento utilizzato nell'operazione di codice G personalizzata ha indice 6 e una velocità del mandrino è di 10.000, inserir...")
Line 7: Line 7:
Because the Custom G-Code command provides no link to a Tool Controller, if a Tool is used by the custom G-Code, the Tool index must be written, along with the Spindle Start M-Code, in order that it is passed to the Postprocessor. This ensures that Tool changes and starts will be properly generated.
Because the Custom G-Code command provides no link to a Tool Controller, if a Tool is used by the custom G-Code, the Tool index must be written, along with the Spindle Start M-Code, in order that it is passed to the Postprocessor. This ensures that Tool changes and starts will be properly generated.


Ad esempio, per passare al postprocessore che lo strumento utilizzato nell'operazione di codice G personalizzata ha indice 6 e una velocità del mandrino è di 10.000, inserire il seguente codice all'inizio dell'operazione di codice G personalizzata:
For example, to convey to the Postprocessor that the Tool used in the Custom G-Code operation has Tool index 6, and a Spindle Speed of 10,000, insert the following code at the beginning of the Custom G-Code Operation:


(T6: 4mm Endmill)
(T6: 4mm Endmill)

Revision as of 22:33, 12 March 2018

Personalizza

Posizione nel menu
Path → Comandi parziali → Personalizza
Ambiente
Path
Avvio veloce
Nessuno
Introdotto nella versione
-
Vedere anche
Nessuno

Descrizione

Questo strumento inserisce un oggetto tracciato che è costituito da codice G personalizzato e codificato a mano.

Because the Custom G-Code command provides no link to a Tool Controller, if a Tool is used by the custom G-Code, the Tool index must be written, along with the Spindle Start M-Code, in order that it is passed to the Postprocessor. This ensures that Tool changes and starts will be properly generated.

Ad esempio, per passare al postprocessore che lo strumento utilizzato nell'operazione di codice G personalizzata ha indice 6 e una velocità del mandrino è di 10.000, inserire il seguente codice all'inizio dell'operazione di codice G personalizzata:

(T6: 4mm Endmill)

M6 T6

M3 S10000

Note that Feed rates will be correctly generated by the Postprocessor, only if the Custom G-Code Feed rates are written in Units/second.

Utilizzo

  1. Premere il pulsante Personalizza
  2. Scrivere il Codice G personalizzato nella proprietà G Code dell'oggetto appena creato. Consultare la pagina Script di Path per conoscere i comandi G-Code supportati.

Proprietà

  • DatiG Code: I comandi G-Code personali per costruire il percorso