Keyboard Shortcuts
Likes
- Crestron
- Messages
Search
Re: Crestron DM System - Detecting a DM transmitter by IPID
¿ªÔÆÌåÓýRCON slot x EST ? Caleb Radecky |
Manager, Online Products & Services ? From: Crestron@... [mailto:Crestron@...]
Sent: Wednesday, January 18, 2017 10:29 To: Crestron@... Subject: Re: [Crestron] Re: Crestron DM System - Detecting a DM transmitter by IPID ? ? And how are you getting the MAC addresses per port on the DM frame?? Inquiring minds want to know... ? On Wed, Jan 18, 2017 at 10:20 AM, wiredhometechnologies@... [Crestron] <Crestron@...> wrote:
?
|
Re: DMPS-4K-150C
Ok, thanks, I missed that in the spec sheet.
What are we supposed to do with the Pre-Loaded "AVFramework" program that's loaded in these things.? If doing a custom project, should we blow it out with our custom code, or do we need to leave it in there for something else?? I only ask because I know the AVFramwork has some XPanel stuff loaded to get to some of the settings on some devices.? I don't want to erase anything that might be needed for setup, but I definately don't need the OOTB automation stuff that is included for their huddle room functionality. Opinions? Thanks, |
Re: Crestron - SmartThings Integration Code is Now on Github
¿ªÔÆÌåÓýHi Rick Yes a port forward is required. The port is then added as one of the parameters in the receiver module. It also must be put in the groovy code with the public IP address of your router. Look through the groovy code and you can find where that has to be added Jay On Jan 18, 2017, at 10:27 AM, rlf79cm@... [Crestron] <Crestron@...> wrote:
|
Re: Adding a stop command after PZT action controlling a camera
Andrew Welker
Use a LWP instead of a one-shot. If there isn't a need for an actual time based operation, a one-shot introduces extra overhead that's not usually needed.
|
Re: Adding a stop command after PZT action controlling a camera
Button press to the [TRIG*] of a One Shot. 0 on the Trig. The OUT will pulse when you release the DPAD On Wed, Jan 18, 2017 at 7:54 AM, sbob1123@... [Crestron] <Crestron@...> wrote:
|
Adding a stop command after PZT action controlling a camera
I am controlling a Huddle USB Camera that requires a stop command be sent after PZT actions and I am looking for suggestions as to how best to implement the STOP command after a button release.? I am using the DPad widget in my VT-pro project BTW
Thanks |
Re: Crestron DM System - Detecting a DM transmitter by IPID
And how are you getting the MAC addresses per port on the DM frame?? Inquiring minds want to know... On Wed, Jan 18, 2017 at 10:20 AM, wiredhometechnologies@... [Crestron] <Crestron@...> wrote:
|
Re: SIMPl+ & SIMPl# Callbacks
Andrew Welker
Each program is confined to it's slot, so if you have a copy of the module in slot 1, it's events and callbacks won't show up on the same module/program running in slot 2. If your class isn't static and you're not using static callbacks or events, they will also only show up in each instance of the module if you have multiple copies of the module in one program slot.
|
Re: Crestron DM System - Detecting a DM transmitter by IPID
We have done this a few time recently in hospital operating theatres where by they have portable medical equipment that can be used in any theatre.
We wrote a mac address module that allowed the operator to plug in a device and once it was detected, they could then label the input manually. Our module then looked up the mac address of the DM transmitter and associated that label with that mac address. So no matter which operating theatre they plugged the device in to, it always populates the gui with the correct device label. |
Custom Animated Objects
I have been googling off and on for the past couple months trying to figure out how to add custom Animated Objects to my touch panels.? The only one i have currently is the Spinner but was hoping there was a way to add more.? Anyone know how or if its something that isnt supported? Thanks Eric |