Slashdot Mirror


Marking Time - Controlling a Noisemaker from a PC?

fallen1 asks: "My company is engaged in making trusses for various home, business, and industrial applications. One thing our truss plant does not have is a signal device to keep everyone on schedule for shift starts, breaks, lunch, and so on. Currently the plant manager is responsible for making sure everyone takes off when they are supposed to. This is, of course, highly inefficient and is causing problems. They approached me, asking to research into time control devices that can signal all the starts and stops (our time clock is integrated into our POS/sales system). Of course, one of my first stops was Slashdot ;-). Please keep in mind I am fairly new to Linux. So, in the interest of trying to keep the cost down, does anyone know of a Linux software/hardware combo that can control a horn or bell - as well as length of ring/tone - for multiple events? Any feedback would be greatly appreciated." A friend of mine once wired his CD remote control to the computer and wrote a simple timer in C: Voila! A simple alarm clock (assuming the remote was pointed in the right direction). A similar principle would also work here. You could tie a computer to the aux-in of an amp, which is in turn tied to LARGE speakers at both ends of the plant, and have it make the right noises at the right time. I'm sure this has been done in a variety of ways, before. If you've done something like this with a computer, particularly at an industrial scale, please share the details.

3 of 33 comments (clear)

  1. Cron and PC Speaker/Sound Card.... by jsimon12 · · Score: 3, Insightful

    Well, seeing as the computer has a good clock, just use cron to either :

    a. play an MP3/WAV/AU whatever over the sound card, which in turn is plugged into the speaker

    b. make some noise over the PC speaker (if for whatever reason you don't have a sound card, course this would require a little wiring, but not a whole hell of a lot)

  2. You have got to be joking... by jo42 · · Score: 2, Insightful

    Forget cobbling up a Goldberg contraption. Go to your local marine store and buy some air power horns. Have the shop foreman blow the horns.

  3. Get The Work Alerter by gorillasoft · · Score: 3, Insightful

    Don't bother setting up a computer system and hacking something out. Instead, just use something like The Work Alerter, which is ready-made and allows up to 32 events. It even includes a speaker and you can set the duration of the sound from 1 to 99 seconds. It looks like additional speakers can be attached. It has a low cost of $389 and probably more reliable than hacking out a computer setup. Sometimes the right tool for the job is not Linux on a computer system.

    (I'm not affiliated with them, it was just the first place listed in my search results.)