Message 1 of 45
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
[ FlexSim 20.0.10 ]
I want to know how to use pf to control the time of collision, so that I can collect data
Solved! Go to Solution.
[ FlexSim 20.0.10 ]
I want to know how to use pf to control the time of collision, so that I can collect data
Solved! Go to Solution.
Detect the OnCollision event in an eventTriggeredSource activity and then use a StatsCollector to collect the data.
But what I want to do is I want to give the collision time like five seconds, can it be done with PF?
i mean when the collision happens i want to use pf to give the whole process a delay time
For example I only want the collision to end after five seconds, is this controllable?
Can you tell me if you have any good suggestions?
so from that you could calculate the duration. If you want to have the collision last for a certain time then you'll need to solve it using basic algebra.
yap is to stay in that state for five seconds, after which it will continue to execute the task
I would like to ask if I am going to add other objects now, how can I adjust my model to make it run smoothly. Also in the TRAVEL settings, can I do it in another way? Instead of using CURRENT.DEST to specifyagv-avoidance-rc-jl.fsm
In addition, I also want to ask if I can control which side will back up when a collision occurs? As far as this model is concerned, the car on the left is backing up
You're using the term 'current' in a general process flow. It doesn't mean the same thing there. You need to write a pointer to the agv on the token using the event triggered source.