Parameters in NC programs

NC programs are expressed using the NC Program header, summary and toolpath pages. Use the ${entity('ncprogram', ncprogram.Name).*} syntax if NC program parameters are required. This can be shortened to ${ncprogram.*}.

Note: The ncprogram.* function is only available in setup sheets. If you use ncprogram on its own, it does not return the entity: you must use ('ncprogram', ncprogram.Name).

The following examples illustrate the correct syntax: