Jump to content

jzhou

Members
  • Posts

    530
  • Joined

  • Last visited

  • Days Won

    39

Everything posted by jzhou

  1. This is an excerpt from user manual "Starting in Simio sprint 156, the Seize, Move, Route and Release steps (not all steps) allow for specifying the list members within a table and referencing the TableName.ColumnName within the Object List Name or Node List Name properties. Note that the user has to manually add 'Table.ObjectColumn' to the List Name property because it does not appear in the dropdown or right click table reference. Once specified, this then allows table referencing of list members to be done within the Secondary Resources section of many objects, as well as the Resource Requirements section of task sequence type processing. Routing Logic within object TransferNodes may also include the table type lists. Please note that this also includes the use of table state columns (Enterprise edition) for the list which, combined with the Output tables (see Enterprise Data Window page) and the RemoveRows step, allows for dynamic runtime building of lists. See the SimBits UsingRelationalTablesToDefineNodeLists and UsingRelationalTablesToDefineTaskResourceLists for more examples. "
  2. simulation itself can apply lean sixsigma framrwork~
  3. use a sequence table will do... in the sequence table ,add an additional column to store the processing time...
  4. 您可以参考我做的附件模型I built a small model and as attached with kind regards/Jeff FORKLIFT ENTERING OBJECT.spfx
  5. seems the variable 'i' never changed~~~ you can use a status label to check that.~~~
  6. Feature request: Vehicle can pick up and drop off things(Entity)at (x,y,z) in free space , NOT node. This is especially useful to model battle field rescue work, when wounded soldier was randomly created in a zone (not on nodes). thanks
  7. yeah , it is not so good to increment that Before Exit State Assignment, becuase each entity you created would trigger that. If you increment that by Math.If(Index == PartDefinition.AvailableRowCount, 1, Index + 1), then the quantitis you defined will trigger many times of calculation. so say if the first entity is red entity, the quantities are 3, then after the 3rd one coming out of source, the index turns 3.
  8. is it proprietary, would you share with us the dll?? Thanks!Tulach...
  9. Right But if I have lots of servers and each has many task Sequence operation, it will be a big issue, have to populate two many processes Seems it is better to embed the logic into Server's task sequence,using some flag................
  10. I have a question. It is about Interrupting" task sequence" operation. Tried a few solution and don’t work…: Say MyServer1 has a task sequence( 3 OPERATION) , within the task sequence logic, it seizes MyWorker1. after it finished the current task,it release the worker. I have a Button,that trigger a event, and it will have to interrupt the current task on MyServer1, and the worker go to transport things in below area . and then it go back and resume his previous task(with some remaining work) at MyServer1… I checked the processes inside Server Object ,there is a process called PerformProcessingTask. , but how can I know what is the Worker’s current task and I need it to resume that pending job after doing something else(usually a work with higher priority )??Attached is a small model we build to show the problem。Any suggestion are highly appreciated InterruptingTaskExample.spfx
  11. I think this is exactly what I look for, I think Simio team will have a look at it . My request is: Is there a function that can return the ColumnName of a typical cell. for example Table1[1, 2].ColumnName Table1[2, 3].ColumnName or if know current col number( a statevaribale) , then return the Table's ColumnName(string )
  12. You may need to use Station elements to stand for each storage bin and use process logic to do the storage logic
  13. Thanks! This is solved in this post: http://www.simio.com/forums/viewtopic.php?f=18&t=2210
  14. Dear Sir Currently One timer can trigger N process, using the trigerring event sometimes we need several Timers to trigger the same Processes and the processes need to decide what response to take depending on the type of Timer. Is it possible to use several Timers to trigger 1 Process. ??? How to workaround? Thanks for your support! Kind regards/Jeff Wuxi Xunhe http://www.simio-china.com
  15. What d'y mean load/unload "simultaneously"
  16. Does this help, please see attached modified model VehicleTransfer1.spfx Regards Jeff
  17. Hi Christine Do you have a example to illustrate this ' Keep reserved' features?
  18. please refer http://www.simio.com/forums/viewtopic.php?f=17&t=2009&p=6502&hilit=pass+table+into#p6502
  19. Are you from china, you could join our instant messaging group discussion, QQ number is :93832458 中国国内官方simio技术群93832458 There are many academic users there and a consultant from Mosimtec and one from XUNHETECH. You could download this popular IM software from Tencent website: http://im.qq.com/pcqq/ Regards
  20. Hello Asagan: I have a question re: how to assign a specific product type onto a Server based on a SCHEDULE.. Products coming from S1,S2,S3,S4 randomly and queue before ServerA, and ServerA can only work on a spefic Type based on the SCHEDULE's time period,means it need to choose specific product in the QUEUE ..thanks !! Of course this can be made more complex, but so far ,this is the question....
  21. Dear g1h2j3, sorry, I don't have time to look at ur model last night or tonight, as by fully occupied with other things. May look at tommrrow evening...
  22. Now I used a server with multiple capacity to be a rough-cut simulation.... Just curious about your FREE SPACE approach, can you provide a bit more details ??? After subclassing CONVEYOR, there is a property called TYPE which can allow bi-directional conveyor, but still not make it work successfully,, trying ..............
  23. I attach an illustration to visual this, any one has met the similar modelling situation???
×
×
  • Create New...