SetUVW

This method is used to change the U,V,W values of GOTO lines in APTCL file.

U is the X component of the motion, V is the Y component of the motion, W is the Z component of the motion,

Normally, the U,V,W values comes from the APTCL file.

However, in some cases, we need to change the UVW values. This mostly happens when we develop post processors for angular heads, and also when we develop post processors for 6 axis milling machines. In such cases, we have to recalculate UVW values.

You can also use this method in your special applications when you need.

This methos takes 3 parameters as shown below:

SetUVW(13.456,27.0,-12,11)

Here, the first parameter is the U component of the GOTO motion line. Second parameter is the V component, Third parameter is the W component.