question

Steven Hamoen avatar image
0 Likes"
Steven Hamoen asked Jason Lightfoot edited

Bug with instanciated flow and user library

I made an object with an animation and an instantiated flow to run the animation. In the attached model is is the top line where an animation on the queue has been added. If I copy the queue and apply it in a new line it works fine. If I add it to a userlibrary and then drag it in from the userlibrary and create a new line it gives errors. It looks like the current of the 2nd object is not recognized. The model shows the situation with the userlibrary situation. The userlibrary itself is nothing more then adding the first queue to a new userlibrary.

AnimationBugTest.fsm

FlexSim 23.2.2
animationuserlibrary
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

·
Kavika F avatar image
0 Likes"
Kavika F answered Jason Lightfoot edited

Hey @Steven Hamoen, I can confirm that the codeNode for the Custom Code in the Object Process Flow is setting "current" to param(1) which is null in this case.

After removing the Object Process Flow from the userlibrary, it seems to work with no errors. The reason is because the Object Process Flow lives under the Process Flow node in the tree (MODEL:/Tools/ProcessFlow/Object) and has references to the instances. I assume param(1) for current is being set somewhere relative to this location.

1698966217424.png

(What it looks like in the tree after removing the Object PF)


1698966217424.png (4.3 KiB)
· 3
5 |100000

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

Steven Hamoen avatar image Steven Hamoen commented ·
@Kavika F Thanks! I assume this is put on the dev list?
0 Likes 0 ·
Jason Lightfoot avatar image Jason Lightfoot ♦ Steven Hamoen commented ·

I think this is related to another post where the bug was submitted to the dev team. In that we observed that the instantiation causes an invalid link to the user library process flow:

1699014683907.png

so closing the user library or removing it can solve that.

1 Like 1 ·
1699014683907.png (6.4 KiB)
Kavika F avatar image Kavika F ♦ Jason Lightfoot ♦ commented ·
Yes I've linked the post to the card @Jason Lightfoot submitted about his linked post.
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.