Skip to main content
12-Amethyst
December 12, 2022
Solved

Repeat regions on a manufacturing draw

  • December 12, 2022
  • 2 replies
  • 1905 views

Hello,

 

On my manufacturing draws, i have a sheet for each operation (op010, 020, 030 etc.)

On each sheet i have a repeat region with all sequences type, name and tool for the actual operation.

 

000965.png

 

I order to simplify the operatior work, i would like to add a fifth column with the tool_pocket_number for loading the tool carousel on the machine with the right tool.

 

Here are my column parameters :

000966.png

 

When i add &mfg.actoper.workcell.head.tooltbl.toolpocket.tool_position in the fifth column here is what i get :

 

000967.png

 

 

 

How can i add for each line the tool pocket number ?

 

Thanks in advance.

Best answer by bmuller

try &mfg.actoper.NCSEQ.POCKET_NUMBER

2 replies

24-Ruby III
December 12, 2022

Hi,

your description is missing an image showing which cell you inserted the &mfg.actoper.workcell.head.tooltbl.toolpocket.tool_position parameter into.

24-Ruby III
December 12, 2022

... it would be helpful if you could upload the test data

bmuller14-AlexandriteAnswer
14-Alexandrite
December 12, 2022

try &mfg.actoper.NCSEQ.POCKET_NUMBER

RJ_FR12-AmethystAuthor
12-Amethyst
December 12, 2022

With &mfg.actoper.step.pocket_number it works !

 

Thanks a lot