Keyboard Shortcuts
Likes
- Crestron
- Messages
Search
Re: Autonomic MMS-2A vs. MMS-1e features and control question
Thanks for all the help.? I decided to buy an MMS-2a off Ebay and also a spare QM-RMC (can't believe how cheap the old stuff has become).? I figure I can load the demo program onto the QM-RMC and figure out how everything works as a standalone with the Xpanel before trying to incorporate it into my existing program.? I'm sure I'll be back with a few questions once I get everything.? kt On Sun, May 24, 2020 at 8:41 PM Steve Kuehn <steve@...> wrote:
|
Hi everyone,
I have this residential project where I programmed lighting with several CLX-2DIM8, DIN-4DIMFLV4, and DIN-8SW8. We have done the commissioning and everything was fine. But just after a week, the user complained about the lights cannot be turned off, which we found out that there were 5 units of CLX-2DIM8 on Local Mode (Override), while the other DIN rail modules were still working normally. We had turned off the Local Mode from the Setup button and everything went to normal. Any ideas about why it happened and how to prevent this from happening again? |
Re: Wireless control with Zoom rooms
Couple of questions need answering...
What is the source of the zoom meeting? Is it planned to be integrated into the AV system? What cameras are being used? Over head mics / audio DSP? Unfortunately you can't use any wireless TP's or iPads for control if your using Flex products. |
Re: Wireless control with Zoom rooms
¿ªÔÆÌåÓýWhenever we can¡¯t talk them out of the TP being wireless or if it¡¯s in a larger all hand space we¡¯ve used an iPad in an iPort charge sleeve and it has worked well. The only thing I don¡¯t like in this setup is having to switch between the Crestron and Zoom apps. You can put a button in the Crestron app to call up the Zoom app, but you can¡¯t go the opposite way. iOS does show a little back arrow that says Crestron at the top of the screen which is nice, but not everyone spots it. I really wish Crestron would let us link out to another app from an icon on the main meeting screen. ? Depending on how complicated your room controls are you may be able to trigger them from the new Room Controls tab on the Zoom controller. We¡¯ve done this in a couple spaces now triggering events on a QSC core, but it should be similar for Crestron. ? You mentioned SIP phone calls. Are those happening through Zoom or is there another system involved for that? ? Fletcher ? |
Re: Simpl# / Simpl#Pro - Noob looking for guidance
CH5 has nothing to do with Simpl#.? Unrelated.? CH5 is the new touch panel framework, that uses HTML5/JS.
The 4-Series will allow the use of newer Visual Studio to write Simpl#/S#Pro projects.? You can use a 4-series, and newer VS2017 without learning or touching CH5 and vice-versa. -- Jason Mussetter Control Systems Designer Mussetter Programming Services |
Re: Simpl# / Simpl#Pro - Noob looking for guidance
¿ªÔÆÌåÓýYes,If you need to use legacy hardware that doesn¡¯t have classes defined in the SIMPL# Pro libraries then your only choice is to have them defined in a SIMPL program running in another slot and then use an EISC to pass any necessary data between that SIMPL program and a the #Pro program.? However I believe they just added # support for some of the legacy audio hardware like the PAD8 series. Could be mistaken but I swear I read that in release notes lately.? On May 27, 2020, at 9:09 AM, Justin N. <accts@...> wrote:
|
Re: Simpl# / Simpl#Pro - Noob looking for guidance
Re: Using Intersystem Communication:
Does this mean that if my SimplWin with the old equipment instantiated is running in Slot 1 and my Simpl#Pro is in Slot 2, I would use Intersystem Communications to allow Simpl#Pro (Slot 2) to access defined signals in SimplWin (Slot 1)?? Sorry, if I'm thinking about this all wrong.? |
Topics in Home Automation - New Article Published in Residential Tech Today Magazine
My latest article, "Save Water, Save the Planet with the Chilipepper CP9000¡± is being published by the good folks at Residential Tech Today Magazine on their web site.? This article looks at how a hot water recirculation pump can save a homeowner on their water and utility bills.? In normal times the cost of daytime hot water use would be covered by employers, schools, summer camps, etc.? With everyone staying at home the burden for this cost is falling on homeowners.??The article also looks at how a hot water recirculation pump can be integrated into a smart home.?? You can find the full article here:? For those interested in earlier articles that I've written, you can find those here: For those interested in even earlier content I've written, you can find my blog here: I hope you find the information useful. Thanks Jay Basen |
Wireless control with Zoom rooms
Hey everyone, I'm working on 2 exec conference rooms and am hoping for a wireless solution for room /Zoom control. I had spec'd the TST-902 as they had a Crestron wireless panel in there for 15 years and were happy with it other than the battery failing eventually. But I've been told the TST won't work with Zoom and now I'm stuck for a good solution. I'm wondering about an ipad, and if you've had luck going this way.
We will be doing zoom video and tying into SIP for audio conferencing. Appreciate any thoughts you have |
Re: Simpl# / Simpl#Pro - Noob looking for guidance
¿ªÔÆÌåÓýFor those of you looking to find a framework that solves a large number of the initial hurdles I¡¯d working in SIMPL#Pro, check out our open source repos at?On May 27, 2020, at 4:50 AM, web@... wrote:
|
Re: Simpl# / Simpl#Pro - Noob looking for guidance
¿ªÔÆÌåÓýSimpl# requires visual studio 2008. ?If you look hard enough you can still find vs2008 available for download. ?I believe that¡¯s because 2008 is the last version that supports .NET compact framework 3.5 which is what the 3 series processors run
on.?
I¡¯m a relative newcomer to simpl# and I¡¯ve never used c# before but if you have any object oriented language background you should pick it up pretty well. ?It¡¯s by far the most flexible way to program a crestron processor.?
The hardest part for me is that many libraries which you would normally be able to use in c# are not backwards compatible with the old 3.5 compact frame work so I am writing code from the ground up. ?For example I¡¯ve just been writing code to
decode PEM encoded public rsa keys. In c# I could just use an already written library instead of writing the code myself. ??
It¡¯s a good mental challenge for an occasional coder like myself.?
On 27 May 2020, at 8:12 pm, "codefree@..." <codefree@...> wrote:
|
Re: RS 232 to a ViewSonic projector from a 2 series serial port???
OK Problem solved.? The projector requires a null cable between it and the processor but the AVR does not.
I don't know if the additional un-needed connections would interfere because my adapter is only 2,3 and 5.
This explains why the Projector worked on the ST-PC but the AVR did not and visa-versa on the Pro2.
Thanks.? I thought I was losing it at 64.
|