Keyboard Shortcuts
Likes
- Crestron
- Messages
Search
Getting iPAD to act like a touchPanel
Hi All,
Just wondering if anyone has found a way to make iPADs *Feel* more like TouchPanels. i.e. making the Wake/Sleep process more immediate. I have only found that if I change the iPAD settings for 'No Password' and Lock screen to 'Never' this will keep the iPAD awake and always available. However, this causes the backlight to never turn off, which of course is not preferable. I'm looking for a way to never have the iPAD go to the lock screen AND have the brightness/backlight timeout after x time of no activity. Anyone found a way to do this, even with a 3rd party app or something?? It would seem that with all the Apps out there that use the iPAD for commercial purposes (ex: Square, etc.) that someone else in another business market would have wanted to do this as well... |
TCL ir module
开云体育Good afternoon...I've been searching for a tcl display module manly for model TCL 40s350g any tcl will work because i found the ir hex codes i just need a module to put in the database to edit....does anyone have one they can share?
? This e-mail and files transmitted with it are confidential, and are intended solely for the use of the individual or entity to whom this e-mail is addressed. If you are not the intended recipient, or the employee or agent responsible to deliver it to the intended recipient, you are hereby notified that any dissemination, distribution or copying of this communication is strictly prohibited. If you are not one of the named recipient(s) or otherwise have reason to believe that you received this message in error, please immediately notify sender by e-mail, and destroy the original message. The preceding does not apply to government bids where sunshine laws are in place. |
Re: Logitech RallyBar Control
I believe that's only applicable when they are in standalone mode, not functioning?as a USB device. On Thu, Dec 28, 2023 at 11:46?AM ScubaSteve <stevebutterworth@...> wrote: On Thu, Dec 28, 2023 at 04:17 PM, Phil Bridges wrote: |
Re: Logitech RallyBar Control
On Thu, Dec 28, 2023 at 04:17 PM, Phil Bridges wrote:
Don't the UCs talk over USB?Never controlled them but fitted a few units.? ?There are multiple ways to connect them, one of which is via Network and using a Tap Touch control panel which is IP-based, so I'm guessing there must be some sort of control over network if it's being installed as a standalone unit using this panel???? |
Re: Logitech RallyBar Control
Don't the UCs talk over USB? On Thu, Dec 28, 2023 at 11:13?AM Anewdaytotri <anewdaytotri@...> wrote: This is what I am trying to track down. I know that all of the Crestron UC kits talk to the unit in some way. Therefore, there is a command set. What that command set is a mystery. But as I said there has to be something out there for developers if Crestron and others like them have employed some level of control over the device. All I want to do is change the tracking mode on the fly and sleep and wake the unit. |
Re: Logitech RallyBar Control
This is what I am trying to track down. I know that all of the Crestron UC kits talk to the unit in some way. Therefore, there is a command set. What that command set is a mystery. But as I said there has to be something out there for developers if Crestron and others like them have employed some level of control over the device. All I want to do is change the tracking mode on the fly and sleep and wake the unit.
|
Logitech RallyBar Control
Has anyone had any luck wrangling the API for the Logitech RallyBar from Logitech? Their support has no idea what I am asking for however it has to be available for developers since there are multiple platforms, including Crestron, that control the unit via IP.
Regards, Nathan |
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!) |