question

Alejandro Ulises TP avatar image
0 Likes"
Alejandro Ulises TP asked Jason Lightfoot commented

Delay operator after load

proyect-rev01.fsmHow can i delay an operator after he makes a load in the processor?

I want to simulate that after the load he makes another operation in the same processor, once he finishes the delay he can proceed to the next operation.

Please, anyone could help me?

Choose One
process flowoperatortriggersdelay19.1
proyect-rev01.fsm (109.0 KiB)
· 2
5 |100000

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

Alejandro Ulises TP avatar image Alejandro Ulises TP commented ·
0 Likes 0 ·
Alejandro Ulises TP avatar image Alejandro Ulises TP Alejandro Ulises TP commented ·

@zachary.h, could you guide me?

0 Likes 0 ·

1 Answer

·
Joshua S avatar image
0 Likes"
Joshua S answered Jason Lightfoot commented

You can set the load time of the operator to the delay amount you want. If you want the delay to happen right after he picks up the item, you can have a small process flow activity block that fire when he loads an item, then have a custom code activity that stops him, then a delay, then a resume activity.

· 11
5 |100000

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

Alejandro Ulises TP avatar image Alejandro Ulises TP commented ·

proyect-rev03.fsmI did this but it doesn't work fine:

They don't respect the delays as i want it.

I want the operator delay to work just after the processor setup time is finished.

0 Likes 0 ·
proyect-rev03.fsm (127.6 KiB)
Joshua S avatar image Joshua S Alejandro Ulises TP commented ·

So the item will not be processed until the operators delay is finished as well? I'm confused on what is supposed to happen when. Your processflow is firing too much, so it fires for both operators when an item finishes setup at a processor.

0 Likes 0 ·
Alejandro Ulises TP avatar image Alejandro Ulises TP Joshua S commented ·

The exact thing I'm looking for is that when the operator finishes the setup time the operator stops for about 25 seconds, then resumes. That stop is in order to simulate that the operator is filling a checklist.

Did you understand? I'm having a hard time with this :/

0 Likes 0 ·
Show more comments
Alejandro Ulises TP avatar image Alejandro Ulises TP commented ·

@Joshua S Thank you so much! that is exactly what i needed but i don't understand why do you put 2 delays but just one have time?

Could you explain me?

0 Likes 0 ·
Joshua S avatar image Joshua S Alejandro Ulises TP commented ·

I use that as a breath activity, meaning at a specific time multiple events fire, so that allows the activity to fire above, the item is then processed, and the operator is stopped. Without it the operator is stopped before the processor changes from setup to processing, so the item will wait the 25 seconds before it is released to be processed. Sometmies lots of events will happen all at once, and this gives a buffer to the order of events that fire.

0 Likes 0 ·
Alejandro Ulises TP avatar image Alejandro Ulises TP Joshua S commented ·

joshua-s-error-delay.fsmI tried to change the basic delay for a task sequence delay in order to make a statistic out of it, but it throws me an error "Task executer activity "delay" in "process flow"

Do you know why is that?

0 Likes 0 ·
Show more comments

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

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