Jump to content

number of parts on Pallet PCM


---
 Share

Recommended Posts

Hello,

i want to define the number of parts to measure on a pallet.
i got three parts max. so i thought something with inquireList("Please select if you want to measure 1, 2 or 3 parts"+cr(),auswahl_a,auswahl_e,auswahl_h,).
is ist possible to set the pallets to measure via pcm?

is there a command like "set pallet number" or something like this?

thanks for your help 🙂
Link to comment
Share on other sites

Hi,

i don't think it is possible in that way, because by the time you start the pallet calypso reads the selected pallet numbers, and i think you can't change that afterwards.

one thing you can do is to show and confirm the selected palletlocations by the start of the pallet

if getRecordHead("firstpalletlocationnumber") == getRecordHead("palletlocationnumber") then
	if confirm("Are the following pallet numbers right?" + cr() + cr() + getRecordHead("palletlocationnumberselection")) then
	else
		cncBreak()
	endif
endif
Link to comment
Share on other sites

 Share

×
×
  • Create New...