question

Nikhil Rane avatar image
0 Likes"
Nikhil Rane asked Nikhil Rane commented

Set Lable to Item using Global Table

I an building conveyer loop model and i want item to take type from global table when it reach to station.

When i tried to write read from global table "rownumber" Command not working

Test.fsm

1713160347271.png

FlexSim 24.0.2
station on conveyor
1713160347271.png (372.3 KiB)
test.fsm (40.2 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

Felix Möhlmann avatar image
0 Likes"
Felix Möhlmann answered Nikhil Rane commented

rownumber is a variable in the source when using a schedule table, since the source 'knows' which row of the schedule it is currently reading.

Other object can't know which schedule row the item belonged to if you don't save this information somewhere (most likely on a label on the item).

· 7
5 |100000

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

Nikhil Rane avatar image Nikhil Rane commented ·

Beaucse this is paint shop same carrier will rotate in system and when it reaches to loading station, on basis of loading i want to define type of carrier, thats why i can not give lable using source and want to create lable at station


0 Likes 0 ·
Felix Möhlmann avatar image Felix Möhlmann Nikhil Rane commented ·
I meant to write the rownumber as a label to the item so you can later reference it.
1 Like 1 ·
Nikhil Rane avatar image Nikhil Rane Felix Möhlmann commented ·
Hi, I tried that one, but my model i have to rotate 14 of carrier in loop and it should change label as it come to station

For ex if i assign label Type == 9 when it come to station after completing loop it might have to change Type == 3 again when it comes it might change again


that why o want to read data at station.


0 Likes 0 ·
Show more comments