Keyboard Shortcuts
Likes
- Crestron
- Messages
Search
Re: Lutron QSX Feedback
#lutron
thanks for the info, why they program a feedback if it doesnt work, and how i was suppose to know about the LED ? thank god for this group and for the good heart of programmers.?
|
Analog values coming from an e-cross to the same type of user module are somehow jammed
Hi Guys, i got a weird one here. I'm working on my home system, emulating my program for a Pro3 on an RMC3. I got an analogue signal connected to a user module I made for a DSP. There are 21 copies of that user module in this program. Every time I change the value of one of this signals, all the other analogues connected to the same input of the other instances of that user module change as well. In the program to be used, the analogues come from e-cross symbols, which was not the case in my test program. The funny thing is, that the issue does not seem to relate to the crosspoint routing. It's also happening on the same e-cross symbol on different joins. I can't wrap my head around this one. In the little test program it worked fine. Tried to delete the SPI - Folder, but it did not help. Anyone has any ideas what might be causing this?
|
Crestron APP on Android Phone
Good evening to the group.?
I have several issues to resolve relating to using the Crestron APP for Android. 1.? On a SAMSUNG A21 phone I have the Crestron App loaded ok; now I am having trouble installing Adobe Air. The Play Store has removed the ADOBE AIR APP again (it was there last week and easy to download and install). When I download this item from the Crestron web site (using the link inside help file 5366) it sends? a ".zip" file. The problem is opening the ".zip" on the phone; Is there a recommendation for an "unzipper" that works well on android phones? is there a work-around that has good results? 2. On an AMAZON FIRE HD 10 I have both the CRESTRON APP and ADOBE AIR loaded OK. When I open the Crestron APP the "gear", "pencil", and "+" icons are all missing from the bottom of the page. Does anyone have a work-around to make these icons visible and usable for this situation? TIA |
Re: VTPro Text Entry
¿ªÔÆÌåÓýHave you considered making the text entry font size something like 0 and putting it on top of a read only label. Formatting the label the way you want it and feeding the text entry value to the labels serial join?On Aug 6, 2021, at 4:26 PM, Crestron_Programmer <s.marszalek11@...> wrote:
|
Re: Luxul PDU08
I'm waiting for full confirmation, I *think* its the same/similar unit, but LUXUL says that their latest FW is 1.10, which says to me that they're behind the MAP 8-ball...
I probably wouldn't use the MAP FW in this unit...as it is probably just a bit different... In General, I would only use the OEM (MAP in this case) as you're likely to get better updates and support... I personally know that MAP is on this issue... |
Re: CP4N: sACN traffic goes to control subnet, I need it on LAN port...
Erik, curious if you got things worked out??
I was informed of the exact opposite problem at a project site today where the CP4N was sending sACN on the LAN port and we need it on the Control Subnet port.? Didn't know how you ended up proceeding on this project.? |
Comm Port Madness
Has anyone else seen this?? It has been torturing me for a few years now. It's probably stupid me, but I have been increasingly fastidious about this as I have been bitten numerous times...
Regarding the TX and RX inputs on the COMM port device symbols, I have carefully C/P'd the signals to their appropriate connections, verify them now since I've had this issue so much, and go on to more pressing matters, making changes and updating stuff as needed. I find that a serial device is not working properly so of course I have the dealer flip Tx and Rx conductors which usually fixes stuff, but every once in a while I go down a rabbit hole were nothing works or makes sense... Then I notice that The TX signal (or sometimes the RX signal) is on both the In and Out of the Comm symbol - Of course this is the issue.. It seems like somehow doing a save-as and/or new compile changes this (i.e. copies one side to the other)... Has anyone seen this, or am I really ready for the dog track...:(:(:( TIA! |
Re: Lutron QSX Feedback
#lutron
You have to program amd use the LED for feedback. The joins are often 1 lower for feedback than the press.
The Feedback on button module doesn¡¯t work. It only shows a blink or toggle. Doesn¡¯t match actual Lutron programming feedback |
Re: DM-NVX-351 on different subnet
¿ªÔÆÌåÓýAll of the 3-series with a control subnet also have gigabit NICs; 3-series without a control subnet IGMP proxy isn¡¯t applicable. In any event, IGMPPROXY OFF is the more sane default/standard configuration. ? There are a variety of things that go into an effective multicast deployment ¨C IGMP snooping (and no TCN flood for Cisco) are critical but if the processor is trying to proxy multicast unless you have things upstream (like blocking all multicast on that switch port) it¡¯s ¡°working as designed¡± ? -- Lincoln King-Cliby, CTS, DMC-E-4K/T/D ? From: [email protected] [mailto:[email protected]]
On Behalf Of Steve Kuehn
Sent: Friday, August 06, 2021 12:34 PM To: [email protected] Subject: Re: [crestron] DM-NVX-351 on different subnet ? Thanks Lincoln for clarifying.? I guess we should include turning IGMP proxy off? as part of the initial setup of any system we set up.? Particularly on the series 3 with its 100baseT Ethernet adapter. |
Re: Array Index Question
¿ªÔÆÌåÓýYou can use a CHANGE on a digital ¨C it will capture the rising and falling edges ¨C it allows you to capture the PUSH and RELEASE in the same event, e.g. if you¡¯re relaying a digitals state to S# or want to do the same thing when the signal changes vs. only on rising edge or falling edge. ? A PUSH will only trigger in response to the rising edge (0->1) of a digital signal A RELEASE will only trigger in response to the falling edge (1->0) of a digital signal A CHANGE will trigger in response to either 0->1 or 1->0 of a digital signal or the value of an analog or serial changing. ? -- Lincoln King-Cliby, CTS, DMC-E-4K/T/D ? From: [email protected] [mailto:[email protected]]
On Behalf Of Caleb Godfrey via groups.io
Sent: Friday, August 06, 2021 11:52 AM To: [email protected] Subject: Re: [crestron] Array Index Question ? It¡¯s digital versus analog. Digital is either 1 or 0. A PUSH is only gonna be high or low. A CHANGE is analog and can be any number. ? On Fri, Aug 6, 2021 at 11:48 AM Crestron_Programmer <s.marszalek11@...> wrote:
--
|