Keyboard Shortcuts
Likes
- Crestron
- Messages
Search
Re: Crosspoint ECCON on 4-Series
¿ªÔÆÌåÓýAs (one of the) the originators of the SAWPULSE / SMV technique my house would be very broken if the behavior changed on the 4-series ¨C my house has been running on a PRO4 since beta and that logic has been working flawlessly without modification from the PRO3 implementation. These days I generally use a SAWPULSE with 5d as the parameter [I think I had a reason for 5d rather than 1d but it¡¯s not coming to me] but in the past I¡¯ve used a SMV with .1s and I¡¯m sure I still have some of that floating around in the background. ? To ask the stupid question: Are you sure there¡¯s not an ECCONNECT somewhere else that may be ¡°fighting¡± you on the crosspoint connection? ? -- Lincoln King-Cliby, CTS, DMC-E-4K/T/D ? From: [email protected] [mailto:[email protected]]
On Behalf Of Ryan Cunningham via groups.io
Sent: Saturday, June 12, 2021 3:50 PM To: [email protected] Subject: Re: [crestron] Crosspoint ECCON on 4-Series ? Sorry, I proofread my post but I guess I was tired and I typed it incorrectly. OUT is tied to Disc_From_E,? OUT* is tied to CONNECT. I tried 1D, .5s, 1s, with no change.? Ryan Cunningham?
|
Re: Crosspoint ECCON on 4-Series
¿ªÔÆÌåÓýSorry, I proofread my post but I guess I was tired and I typed it incorrectly.OUT is tied to Disc_From_E,? OUT* is tied to CONNECT. I tried 1D, .5s, 1s, with no change.? Ryan Cunningham? On Jun 12, 2021, at 10:20 AM, Oliver Hall <oliver.hall@...> wrote:
|
Re: Ubiquiti wifi extender
#bestpractices
I cannot speak for all models of APs, but I have several installations with a UAP-AC-PRO with just a power injector to power it.? You can use either the LAN input to the power injector or the secondary port on the AP? to supply the LAN to your Ethernet switch.? Might be easier to set it up first with it connected to the main lan and then move it to your remote location.? But I believe the last one I set up, I was able to do it without even connecting to the main lan first.? But it is? important to enable wireless uplinks in the site settings and in the surrounding access points.? Of course it has to be close enough to other access points to make a wireless link.
|
Re: Ubiquiti wifi extender
#bestpractices
So only supply power to access point since there isn't any wires at that location and configure as wireless unlink. Wouldn't this require using a Pro series AP since it has Main and Local network ports.
|
Re: Crosspoint ECCON on 4-Series
The XPoint connection logic isn't *timing* critical - we use the analog serial logic wave one-shot to make/break the connection - it's all done in two consecutive logic waves, and it's been 100% deterministic on 3-series.? I haven't done a lot with it on 4-series, but I'd be surprised if that had changed without trigging a whole host of problems (not to say it couldn't happen!).
|
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: 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... |
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 {
cmd = "stat " + UID + "\x0D\x0A"; (14,UID,High_Limit,Low_Limit,cmd);
} ? Only the 1st statement inside the IF loop is working. 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 ? 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. |
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, |