question

Mayra Itzel RR avatar image
0 Likes"
Mayra Itzel RR asked Joerg Vogel commented

how to put sequences and times in a processor with a global table?

I want to put a sequence and a time to a processor

FlexSim 20.2.0
processorflexsim 20.2.0
· 3
5 |100000

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

Brandon Peterson avatar image Brandon Peterson ♦ commented ·

@mayra_itzel.rr

Could you expand on your question a little bit more? An example or detailed description of the problem would be helpful.

Thanks,

Brandon

0 Likes 0 ·
Mayra Itzel RR avatar image Mayra Itzel RR commented ·

@ brandon.peterson I am making a model that transports valves, I want a processor to take a certain time in the machine1 there?

0 Likes 0 ·
Ben Wilson avatar image Ben Wilson ♦♦ commented ·

Hi @mayra_itzel.rr, was sam.stubbs's answer helpful? If so, please click the red "Accept" button on their answer. Or if you still have questions, add a comment and we'll continue the conversation.

0 Likes 0 ·

1 Answer

·
Sam Stubbs avatar image
1 Like"
Sam Stubbs answered Joerg Vogel commented

@mayra_itzel.rr

If you want your processor to reference a cell on your table you can use the picklist option for Process Time called "Global Table Lookup" It will give you something looking like this:



You can also just get the same information using the flexscript statement:

Table("TableName")["RowName"]["ColumnName"]

The first part is a string that's your table name. The values in the square brackets are your row and column. They can be either a string or a number. For example if you had different Rows based on item type, and you wanted different times for the processors you could write it like this:

Table("ProcessTimeTable")[Item.Type][1]




· 4
5 |100000

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

Mayra Itzel RR avatar image Mayra Itzel RR commented ·

@ sam.stubbs

Hi, How can I put, 3 types of operations, in 3 types of machines (Processor), these will produce 4 types of valves in each operation

0 Likes 0 ·
Sam Stubbs avatar image Sam Stubbs ♦ Mayra Itzel RR commented ·

I'm not sure I know exactly what you're asking. You can make the processing times different based on the operation being performed by using a Type variable for your items. That way when it's item type 1 being worked on, it can have a different operation time than a type 2.

0 Likes 0 ·
Mehdi K2 avatar image Mehdi K2 commented ·

I need a reverse direction is it possible?

Put a label of each token to table.

0 Likes 0 ·
Joerg Vogel avatar image Joerg Vogel Mehdi K2 commented ·

@Mehdi K2, please ask a new question! Thanks!

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.