Keyboard Shortcuts
Likes
- Crestron
- Messages
Search
Network Time Sync v1.0 module and GMTOFFSET
CP2E system
I got tired of resetting the clock after every NoCal power failure (have UPS but we don't run gens at night) so I inserted the NTS module into my program. It works great except that when I set "Time Zone: to "Use Control System", it ignores GMTOFFSET (-8) and sets the system time to GMT. I set it to -8 instead which works and iiuc it will adjust for DST changes. I am curious though if anyone else has the issue of it not using GMTOFFSET?? Paul |
Re: Control Netgear Switch
¿ªÔÆÌåÓýI've controlled one. It was just telnet to the box, and an SIO with CLI commands and responses. Nothing crazy.
Client wanted to turn on and off POE to ports.??
Caleb Radecky | Manager, Online Products & Services
Crestron Silver Certified Programmer | DMC-D-4K | DMC-E-4K
ControlWorks Consulting, LLC | Crestron Services Provider | 8228 Mayfield Rd. #6B Rear Cleveland OH 44026
D. 440.771.4809 | O.440.449.1100 X1109 | F.440.449.1106 | http://www.controlworks.com
From: ckangis <chris@...>
Sent: Tuesday, December 26, 2023 11:13 To: [email protected] Subject: Re: [crestron] Control Netgear Switch What are you trying to do with this switch via programming?
|
Re: Control Netgear Switch
¿ªÔÆÌåÓýI have not had a need to but IIRC they have a CLI that is similar to Cisco IOS (but just enough different that it really messes with your muscle memory¡) so in theory you should be able to SSH in to it and do whatever you may need. ? Note that the CEN-SWPOE-16 is not a Netgear switch (and getting rather old as far as network gear design goes) so I would not expect anything related to that switch to be applicable to the Netgear M4200 series or vice versa. ? ? -- Lincoln King-Cliby Commercial Market Director ? From: [email protected] <[email protected]> On Behalf Of
Manu
Sent: Tuesday, December 26, 2023 5:05 AM To: [email protected] Subject: [crestron] Control Netgear Switch ? Hello and happy holidays to all. ? Is there a module to control NETGEAR type M4250 switches? I saw that there was the CEN-SWPOE-16 module in the crestron module library: has anyone already used it on this range of switches? ? Thanks. |
Re: Sharp 4P-B86EJ2U Control
toggle quoted message
Show quoted text
From: Steve Adams <steveadams172@...>
Sent: Saturday, December 23, 2023 1:08 PM To: [email protected] <[email protected]> Subject: Re: [crestron] Sharp 4P-B86EJ2U Control ?
My experience?with Sharp displays is that the power commands can be either "POWR? ?01\x0D" or "POWR1? ?\x0D" for POWER ON and "POWR? ?0\x0D" or "POWR0? ?\x0D" for POWER OFF. You may also have to send "RSPW1? ?\x0D" or "RSPW? ?1\x0D" once the TV is powered on
manually to prevent the RS232 port from going into standby on power off. Unfortunately Sharp has been famous for changing the formatting even on the same model depending on when it was manufactured.?
From: [email protected] <[email protected]> on behalf of dontrobthemachina@... <dontrobthemachina@...>
Sent: Friday, December 22, 2023 3:01 PM To: [email protected] <[email protected]> Subject: Re: [crestron] Sharp 4P-B86EJ2U Control ?
[Edited Message Follows] When you said you¡¯re sending CR, you¡¯re not actually literally sending that are you? Should be \x0D (apologies if you knew that already!) |
Re: Sharp 4P-B86EJ2U Control
¿ªÔÆÌåÓý
My experience?with Sharp displays is that the power commands can be either "POWR? ?01\x0D" or "POWR1? ?\x0D" for POWER ON and "POWR? ?0\x0D" or "POWR0? ?\x0D" for POWER OFF. You may also have to send "RSPW1? ?\x0D" or "RSPW? ?1\x0D" once the TV is powered on
manually to prevent the RS232 port from going into standby on power off. Unfortunately Sharp has been famous for changing the formatting even on the same model depending on when it was manufactured.?
From: [email protected] <[email protected]> on behalf of dontrobthemachina@... <dontrobthemachina@...>
Sent: Friday, December 22, 2023 3:01 PM To: [email protected] <[email protected]> Subject: Re: [crestron] Sharp 4P-B86EJ2U Control ?
[Edited Message Follows] When you said you¡¯re sending CR, you¡¯re not actually literally sending that are you? Should be \x0D (apologies if you knew that already!) |
Re: Sony Professional Displays IR Driver
I would use RS232 one way driver on an IR port to the 3.5mm Jack. Much more reliable than a bug that could fall off. The BZ range is standard code but make sure you send the enable string whilst the screen is on. I usually send it every time I shut down the system incase the client has power cycled the screen.?
|
Re: Anyone noticing slowdowns/failures in loading to 4-series processors lately?
Check to see if you have Horizon keypads in your program. We've been having the similar issues loading programs and we found a Crestron article from October detailing that there is an issue with D3 and loading programs with Horizon keypads with the latest device database. You have to roll ack your Device Database to 200.295.001.00 and you'll have no issues loading your programs.?
|
Re: Sharp 4P-B86EJ2U Control
For what it's?worth, we did a takeover job with a Sharp?
LC-60LE751K. The only notable thing that I recall was that there was an RS232 to TTL converter between the COM port and the display.? Baud rate was 115200. Power on/off were?POWR1\x20\x0D and POWR0\x20\x0D?respectively. May or may not be applicable for your model, but hope it helps! |