¿ªÔÆÌåÓý

ctrl + shift + ? for shortcuts
© 2025 Groups.io
Date

Duplicating zone question

 

I'm hoping somebody can help me out with what the best thing to do here is.? I self support my old legacy Crestron system.? We are redoing my backyard and adding a big patio.? I currently have two yard speakers attached to my house which goes into a zone on my AAE.? I'd like to add some satellite speakers out on the new patio and the electrician said he will run speaker wire from my basement (where my AAE is located) along with the electrical that he needs to run.

I do have one open zone in my AAE but I want all four speakers (two on house and probably two on patio) to always go on and off together.? Am I better off using a speaker splitter and having both sets of speaker wire go into zone 5 on the AAE (through the splitter) or should I have one set of speakers go to zone 5 and one to zone 6 and just have the same signals drive both zone 5 and 6?? If I go with the splitter I don't have to change anything with the code which is always a plus however I didn't know if I may introduce a bunch of other issues using a speaker splitter.

Thanks for the help.


Re: Timer module #programming

 

¿ªÔÆÌåÓý

Am I missing a more recent message in the thread? The last one before this one I see was from last year¡­So I may be missing context but¡­

?

A time formatted analog take care of all of this for you ¨C you just provide the number of seconds (or minutes if you want it that way instead) and it¡¯s rendered for you ¨C 1d = 1 second so times up to a bit over 18 hours can be shown with 1 second resolution

?

--

Lincoln King-Cliby, CTS, DMC-E-4K/T/D
Commercial Market Director
Sr. Systems Architect | Crestron Certified Master Programmer (Diamond)
ControlWorks Consulting, LLC
Direct: (+1)440.771.4807 | Cleveland: (+1)440.449.1100? | Boston: (+1)508.695.0188 | DC: (+1)202.381.9070? | Fax: (+1)440.449.1106
Crestron Services Provider | Biamp Authorized Independent Programmers | Extron Qualified Independent Programmer

?

From: [email protected] [mailto:[email protected]] On Behalf Of D_a_n_e
Sent: Friday, April 15, 2022 7:19 PM
To: [email protected]
Subject: Re: [crestron] Timer module #programming

?

what about when you want to have HH:MM:SS? you need to zero the seconds once you hit 60 sec, and start incrementing the minutes, etc.


Re: Multiple projects on TSW panel #tsw

 
Edited

In regards to multiple processors :
I¡¯ve used this to in a few places. ?Example there is a building wide lighting system and rather than have eisc¡¯s to interconnect the lighting with the AV, I just had the panels connect to both systems. ?You just need to manage the join numbers between them. ?Both systems will respond to the same join, so I¡¯ve done 1-1000 for av and 1001+ For lighting.? ?

If you use this Make sure you have the page logic at the panel. ?That way if one of the two systems is offline the other one still works. ?


Re: Connect a MC3 to a CP4-R via Pyng Listen moduel

 

You are AWESOME!!! thank you so much!? Worked like a charm.


Re: Connect a MC3 to a CP4-R via Pyng Listen moduel

 

This has been disabled by default on latest Crestron Home firmware, from the release notes:

By default, on upgrading, the port used by pyng Smart Objects, CEN-TRACK, TSW-x52, and Triggers and Listen modules are disabled. If you want to turn that port back on, you can change this setting under ¡°System Detail & Password Configuration¡±.?


Connect a MC3 to a CP4-R via Pyng Listen moduel

 

Ok, got a quick question (I hope).? I have a client where we are converting their system to a Crestron Home system.? To deal with the limitations of the Crestron Home box, we are using an old MC3 to trigger some devices (PROAMP to be specific).? Currently I have the program on the MC3 set up with the "Pyng Connection Configuration" module pointing at the IP address of the CP4-R plus a single "Pyng (Listen for Pyng Events)" module with two signals defined.? The problem is that when I pull up Pair Devices>Device Types>Crestron Wired and Wi-Fi>Ethernet and Wi-Fi, the Listen for Crestron Home Events does not come up.? Even after hitting the rescan button multiple times.? Both processors are on the same IP scheme and both can be pinged from the other one so I know they can talk.? Does anyone have any suggestions?


Re: Multiple projects on TSW panel #tsw

 

In case you are talking to multiple processors... I've never used it that way.


On Saturday, April 16, 2022, <zac.sparrow@...> wrote:
I have a slight off topic but somewhat related question for you all:
Why does a wired TP has option for multiple IPID masters?
In what cases would you use that?


Re: Timer module #programming

 

I'm not sure what you're asking specifically, although it would be rather straightforward to use some comparison logic as an extension to the above to achieve this.

--
?
Crestron Service Provider - TBD Enterprises Inc.


Crestron Home debug window #xpanel

 

Hi folks,
?
I wonder how I did open debug window in Crestron Home configuration Xpanel.
Are there any hidden shortcuts to operate with?
I have opened it last time but cannot with the way how to do it again.

Best regards
Kamil


Re: Infinite Oscillator

 

I current do exactly what you are describing to check when an EISC is offline.? Been doing that for many, many years and never once have I seen where the oscillator stop working.? I think you will find you will have other things cause you issues other then this.


Re: Multiple projects on TSW panel #tsw

 

I have a slight off topic but somewhat related question for you all:
Why does a wired TP has option for multiple IPID masters?
In what cases would you use that?


Infinite Oscillator

 

I have noticed that the Ethernet Offline Manager is Super laggy, meaning it may take up to a minute for it to report that the EISC is actually Offline. What I've done is added an Oscillator in the first processor that sends a "heartbeat" pulse every two seconds and if the connection between the two processors is somehow broken I know about it almost instantly as the pulses stop coming in. My question is, have any of you ever seen an oscillator stop working? I need this to work reliably for many years.

Thank you,


Re: Multiple projects on TSW panel #tsw

 

BruteForceIsUnderRated, I found your previous post with fput command description. It worked for me. Thank you!


Re: HTML5 and Media Player Object

 

AMEN!!


Re: Timer module #programming

 

what about when you want to have HH:MM:SS? you need to zero the seconds once you hit 60 sec, and start incrementing the minutes, etc.


Re: HTML5 and Media Player Object

 

If their CH5 components are any indication...I would MUCH rather just have an API/protocol documentation to CRPC than a CH5-MediaPlayer component that would be a nightmare to "skin"


Re: HTML5 and Media Player Object

 

Mmmmm...Typical...
Crestron Should then provide a *Working* model that could be skinned as desired...It's really crappy that they got us all excited about HTML5 and then did essentially nothing...
Thanks Nathan!


Re: Multiple projects on TSW panel #tsw

 

Never heard about fput.

So I can save .vtz into /NVRAM at the processor and then load it onto the touchpanel?

Do you happen to have an example of how to use this command?


Re: Multiple projects on TSW panel #tsw

 

On Fri, Apr 15, 2022 at 02:31 PM, dmostyka wrote:
If I put different .vtz files in /display/? can I specify which one to load?
No, and the vtz is deleted after its loaded.


Re: Multiple projects on TSW panel #tsw

 

Going along with the console projectload at the TSW panel, you might also use the fput command at the processor to push the file to the TSW panel and tell it to load


On Fri, Apr 15, 2022 at 11:31 AM dmostyka <dima.flex@...> wrote:

I have to use TSW panels. If it was iPad it would be much easier(((

And I agree that the whole idea is very strange... But still.?

As I said I don't think it's good idea to have all these GUIs in one VTPro project. Quite often when I have even two VTPro projects open it unexpectedly closes. I assume because custom themes are heavy.


If I put different .vtz files in /display/? can I specify which one to load?