Import 3D object since de simulation begins

Import 3D object since de simulation begins

Clara1
Not applicable
8 Views
8 Replies
Message 1 of 9

Import 3D object since de simulation begins

Clara1
Not applicable

[ FlexSim 23.0.3 ]

I need to import some robots into the 3D model and I do it with the process flow. It works but I need to have the robots since the simulation begins. I need the object to apply stops to them.

I import my 3D robot at a shape and then I hide the shapecaptura-de-pantalla-2024-01-10-072805.pngcaptura-de-pantalla-2024-01-10-072815.png

0 Likes
Accepted solutions (1)
9 Views
8 Replies
Replies (8)
Message 2 of 9

moehlmann_fe
Observer
Observer
Could your provide some more details? What is the reason for creating the robots during the model run rather than for example in a reset trigger or as part of the On Set code of a model parameter?
0 Likes
Message 3 of 9

Clara1
Not applicable

Sorry, I don't know how to do the two things you told me about.

0 Likes
Message 4 of 9

jason_lightfootVL7B4
Autodesk
Autodesk

You can use a parameter table to choose the function of OnSet which can be to change the number of task executers in a model.


0 Likes
Message 5 of 9

Clara1
Not applicable

i'm not looking to change the number of task executer, I'm trying to use a custom 3D model animated of a robot I've done in my simulation

I've imported a 3D model in flexsim and made an animation of it but I can't find how can I put it directly in my 3D model like others objects of the librairy

the only way I found is creating it in the process flow, but I want it to have down time and I don't know how to add it to the MTBF MTTR

0 Likes
Message 6 of 9

moehlmann_fe
Observer
Observer
Accepted solution
So you have added the robot as an object in the Flow Item Bin?

If its supposed to act as a fixed resource or task executer, you would add the respective object which the robot should be based on to the model. Change its shape, add animations, etc.... until it matches what you need. Then you make copies of that object or add it to a user library.

0 Likes
Message 7 of 9

Clara1
Not applicable


I have created my imported object in FLow Item Bin, I have configured its animation.

1705050631895.png


Now I need to add it to the library so I can use the object as a task executor, but I don't know how to do it.

0 Likes
Message 8 of 9

moehlmann_fe
Observer
Observer

Sorry, my post wasn't worded properly which lead to a misunderstanding.

You do not want to add the robot as a flow item. A flow item can not be used as a persistent object in the 3d model. It will always be deleted on reset.

What I meant was to add a default task executer to the 3d model. Make the necessary changes on that object. Then add it to a user library or just make copies of it with copy/paste.

1705054347711.png

That said, you can use the flow item you have created. You would just have to create new robots when the model starts and add them to a timetable(s) through code as described here. (This should also work for MTTR/MTBFs)

0 Likes
Message 9 of 9

Clara1
Not applicable

It works, thank you very much!!!!!!!

0 Likes