Want to read Slashdot from your mobile device? Point it at m.slashdot.org and keep reading!

 



Forgot your password?
typodupeerror
×
Hardware IT

Ask Slashdot: Supporting "Antique" Software? 212

First time accepted submitter wolfguru writes "As the IT Manager for a large printing firm, I often have to provide hardware to support older software which is used to configure and maintain existing systems, some of which are nearly 20 years old. Much of the software uses RS-232 serial communications to connect to the PLC devices and is often 16 bit versions. Newer systems from the PLC manufacturers supports some of the equipment, but many of the older PLC consoles are essentially unreachable without the serial communications. For any of you faced with similar challenges in keeping a manufacturing environment maintenance department working; what do you use to support them and where do you find equipment that will run the older systems that are sometimes the only means of supporting these types of devices?"
This discussion has been archived. No new comments can be posted.

Ask Slashdot: Supporting "Antique" Software?

Comments Filter:
  • Virtual Machines (Score:5, Informative)

    by AmiMoJo ( 196126 ) * on Saturday June 01, 2013 @01:22PM (#43883889) Homepage Journal

    Fortunately RS232 is still well supported via PCI-e cards and USB, so you can just run the old system in a virtual machine on modern hardware to avoid many of the problems associated with maintaining old gear.

    My only other advice is to never underestimate the costs, especially when talking to your boss. He/she will want guarantees that everything runs smoothly all the time, which realistically you can't provide without plenty of redundancy and extensive testing. Be clear that old hardware is hard to maintain and repair, and not trivial to replace.

    • Re:Virtual Machines (Score:5, Interesting)

      by NJRoadfan ( 1254248 ) on Saturday June 01, 2013 @01:38PM (#43884007)
      If USB to serial adapters cause communications problems, most motherboards still have RS-232 headers on them (residing at DOS friendly COM1), just need the bracket. Most of them can run DOS as well as long as they have a BIOS boot option as an alternate to EFI mode.
      • by jamesh ( 87723 )

        Already posted this, I have had DOS apps that just don't work on new machines and with a bit of patching DOSBox worked fine..

        Also mentioned in the same post, I have recently found a few cases where 5 different onboard serial ports failed to work but a USB port worked just fine... really strange.

    • But dos and older windows 9X apps / os may not like USB to RS232 and or pci / pci-e based RS232 ports. Also VM pass though may not work 100%.

      You can try running free dos / MS-DOS 7.x or 8 on newer hardware but usb may not work as well.

    • by CAIMLAS ( 41445 )

      I've done this. The easy answer to your problem is: virtualization.

      Whether you're virtualizing DOS or Win9x, you can use modern USB devices as "real" serial devices on the guests. It works slightly differently with the different platforms (VirtualBox and VMWare are the best at this with VB being the best, in my experience, with XenServer failing and being difficult more often than not). With VirtualBox at least, you can pass a raw port to the guests.

      You MAY run into problems with port timing, however. Findi

      • Please, noone who has business needs use Virtualbox.

        There are a lot of free / basically free virtualization products out there suitable for business. Unless VBox has substantially improved in the last year or two, it isnt one of them.... unless you like random hangups / VM corruption.

  • by Anonymous Coward on Saturday June 01, 2013 @01:28PM (#43883925)

    They are a god send. For software I use RSlinx Gateway which is for Allen-Bradley PLC's, but has many different driver solutions. Also it will allow you to bridge network connections if your running DH 485/RS 232/DF1/ DH/DH+/Ethernet. Gateway is expensive though there might be a more cost effective solution.

    • by DarkOx ( 621550 )

      Don't know about the particular device you mention but just want to remind everyone to "put some thought into things" before just slapping ip->ethernet->rs232 gateways around all over the place. Many of those old RS232 interface had no authentication or access control, the ones that did usually it was a weak password or pin and no rotation or change period enforced. Lots of the remote ip -> serial port solutions I have seen run clear text too, so even if there is a password on the controller it

      • by wiggles ( 30088 )

        Anyone who merges their production industrial network with their common business network deserves everything they get.

        There should be an air gap between industrial control networks and business networks, and the industrial networks should never be able to touch the internet.

        • by D1G1T ( 1136467 )
          Yep. IT network administration and industrial networks are very very different, and require totally different mind-sets. I've been in plants where the people from the company's IT department aren't allowed on the factory floor. Deterministic behaviour and safety systems just aren't things your business IT guys ever think of. Conversely, network security is not something automation technologists have needed to deal with until recently, thus all the problems lately.
          • by cusco ( 717999 )
            Physical security systems are another issue as well. Ridiculous when frequently a company's largest security hole may be their frelling Security System! I've seen DVRs/NVRs with no password, and no ability to set one, access control panels with no passwords, until last year AMAG (the #2 vendor of enterprise-size key card systems) ran on MSDE (wouldn't install on anything higher, even in compatibility mode), cameras and infant abduction detection systems with logins of root/root or admin/admin, etc. Defau
    • When you buy a rack mounted unit that does this, it's sometimes called a terminal server. You can provide network to serial access, enable unique passwords on each device and create access lists. When I managed customer equipment, I used to require a DECserver and modem/phone line for last ditch access. In this case, I had firewall, switch, router and console access. Much of this kit is can be found used or see Vnetek [vnetek.com]. I understand Cisco also makes comparable product. You can pair this with virtual co

    • RS232 to Ethernet devices have a big security problem - they can expose your RS-232 device directly to the Internet. Many RS232 to Ethernet devices will talk to anything that tries to talk to them. Some have built-in minimal web servers for configuration, and those make it easy for attackers to find the device.

      Industrial automation people try to have isolated Ethernets for these devices. But then something comes along that needs to be on the isolated net and also needs to talk to something in the outside

      • 100% of RS232/RS485 to ethernet adaptors I have worked with have had at minimum IP level filtering. Trivial to defeat, I know, but most sit on networks with no direct connection to the internet. And honestly if you've got a hack on your subnet you have bigger problems than the fact that he can access your unknown (to him) PLC. Like the fact that he can own your SCADA and break things without having to understand ladder logic in the PLC.... Worry about your SCADA first, and your conversion devices second....

        • Trivial to defeat,

          Only if its UDP, and only if you dont care about return traffic.

          Spoofing an IP is really only useful when you are flooding a target and really dont care about bi-directional communication, or if youre punching a hole in a firewall with the help of an intermediary server.

      • by tibit ( 1762298 )

        An RS232-to-Ethernet device is should be essentially a hardened Raspberry Pi running a modern Linux, configured for security. The communications should be established using ssh configured for login only using known keys. This can be set up relatively easily to be pretty foolproof and can probably beat 99.99% of commercial products out there when it comes to security. It's really not that hard.

    • Excellent call. You beat me to it.

      The bridge hardware is worth every penny. By the time somebody grinds out a kludgey emulator zombie for some junk freeware, you're up and running with your system. In a factory environment, you often just don't have time to indulge in experimental development of custom applications.

      You can also see if the old RS-232/485 gear is recognizable by a Phoenix Contact or Wago DeviceNet-Serial hub. That's even easier since all modern PLC's support DeviceNet out of the box, and the

    • by gatkinso ( 15975 )

      The serial interface is not the problem, the 16 bit software talking through it is.

      • by adolf ( 21054 )

        Getting 16-bit software running on a modern computer is easy: This is why God has given us VMs.

        Getting a hardware serial port to work properly from within a VM is not always easy. This is why God has given us serial-to-Ethernet adapters which never get bogged down in the hardware abstraction of a VM.

        I've got a few Lantronix boxes that seem to work well. DIN-mount, very flexible power requirements, a pair of RS-232/422/485 ports, and a pair of Ethernet ports with a dumb 10/100 switch in between them: The

    • by jamesh ( 87723 )
      I use Netgear WND3800 + usb serial port for the same thing. It moved the control PC out of a hot dirty workshop and seems to work okay so far.
  • by stasike ( 1063564 ) on Saturday June 01, 2013 @01:34PM (#43883967)

    At work we use Industrial PCs for work with PLCs. You can still buy PC with an ISA slot, and most of industrial PCs have good old serial port. Just contact any competent supplied of industrial automation equipment.
    One of manufacturers is Advantech. Have a look at their UNO line of "brick" computers. Plenty of industrial RS232 and RS485 ports even in the most basic models. Computers are fanless and built to last. Unfortunatelly, those machines are bloody expensive.

    If you look really hard, you can even find new 486 machines. Those are even more expensive than Advantech bricks I wrote about, but there are still people that need those computers, so there are companies able to provide them at a cost.

    • by Dadoo ( 899435 )

      You can still buy PC with an ISA slot

      You don't need an ISA slot to get serial ports. Just a few months ago, I put together a brand new computer at work that has two RS232 ports on a PCI-express card. You can get one from Newegg for around $50.

      • Fanless industrial PCs tend to be more than R500. Also they tend to run old hardware and DDR2 RAM is now really expensive. It is silly, but it is the way things are. And fanless is a must in, for example, an environment which corrodes copper or tin in solder. And yes, I do work in such situations.

      • You can still buy PC with an ISA slot

        You don't need an ISA slot to get serial ports..

        No, but there are specialized boards that still have ISA slots. Sometimes it's considerably cheaper to replace the computer and keep the board, rather than vice versa. A new board will probably require new software, perhaps only available from a single vendor, and it may require retraining doctors, I mean users, who hate change. And, to be honest, if the old system did what they wanted, there's no reason to inflict something different upon them.

        • by adolf ( 21054 )

          And there are specialized boards that still have ISA slots for specialized gear.

          Without digging deeply at all, I found this: http://www.adek.com/ATX-motherboards.html [adek.com]. One of them has six serial ports, one ISA slot, a smattering of PCI and PCI Express, DDR3 RAM, and a socket 1155.

          • And there are specialized boards that still have ISA slots for specialized gear.

            Without digging deeply at all, I found this: http://www.adek.com/ATX-motherboards.html [adek.com]. One of them has six serial ports, one ISA slot, a smattering of PCI and PCI Express, DDR3 RAM, and a socket 1155.

            No doubt. And they've got a few with more than one ISA slot (I had 2 full-length ISA cards to insert). The software ran under MS-DOS, and the computer would never be used for anything other than the dedicated purpose, so PCI, DDR3, etc. was totally irrelevant.

            So... we're going to take a random motherboard and find out how compatible it is with software provided by the manufacturer of those ISA boards in 1985? Does the software make use of direct access to the hardware of the computer that the vendor orig

        • by drolli ( 522659 )

          Scientific equipment also is something where (due to low part numbers and long life-times) antique hardware is the standard.and totally obsolete drivers (say the newest version of windows these run on is windows me) are not impossible to find (to say the least). In 2011 i used perfectly fine equipment (HP, Tektronix) which was designed before the 90s.

    • It seems like if someone were to create a small 486 single board computer, similar to a Raspberry Pi, for under $60 or so, there would be an incredible market for it. For running everything from industrial equipment to a DOS/Windows retro gaming rig. Are there any cheap systems like this out there? I've seen lots of cheap ARM based boards but haven't come across any x86 ones.
  • The strategy should include a short time support strategy for old hardware. You can run 20 year old software on today's PCs either directly or in a virtual machine. However, you might have problems, because they are too fast. This short term support must be supplemented by a migration strategy for the old PLCs. I know that is hard, have worked in a project using PLCs in railway control systems, which have to run for 20 or more years before they are replaced again. Therefore, you need also a strategy how to

    • by Osgeld ( 1900440 )

      I work with this software, and too fast is not a problem, as its the PLC that runs the software, you just need to run the funky 20 year old uploader on something

      • by prefec2 ( 875483 )

        For the PLC part this is true, if replacement PLCs do not have a different sampling speed. However, I was more referring to the control software running on PCs. 20 year old software do sometimes timing stuff based on CPU cycles and even if not, certain problems first occur when the software is executed faster. But, yes, this is only an issue for PLC scenarios, where PLCs and PCs are tightly coupled.

        • That is what I love about Omron. Upload the program from, say a C2H, and download it on a modern CJ CPU, and everything seamlessly and flawlessly just works. Plant downtime rangers from zero to 15 minutes.... Other PLC manufacturers are very decent too, but bloody Siemens breaks between PLCs of different sizes on the same generation. Bastards. And Toshiba is still on Generation 1.

          • Siemens has sucked out loud in every imaginable way ever since they abandoned the old TI 505/Step 5 framework. Step 7 is grossly bloated for the scale it's good at, and fails miserably as a wannabe DCS.

        • by Osgeld ( 1900440 )

          Theres too much speed viratity to be clock synced with a CPU 20 years ago, it was an obsolete practice 15 years before that

        • I occasionally have to interface with Square-D SyMax PLCs from the early 80s. We still have equipment at customer sites that's using it. The software we have to do the programming uses software timing loops so I have to use a 386 or early 486 laptop to run it. I have this very old 386 laptop with an 80 Meg hard drive that still hangs on and boots. I've warned my boss that someday it won't boot and we'll be done.
          • by tibit ( 1762298 )

            You need to reverse engineer whatever runs on those PLCs and implement using something contemporary and off-the-shelf. Pronto.

  • 16 bit software. What OS? Windows 3.1? 2.11? OS/2? DOS? Xenix? Beside the RS-232 problem, finding new hardware for these OS can get difficult. As others stated, you can use VMs to run, but it would help us answer the question if you list the OS. Just finding old OSs can be quite difficult. (legally)
  • You're not alone (Score:5, Informative)

    by mykepredko ( 40154 ) on Saturday June 01, 2013 @01:40PM (#43884029) Homepage

    Hi Timothy,

    Unfortunately, you didn't provide a lot of information in your post as to what the problems are.

    As people have pointed out, there are a ton of USB to Serial solutions out there so having the modern hardware with the ability to communicate over RS-232 is generally not a problem (although, depending on the connections used, you might want to invest in a RS-232 breakout box and read up on RS-232 handshaking as many of the older devices do use hardware handshaking). I have a few hand wired 9 pin to 25 pin connectors with the CTS-RTS and DSR-DTR pins shorted together as they can simplify your life immeasurably.

    In my experience, the biggest problem is retaining floppies & CDs with the original software on them (assuming that the developers are no longer supporting the product/are out of business). If the company is still in business, usually they're pretty good at providing updated software for their products. If they're not in business, then look to see if they were bought out by anybody. Chances are you'll find that the purchaser is still supporting the product, although it may be under another name.

    Personally, the biggest issue that I see when I have encountered this type of situation is that the original programs are on floppies. If this is the case, you will need to find somebody with a Windows/95 machine that they're keeping together with spit, bailing wire, gaffer's tape and good intentions - you should be able to copy the program onto a USB key and then burn it on a CD/DVD for more permanent storage.

    Once you have the program in a media that you can work with, you may have problems with the installation. You will probably have to create a virtual machine on your PC AND there may be 16 bit programs that you have to convert to 32 bit - here's a great resource that's saved me a couple of times: http://www.reactos.org/forum/viewtopic.php?f=22&t=10988 [reactos.org]

    Finally, Google is your friend. Chances are the answers are out there for your particular equipment.

    Good luck!

    myke

    • by CAIMLAS ( 41445 )

      'dd' (or rawdiskwrite, or whatever the Windows equivalent is) is your friend, as is virtualization. There is very, very slim rationale behind keeping these systems physical. Even SCO virtualizes OK in most scenarios.

    • by toygeek ( 473120 )

      For one application where a customer had to run an old 16 bit DOS application on a newer Windows box, I installed DOSBox (which is typically used for gaming) and it worked great. Mind you, it was a very simple piece of software and did not use rs232 communication, but instead was like a hard coded spreadsheet. A very specific, difficult to replace, probably no replacement existed, hardcoded spreadsheet. It worked great.

    • USB to serial adapters are shit. +/-6V instead of +/-12V and variable latency (USB does not guarantee latency). RS232/RS485 to Ethernet adapters are far better, but nothing competes with a physical port for some obscure finicky equipment. And yes, it is still out there working fine unlike the modern rubbish that fails if the air gets slightly moist.

    • I have a few hand wired 9 pin to 25 pin connectors with the CTS-RTS and DSR-DTR pins shorted together as they can simplify your life immeasurably.

      Better be careful about shorting hardware flow control pins. I've seen CNC mills where someone did that. (Google "CNC Drip Feed"). The feeding PC didn't know the CNC controller buffer was full and kept sending data. When the CNC controller began accepting data again, it had missed hundreds of lines of code. The move commands drove the cutting tool into a bad place and people almost got hurt.

      Your advice to learn RS-232 was excellent. But one must understand the flow control issues before you can know how

    • by tibit ( 1762298 )

      You can still buy USB floppy drives. They were very popular when macs dropped internal floppy drives. Mac-based labs were full of those things back around 2000.

  • On a modern OS, such as Windows or Linux (preferable), you can use a virtual machine to run older DOS and such operating systems, passing the RS-232 ports of the host though to the virtual machine. Works great for me, and I use that for dealing with similar embedded systems all the time. FWIW, my preferred host OS is a clone of Red Hat Enterprise Linux (RHEL) 6, Scientific Linux (SL). CentOS is another such clone, and widely used in industry. I use SL because I personally know the maintainers of SL at Fermi
  • by martin ( 1336 )

    All about risks, not just the fact the device is RS-232 only, but can the manufacturer support the equipment and if it fails whats the cost to the business while the machine is down.

    Sure we can all get 486's with ISA cards if the device needs connectivity to the outside world, but the device of that is a business risk and needs Mgmt to be aware of the issue.
    I've had a parts carousel system go down for weeks while we replace gearboxes, made worse by a switch from AC to DC by the manufacturer. Costs to the bu

  • Some observations... (Score:5, Interesting)

    by tlambert ( 566799 ) on Saturday June 01, 2013 @02:18PM (#43884253)

    Here are some observations about why the problem isn't as difficult as you are making it out to be.

    First and foremost, for older PLC hardware, the PLC hardware was considered to be the valuable part, and the software/drivers were considered to be overhead that they had to have to sell the hardware. So most of the serial protocols for these things were well documented in order to reduce support costs. In general there was either reluctant free support for their software/drivers, or you paid a fee per incident. If support contracts were an option ... you are unlikely to have kept the payments up this long. So you will likely be writing some code, but you will likely have documentation with which to do it.

    Second, the FTDI drivers are crap. They leak kernel memory in Linux when you unplug them while the device associated with them is open. They also do this in the Windows Drivers, and because Mac OS X is religious about its encapsulation model in IOKit, unplugging them in Mac OS X while the device is open generally leads to a kernel panic. Almost all the USB-to-RS232C/RS422 adapters use chips sourced from FTDI, or use clones of the FTDI chips so they don't have to actually write their own drivers. Rampant code copying between vendors is my suspected reason that most of these vendors refuse to document their hardware well enough that an Open Source driver without the bugs could be written. You are unlikely to be happy with USB fobs.

    Third, 9 pin RS232C is frequently not enough for a lot of older devices. The RS232C specification allows external clocking of the signal, but these pins are not present on the 9 pin connectors, only on the 25 pin. Additionally, there is out of band signaling that is sometimes used on other RS232C pins that aren't as frequently used that can be necessary. As you are with a printing firm, if what we are talking about here is an old Linotype or similar machine, you are likely to be SOL without full 25 pin RS232C. You should be happy that it isn't an 8 pin DIN cable from an old Mac, since at least you get the RI pin on the 9 pin connector.

    Fourth, terminal servers often have these issues, in spades. There are a number of terminal servers where, if you have a blocking outstanding read on the serial port, outgoing writes are blocked until the read completes or times out. They basically expect that you will poll, or that all your communications over the serial port will be synchronous (i.e. you will not end up with output to your Wyse-50 until after you have input something). I can name a number of vendors with 8-port serial cards that have this issue. On the plus side, it's a driver design bug, so if you are swilling to use your own driver, or are willing to go Open Source OS, this is typically not a problem, but you will end up screwed by Windows and Mac OS X -- but a Mac OS X subclass of the broken driver is easier than an entirely new driver written in windows. Computone 8 port cards used to have this problem a lot.

    Fifth, and finally, with USB dongles, it's frequent that the modem control signals are borked up. What I mean by this is that until the pseudo tty USB driver on the host side of things is opened, then the pins on the RS232C side of the adapter are floating in an indeterminate state which depends on the USB fob firmware, and is frequently not where you would want e.g. DTR or CTS/RTS or other signals hanging out for an idle serial port. This can make older equipment Do Things(tm), and the oly real remedy is to get the port open, set the signals right, and THEN plug in the serial cable. Generally, this means that you get to have two sets of signal state for setup, in addition, since the line buffers in some of the older devices are not optoisolated, and on those which are, the optoisolation can blow if you immediately apply voltage before ground, etc.. If you think talking to an old PLC is hard, try replacing an ancient Zilog UART on the damn thing.

    • by Dadoo ( 899435 )

      Third, 9 pin RS232C is frequently not enough for a lot of older devices.

      That hasn't been my experience. I've been doing RS232 since the early 80s, and I've run across very few devices from that time period that use more than the minimum three.

      What I have seen for devices that use the other signals is that they'll use them differently. For instance, the original RS232 spec uses RTS/CTS differently than they're used today. Also, pins will be used incorrectly; I have a computer in my garage that uses DTR for f

    • And 9 out of 10 USB to serial adapters I have run into can't even generate the correct pin voltages... +/- 6V might work for some devices, but not all. A lot won't see anything below +/-12V. Especially the 'comms powered' type.

      • by tibit ( 1762298 )

        I think those devices have transceiver chips that are broken, because the RS-232 specification for the receiver certainly requires it to work with +/-3V levels - those are considered the minimum levels, in fact. Anything between +3 to +15V and -3V to -15V is a valid logic level. If you have an RS-232 receiver that doesn't work with +/-6V signals, it's broken, plain and simple. I've designed some RS232-powered devices and they obviously had to work through the range of allowed logic level voltages. There's g

    • Re: (Score:3, Informative)

      by Lvdata ( 1214190 )
      My ftdi on my arduino does have intermittent upload errors when used inside of VMware. I can live with it as it does a crc check. If your H/W S/W doesn't error check you might want to avoid that combination.
    • by tibit ( 1762298 )

      This is some serious bullshit about the FTDI drivers, and I don't like them but you just don't know what you're talking about I think.

      On linux you have two "ftdi" drivers: there's the open source one that's part of the kernel and it shouldn't be problematic. It's maintained and it uses the usbserial infrastructure that's used for many other devices. I can't see it having such problems. The FTDI-provided "driver" is 100% userspace and uses libusb, so if that leaks kernel resources, man, you better posted abo

  • Just make sure you get one supporting the flow control lines, which most cheapo adapters don't. Most industrial equipment i've worked with wont communicate without those.

  • Am I the only one laughing at the thought something from the early 90s is now considered antique?

    • Yeah, I was just blowing dust out of a not easily replaced original IBM PC from 1982 at a manufacturing site last week, and I sure wouldn't call even that antique.

      Serial ports are a pretty easy thing to deal with. In PC land it's stuff on old ISA cards that are the real nightmare. One of those is what's keeping that PC alive, and we can't even replace the system with a newer model because the software is only timed right at 4.77Mhz. I'm just glad I don't have any MCA bus hardware to worry about anymore.

      • by tibit ( 1762298 )

        It should be eminently doable to software-simulate it on modern hardware. Simulate everything including custom hardware they have.

    • Am I the only one laughing at the thought something from the early 90s is now considered antique?

      Ha, darn kids probably can't fathom the idea that there were real computers in use by companies and organizations before those flashy single chip microprocessor based PCs were all the rage.

      No mention of minis like PDP, VAX/VMS (RIP DEC), CDC Cyber (12-bit bytes [wikipedia.org]), Data General [businessweek.com], or IBM & Unisys mainframes.

      Thankfully there was at least mention of Zilog's Z80, terminal servers, RS-422/485, and green screens.

      Bunch of whiny kids. Next they'll complain their first automobile or hand-me-down cathode ray tube co

      • Heck, I develop, maintain, and extend software that's over 20 years old. I've worked on software written before I was born.

        The software JPL uses to navigate all of its space probes was written by Dan Alderson, [wikipedia.org] who died in 1986. Why haven't they replaced it? Better yet, ask why should they replace it when it works so well. So far, the only failure it's had was when somebody screwed up a measurement conversion, and you can't blame the software for that!
  • Is see if the PLC manufacturer supports newer hardware/software. I went through this in a few places. Ancient systems in place to do a specific function.

    But where I could I replaced them with more modern hardware and software. Sometimes I'd have to write the software myself but it got done.
  • What about using a terminal server for RS232 stuff? There are plenty of them out there that are designed to give you a console connection to network gear. Seems like you might be able to hack something like this to make it work. Essentially you would load a driver on a PC that makes it think the serial port on the terminal server is a local RS232 port.
  • I don't understand the question. Why is running hardware via serial ports a problem? Serial ports have been included on almost every PC made for the last 30 years. I have plenty of serial port based hardware. You plug it in. There are literally billions of computers on the planet with serial ports.
  • by technos ( 73414 ) on Saturday June 01, 2013 @04:14PM (#43884881) Homepage Journal

    I had to support a manufacturing company 15 years ago that was using (at the time) 15-20 year old gear. I did it by scavenging and making it myself. Robot needs a new SSDD floppy drive? Flea market Commodore. RAM in the Soviet S100 clone going bad? Take apart a broken synth. Winchester drive controller going tits up? Drive around and look at all the junk bins of every computer shop in the county. Need to move a bit of kit but now the non-standard 45-pin cable is too short? Clip the ends off and Radio Shack them to RS-232. I also swapped a lot of gear around; The DOS machine that was used to program one robot was gradually upgraded from an 8088 machine to a 486 as I stole parts from it to keep the CP/M-86 one running.

    The other thing I did a lot of was preventative maintenance. Blow out the dust, check the power supply, clean the disc drive, make sure everything is well seated. Switches got lubed, cables checked for faults, and media replaced.

  • the way they supported old lines at (major environmental controls company you've all heard of) was to keep all the old 286 machines and line printers in a back room the size of an 80s living room, and repair, repair, repair. label printing for boxes on the production line was old Printronics machines, which was the big headache.

  • by D1G1T ( 1136467 ) on Saturday June 01, 2013 @05:07PM (#43885199)
    One of the few marketing catalogues I actually use. Sometimes flipping through a book can show you products you didn't know existed. http://www.iebmedia.com/ [iebmedia.com]
  • They are cheap, almost indestructible, small, low-power and ancient enough to comfortably run any legacy application out there, even under pure DOS. Should one break (which is, in itself, rather unlikely even for heavily used units), full service manuals are available and having lots of them means easy replacements. They have traditional, hardware RS232 and LPT ports, one of each. As long as you need a single machine for a single PLC, X40s should be one of the best tools for the job.

  • Vendors, such as Apple, Microsoft, etc, should be required to continue to support older software in their new hardware and OS releases.

    There is no excuse, except greed, for them to drop support for Classic, Rosetta, PPC, etc. The new hardware, even a lowly iPodTouch, can easily emulate the old systems by orders of magnitude. There is a tremendous amount of not just mission critical software such as the above article discussed but also simply good software like what came out of the hay-day of educational sof

    • by DogDude ( 805747 )
      Windows maintains the best backwards compatibility in the industry. Apple, the worst. Why you'd lump these two together is beyond me...
  • I have two Windows98 virtual machines to support equipment requiring crusty old modems. They have been running trouble free for several years now.

He has not acquired a fortune; the fortune has acquired him. -- Bion

Working...