This command enables you to define the position of a selected point of a profile. The standard coordinate system is the reference for the selected point. If the selected point is within the desired profile side, the if-condition will be executed.
This picture shows the profile sides of a default profile
IF_@ SEL_PROF_SIDE Reference_name Side
...
END_IF_@
Reference_name = "Name of the reference"
Side = START_SIDE | END_SIDE | LEFT_SIDE | RIGHT_SIDE | TOP_SIDE | BOTTOM_SIDE
@ = Incremental number
Example:
USER_SELECT FACE ASMPOS1
...
IF_1 SEL_PROF_SIDE ASMPOS1 START_SIDE
...
END_IF_1
...
IF_2 SEL_PROF_SIDE ASMPOS1 END_SIDE
...
END_IF_2
In the picture the selected point lays on the end side of the profile, therefore the 2nd IF condition is executed.