Keyboard Shortcuts
ctrl + shift + ? :
Show all keyboard shortcuts
ctrl + g :
Navigate to a group
ctrl + shift + f :
Find
ctrl + / :
Quick actions
esc to dismiss
Likes
- Crestron
- Messages
Search
Re: Front panel PSPHD
I have not used the PSP yet, but I would bet that successful control can be achieved with very few signals, as was the case with the DAP8.
When I setup my first DAP8, I used the 'Demo' program and like many others, copied the code into my program because it seemed like a complicated piece. And like many others, I had weird issues with it probably due to feedback loopbacks. I finally realized that my clients didn't need all the functionality that the device gave, and that after setup with the audio tool, all I really needed was to select source and adjust volume. My interface thus had only two analogs for this purpose and I never had any issues with this piece again - It just worked and I used it for almost every SS application I did up until a few years ago. By the way, I NEVER used the DAP8 FB to loop back into it's volume or source logic... The main PSP device symbol has the same analog INs. I would configure the device with Toolbox and start with these Inputs and see how it goes. Crestron audio devices are more complicated than they used to be so you 'may' need to INIT some values, but I would err on the side of simplicity with this unit. Remember: Just because we can, doesn't mean we should! HTH Chris K...................;) --- In Crestron@..., "innoventgroup" <innoventgroup@...> wrote: I do have a quick question if you all don't mind. What values are "Required" to make the PSPHD paired with a PROAMP (via Ethernet) work. I am using the hardware interface v3. If anyone has some guidance on this, I would appreciate it more than you know.
|
Re: Water level sensor
--- In Crestron@..., "rogiervs" <rogier@...> wrote:
I haven't worked with these ones, however for similar projects, I've used maritime bilge alarm float switches. Try to find a yachting / marine supplies store and they should be able to assist as these switches are designed for continuous immersion. Simon Pollak Specialty Programming Services |
Sony KDL-40EX640 IR Module
Anyone have any experience with this specific Sony TV? I'm running into a ridiculous amount of issues trying to get it to switch to the composite video input using an IR probe. If theres anything specific that anyone knows about this model, I'd appreciate any advice!
Thanks! |
Re: Water level sensor
Thanks, how does that communicate to Crestron? Do you have a link?
toggle quoted message
Show quoted text
--- In Crestron@..., Jeremy Weatherford <jweather@...> wrote:
|
Re: Water level sensor
It says it can detect "low water conditions", so I would take that to mean
toggle quoted message
Show quoted text
it's okay with being normally submerged. Might be worth double-checking. I know another type of tank sensor bounces ultrasound off the water surface to measure distance -- probably more expensive than this solution, but would provide a continuous level value instead of just 4 points. On Mon, Jun 17, 2013 at 10:29 PM, rogiervs <rogier@...> wrote:
I'm planning to quote my customer with four of these (type) sensors: --
Jeremy Weatherford |
Re: ClobalCache WF2IR connection problem
I believe the GlobalCache wireless devices are 802.11b, which is a dying
breed and may not be supported by newer wireless routers unless you enable 11b compatibility (which slows down 11g). On Tue, Jun 18, 2013 at 4:03 AM, controlfreakberlin < markusdvorak@...> wrote: Thanx Chip! You're right: the QM-RMC couldn't ping the WF2IR. I checked a -- Jeremy Weatherford |
Re: STX-1700 reconnect issue
It's been a while, but I would say that best practice would not be to have assigned STX panels on more than one GW. Did you mean ST-1700? or are you in fact using STRFGWX units, all three set to the same RF settings?
toggle quoted message
Show quoted text
The only way I can imagine this working is if the GWs are REALLY far enough apart that the panels cannot see two at a time - In most homes, I would think this is questionable... These are old panels so I assume that this is an old install, yes? Did these work well for a while like this? If so, I would bet changes in S/W might have changes bi directional comm with the program. anyone else had success with roaming STX? --- In Crestron@..., "Aaron" <aaron@...> wrote:
|
SMRX with SIMPL+?
Sure, it's useful for routing lots of serial signals together:
toggle quoted message
Show quoted text
STRING_OUTPUT MuxOut$; //... STRING value[250]; // value to send INTEGER join; // join number to use //... makestring(MuxOut$, "\x1B%c%s", 0x20+join, value); // documented in SDEMUX help file MuxOut$ should be connected to a Serial Demultiplexor (SDEMUX) with form=1. The selector value is not used. If join=3 in the code above, the value will come out of out3$. If there's a possibility your value will contain \x1B it needs to be escaped by doubling it (\x1B\x1B) so it doesn't start a new message. I've used this as an "integration" protocol when the touchpanel just needs to display strings from a PC application for instance -- it makes a nice clean way to delimit messages in a TCP stream, and no S+ is required to parse it. See also the XSIG protocol if you want something fancier. Only use I can see for the Special versions would be if you want to mux the strings in SIMPL as well as demux them -- there isn't a non-special multiplexor symbol for some reason. Or maybe the Special versions can be used with some device protocol? I'm not really sure why they exist. On Tue, Jun 18, 2013 at 1:39 AM, Crestron Noob <crestronoob@...>wrote:
Hi, has anyone used S+ string output to feed Serial Demultiplexor --
Jeremy Weatherford |
Re: reccomendations for free webmail
TechyJake
I have been using lavabit.com for many years.
toggle quoted message
Show quoted text
--- In Crestron@..., Nathan Hesson <nhesson@...> wrote:
|
Re: MLX-3/Duplicate Device Programming
TechyJake
I am soooooooo happy that they did this as well! Oh, how I wish we could just import the VTP file and it would set up the proper page types and matching names for us automatically! Unlike others, I love this remote and use it to control everything. I had to create a base program with 5 remotes pre-built because it is such a pain in the Axx to setup in config view!
toggle quoted message
Show quoted text
--- In Crestron@..., Joe Hostyn <joehostyn@...> wrote:
|
Re: Motorola DCX700-M cable box
I haven't used that particular box but I'll post a file that might work for you. It's for the Comcast DCX3400 - This is Comcast's 'dark silver' remote code set. It's worth trying...
toggle quoted message
Show quoted text
IIRC, I had real issues trying to learn this code set, as you describe... HTH, Chris K.................;) --- In Crestron@..., "advancesystemdesignvt" <eric@...> wrote:
|
New file uploaded to Crestron
Hello,
This email message is a notification to let you know that a file has been uploaded to the Files area of the Crestron group. File : /IR Drivers/Comcast Motorola DSX3400.ir Uploaded by : ckangis <chris@...> Description : For Comcast DVR/Receivers using the 'Dark Silver' Remote Control You can access this file at the URL: To learn more about file sharing for your group, please visit: Regards, ckangis <chris@...> |
Re: ClobalCache WF2IR connection problem
Make sure you have it's IP address listed in the tcpip client. That always
toggle quoted message
Show quoted text
gets me. I'm sure you already checked that. And I think you can change the port to something else on the global cache side just to try it. Although the default has always been fine. Is there a firewall in the way? Client isolation on your access point enabled? Sorry just throwing out ideas. Nick Sent from my eMail. On Jun 17, 2013, at 7:19 AM, controlfreakberlin <markusdvorak@...>
wrote: I want to establish a connection between a Crestron control processor and a WF2IR unit. Everything is set up and the TCP connection works when I use either a terminal client on my PC or a CommandFusion UI on my mobile to connect to the WF2IR but I can't connect to the WF2IR with the Crestron system as a TCP client on port 4998. Do you have any ideas what else I could try? Even all other devices in the network communicate with each other without problems (Crestron<->PC, Crestron<->CommandFusionDevice...) so I doubt it's a network problem... Even checked it with a second processor and a plain SimpleWindows programm with just the TCP client in it... Thanks in advance! Markus [Non-text portions of this message have been removed] |
MLX-3 setup screen from inside the program
I need to be able to bring up the setup screen for the client without having to press MEDIA ,LIGHTS, (Crestron symbol) and GUIDE.. TWICE in a row.. This is clunky and awkwards and the client will never remember this.
What I really need are backlight up/down, timeout up/down but there are no reserved joins and the Simpl symbol only has a battery state as the only device extender. So there is no way to enter setup from the program and no reserved joins ? |
Re: How to force a MLX-3 to load a new program
They can get stuck at loading program.. Ive found taking the batt out for a bit and putting it back has usally caused it to load. However I remember having to call True Blue once as it was NOT loading and there was some button sequence that would force it to load a program..
|
Re: ClobalCache WF2IR connection problem
Thanx Chip! You're right: the QM-RMC couldn't ping the WF2IR. I checked a different Wifi router (linksys WRT54GL) and the connection worked! Back on the original router it worked to. So I don't really know what the caused/solved the problem but your idea to blame the network was right...
toggle quoted message
Show quoted text
--- In Crestron@..., "Chip" <cfm@...> wrote:
|
SMRX with SIMPL+?
Hi, has anyone used S+ string output to feed Serial Demultiplexor
or the "Special" version? I have a module that desperately cries for configurable number of serial outputs (without recompiling), but that's not possible since it already has an expandable analog output array. Looking for caveats, issues or success stories. Example code would be a bonus if you have it :) thanks noob |
Re: Front panel PSPHD
innoventgroup
Ok, I checked an it is switching just fine... everything says that it is playing sounds but the darn thing just wont sing. I called TB and after 2 separate calls which lasted about 2 hrs a each, they are sending me another one. I do have a quick question if you all don't mind. What values are "Required" to make the PSPHD paired with a PROAMP (via Ethernet) work. I am using the hardware interface v3. If anyone has some guidance on this, I would appreciate it more than you know.
toggle quoted message
Show quoted text
Thanks in advance, DAVE --- In Crestron@..., "jac777888" <jchelton@...> wrote:
|
Re: MC3 Firmware update fail, Ethernet Dead Fw ver1.007.0019
Heath Volmer
This particular combination of FW - Database - Simpl seems awfully interdependent. I'm not sure how I feel about this one. Just want to update Simpl.......
On Jun 17, 2013, at 8:24 PM, Chip <cfm@...> wrote:
[Non-text portions of this message have been removed] |
Water level sensor
I'm planning to quote my customer with four of these (type) sensors: in combination with a DIN-IO8 to report four different water levels in a deep well. At least one of the sensor will be flooded for 95% of the time. Any experience with this, and if so, any recommendations?
Thanks! |
to navigate to use esc to dismiss