mvReverseFlip
(Library)
4-axis figure reverse
mvReverseFlip (<Base position>, <No check position>, <Decision base value>)
The system compares the 4-axis value of <Reference position> with that of <Non inspection position>. This statement reverses FLIP/NONFLIP if the 4-axis value exceeds <Determination reference value>.
CALL mvReverseFlip(P0,P1,90)
|
'Compares base position P0 with non-inspection
'position P1. If the absolute difference exceeds 90,
'the system reverses 4-axis figure.
|