¿ªÔÆÌåÓýInteresting idea with the is_initialized FB ? I¡¯ve been just dropping a ?//[audio][global]_enable_debug or similar signal on the debug line so I can drive it if/as needed with Debugger so I¡¯m in more-or-less complete control of debug messaging and the default state is off. ? -- Lincoln King-Cliby, CTS, DMC-E-4K/T/D ? From: [email protected] [mailto:[email protected]]
On Behalf Of Brian Erchenbrecher via groups.io
Sent: Wednesday, November 04, 2020 1:41 PM To: [email protected] Subject: Re: [crestron] SIMPL Error? ? I would recommend pulling the 1 off of the debug, unless you want the Tesira modules to spit messages into console every time something happens. Something I do in my programs containing the Biamp Tesira modules is to tie the "Is_Initialized" signal to a NOT and use that to drive the "Debug" input. Sure, it prints a bunch of messages in console during initialization, but it also helps track down any errors in specific modules that may be problematic. There may be a better way of doing this now that the 3.1 modules are out, as they don't hold up initialization based on a bad instance tag or index value, rather they quarantine individual modules that failed the initialization process and provide feedback to that effect. I'm not sure which version you're using, so hopefully this helps to some degree. |