question

Victor Alejandro HT avatar image
0 Likes"
Victor Alejandro HT asked Victor Alejandro HT commented

Pull and push form list error using DP

Hi all,

I made a PF logic for a coordinated task sequence with a crane and an operator but when pull from the list of items it appers the following error.

The tokens push to list when they arrive to a DP on the conveyor. Thanks for your help.

duda-descarga.fsm

FlexSim 18.2.0
process flowpull from list
error.png (156.8 KiB)
duda-descarga.fsm (885.7 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

·
Joshua S avatar image
1 Like"
Joshua S answered Victor Alejandro HT commented

I deleted the stop() code in DP1, and that seemed to solve everything. It seems using the stop() code is stopping other activities from occurring where it is placed because you have events firing when you stopped the simulation. I added a DP a little before DP1 with the same stop() command, and it runs and stops fine. It's just the timing of the stop() command isn't the best.

· 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.

Victor Alejandro HT avatar image Victor Alejandro HT commented ·

Indeed @Joshua S it was that, simple but I couldn´t solve it till now. Thanks.

0 Likes 0 ·

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.