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 Path: eternal-september.org!reader01.eternal-september.org!.POSTED!not-for-mail From: =?UTF-8?Q?Bj=c3=b6rn_Lundin?= Newsgroups: comp.lang.ada Subject: Re: warehouse automation in ADA? robots? Date: Wed, 27 Feb 2019 13:30:17 +0100 Organization: A noiseless patient Spider Message-ID: References: <808fb3ef-d1c7-4cce-99f3-b3fd91424413@googlegroups.com> <1837c373-eb8e-46a9-99bf-2664444d6e81@googlegroups.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Injection-Date: Wed, 27 Feb 2019 12:30:18 -0000 (UTC) Injection-Info: reader02.eternal-september.org; posting-host="bb355e2cc599da7d83131ee6aa8271a8"; logging-data="25055"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX18saVSw4IfojPC7QUJMfZsW" User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.8.0 Cancel-Lock: sha1:Il899Dim2KeoWWDFlaaTo5N6gTo= In-Reply-To: <1837c373-eb8e-46a9-99bf-2664444d6e81@googlegroups.com> Content-Language: en-US Xref: reader01.eternal-september.org comp.lang.ada:55693 Date: 2019-02-27T13:30:17+01:00 List-Id: On 2019-02-27 11:28, Jesper Quorning wrote: > On Tuesday, February 26, 2019 at 10:14:19 AM UTC+1, björn lundin wrote: > >> WCS - Warehouse Control System >> The system plan and carry out transports in automatic equipment. >> Usally the WMS manages the forklift drivers >> >> Sattmate and vendor specific ones (All >> companies above has one but Sattmate is the only (or one of the >> few) non-vendor Control system that I know of (in Europe) > > I have heard about a system from the swedish compagny ConSafe using Ada extensively for WCS. Free from my memory they are upgrading from Ada 83 to Ada 2000-something in the Copenhagen area.. > > Maybe somone reading CLA can confirm or reject this..? > > > Jesper. > I can. I am Chief Architect for Automation at Consafe Logistics SE. The product you refer to is the one I referred to as sattmate above. I am the chief developer/maintainer of it as well It is a stand-alone WCS system, entirely in Ada. Was in Ada 83, But during the years, som OO has snuck in and some 2012 features like contracts in some low level packages (by Jacob Sparre Andersen) and inheritance of Ada.Finalization , use of Ada.Directories and Ada.Containers.* and for x of container loops (by me) There was also a WMS product in Ada, with which the WCS is related to That one is pronounced End-of-Life 2021 I was one of the developers in that product too. But we were never upgrading from Ada83 to Ada whatever as such. When we found new features in the language, we introduced them. Like the Ada.Directories package. Meant that I could throw out different home-brewed directory handling on Windows and AIX/Linux and replace it with the standard package. The backwards compatibility of the language is great, so we were/are never afraid of using a new compiler on old code. Had been done lots of times, and never failed. And yes, for the WMS, we have many customers in the Copenhagen area. Actually, I think you'd have a hard time to find a grocery store that is not handled by us, in Denmark. (I think there are some, but the main ones runs Ada) -- -- Björn