Search the Community
Showing results for tags 'entity'.
-
Record Statistics Per Entity Throughout Simulation
Emiliano posted a topic in SI General Discussions
Hi! I have been using SIMIO for quite some time now, but I have barely come across this need. I need to record the time spent per entity at any given path/server in the simulation, rather than obtaining the average time for all entities at the end of the simulation. Take the image below as an example. I need to record the time spent in the link (TimeOnLink) per entity generated. The path corresponds to that connecting the source to servers 2-7. Then, I need to record the time spent per entity on servers 2-7 (TimeInStation). I can display the unique ID number for each entity by Entity.ID, now I need to match the statistics. I figure the best way to model is trough ExcelWrite, but I can't manage to make it work. Any hints? The plan is to get the following information per entity, rather than a summary of all entities.- 1 reply
-
- excelwrite
- entity
-
(and 1 more)
Tagged with:
-
Just wondering how can I model the behavior of slowing down when two entities come across each other from two directions? Any clue or suggestions?
- 4 replies
-
- bidirectional
- link path
-
(and 1 more)
Tagged with:
-
Please help, I am at a loss, I have been trying for hours now and I assume the solution to be very simple and I'm just overlooking it. I have three entities going through my system; Ship, Truck and Train. All three entities have different carbon emissions. I want to create a status label that shows the total carbon emissions per entity based on kilometers traveled in the system. The label should show something like 'ShipEntity.Totaldistancetraveled * 0.323 (or whatever co2 output is for that entity)'. However you can't set 'totaldistancetraveled' or record it with any variable for these entities, only the 'ModelEntity' that I didnt create myself but is always there when you start. Also, I don't want to use vehicles. I just want to use entities through my system. Please help me. I have attached the model for your reference, I dont know if that is necessary or if it helps. Kind regards, Jason Corridor Model 0.05.spfx
- 1 reply
-
- totaldistancetraveled
- distance
- (and 5 more)
-
Is there a way to label an entity with an ID (customer vechile ID) as it moves around the different maintenance shop? The ID is coming from an excel file. Thanks