question

bcallaghan avatar image
0 Likes"
bcallaghan asked bcallaghan commented

Processor Time Not Adhering To Global Table

I'm trying to link my process time to a global table. However, every time I input the correct global table info into the process time on my processor properties, it never utilizes the time values assigned to the specific part number. I've attached a screenshot of my global table configuration and the respective process time lookup.


1698851648051.png1698851689745.png

FlexSim 21.1.5
global tableprocessorprocesstime
1698851648051.png (12.0 KiB)
1698851689745.png (17.7 KiB)
5 |100000

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

1 Answer

·
Jordan Johnson avatar image
0 Likes"
Jordan Johnson answered bcallaghan commented

From the screenshot, it looks like the PN value is a large value, so large that excel has abbreviated the value with # symbols. In FlexSim, it looks like you are trying to use PN as a row number. So if the PN value is 10000002, then you are asking FlexSim to use the value on row 10000002.

If you want to find the process time corresponding to PN 10000002, then you'd need to use code more like this, instead of the pickoption:

Table("ProcessingTimes").getValueByKey(item.PN, 2)

This is my best guess based on the screenshot. If this doesn't resolve your issue, please post a model. If the model is sensitive, you can post a new question and mark it as private, so that only FlexSim employees will have access to it.

· 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.

bcallaghan avatar image bcallaghan commented ·

Perfect fix. Thanks for the help!

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.