Keyboard Shortcuts
Likes
- Crestron
- Messages
Search
Re: Let¡¯s have a candid conversation.
¿ªÔÆÌåÓýThe VC4-PC-3 includes 3 room licenses. ? Cheers, Thorsten ? Von: [email protected] <[email protected]> Im Auftrag von ckangis ? Yeah, I think its time to figure out the HTML5 thing, particularly for resi... |
Re: Let¡¯s have a candid conversation.
Yeah, I think its time to figure out the HTML5 thing, particularly for resi...
With used 3-series and/or VC4 we can spec all the other pieces from others...A sad day though... Regarding VC4, I see two issues to review: 1. No Console...Seems like a dumb move not to have it, but maybe I'm dumb...:) 2. My understanding is that there's no concept of slots. I believe that this means we'll need a license for each sub-program as well as the Main.? $ 500 for a license to run my separate SONOS program which I have only because Crestron won't fix their Comms/restart for it is unacceptable... |
Re: Let¡¯s have a candid conversation.
And the CEN-IO boxes (but yes the Global Cache ones are nice too).? Hint for touch panels, CWS. On Thu, Sep 8, 2022 at 2:38 PM Brian Matson <bmatson@...> wrote: VC-4-PC-3 looks great, but it still doesn't help when you can't get gateways, or lighting, or NVX, or NAX, or keypads, or touch panels, or ... |
Re: Let¡¯s have a candid conversation.
Now all we need is a touch panel.? Cory Sarzotti Synergy Media GroupOn Thu, Sep 8, 2022 at 2:34 PM Crestron_Programmer <s.marszalek11@...> wrote: Crestron just released the VC-4-PC-3 and it ships immediately. I got one last week. |
Re: Let¡¯s have a candid conversation.
It's going to be an interesting Masters...
Atlona has a control platform that is easy and affordable and available.? Extron is nice but have shipping delays as well.? QSC now integrates control, so that is a thing.? But I would like to see a little more humility and admittance from Crestron about just how bad this is, and how bad it looks to customers, how some firms are actually hurting/in danger from this, and how folks are turning other brands, and those turnings will likely be permanent.? |
Re: Slowing Down For Loop In SImpl+
#simpl
I did this for a countdown timer (like an egg timer), and it has a cancel button, so needed an easy stop. I did it with a function, and a delay.
?
Integer_Function countdown(integer _countdown_seconds) { ? ? integer i; ? ? for(i = 0 to (_countdown_seconds * 2)) // Time number format = 1s is integer value 100 { if(!countdown_cancel_flag) { Delay(50); //this equals 1/2 second current_time = countdownSecondsInteger - (i/2); } else { ? ? ? ? countdown_cancel_flag = 0; return(0); } } return(1); } |
Re: Fusion Room Scheduler "splash page"
#crestron
Could you put the notice in the room description? Cory Sarzotti Synergy Media GroupOn Thu, Sep 8, 2022 at 10:16 AM kroekerta via <kroekerta=[email protected]> wrote:
|
Re: Crestron Ceiling Signs - Pole Mount?
3D printer, and aircraft cable.? Custom design and print a housing for the ceiling part of the sign, then suspend from aircraft cable.? I haven't done it, but that's how I would do it. Could also get custom metal/wood work done, but I would love it if Crestron made a suspension or pole mount kit. Cory Sarzotti Synergy Media GroupOn Thu, Sep 8, 2022 at 12:51 PM simpl_2_use <pvail@...> wrote:
|
Re: Crestron control system with non Crestron MTR
#crestron
I have heard different opinions on the practicality, but I prefer to actually have two panels, one Crestron, one MTR.? The person holding the meeting can drive the call like they are used to, and an assistant, or the IT person, or other support person can drive the room.? My opinion is this provides a nice separation of work, and lets the executive focus on their meeting, and the trained personnel can likewise drive the room safely. Cory Sarzotti Synergy Media GroupOn Thu, Sep 8, 2022 at 9:59 AM Andy Ross <sifuas@...> wrote: It won't have any integration with the unit, but you can definitely have it in a Crestron control system but you would need another panel / UI to run the teams interface. The Crestron Flex systems have specific crestron software running on them that allows them to "integrate" with the control system and crestron panels. That software isn't installed on any other manufacturer systems. |
Crestron Ceiling Signs - Pole Mount?
Anyone ever take a SSC-102 type sign and extend it further into a space from a ceiling that is too high on a pole or similar? How did you go about doing so? |
D3 and Shades
Never really been an issue, so never thought about it.? Have a half moon window with 5 shades in pockets.? The pockets are stair cased.??
? ? ? ? ? ? ? ? ?_____ ? ? ? ? _____? ? ? ? ?_____ _____? ? ? ? ? ? ? ? ? ? ? ? ? _____ Is there an easy way to have them come down in a straight line, Like they do when they go up? |
Re: Crestron control system with non Crestron MTR
#crestron
It won't have any integration with the unit, but you can definitely have it in a Crestron control system but you would need another panel / UI to run the teams interface. The Crestron Flex systems have specific crestron software running on them that allows them to "integrate" with the control system and crestron panels. That software isn't installed on any other manufacturer systems.
|
Re: Crisspoints disconnecting over time
#simpl
If you don't get the crosspoint file generated in the program output directory, you can turn that setting on in Simpl Windows by going to Options->Preferences->Compiler Settings and checking "Generate Crosspoint Routing File". You can also choose to have it automatically display the file once the program is done compiling.
I personally have it generate the file in case I want it, but I don't have it automatically display it since it can get annoying to see every time. |
Re: Crestron control system with non Crestron MTR
#crestron
Microsoft Teams Room. The -T Flex models for Crestron¡¯s specific units.?
|