How is this value passed to the NC program and how can I access it from the Postprocessor ?
Solved! Go to Solution.
Solved by serge.quiblier. Go to Solution.
Hi @istan
when you are creating a parameter (on a toolpath, or a tool), you will give him a name and a type (number, string)
Let suppose you are creating a variable called foo.
When creating the variable in the post, you must name it udp_foo, assigning the same type (integer, float for numbers, or string)
Be careful to always respect the variable name case. If you define Foo in PowerMill, then the variable in the post should be udp_Foo, but defining FOO, foo, or fOo in PowerMill will be ignored, and no value will be retrieved.
Cheers,
______________________________________________________________
If my post answers your question, please click the "Accept Solution" button. This helps everyone find answers more quickly!
Can't find what you're looking for? Ask the community or share your knowledge.