Keyboard Shortcuts
Likes
- Crestron
- Messages
Search
CrestronGo Remote Access
I haven¡¯t tried this via cellular access since the previous apps butI cannot get it working.
Ihave set up mycrestron and have added xxx.mycrestron.com as the domain using the text console. I have tried forwarding ports 41796 and 443 on theDraytek router but it will not connect. ?Even if I try to connect on my laptop to system info using xxx.mycrestron.com it will not connect. ?Is there something extra in the Draytek router? ?I have forwarded both TCP and UDP but it will just not connect. I believe it must be a port forwarding issue as even trying the WAN address on the router does not provide a connection. Can someone help with the Draytek settings or let me know where I am going wrong? Thanks |
Re: DSC PowerSeries Neo
DSC NEO module is working now , went back an forth with Crestron about issues and they made updates and last version is working.? The module takes 10 minutes or so before it actually connects.? ?Keypad emulation works good, but I do not think that that the directional navigation and menu buttons work.? I tried them but didn't see anything happen, but the rest works fine.? You can get individual zone feedback with the zone feedback module, you will have to have on module for each zone you are trying to monitor.
|
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?
|