Keyboard Shortcuts
Likes
- Crestron
- Messages
Search
DMPS-4K-150C
Does anyone know if the DMPS-4K-150C can run multiple programs?? I can't find any info on the website if it will or not.? I know the normal DMPS3-300C's only run a single program slot, so I would assume the same for these smaller guys but wanted to verify.
It seems that Crestron likes to put tons of obvious Marketing Talk on their Specifications/Feature pages, but not as much info for some of the more specific information to those of us who program it like the above question. -jason |
Re: Crestron DM System - Detecting a DM transmitter by IPID
¿ªÔÆÌåÓýThis logic would always route the last plugged in roombox to a display. Assuming that's not an issue, done.If he always wants a specific roombox on a specific display he'll need to go the rcon route. Sent from my mobile. Please excuse brevity and any typos. Caleb Radecky |?Manager, Online Products & Services Crestron Silver Certified Programmer | DMC-D-4K | DMC-E-4K ControlWorks Consulting, LLC |?Crestron Services Provider?| 701 Beta Dr. #22 Cleveland OH 44143 P.440.449.1100 X1109 | F.440.449.1106 |http://www.controlworks.com -----Original Message-----
From: Andrew Welker andrew.welker@... [Crestron] [Crestron@...] Received: Tuesday, 17 Jan 2017, 19:43 To: Crestron@... [Crestron@...] Subject: Re: [Crestron] Crestron DM System - Detecting a DM transmitter by IPID ?
That doesn't seem foolproof to me...they shouldn't need to care which TX is plugged into the floor box. Give them one button on the UI that says Floor Box or Laptop or whatever is appropriate, then use the logic like in the screenshot below so
that when they push the Floor Box button, it routes the correct floor box. At some point the labels will fall off, someone will press the input 4 button when the input 1 TX is connected, or something like that.
?
|
Re: Crestron DM System - Detecting a DM transmitter by IPID
The IPID is reassigned by the frame when it is connected, based on what the program tells it it should be.? Whatever is plugged into input #4 will always get the same IPID. On Tue, Jan 17, 2017 at 7:50 PM, nvaslpn25@... [Crestron] <Crestron@...> wrote:
|
Re: Samsung TVs IR control discrete power on doesn't work after being off a long time
Might be same or similar problem. I had a samsung the other day not take on or off codes from the IR receiver on the bottom edge of the tv. Volume, mute etc all worked perfectly, but nothing for power controls. it was a RTI remote so i sent the power commands from the remote instead and it worked fine....
|
Re: MMS-2 power supply
Thanks, Pat. On Tue, Jan 17, 2017 at 7:43 PM, Pat Molettieri pat.molettieri@... [Crestron] <Crestron@...> wrote:
|
Re: Crestron DM System - Detecting a DM transmitter by IPID
to do the latter and simply know that any transmitter is connected. once i drop a transmitter on the dm input card will it make any difference that the code has one IPID showing the unit is fixed and the transmitter that connects could potentially be different?
|
Re: MMS-2 power supply
¿ªÔÆÌåÓýIf you have a 19.5v power supply from a Dell computer then you can also use that. ?I doubt that out when inhale a clients MMS crap out and put my Dell power supply in its place while waiting for a replacement to come from Autonomics. Just an FYI in case you have one sitting around the office. Pat On Jan 17, 2017, at 4:35 AM, oliver.hall@... [Crestron] <Crestron@...> wrote:
|
Re: Crestron DM System - Detecting a DM transmitter by IPID
Andrew Welker
That doesn't seem foolproof to me...they shouldn't need to care which TX is plugged into the floor box. Give them one button on the UI that says Floor Box or Laptop or whatever is appropriate, then use the logic like in the screenshot below so that when they push the Floor Box button, it routes the correct floor box. At some point the labels will fall off, someone will press the input 4 button when the input 1 TX is connected, or something like that. ?
|
Re: Crestron DM System - Detecting a DM transmitter by IPID
absolutely for the latter the extender does the job. but yes im going for the former, i want to know which of a set of 4 transmitters is connected to say input 4. im trying to dummy proof it for the client so they only have to know the transmitter they connected was labeled input 1 so they press input 1 on the UI.
|
Re: Crestron DM System - Detecting a DM transmitter by IPID
You want to know *which* particular transmitter is plugged into, for example, input 4? Or you want to know that any transmitter is plugged into input 4? For the latter, the offline extender gets you where you need to go. For the former, I'd imagine you could open an IP connection to the DM frame, and send it an RCON SLOT 19.1.1 EST and then parse the response for the MAC address.? I'm spit balling that command, ?BTW.? On Jan 17, 2017 7:03 PM, "nvaslpn25@... [Crestron]" <Crestron@...> wrote:
|
Re: Crestron DM System - Detecting a DM transmitter by IPID
So, if I'm understanding you, there's a TX that moves around the room with a specific source and they get moved to different inputs on the switcher. So in PNM the ipaddress of the TX box is a known value so you can add a TCP/IP client (or several) to your code and put in that IP address. Send the "est/x0D" to the device(s) when the offline indicator(s) goes low and parse out the MAC info.... maybe practice your SIMPL+
|
Re: Crestron DM System - Detecting a DM transmitter by IPID
¿ªÔÆÌåÓýFirst thought I had is if you see a roombox come online, have the processor connect to the DM frame, then rcon the mac of the roombox that came online. That could be slightly problematic since when a roombox that has the wrong ipt, the roombox will reboot a few times.Sent from my mobile. Please excuse brevity and any typos. Caleb Radecky |?Manager, Online Products & Services Crestron Silver Certified Programmer | DMC-D-4K | DMC-E-4K ControlWorks Consulting, LLC |?Crestron Services Provider?| 701 Beta Dr. #22 Cleveland OH 44143 P.440.449.1100 X1109 | F.440.449.1106 |http://www.controlworks.com -----Original Message-----
From: nvaslpn25@... [Crestron] [Crestron@...] Received: Tuesday, 17 Jan 2017, 19:03 To: Crestron@... [Crestron@...] Subject: Re: [Crestron] 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: Crestron DM System - Detecting a DM transmitter by IPID
ahh i believe i see what your saying and how that could work, i think, not 100% sure i see all the way but i'll look some more on it.?
if i see correctly i need to explain the scenario fully. If one transmitter is physically labeled Input one then the end user connects that to say input 9 of the Matrix on the Touchpanel i want to be able to enable a button that says input 1. when this is pressed it routes the transmitter through correctly whether the transmitter is on input 9 of the matrix or ends up on 12 of the matrix. if that is clear you think the solution your proposing can do this? if so i may need you to walk me through it again please. |