Keyboard Shortcuts
Likes
- Crestron
- Messages
Search
Re: DSC PowerSeries Neo
Hey Tony, et.al.
Anyone heard of any updates on this?? or more importantly, does it actually provide any function like a keypad emulation, zone status, etc. I have a client that needs a security upgrade and his contractor standardizes on the NEO now. It would suck for him to have to have a rouge panel (ex: Honeywell) in his mix... TIA! |
Re: How to get C# trigger a method based on event from Simpl+
¿ªÔÆÌåÓýThe constructor definitely gets fired well before the SIMPL side of things has fully fired off ¨C I¡¯ve seen constructor print messages inserted in the program header print during boot and before the ¡°Program Started¡± print. ? If you have a method that relies on values set during an e.g. Initialize() method or loaded from a config file, etc., those may not be in place that early (depending on when you¡¯re invoking Initialize() or loading the values) you can definitely see null reference exceptions or the like but that¡¯s more of an architecture/sequencing thing and it¡¯s not fair to say that that¡¯s universal, nor should it generally take anything on the order of seconds. ? Lincoln ? -- Lincoln King-Cliby Commercial Market Director ? From: [email protected] <[email protected]> On Behalf Of
dontrobthemachina@...
Sent: Tuesday, April 4, 2023 5:31 AM To: [email protected] Subject: Re: [crestron] How to get C# trigger a method based on event from Simpl+ ? So if you put a 1 on a digial input or analog init and drive an input into a Simpl+ module that calls a C# method you don't get an exception? I get an exception every time, unless I allow a short delay before (after upload/reset)? |
Re: How to get C# trigger a method based on event from Simpl+
I¡¯m sorry to call you on this one, but it¡¯s simply wrong.
Global S# objects are instantiated well before the SIMPL engine gets going. ?No exceptions. Put some Console prints in the object constructor and do a prog reset. The objects are created before the SIMPL program is started. |
Re: How to get C# trigger a method based on event from Simpl+
Make sure you aren¡¯t triggering the Simpl+ input playerPress too early in your Simpl program. I assume you¡¯re setting _myGame along with the other global variables at the top of the file. If you are pulsing or pushing the Simpl+ input as soon as the Simpl program starts, you will get an exception as it takes a few seconds for C# objects to be newed up.
|
Re: Logic Engine Error
This error usually means a loop in a Simpl+ module; unfortunately it doesn't tell you which one. It's usally a while loop that has some condition <while(condition)> and the condition is never met, and the loop has no delay(s) within it, ultimately resulting in a lockup of that module, and eventually SIMPL.
|
Re: Stepper Bug?
¿ªÔÆÌåÓýI have not seen this behavior **except** if there¡¯s a transfer program dialog box lurking in the background (annoying ¡®feature¡¯ of SIMPL for a couple decades is that this dialog acts as a modal most of the time but certain circumstances it can drift to the background but still inhibit SIMPL functionality) ¨C but it¡¯s not just a Stepper in those cases any kind of ALT++ functionality and some others like the signal completion, F2/F6/F9 to either not work at all or to work differently than normal. ? Usually, the lowest stress way to report a bug is via OLH. And anything unique to your install that may help to pinpoint it would probably be helpful (e.g. which OS version? What language? Is there a particular sequence you can use to reproduce it, etc.) ? Lincoln ? -- Lincoln King-Cliby Commercial Market Director ? From: [email protected] <[email protected]> On Behalf Of
lo@...
Sent: Monday, April 3, 2023 2:44 AM To: [email protected] Subject: [crestron] Stepper Bug? ? Anyone come across this problem in SIMPL?
|
Stepper Bug?
Anyone come across this problem in SIMPL?
|
Re: ALTERNATIVE CLOCK SOURCE
It definitely causes problems when your shitter is unlevel. On Sun, Apr 2, 2023 at 11:38?AM AVMaster <AVMaster619@...> wrote: Ok I give up.? I searched far and wide for a ¡°level shitter¡± and couldn¡¯t find anything. Where does one find such a device? |
Crestron Certified Drivers Display Ethernet
I'm using?Crestron Certified Drivers Display Ethernet to control my Epson projector, managed to turn it on and off with no problem, but I have one feature that I needed badly -- adjust the ASPECT RATIO of the projector. I have tried various parameters to no avail. Anyone can help? ? Just wondering if anyone successfully issued certain commands through this Crestron Certified Ethernet Driver to make the projector works? |