question

chao.g avatar image
0 Likes"
chao.g asked chao.g commented

Invalid Task Created for Elevator using process flow

elevator.fsmIn the attached model, I am using a list to store items in a rack, then use elevator to load it and unload to a different level, however, when i am trying to acquire the elevator in process flow, it's saying an invalid task has been encountered, please suggest.

Thanks,

Chao

FlexSim 16.2.0
process flow elevator
elevator.fsm (22.9 KiB)
5 |100000

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

1 Answer

Sam Stubbs avatar image
0 Likes"
Sam Stubbs answered chao.g commented

Your issue is that you aren't calling the right label. On your Load activity, you call the "item" label, but in this block of code you have set up the "item " label. When you pull the item from the list, you assign it to the "pulled" label. So that's the label you should use to reference the item.

3004-elevator.fsm


3004-elevator.fsm (23.2 KiB)
· 1
5 |100000

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

chao.g avatar image chao.g commented ·

Darn, did not notice that, thanks for the quick response!

0 Likes 0 ·