pltResetAll
(Library)
Resets all palletizing counters.
pltResetAll (<Palletizing number>)
This statement resets all palletizing counters.
This has almost the same meaning as pltLetCnt (<Palletizing number>, 0). However, this library also resets the row completion flag.
When redefinition of palletizing motion is not required and only a counter is reset, use this library. Do not use pltInitialize.
CALL pltResetAll(1)
|
'Resets all palletizing counters of palletizing No. 1.
|