¿ªÔÆÌåÓý

ctrl + shift + ? for shortcuts
© 2025 Groups.io
Date

Re: Crestron DM System - Detecting a DM transmitter by IPID

 

¿ªÔÆÌåÓý

RCON slot x EST

?

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 |

?

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:

?

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.

?


Re: Sharp Serial Port

 

I believe that (in most cases) the RSPW1 command must be sent when the display is already on.


Re: Sharp Serial Port

 

I just ran into this yesterday where the RSPW1 would be accepted but would not turn on the display. ?There is a setting on the display called Quick Mode. ?When that was enabled, the display worked fine.


Re: Sharp Serial Port

 

I have recently ran into the same issue where the panel will not respond after the display is powered down. ?did you get any resolution?


Re: DMPS-4K-150C

 

Blow it out


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: Adding a stop command after PZT action controlling a camera

 

Or put your DPAD signals (up, down, left, right) into a NOR and drive the STOP command from the output.
As long as the STOP logic is only edge triggered, there's no need for any additional pulse symbols.
Cheers,
Ol


Re: Crestron - SmartThings Integration Code is Now on Github

 

Got it - I hadn't published my SmartApp which was causing the error.? Thanks for your help!


Polycom HDX 8000 Address Book

 

Does anyone have a module that works with the polycom HDX 8000 global address book? ?The crestron module version 3.5 that is in the application market doesn't seem to work right. ?The navigation of the pages don't seem to work correctly. ?


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:

?

Hi Jay

Did you need to setup any NAT port forwards from your external router to your SmartThings hub?

Cheers, Rick


Re: Crestron - SmartThings Integration Code is Now on Github

 

Hi Jay

Did you need to setup any NAT port forwards from your external router to your SmartThings hub?

Cheers, Rick


For Sale: Crestron Adagio AMS AIP

 

Complete details here:



Feel free to contact me directly with any questions.?


Jason



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.


On Wed, Jan 18, 2017 at 11:12 AM crestronpro crestronpro@... [Crestron] <Crestron@...> wrote:

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:
?

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: 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:
?

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




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: Custom Animated Objects

 

Have many custom animations for SG, fountain, garage doors, ceiling fans. When you're editing your theme in Studio, add your animations.?


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:
?

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.



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.


On Wed, Jan 18, 2017 at 9:32 AM bryn@... [Crestron] <Crestron@...> wrote:

I'm trying to get my head around the basics of SIMPl# at the moment. If I have the same SIMPl+ module on multiple programs will the function callbacks from the same SIMPl# library cause conflicts? If so would I need to adjust the library classes or namespalces, the callback names in SIMPl+, or just change the SIMPl+ module to a different .usp filename? I'm not exactly certain on the SIMPl# nomenclature, but hopefully you get the idea.


For instance Program 2 & Program 3 both have the module:


SimplSharp Test Module.usp


#USER_SIMPLSHARP_LIBRARY "Example"

DIGITAL_INPUT Connect;

DIGITAL_OUTPUT Server_Offline;?

STRING_OUTPUT MyString;


MySSharpClass ClientConnection; ? ? ? ??

?

PUSH Connect

{

StaticClass1.Initialize();

ClientConnection.Initialize();?

}


callback function MessageFromServerCallback(string ServerMessage)

{

MyString = ServerMessage;

}


callback function ServerConnectionStatusCallback(integer ConnectionStatus)

{

if(ConnectionStatus = 1)

{

Server_Offline = 0;

}

else if(ConnectionStatus = 0)

{

Server_Offline = 1;

}

}


Function Main()

{

RegisterDelegate(ClientConnection, ClientTx, MessageFromServerCallback); ??

RegisterDelegate(ClientConnection, TriggerServerConnected, ServerConnectionStatusCallback);

}


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