Errors in operators task

Errors in operators task

hridoy_md_a
Not applicable
12 Views
2 Replies
Message 1 of 3

Errors in operators task

hridoy_md_a
Not applicable

[ FlexSim 19.0.9 ]

Model 4.fsmHello,

In my model, I am having errors with the operators. Operator2 is not moving much and operator1 is working more. I want both of them to work equally. And the errors check bellow-

time: 0.000000 exception: FlexScript exception: Array index out of bounds at MODEL:/Operator2>variables/onresourceavailable

time: 0.191809 exception: FlexScript exception: Array index out of bounds at MODEL:/Operator1>variables/onresourceavailable

time: 18.274490 exception: FlexScript exception: Array index out of bounds at MODEL:/Operator1>variables/onresourceavailable

time: 34.680520 exception: FlexScript exception: Array index out of bounds at MODEL:/Operator1>variables/onresourceavailable

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

joerg_vogel_HsH
Mentor
Mentor
Accepted solution

Travel to Home object on Resource gets available trigger: Please select current and NOT

current.inObjects[1]

You want that the operator himself goes home and not that the dispatcher does it.

0 Likes
Message 3 of 3

hridoy_md_a
Not applicable

Thank you so much. It is working perfectly.

0 Likes