pltGetPLTEND (Library)


Obtains a palletizing all-row completion flag.


pltGetPLTEND (<Palletizing number>, <All row-completion flag save integer number>)


This statement stores a palletizing all row completion flag into I[<All-row completion flag save integer number>].



CALL pltGetPLTEND(1,10)
'Assigns an all-row completion flag of palletizing
'No. 1 to integer variable 10.


Top