question

Braian avatar image
0 Likes"
Braian asked Jeanette F commented

Processor is not using the data from my global table.

Hello

I´ve tried to run a simulation model in which I can see the efficiency of the worker. Each product parts are proccesed in group of two, so we may need to integrate the process time per each row for two pieces cut. Unfortunately, the data from my global table is not being working with the processor.

Here is the model rack 1.fsm

FlexSim 24.1.0
global tableprocessorlabeldatacycle time
rack-1.fsm (2.3 MiB)
· 1
5 |100000

Up to 12 attachments (including images) can be used with a maximum of 23.8 MiB each and 47.7 MiB total.

Jeanette F avatar image Jeanette F ♦♦ commented ·

Hi @Braian, was Jordan Johnson'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 0 ·

1 Answer

·
Jordan Johnson avatar image
0 Likes"
Jordan Johnson answered Jason Lightfoot commented

The processor is configured to use "Global Lookup by Type". So it is trying to get the Type label from the items as they enter the processor. However, the items don't have a Type label. At some point in the process, before items arrive at the processor, you'll have to add the Type label to your flowitems.

· 6
5 |100000

Up to 12 attachments (including images) can be used with a maximum of 23.8 MiB each and 47.7 MiB total.

Braian avatar image Braian commented ·

But when I try to add labels it is not working, cuz I may have to add around 40 labels?

Any suggestions?

0 Likes 0 ·
Braian avatar image Braian commented ·

Hello Jordan

I already have created the labels thing before the processor starts working, but I don´t think the simulation is grabbing me time for the created table. {

rack 1.fsm

0 Likes 0 ·
rack-1.fsm (2.3 MiB)
Jason Lightfoot avatar image Jason Lightfoot ♦ Braian commented ·
Your labels are called MyLabel1 not Type so you'd need to refer to that.

Also you're using operators for setup and processing which is not supported when you have changed the MaxContent from 1.

0 Likes 0 ·
Braian avatar image Braian Jason Lightfoot ♦ commented ·
hi Jason I also changed and it did not work.
0 Likes 0 ·
Braian avatar image Braian commented ·
0 Likes 0 ·
rack-1-1.fsm (2.2 MiB)
Jason Lightfoot avatar image Jason Lightfoot ♦ Braian commented ·
You can't just refer to Mylabel1 in the lookup fields - you need item.MyLabel1, and the item has to have that label when it fires.
0 Likes 0 ·

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 12 attachments (including images) can be used with a maximum of 23.8 MiB each and 47.7 MiB total.