How can I associate a register with a particular variable? What steps do I need to take to set a register as an input for the code?
For instance, as an example
1. if I want to boost the grinding speed, I would choose a register to represent that variable.
2. If I need to use the height and diameter of a part as variables, how can I allocate two registers for them and reference them in the code?
Is there a specific approach to this, or do registers automatically function as inputs?