Enum FanucModalMacroSyntax.SyntaxPhase
- Namespace
- Hi.NcParsers.EvaluationSyntaxs.Fanuc
- Assembly
- HiMech.dll
Identifies which pipeline phase the instance runs in. The two values correspond to the Evaluation-bundle and PostLogic-bundle registrations of this same syntax class.
public enum FanucModalMacroSyntax.SyntaxPhase
- Extension Methods
Fields
Expansion = 1PostLogic phase: on every motion-producing block (signalled by MotionEvent presence) that sits inside an active
G66modal AND lives in the main frame (MacroFrame == 0), inlines the modal macro body — same call mechanism as FanucMacroCallSyntax.Setup = 0Evaluation phase: captures
G66setup /G67cancel edges into FanucModalMacro and carries the section forward block-to-block.