Nope, I ate them all! I need some other wav or can you 'Refresh' >= .vNoneLeft
Sincerely, Paul D. -----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of MikeB Sent: Wednesday, December 23, 2009 3:35 PM To: RBASE-L Mailing List Subject: [RBASE-L] - Re: Using RBASE 7.6 to control physical PC connecteddevices like speakers and USB or RS232 connected lights and sirens. Do you have "C:\Windows\Media\ChristmasCookiesAreInTheBreakRoom.wav" ? ----- Original Message ----- From: <[email protected]> To: "RBASE-L Mailing List" <[email protected]> Sent: Wednesday, December 23, 2009 2:24 PM Subject: [RBASE-L] - Re: Using RBASE 7.6 to control physical PC connecteddevices like speakers and USB or RS232 connected lights and sirens. I have a complete Public Address system that annouces shift, break and lunch start and ending times along with other notifications, 24/7 for a factory. All done in Rbase. It plays different sounds for shift start, end etc. I.E. you can specify the file, even ones you record yourself. The command that actually generates the output for sound is: --create event command set quotes = " set var vcommand = ("Beep " + "'" + "file " + .vEventFile + "'" ) &vcommand Where vEventfile is .wav file such as: C:\Windows\Media\windavinciopen.wav I then loop the command to have it play as many times as I need. The system has a table that holds the event name, time to activate, days to activate and file to play. The system code then runs via a form timer. I run the PC sound output through a pre-amp that then goes to a remote PA amp that broad casts over a 300,000 sqft facility. Works really nice with a menu system for maintaining when and what is announced. It then runs complete unattended. -Bob

