proces flow problem

proces flow problem

a9080109
Observer Observer
10 Views
7 Replies
Message 1 of 8

proces flow problem

a9080109
Observer
Observer

[ FlexSim 23.0.0 ]

展開.fsmI want to know how I can make my model work, and I also want to understand what token.processor means. What is the significance of wait for event in the model

0 Likes
Accepted solutions (1)
11 Views
7 Replies
Replies (7)
Message 2 of 8

joerg_vogel_HsH
Mentor
Mentor
token.processor is a label at a token called by string “processor”.
0 Likes
Message 3 of 8

a9080109
Observer
Observer

But when I set the resource to a machine, do I need other settings?

0 Likes
Message 4 of 8

joerg_vogel_HsH
Mentor
Mentor
@mark zhen, you did not assign any value to a label called "Processor" in this Process, where the error occurs. You use "token.Processor" to read a value for a quantity to acquire resources.

If you used it in a different process flow block beside where this error is happening, it has not got any meaning for this process.

Each Process Flow block creates an own scope for residing tokens in it. A process flow consists of activitis and blocked activities, which are in some way connected by black bold lines with arrows.

0 Likes
Message 5 of 8

jason_lightfootVL7B4
Autodesk
Autodesk

Please arrange your activities to show you have some care and thought for the process.

This is not good:

1706011828154.png

This is better:

1706011868802.png

0 Likes
Message 6 of 8

a9080109
Observer
Observer

@Felix Möhlmann 展開.fsmThe process I have sorted out now is roughly as follows. What I want to do is to assign personnel to perform processing, and when the personnel perform processing, each machine will have a corresponding status to generate a Gantt chart of personnel and machines.

0 Likes
Message 7 of 8

jason_lightfootVL7B4
Autodesk
Autodesk
Accepted solution
This is standard functionality - please do the tutorials.
0 Likes
Message 8 of 8

a9080109
Observer
Observer

I found relevant teaching. Thank you.

0 Likes