MaximumContent of a server

All topics on coding 4Dscript in Enterprise Dynamics.
Post Reply
Medo
Posts: 4
Joined: Wednesday 16 October, 2013 - 21:29

MaximumContent of a server

Post by Medo »

Hi all,

I have difficulties with a 'simple' aspect.
I can't manage to view the maximum content of pallets that were simultaneously present in the server (unloading) area.

In my model there a coming pallets in the unloading area and the truckdrivers take the pallets out of this area. But becouse of different cyclustimes there wil Always pallets in the unloading area. And i want to know the amount of these pallets when at its max.

Thank you


BR, Medo
marlies
Posts: 301
Joined: Monday 17 January, 2011 - 09:28

Re: MaximumContent of a server

Post by marlies »

Hi Medo,

There are two 4Dscript commands you could use:
- MaximumContent(e1)
- MaxContent(e1, e2, e3)
The 1st one gives you the maximumcontent of the referred atom during the complete simulation run.
The 2nd one gives you the maximumcontent in the specified time period (this command needs the history logging option)

Regards, Marlies
Post Reply