question

mary avatar image
0 Likes"
mary asked Jason Lightfoot edited

Custom code error for reading name from global table

Hi, In this model I'm not able to read from table please do check what is mistake.

I am assigning part name to part_number in my custom code but in next step it is not reading part_number from global table.

model name : globaltablematch.fsm

FlexSim 20.0.10
global tablepart name
· 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.

1 Answer

Jason Lightfoot avatar image
0 Likes"
Jason Lightfoot answered Jason Lightfoot edited

You're using P and Q as the row ids but your row ids in GlobalTable2 are "Row 1" and "Row 2" change those and it will work. (and you don't need 'cell' you can just use ["P"]["Buffer"])

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