question

Valentin R avatar image
0 Likes"
Valentin R asked Jason Lightfoot edited

How to calculate convey time/distance through "A" connection

Dear reader,

I would like to calculate the time or distance a item has to take to go through a conveying network that contains some "A" connections (through exit transfer + entry transfer) between conveyors. This is needed to work with such things as the turn tables of this post : https://answers.flexsim.com/questions/21499/using-kinematics-to-rotate-a-conveyor.html
If I try to calculate a conveying time on a network which has some "A" connections, this calculation does stop without going through this connection thus giving only the time it takes up to the first "A" connection (entry transfer + exit transfer).V21.0.3_Bug1.fsmIs there a way to calculate it until its final destination ? In case of multiple connections, could it also work by looking through many possible output ports ?

Thank you in advance.

FlexSim 21.0.3
conveyorexit transferentry transfera connectionestimateconveytime
bug-1.png (69.2 KiB)
v2103-bug1.fsm (38.0 KiB)
· 2
5 |100000

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

Jason Lightfoot avatar image Jason Lightfoot ♦ commented ·

Is this to find the quickest route between alternatives or to predice the time of arrival (or both)? I ask because if you know the (fixed) route then it might be easier, since you can pass an array of port numbers for each junctions and have a function read the estimated times. If you want to find the quickest route then the logic will need to recurse through the network of connections.

0 Likes 0 ·
Valentin R avatar image Valentin R Jason Lightfoot ♦ commented ·

It is to find the quickest route actually.

0 Likes 0 ·

1 Answer

·
Jason Lightfoot avatar image
0 Likes"
Jason Lightfoot answered

I've reported a possible bug in the estimateConveyTime static method of the Conveyor class - certainly it's enough of an issue to pause any example that we might make for you. It's good that you're using a supported version at least. If we have an update we will come back to this post.

5 |100000

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

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.