¿ªÔÆÌåÓý

ctrl + shift + ? for shortcuts
© 2025 Groups.io
Date

Re: CrestronGo Remote Access

 

I used a raspberry pinto create a vpn into house and installed on phone. ?If I need to use the app remotely I just connect to vpn first. ??


Re: CrestronGo Remote Access

 

Just to add I had an odd message from my Fibre provider that port forwarding may not work as their service is IPv6 based?


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


DIN-CENCN-2-POE factory reset

 

Having a weird issue where one of two units is not getting an IP address/doesn¡¯t seem to be recognizing network changes (other unit works just fine). Have tried regular reset, power off, etc. Anyone know how to factory reset one?


Re: DSC PowerSeries Neo

 

That's good news!!
Just to confirm, are you working with SMW or Home?? I'm interested in SMW...


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: Toolbox (Latest Version Bug)

 

?
?
?
Toolbox - Release 3.12.3 (Version 3.1230.0051) (3-6-2023)
Resolved issue with setting Cresnet IDs in Network Device Tree
?


Re: Logic Engine Error

 

Having a similar issue on firmware 2.8.000 . didn't start until i upgraded. what version is the processor on?


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+

 

Ok thanks for confirming; I had incorrectly assumed it was because the class hadn't been newed up, but it must be (as you say) down to architecture/sequencing.


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
Sr. Systems Architect | Crestron Certified Master Programmer (Diamond)
ControlWorks Consulting, LLC
Direct: (+1)440.771.4807 | Cleveland: (+1)440.449.1100? | Boston: (+1)508.695.0188 | DC: (+1)202.381.9070?
Crestron Services Provider | Biamp Authorized Independent Programmers | Extron Qualified Independent Programmer

?

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+

 

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: Stepper Bug?

 

+1 for what Lincoln said.

Ran into this a few times where the transfer dialog is open but does not have focus. Sometimes it's under another window.?


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: PRO4

 

I heard that the CP4 and CP4N were just much better sellers so they elected to use all the chips they could get on these.?


OP


PRO4

 

Hi Folks -?

I was just on Crestron's website looking at the PRO4, and it says discontinued, and the replacement is the CP4N. Does anyone know why Crestron discontinued the PRO4?


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
Sr. Systems Architect | Crestron Certified Master Programmer (Diamond)
ControlWorks Consulting, LLC
Direct: (+1)440.771.4807 | Cleveland: (+1)440.449.1100? | Boston: (+1)508.695.0188 | DC: (+1)202.381.9070?
Crestron Services Provider | Biamp Authorized Independent Programmers | Extron Qualified Independent Programmer

?

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?

When I try to insert a new signal/parameter (or multiple instances) in Stepper, nothing happens. The frustrating part is that, sometimes it works and sometimes it doesn't.??

I tried using the latest SIMPL and still the same problem.


How do you report a bug to Crestron?


Stepper Bug?

 

Anyone come across this problem in SIMPL?

When I try to insert a new signal/parameter (or multiple instances) in Stepper, nothing happens. The frustrating part is that, sometimes it works and sometimes it doesn't.??

I tried using the latest SIMPL and still the same problem.


How do you report a bug to Crestron?