pltGetNextPos
(Library)
Obtains the next position.
pltGetNextPos (<Palletizing number>, <Next position obtaining position type variable>)
This statement obtains the next position. When this library is executed, the palletizing counter increases.
Therefore, when you obtain the next position but do not execute it, you must decrease the pltDecCnt and so on.
CALL pltGetNextPos(1,10)
|
'Assigns a position immediately following
'palletizing No. 1 to integer variable 10.
|