Record which Processor an item went through

Record which Processor an item went through

__ANON_USER__1
Not applicable
14 Views
2 Replies
Message 1 of 3

Record which Processor an item went through

__ANON_USER__1
Not applicable

[ FlexSim 19.0.5 ]

There are two things I want to do.

The first is,
It is to record in "mylabel" which Processor was passed.

The second is,
Check "mylabel" and move the item recorded via Processor1 to Queue2.

But I have no knowledge to make this.



0 Likes
Accepted solutions (1)
15 Views
2 Replies
Replies (2)
Message 2 of 3

joerg_vogel_HsH
Mentor
Mentor

Please look on the tab Triggers!! The flow tab functions can achieve similar actions but only with extensive use of own source code. Possible triggers are Entry, Processfinish, Exit,...
You will write directly source code of some kind whether in source code editor or process flow. You can use arrays, label based tables or tracked variables. I prefer arrays, because you can append data by a simple method. Maybe you read about tracked variables in manual, too and then you try it on picklist option in the mentioned triggers. This isn’t an answer! I give some hints into a direction, because the front end of properties hasn’t changed to user more friendly look.

0 Likes
Message 3 of 3

tanner_p
Not applicable
Accepted solution

Like Jörg said, the triggers tab is the best way to achieve the label writing. You've actually got all of that set up correctly in your attached model. In order to pull the correct item, you need to specify the label value as a pointer and not a string. I changed this in the model as shown in the image below and it should behave as you've described. Hopefully this helps.

28406-pull-using-pointer-label-value.png

shimizu help.fsm

0 Likes