I want to put a sequence and a time to a processor
I want to put a sequence and a time to a processor
Could you expand on your question a little bit more? An example or detailed description of the problem would be helpful.
Thanks,
Brandon
@ brandon.peterson I am making a model that transports valves, I want a processor to take a certain time in the machine1 there?
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.
@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]
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
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.
I need a reverse direction is it possible?
Put a label of each token to table.
16 People are following this question.
FlexSim can help you understand and improve any system or process. Transform your existing data into accurate predictions.
FlexSim is a fully 3D simulation software environment. FlexSim can be used to simulate any process in any industry.
FlexSim®, FlexSim Healthcare™, Problem Solved.®, the FlexSim logo, the FlexSim X-mark, and the FlexSim Healthcare logo with stylized Caduceus mark are trademarks of FlexSim Software Products, Inc. All rights reserved.
Privacy | Do not sell or share my personal information | Cookie preferences | Report noncompliance | Terms of use | Legal | © Autodesk Inc. All rights reserved