From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-0.9 required=5.0 tests=BAYES_00,FORGED_GMAIL_RCVD, FREEMAIL_FROM autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: 103376,35edde140291c79e X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII Received: by 10.68.232.42 with SMTP id tl10mr12752526pbc.7.1335656129521; Sat, 28 Apr 2012 16:35:29 -0700 (PDT) Path: r9ni109926pbh.0!nntp.google.com!news1.google.com!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail From: =?ISO-8859-1?Q?bj=F6rn_lundin?= Newsgroups: comp.lang.ada Subject: Re: Can Ada iterate over Nd array? Date: Sat, 28 Apr 2012 16:19:15 -0700 (PDT) Organization: http://groups.google.com Message-ID: <21091078.47.1335655155574.JavaMail.geo-discussion-forums@vbx14> References: <393172.2032.1335455290715.JavaMail.geo-discussion-forums@yntt13> <4f9ba943$0$9504$9b4e6d93@newsspool1.arcor-online.net> <3358586.638.1335605749902.JavaMail.geo-discussion-forums@vbbfk16> NNTP-Posting-Host: 46.195.12.29 Mime-Version: 1.0 X-Trace: posting.google.com 1335656129 23927 127.0.0.1 (28 Apr 2012 23:35:29 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Sat, 28 Apr 2012 23:35:29 +0000 (UTC) In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=46.195.12.29; posting-account=3_reEwoAAAC163IAIrx427KYmwahFuh9 User-Agent: G2/1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Date: 2012-04-28T16:19:15-07:00 List-Id: Usual values are Stores: 2-5 Racks: 20 Stacks: 100 Level: 15 Depth: usually 1, sometimes 2, in rare cases up to 12 So, not that many, a large project may have up two 100_000 locations Physical pallet locations that is.=20 The values of course varies with projects.=20 Yes, it could be mapped somehow, but this=20 Loc : location_type renames stores(2,4,7,4,1)=20 notation makes it readable.=20 And loops for finding free locations are fast. They had to be in ram, since= the location should be chosen At a selection point on the conveyor system, without the pallet stopping. T= hat meant * conveyor send 'pallet at selection location' * location selection * send new destination to conveyor This had to be fast, serial lines was used, and databases were not that fas= t.=20 -- Bj=F6rn lundin