ATTENTIONThis FlexSim Community Forum is read-only. Please post any new questions, ideas, or discussions to our new community (we call it Answers) at https://answers.flexsim.com/. Our new Question & Answer site brings a modern, mobile-friendly interface and more focus on getting answers quickly. There are a few differences between how our new Q&A community works vs. a classic, threaded-conversation-style forum like the one below, so be sure to read our Answers Best Practices. |
flexsim.com |
#21
|
|||
|
|||
hi,anthony
in your example , do you test treenode path = createrailpath(1, 0, 4, trainlength + 2, 6); or treenode path = createrailpath(1, 0, 4, trainlength + 2, 3,5,6); or treenode path = createrailpath(1, 0, 4, trainlength + 2, 3); or treenode path = createrailpath(1, 0, 4, trainlength + 2, 3,5); or treenode path = createrailpath(1, 0, 4, trainlength + 2, 5,6); just "treenode path = createrailpath(1, 0, 4, trainlength + 2, 5); "work well |
The Following User Says Thank You to For This Useful Post: | ||
Hao Zhou (12-17-2010) |
#22
|
||||
|
||||
Yeah, looks like there's a bug. Unfortunately we're not actively working on projects with the rail api right now, so it's on the back burner. I'm linking to the source code project so you can make changes as needed yourself. I've added a simple MIT copyright license to the project, so you can essentially do with it what you want. If you find bugs and fix them, I'd appreciate notification/committing of changes so others can benefit from the fixes as well.
https://bitbucket.org/flexsim/flexsi...pi/get/tip.zip Last edited by Anthony Johnson; 09-25-2012 at 11:02 AM. |
The Following 3 Users Say Thank You to Anthony Johnson For This Useful Post: | ||
syseo (07-14-2012) |
#23
|
||||
|
||||
Train3 sample
Hi! Linwei,
When I run the sample train3 you given, and when the first set of trains get back from edge1 to edge10, the set of trains cannot reach edge10 but stop at edge8, and then the software closed. Could you please tell me what is wrong with it? Thank you |
#24
|
||||
|
||||
delayrailmoveatswitches sample
Hi! Anthony,
Could you please be so kind to give us a sample concerning command delayrailmoveatswitches()? Thank you very much |
#25
|
||||
|
||||
As we moved the FlexSim DLL Maker over to BitBucket, I've decided to host the Rail API there as well. Here's the link.
https://bitbucket.org/flexsim/flexsim-rail-api. Feel free to contribute. |
#26
|
|||
|
|||
RAIL API ! coding
HI,
Thank you for this library. We need to know if it is possible to code in a dynamic manner in order to parameterize our simulation model. For transfer of containers between maritime terminals, we wanted: determining a number of wagons and locomotives; determine the transfer rules; run the simulation until all containers will be transferred Currently, we do this simulation but with hard coding. Thank you for your help |