FeedMode

Standard Word: DrillCycleFeedMode

Variable: DrillCycle.FeedMode

Type: Enum

The feed rate mode (per minute, per revolution, inverse time) defined in the drilling cycle is kept in the “DrillCycle.FeedMode” variable.

“DrillCycleFeedMode” word is created using this variable.

The G codes used to activate different feed rate modes are entered in the Edit tab of this word.

“DrillCycle.FeedMode” variable can be used in scripts, which is defined in “Event Cycle” or “Event Cycle Start”.

“DrillCycle.FeedMode” word can be used inside all drilling cycle commands such as “Format Cycle Drill” or “Format Cycle Peck”.

When used in a script, this variable returns the strings: “Per Minute”, “Per Revolution”, “Inverse Time”.

When used as a word, it returns the G-codes defined for these modes in the word Edit tab.