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: MTX 3 battery level analog join
I always used the device extender in Simpl successfully. I do however run across a problem about 25% of the time where the unit will not properly report battery levels at all, not even in its internal setup. When this happens, in setup the battery reports as 0% at all times. The solution is to RMA if this condition exists.
toggle quoted message
Show quoted text
hth, erik --- In Crestron@..., "Gerard" <galcala@...> wrote:
|
Re: Going mad... xPanel
Albert Brown
This is something I use when updating webpages.
Open command promt and enter the following ( ipconfig /flushdns ) this will make sure it will reload from the server. Albert From: Crestron@... [mailto:Crestron@...] On Behalf Of rlf79cm Sent: Sunday, March 24, 2013 7:32 AM To: Crestron@... Subject: [Bulk] [Crestron] Re: Going mad... xPanel Ok, I tried it on a new PC and it shows the new design, but on the PC's which have already run the older design it doesn't update, so I guess this is an IE cache problem rather than Crestron - never seen it before tho! --- In Crestron@... <mailto:Crestron%40yahoogroups.com> , "rlf79cm" <rlf79cm@...> wrote: still showing old design :o( trayschaeffer <trayschaeffer@> wrote: now... <rlf79cm@> wrote: browser it's showing the old version - I've tried renaming, running it fromI've updated my xPanel but whenever I compile and run it through the the PC, processor, etc - always showing the old version. If I compile as an exe the new design works fine, but I can't for the life of me get the browser version to update.
[Non-text portions of this message have been removed] |
Re: Analog output
Depends on the way the trigger to whatever module you're using is written/intended to be used but generally "only once".
toggle quoted message
Show quoted text
Most SIMPL+ logic, for example, is edge triggered -- the action occurs on the rising or falling edge of the signal [e.g. high to low or low to high]. Some logic, though is level triggered, for example a RAMP in SIMPL+ where the action occurs for as long as the signal is high (or low) Lincoln -----Original Message-----
From: Crestron@... [mailto:Crestron@...] On Behalf Of rlf79cm Sent: Sunday, March 24, 2013 5:36 PM To: Crestron@... Subject: [Crestron] Re: Analog output Quick one, if I tie the < digital output to a trigger email event will it send the email just once, or continually send it until the < is no longer high? Cheers --- In Crestron@..., "Chip" <cfm@...> wrote:
------------------------------------ Check out the Files area for useful modules, documents, and drivers. A contact list of Crestron dealers and programmers can be found in the Database area. Yahoo! Groups Links |
Re: DM System without Processor
Yes, only nitpick is that the -transmitter- needs to be set to autoswitch (the out of the box default) to allow either VGA or HDMI to be connected; there is nothing in the scaler to switch...what comes in the DM input gets scaled and goes out the HDMI output.
toggle quoted message
Show quoted text
-- Lincoln King-Cliby, CTS Sr. Systems Architect | Crestron Certified Master Programmer (Silver) ControlWorks Consulting, LLC Crestron Services Provider -----Original Message-----
From: Crestron@... [mailto:Crestron@...] On Behalf Of crestronprogrammingfun Sent: Sunday, March 24, 2013 2:22 PM To: Crestron@... Subject: [Crestron] DM System without Processor Does anyone know if this will work... A dm wall plate and a dm scaler only. No processor. Set the scaler up for auto detect to allow vga or hdmi to be plugged in. Thoughts? Thanks Thom ------------------------------------ Check out the Files area for useful modules, documents, and drivers. A contact list of Crestron dealers and programmers can be found in the Database area. Yahoo! Groups Links |
Re: Analog output
Quick one, if I tie the < digital output to a trigger email event will it send the email just once, or continually send it until the < is no longer high?
toggle quoted message
Show quoted text
Cheers --- In Crestron@..., "Chip" <cfm@...> wrote:
|
Re: URC MX980 wont work with my STRFGWX
Yea I got one on eBay today for 65$.
toggle quoted message
Show quoted text
Am I the only one that has a stock pile of equipment left over from jobs and its never what I need.... ? Lol Thanks for the help y'all. --- In Crestron@..., "eagrubbs" <eagrubbs@...> wrote:
|
Re: Analog output
Perfect - exactly what I needed. Thanks Chip
toggle quoted message
Show quoted text
--- In Crestron@..., "Chip" <cfm@...> wrote:
|
Re: Analog output
Chip
ACOMP2 and a debounce to make sure the temp is stable before triggering the email?
toggle quoted message
Show quoted text
- Chip --- In Crestron@..., "rlf79cm" <rlf79cm@...> wrote:
|
Analog output
What's the best way to trigger an event based on an analog output from a C2N-RTHS sensor? The sensor has one Temp and one Humidity output, and I'd like to send an email when temp gets below 12 degrees.. (the email side things is all written and the sensor is outputting correctly - just not sure if the symbol inebtween the two)
Cheers! |
Re: Naim NS02 Server
I took a quick look while eating lunch after shoveling some snow¡ Disclaimer: I don't know anything about this device or its 7400 line S+ module. I did notice that it has been substantially modified from the Crestron I2P module. You might want to talk to whomever made all those changes.
toggle quoted message
Show quoted text
From a code perspective, the issue that appears to cause the error (and the loop) is that fnChangeStatus() is called with g_iTierCnt being a very large number (i.e. 65511). The check before the for() loop only checks that it is >0. I'll guess that the `tier count' is supposed to be a relative small number, 0 ¨C 8 if the I2P module is correct. Note that in the I2P module cMaxTierSteps = 8 and in the posted module cMaxTierSteps=6000. This constant is used to size the integer arrays that are modified in the for() loop. It is curious that in the error message is Bounds=8, not 6000. There are lots of places where g_iTierCnt is written, sometimes absolutely (e.g. g_iTierCnt = 3) or relatively (e.g. g_iTierCnt = g_iTierCnt ¨C n). I'll guess that at some point one of these relative assignments caused it to cross the 0 boundary. You could start by adding a check in fnChangeStatus() to look for whatever the range ought to be and provide some trace info when the value is out of range. You could also localize the hunt by following the path of `now playing_but' to see where it enters and perhaps put checks on places where g_iTierCnt is modified in that path. I do not know why a change to one of the databases might have stimulated the error. It looks more like code bugs, but perhaps both. And now I'll stop because it's 7400 line S+ module that doesn't have a lot of comments and I'm done with lunch. --- In Crestron@..., "John" <john@...> wrote:
|
Re: Weird Network issues between Crestron products as of late?
Also, I have had similar networking issues with using the LAN's PoE switch to supply PoE power to DMCO-55 cards, when connected, I would intermittently loose connection to CP2E, then disconnect PoE feeds to output cards and it cleared up. Also throughput on the LAN dropped significantly. Using PoE injectors solved the problem.
toggle quoted message
Show quoted text
--- In Crestron@..., "innoventgroup" <innoventgroup@...> wrote:
|
Re: Weird Network issues between Crestron products as of late?
I believe this install is Cisco from head to toe, with some very experienced network guys setting it up.
toggle quoted message
Show quoted text
I'm kind of curious about rolling back from 4.007. I know re-compile was necessary after 4.007, but does the new code still work on older firmware? --- In Crestron@..., "innoventgroup" <innoventgroup@...> wrote:
|
Re: Weird Network issues between Crestron products as of late?
All Static. Got burned and learned my lesson about avoiding host names years ago.
toggle quoted message
Show quoted text
--- In Crestron@..., "floyd1212" <floyd1212@...> wrote:
|
Re: Weird Network issues between Crestron products as of late?
innoventgroup
Just FYI, I just finished fighting the same type of issues. All of the sudden I had the same network problems with multiple, non-connected, systems. Come to find out, there were two main issues. First, I had ADMS's at both locations and both were a major contributor to the problem. I could unplug them and the problems went away, plug them back in and the problems would return. Also, another culprit was the 4.007 firmware update. And, finally, the center point of the problem was a Netflix 8 port gigabit switch. I switched it out for a cisco 16 port gigabit switch and all is well. I still get errors on the 4.007 firmware but they are not killing my systems anymore. By the way, you can get rid of the 4.007 errors by rolling back the firmware to the previous version. I hope something in my babbling will help.
toggle quoted message
Show quoted text
Take Care, DAVE --- In Crestron@..., "toritian" <toritian@...> wrote:
|
Re: DM System without Processor
Most definitely will work. Use this setup for most of the conference rooms
we install. On Sunday, March 24, 2013, crestronprogrammingfun wrote: ** -- Yours truly, Victor |
to navigate to use esc to dismiss