Jump to content

lisaverschuren

Members
  • Posts

    4
  • Joined

  • Last visited

Posts posted by lisaverschuren

  1. Thank you! That solved my first problem!


    I also need to know how much time a transporter is waiting at the node where the entities are put on the vehicle.

    Now I have: BasicNode1.RidePickupQueue.AverageTimeWaiting but it also doesn't work.

    What do i do wrong? Do I also have to solve this with a resourcestate?

  2. Hi,


    I want to know a few outputs regarding my vehicle.

    I have 16 vehicles who transport entities to multiple sinks and then go back to the source to get more entities.

    I want to know what the average time/ride is, the total number of rides and the average time an entity is in the ridestation.

    In the pivotgrid, these are called: (for example for vehicle 1.[1])

    -Vehicle1[1].ResourceState.TimeTransporting.average

    -Vehicle1[1].ResourceState.TimeTransporting.Occurences

    -Vehicle1[1].RideStation.HoldingTime.TimeInStation.Average

    these are the outputs i want to know, but when i enter these expressions or expressions sort of the same, it doesn't work.

    what expressions do i have to use in my responses in order to get the right outputs?

    Or do I have to use my pivotgrid to calculate these?


    Regards, Lisa

  3. I want to delay my vehicle with randomly selected times, which it retrieves from a data table.

    I have set the delay as Table1.ExpressionProperty1.RandomRow, but it doesn't work

    the expressiontable has 10 different values for delays and has time as a unit

    Can someone help me figuring out what is wrong?

×
×
  • Create New...