Trying to get a doorbell.wav file into a CTC. Following the directions below but no luck - Still get the "File Doesn't exist" msg on the CTC. I'm also not clear on the PCM file format issue. Do I have to convert it, or not? http://www.cbusforums.com/forums/showthread.php?t=4772 Here's the logic I'm trying to use; once (GetLightingState("Doorbell_buscoupler") = ON) then begin Execute ('C:\Clipsal\PICED\Projects\IHG\doorbell2.wav', ''); end; I have a button set to 'special function - Program, run' linked to the file C:\Clipsal\PICED\Projects\IHG\doorbell2.wav. ,but still get the 'doesn't exist' msg. What part of this am I missing? Thanks!
See help topic "Exporting to an Archive". You can now add additional files to the archive. You need to include the sound file.
File must be converted to PCM Thanks. Discovered that yes, the file does need to be converted to the PCM format. After I converted the file, and then transferred to the Color Touch Screen via the 'additional files' section of the transfer utility, it worked fine.