Time processor

Time processor

lorena_h
Not applicable
37 Views
1 Reply
Message 1 of 2

Time processor

lorena_h
Not applicable

[ FlexSim 19.0.0 ]


Hi! I have a question about creating a code or maybe another option to create 2 processor processing restrictions. My model looks like this. I would like the A3 processor not to receive parts for processing until 110 o'clock from the start of the simulation, and the A10 processor not to receive parts for processing until 200 o'clock from the start of the simulation. Can someone help me?

PROGRAM.fsm

0 Likes
Accepted solutions (1)
38 Views
1 Reply
Reply (1)
Message 2 of 2

eric_m3
Not applicable
Accepted solution

Hi @Lorena H, you can add an on reset trigger to A3 and A10 that closes the input ports.

1629842844279.png

Then you can add logic in process flow to open the ports at the time you would like. Use a scheduled source followed by a custom code activity:

1629842984305.png

program_1.fsm