¿ªÔÆÌåÓý

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

Re: NVX 360C and AM-200

 

That sounds like a HDCP issue. Does the projector support HDCP2.2?? How is HDCP configured on the AM-200s and NVX? Have you tried if you get the the signal on the HDMI output of the card?


Re: Simpl# Debugging 4-Series

 

¿ªÔÆÌåÓý

Use lots of print statements.


Re: Crosspoint ECCON on 4-Series

 

¿ªÔÆÌåÓý

The out* is connected to disc_from_e.
That means that is momentarily connected but the normal state would be disconnected. Probably this momentary connection is happening too fast and the resolution of internal logic is that all outputs stay zero. Like driving a digital cue from multiple buffer outputs on the same buffer, with one input being high and the other low; which results in an unexpected result. If the goal is really momentary, then try adjusting the 1d parameter to 1s. If it isn't supposed to be a momentary connection, then you should OUT to disconnect_e and OUT* to connect. Thats how i usually use eccon. So it momentarily disconnects when a analog hits, then reconnects after a time. I usually use a 10d parameter on a sawpulse or 0.2s on an aos.



NVX 360C and AM-200

 

I have an open ticket with Crestron about this already, but was hoping someone here has worked through this.?

I have 9 NVX 360C and 9 AM 200 that are all behaving almost the same.?
The AM 200 are connected to the NVX 360C and then transmitted to a NVX 360 connected to a 4K projector.?
When the AirMedia boots up, the splash screen is displayed on the projector. As soon as the boot is complete, the screen goes black.?
The NVX 360C shows a video sync, but doesn't show a resolution.
Changing the output resolution in the AM 200 will make the AirMedia screen appear temporarily, but doesn't fully solve the problem.?
So far we have tried new HDMI cables (from different brands) changing the output resolution of the AM 200 and changing the EDID of the NVX 360C.
Other sources plugged into the same cards seem to work just fine, so this is pointing more and more to an AirMedia issue.?


Re: crestron.com online help issue

 

Anyone heard whether they're going to fix this soon??? it's a PITA...


Re: TRANE XL1050 WiFi Thermostats

 

Thanks Jeff for the response - I have confirmed with TB regarding this (another hour wasted on the phone)

Such a Digital Age bummer! I love when I go to finish a project and find that I can't finish the project...:(
I think I have a temporary work-around (one that of course with cost me more $$$) as the developer has indicated that they are working with TRANE to resolve the AUTH issue that apparently was caused by newer processor FW...
I'm hopeful that they will have a fix soon...
The recommended *fix* is to put another 3-series proc in the site with 1.503 FW running the TRANE modules and EISC the signals to the main processor...Arrggghh...

What really frosts me is how we all seem to get blind-sided with this stuff. Did I miss the memo? or should I finally consider it normal to do all the work, trouble-shoot and then find out thru the 'Grape-Vine' that this is the case...

I will make it a point to update here, if/when I get a resolution...


Bose SoundTouch and LifeStyle drivers for Crestron Home OS3? #crestron

 

Hello Guys,

I'm looking for a Bose SoundTouch/LifeStyle driver for Crestron Home OS3, something like the JanusTech ones for SIMPL (which work extremely well btw) but compatible with CH.

Thanks.


Re: Time on TSW-x70 with 4-series processor

 

Thanks for the response! However, my question is primarily about any differences from older setups.

The x60-series panels also had their own time settings BUT with 3-series processors, I never had to touch them. The processor time seemed to be automatically used by the x60's to set their time.
With a CP4/770 I'm not seeing this - thus the question is: Is this a bug, or is there a new 'Best Practice' that Crestron has not spelled out yet...


Re: UC Engine - Multiple platforms

 

My bad. I missed the ¡®X¡¯ part of his comment. ?It was a long time coming for biamp to support this. ?Awaiting the next rev of forte to have that built in.?


Method Calling issue from SIMPL+ to SIMPL#

 

I have created one SIMPL SHARP library for CoolMasterNet Control , I am able to control HVAC Unit but unable get Feedback . The actual process is based on User event for example if it Power On the 1st On command is sent to CoolmasterNet the after few millisecond I am sending query command. So for this i have created 2 separate methods in SIMPL sharp (1.Control() 2. Feedback() ) . I have used push event for this. The code is below

PUSH POWER_ON

{

IF(CONNECT\_FB=1)

{

myClass.ClientSend(1,UID,High\_Limit,Low\_Limit,"");      //Only this statement works

cmd = "stat " + UID + "\x0D\x0A";

(14,UID,High_Limit,Low_Limit,cmd);

}

else

{

	Print("\\n Please make connection first");

}

}

?

Only the 1st statement inside the IF loop is working.

Thanks in advance.


LG TV handshaking issue with SIMPL SHARP library

 

I have created one SIMPL SHARP library for LG TV Control. The web socket connection with TV is successful but after that when we start handshaking process the query is sent from our side but there is no response from TV.

Thanks in advance,


Re: Time on TSW-x70 with 4-series processor

 

The x70 series have their own time management settings. If your equipment has access to a time server simply setup the TP's time like you do the processor. In the event your equipment does not have access to a time server AND you provide the user ability to update the time from the TP's I have had success leaving the time service enabled on the TP's but changing the time server to point at the processor, if you don't provide the ability to change the time then just set and forget it like you would the processor.

Chris?


Re: Ubiquiti wifi extender #bestpractices

 

¿ªÔÆÌåÓý

Hi,

?

as i understand you want to have LAN at the other end as well, you probably want to ?have a look at a wifi bridge:

?

Cheers, Thorsten

?

Von: [email protected] <[email protected]> Im Auftrag von Brad Wykoff via groups.io
Gesendet: Freitag, 11. Juni 2021 19:54
An: [email protected]
Betreff: [crestron] Ubiquiti wifi extender #bestpractices

?

I have an existing Uniquiti network but need to extend my wifi to a network switch that I'm not able to get any wires ran to this location but equipment needs network.? I have seen Netgear products that allow using existing wifi to extend with a local network port but wanting to keep with Ubiquiti.

Any products that work best.


Crosspoint ECCON on 4-Series

 

Good evening brain trust,
I did a takeover job this week updating a PRO2 to a PRO4. Most of the old logic works just fine, the problem is with new crosspoint logic to replace the old ORs and BUFs. I wrote it the same as many other programs in the past. The EID analog feeds into an AOS (parameter of 1d) with the OUT driving to the CONNECT of the ECCON. The OUT* drives the Disc_From_E. On a program reboot the routes are clear but when switching sources the EID does not disconnect. It will connect to the new EID but keep any previous routes. Even trying the Disc_EC didn't fix it. The only way it would change routes is by using Disc_All which is obviously not a good solution since it clears all routes across the project. Does anyone have any insight into why the Disc_From_E doesn't change the route?


Simpl# Debugging 4-Series

 

Hi All,

I'm trying to debug a SimplSharpLibrary build for 3-Series I have converted to 4-Series, however it is not running as smooth has in 3-Series.
So I followed the 4-Series C# Developpement Instruction from Crestron. It is running fine and I'm able to place breakpoints with Visual Studio 2019 Community and the VSMonoDebugger Extension.

This issue is that I'm not able to inspect the variables as deep as I would like to.

How can I solve this?

Regards,


Time on TSW-x70 with 4-series processor

 

Hi All,
I have always had the Processor time get set to the TSW panels without having to do anything with the TSW panel settings.
I have a new project with a CP4 [v2.5001.00006] and (2) TSW-770s [v1.002.0040] and the panels are stuck at GMT.? The panels have the SG Digital Time Date widget for the time display.
I haven't yet done any different settings on the panels...

Have others seen this, is this a bug, or is there a new 'best practice' in setting this up for correct time display??
TIA!


Re: SIMPL# Question

 

6-11-2021: Does this still work? I'm having problems attaching


Re: Ubiquiti wifi extender #bestpractices

 

I've been looking at their kit recently, Ubiquiti wireless access points seem to have mesh capability


Re: Ubiquiti wifi extender #bestpractices

 

Just get another Ubiquiti Unifi access point and? enable wireless uplinks (usually enabled by default).? They will operate in mesh mode and can be use to get Ethernet to other devices.


Re: Ubiquiti wifi extender #bestpractices

 

Although I wouldn't design a network around this (hard-wared dedicated CAT lines are always best!) I have used the following in a pinch and they do work well:
1. If you have a COAX cable near where you need to add a switch and/or AP, ActionTEC makes an gigabit Ethernet-over-Coax device:


2. If there's absolutely no infrastructure, I have used various HomePlug Ethernet-over-PowerLine products and they seem to work reliably, though I think you won't get full speeds with this. It's actually amazing that this works and works well!!