Keyboard Shortcuts
Likes
- Crestron
- Messages
Search
Re: We got our website back.
¿ªÔÆÌåÓýThat is awesome! ? Trey From: Crestron@... [mailto:Crestron@...]
Sent: Friday, February 19, 2016 3:33 PM To: Crestron@... Subject: [Crestron] We got our website back. ? ? When did we get our Firmware/Software back on the homepage? ?I missed it. |
Re: Crestron Samsung EX-LINK Issues
Can someone please help with some advice on this module issue/how the display wants the commands?
toggle quoted message
Show quoted text
Here's some examples of how the module is outputting the Digital TV commands which work great: Ch 47.1 - \x08\x22\x04\x80\xBC\x01\x95 Ch 47.2 - \x08\x22\x04\x80\xBC\x02\x94 Ch 58.24 - \x08\x22\x04\x80\xE8\x18\x52 Here's some examples of how the module is outputting Analog TV commands were the channel is not multiplied by 4 (notice there is no spot for the sub channel): Ch 124 - \x08\x22\x04\x00\x00\x7C\x56 Ch 68 - \x08\x22\x04\x00\x00\x44\x8E But anything that is Digital TV and has a channel of 64 or higher doesn't work. ---In Crestron@..., <jeremyttweb@...> wrote : This is an old post but I was just having this same issue. It came down to how the command is "built" in the SIMPL+ module. It takes the channel digit, multiplies it by 4, and then converts it into HEX. Well because HEX caps out at 255, any channels about 64 (technically 63.75) will start to have strange behavior. Here is the SIMPL+ code for reference: if(DTV) makestring(sChannelCommand, "\x08\x22\x04\x80%s%s", chr(iMainChannel * 4), chr(iSubChannel)); I'm trying to figure out why the module needs to multiply it by 4. It only does it for DTV and not ATV. 1. Has anybody tried getting rid of the "*4" and would the TV accept the command? 2. If the "*4" has to stay, how do you format longer channels in the string?
|
Re: Controlable Mic Mixer and DMX Controller
Chris Burke
Typically, when a client is asking for ¡°manual controls¡± such as an audio mixing console, I recommend that the mixing console not be controlled. Instead, let the mixing console be an audio source in your reception hall and provide dedicated audio inputs connected to an audio DSP for the times when the audio mixing console is not in use. You can provide control of the dedicated inputs from the touch panel, while leaving the mixing console alone. Generally, a person with the technical expertise to operate a mixing console doesn¡¯t want to be constrained by a control system.
If you need to recall DMX lighting scenes, you might want to consider a cue server, in addition to a lighting console that can be ¡°patched-in¡± when needed. Hope that helps. Chris R. Burke, CTS Commercial Applications Engineer Crestron Certified Programmer| DMC-D-4K | DMC-E-4K |Extron ECP Certified ControlWorks Consulting, LLC | Crestron Services Provider | 701 Beta Dr. #22 Cleveland OH 44143 P.440.449.1100 X1117 | F.440.449.1106 | <> From: Crestron@... [mailto:Crestron@...] Sent: Thursday, February 18, 2016 4:47 PM To: Crestron@... Subject: [Crestron] Controlable Mic Mixer and DMX Controller Have a client asking for a bid on a reception hall. He would like physical mixing and lighting boards so that it can be managed without a control system. Just in case their crestron or ipads die. any recommendations? |
Re: Sharp Serial Port
The only difference there is your line ending.? Crestron turns \n into \x0D\x0A, while your second command only has \x0D (aka \r)? Some devices are flexible about line endings, but most are not. On Fri, Feb 19, 2016 at 10:06 AM, crestron_programmer@... [Crestron] <Crestron@...> wrote:
|
Re: Wire control of Haivision Stingray2?
On Thu, Feb 18, 2016 at 3:36 PM, phil@... [Crestron] <Crestron@...> wrote: Just whatever you do with WinDEAL, do not try to configure the learner hardware if it's not actually connected... bad things will happen. Phil, Do you mean just open the IR file in WinDEAL and save it without the carrier, but don't try to use the IR learner feature? Thanks, Jeff ------------------------------------- Jeff Klein, DMC- E Audio Visual Project Manager Dept of Defense Washington D.C. District ?"Clothe yourselves, all of you, with humility toward one another, for God opposes the proud but gives grace to the humble." 1 Peter 5:5 |
Re: help with creating lighting scenes
Well, of course you have to have a max number of loads and scenes, but I would presume that was assumed. That said, I can quickly change my max quantity.
|
Re: help with creating lighting scenes
¿ªÔÆÌåÓýHeath did this over a year ago in S#Pro.... It would be very difficult to achieve a truly flexible architecture in SIMPL to accomplish this. It's not impossible, but because of the nature of SIMPL you'd have to specify limits for the number of loads in a scene and the number of scenes ahead of time.? S#Pro allows you to build as many objects as you need, dynamically.? On Feb 19, 2016, at 9:59 AM, Phil Bridges gravityhammer@... [Crestron] <Crestron@...> wrote:
|
Re: help with creating lighting scenes
Wow - so sour. I have one, but it's not vetted well enough to put on here.? Perhaps after I get the time to run it in my house I'll post it. It's based off a Dynamic Presets file from D3Pro. On Fri, Feb 19, 2016 at 11:38 AM, kgossen@... [Crestron] <Crestron@...> wrote:
|
Re: help with creating lighting scenes
Writing code for a set amount of lights in a scene is not that difficult. I'd love to see someone write code that allows the customer to select any light and add it to a scene or create their own scenes from scratch.?
I'm sure?matklucznyk is working on it right now and will be posting his module soon.? ? |
Re: BYOD Wireless display
We've been very happy with the Christie Brio.? AirMedia is very poor quality from what I've seen demoed.? I don't think we've installed any. On Fri, Feb 19, 2016 at 6:37 AM, kellyhman@... [Crestron] <Crestron@...> wrote:
|
Re: Roomview Substitute
¿ªÔÆÌåÓýOne of the easiest may be to build a web page that can accept HTTP post data and dump it into your database for display. ? The URL would look something like or whatever. ? Then it¡¯s pretty trivial to build SIMPL+ to make a call to that URL and it¡¯s all on the server side to figure out what to do with that data/how to format it for display. ? -- Lincoln King-Cliby, CTS, DMC-E-4K/T/D Commercial Market Director Sr. Systems Architect | Crestron Certified Master Programmer (Gold) ControlWorks Consulting, LLC Crestron Services Provider | Biamp Audia Certified | Extron Control Professional ? From: Crestron@... [mailto:Crestron@...]
Sent: Friday, February 19, 2016 6:44 AM To: Crestron@... Subject: [Crestron] Roomview Substitute ?
? has anyone done this before? ?I am sure if it were possible, someone here would know. ? Thanks |
Roomview Substitute
Our college is using our own web page as a replacement for roomview. ?We have xpanel on it and ip cameras but I was wondering if there was a way to get Signals that typically go to roomview, (i.e. lamp hours, power status, etc) and export them in HTML for use by web page? ?
has anyone done this before? ?I am sure if it were possible, someone here would know. Thanks |