Keyboard Shortcuts
Likes
- Crestron
- Messages
Search
Re: Crestron DM System - Detecting a DM transmitter by IPID
Right, im currently doing that but it only detects that the unit is online. i want to be able to know what input it has been connected to so that no matter if i gets connected to dm input card 7 or 5 or 9 i can dynamically change the analog init value to always send the source to a particular output.
|
||||||||||||||||||||
Re: Latest version of Samsung EXlink protocol
this is the module I have been using for the last few years that works fine. it has to see ?actual 2 way communication and you have to start with the tv off and turn it on with the module.
? |
||||||||||||||||||||
Re: Crestron DM System - Detecting a DM transmitter by IPID
I'm unaware of a way to get that through the DM.? If you have other network equipment that is always moving with the transmitter, but isn't going through the DM, you may be able to poll the switch for specific MAC addresses to infer where your transmitter is, On Tue, Jan 17, 2017 at 3:35 PM, nvaslpn25@... [Crestron] <Crestron@...> wrote:
|
||||||||||||||||||||
Re: Crestron DM System - Detecting a DM transmitter by IPID
Andrew Welker
Sure it does. Send the offline to a not, then the output of the not to the input on an init. Send the output of the init to the appropriate video out on the DM switch.
|
||||||||||||||||||||
Re: Crestron DM System - Detecting a DM transmitter by IPID
currently im doing this, but it only lets me know that a particular IPID is online. it doesnt tell me what dm input card it is connected to on the dm matrix. thats the extra info im trying to get. to allow me to use it dynamically change the necessary analog value to use to send its input to an constant output. ---In Crestron@..., <andrew.welker@...> wrote : Add the appropriate DM transmitter to each slot in the program, then add an offline extender to each Dm transmitter and do what you need to with the offline signal. The transmitter will get configured with the correct IP ID when it gets plugged in to the DM switch and powers on.
|
||||||||||||||||||||
Re: Crestron DM System - Detecting a DM transmitter by IPID
Andrew Welker
Add the appropriate DM transmitter to each slot in the program, then add an offline extender to each Dm transmitter and do what you need to with the offline signal. The transmitter will get configured with the correct IP ID when it gets plugged in to the DM switch and powers on.
|
||||||||||||||||||||
Crestron DM System - Detecting a DM transmitter by IPID
Anyone know if there is a way to extract from a DM system what IPID of DM transmitter is that is connected to any port of a DM Matix switch? Here is my scenario, i have a dm 16x16 that has ports 9-12 receiving dm inputs. but the transmitters are not stationary. the 4 transmitter are labeled input 1-4. so i want to be able to know when someone connects say input 3 to dm input 10,or if input 4 gets connected to input 10 on another day i wish to know that it is now dm transmitter that is labeled input 4 by detecting the IPID. any ideas how to extract this sort of data from the system? |
||||||||||||||||||||
Samsung TVs IR control discrete power on doesn't work after being off a long time
This is strange but something that we've noticed with two Samsung TVs on a particular job: If "warm" then the discrete power code for "on" works fine. But if "cold" ie first time turned on in the morning, then the power on code never works first time. The factory remote with its toggling code always turns them on just fine. This is the same Samsung discrete IR codeset I've used for years which I think got from this group originally (Samsung UN46B8000XF.ir).? Anyone seen this before? Does sending multiple power commands eventually wake it up? Not on site to test, getting this third had from tech on site. Thx in advance OP ? |
||||||||||||||||||||
Re: New BSS Modules (3-series)
I did not like using a fader. But the customer is always right.?
If you moved the fader too fast it did not always get to the level you expected. then when you put your finger on the fader again it would jump to the level you expected it to be.? UP/DOWN buttons are easier to manage and take up less screen space.? |
||||||||||||||||||||
Re: New BSS Modules (3-series)
I was using the new modules. the V1.0 ones.
ccijeff. I was receiving no feedback on my TP, or within Audio Architect.? I was using a standard button, linked directly to the toggle on the BSS module. I pressed it multiple times and it had no effect on the feedback or within architect. I even tried changing the node address incase there was a glitch there and even changed what I was trying to mute, (Gain, N-Gain, Mixer) I was weary of using a crestron toggle to feed the "ON, OFF" states as some of the epson projector modules hate this, but it worked so I left it alone. |
||||||||||||||||||||
Re: New BSS Modules (3-series)
Regarding `Value` on the?BSS BLU Level Control Module v1.0:
A note from the help file says "A debounce value of 300ms has been added preventing this value to be reset to quickly, thus safe guarding communication queues. DO NOT BYPASS" So it would seem that `Value` isn't really intended to be used as a fader via a slider join... ? |
||||||||||||||||||||
Re: New BSS Modules (3-series)
Thanks for the responses gentlemen. ?We had previously used the?Crestron Soundweb London module v4.2 modules with good success.
scottcoumbe - was your intermitted toggle issue experienced with the new "BSS BLU v1.0 IP Demo.zip" modules, or was it possibly with the older sound web london modules? ? |
||||||||||||||||||||
Re: New BSS Modules (3-series)
To Add to my early comment for fader control.
In VTP I set my fader to have a min of "0" and a max of "100" in Simpl I have my "SETVALUE" held high with an interlock for when I am on my "Audio control page" the BSS level control module "Leveltype" is Percentage. The help file has this to say "if the digital signal "SETVALUE" is high when the "Value" changes the module will automatically send the new value" hope this help |
||||||||||||||||||||
Re: New BSS Modules (3-series)
Just started working with the new BSS Mod and I can control a level with up/down buttons but is there no way to control it using a fader (on a tsw-760?). ?I thought the analog "value" signal would do it but that needs to have the "SetValue" pressed to take so that wouldn't work.
Thanks in advance. |
||||||||||||||||||||
Re: Shure MXA910 protocol details
I'm controlling a bunch of these all over at a large site I'm working on and they are pretty easy to talk to.? I haven't found any issues or mistakes with the protocol manual.
The < and > are literal, and there is no extra delimiter after the ">" char.? A sample command should look like: "< SET LED_COLOR_MUTED RED >" Just open a TCP/IP client port to them on port #2202 and you should be good to go.? Another note, is that for control, you need to connect to the "control IP address".? I believe these things get 2 different IP addresses when setting them up, one is a Dante IP, and the other is a Control IP.? The Dante IP is specifically for passing audio between other Dante endpoints, and the Control-IP is for setup and controlling them with the API commands.? Pretty straight forward. -jason |
||||||||||||||||||||
Re: Shure MXA910 protocol details
Great, thanks for all the helpful responses. On Tue, Jan 17, 2017 at 11:57 AM, chipmoody@... [Crestron] <Crestron@...> wrote:
|
||||||||||||||||||||