Global Table tracking which processor the item went

Global Table tracking which processor the item went

kkkk
Not applicable
95 Views
4 Replies
Message 1 of 5

Global Table tracking which processor the item went

kkkk
Not applicable

[ FlexSim 23.1.0 ]

Hi! I will like to ask some questions about Global Tables.

From the comments in this link's question, I know more about Global Table, but still have some questions.

I've added two processors from the file below the comment of this link (0718_table_ex.fsm ). I will like to track which processor did the item went to ( Processor1, Processor2, or Processor3 ) through the Global Table ,and if the item was sent to the sink it will be removed from the Global Table. Not sure if it is possible to do so through Global Table, hope to get some suggestions! Thanks~

0 Likes
Accepted solutions (1)
96 Views
4 Replies
Replies (4)
Message 2 of 5

natalie_white
Not applicable
Accepted solution

Hi @kkkk,

You can add a trigger to the Processors (on entry) that will add a row and data to a global table. However, the row and table does not get deleted. Other options include adding a trigger to push the item to a list (you could then pull from the list later on), or creating a statistics collector that listens to the entry and exit of the processors.

Here is a model demonstrating these methods:

global_table.fsm


0 Likes
Message 3 of 5

kkkk
Not applicable

Hi @Natalie White ! Thank you so much for your reply, but I'm wondering if there's a way to record the destination before the task executer take the item. Because what I want to do now is to set the certain items be picked by an agv at once. Thank you for assistance!

0 Likes
Message 4 of 5

jason_lightfootVL7B4
Autodesk
Autodesk

If you're going to use an AGV and the transport dispatcher option to PushToList where the list is AGVWork, then the destination will automatically be placed on the item based on the chosen port or pulled item as negotiated by the fixed resources' sendto/pull logic.

If you're customizing the transport dispatcher trigger logic then you'll see that the header contains the port and destination variables being read from passed paramters.

0 Likes
Message 5 of 5

julie_weller
Not applicable

Hi @kkkk, was Natalie White's answer helpful? If so, please click the "Accept" button at the bottom of their answer. Or if you still have questions, add a comment and we'll continue the conversation.

If we haven't heard back from you within 3 business days we'll auto-accept an answer, but you can always comment back to reopen your question.

0 Likes