Path Rule Editing

Hi there,

I need to apply the same path rule but with different numeric values to different tools in my plasma cutting setup.

Do I need to create a new path rule for each tool, or can I use the sme one all the time and just edit the specs?

Is there an edit option, I couldn’t spot one?

Thankyou

Path Rules don’t use variables, code snippets don’t either.

You may be better off using a pp function named DefineCustomToolParams()
See the pp doc in menu Options / Machine / ‘Post Processor’ then click button for Doc at bottom of window.

Sorry, what i meant was the variables that can be set in the dropdown window when selecting add rule. I want to use the same code snippet but applied differently with these variables for different tools.

Specifically, I want to apply a H0/M5 snippet before the end of cut, and the variables will differ with each tool based on the cut speed and material thickness.

I was just wondering if there was a faster way of doing this rather than creating a new rule for each tool with different variables, especially since the variables will be determined by experimentation.