¿ªÔÆÌåÓý

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

Re: Help with WOL with Pinglogic module

 

Your MAC Address should look like this "00\x26\x18\xC1\x61\x62" not like this "\x00\x26\x18\xc1\x61\x62" (minus the quotes of course). Your IP address should be "10.1.1.255" in the UDP communications symbol. Also try port 9 if everything else fails. Good luck!


Help with WOL with Pinglogic module

 

I am hoping that someone can help with this as I am pulling my hair out trying to configure the module.

I have a HTPC on a static ip of 10.1.1.130 on a 255.255.255.0 subnet.? The PC is set up for WOL and it wakes when I send a magic packet from another PC on the network and an app on my phone, so I know there is no problem with the PC.

These are the current settings in the module



This is the UDP client





Can anyone let me know if I am missing something?



OT: Anyone in Eastern (Sydney, Cairns, Melbourne)

 

¿ªÔÆÌåÓý

The girlfriend and I will be visiting Eastern Australia for our 5th anniversary in mid-March (Starting in Sydney, a couple days in Cairns, and finishing in Melbourne after driving the Great Ocean Road for a couple days)

?

Anyway, if anyone happens to have ¡°off the Tourist-beaten path¡± suggestions for any of the cities ¨C or if you happen to be in those parts and any interest in meeting up ¨C would love to hear from you off list ¨C Lincoln at controlworks dot com.

?

Lincoln

?

--

Lincoln King-Cliby, CTS, DMC-E-4K/T/D

Commercial Market Director

Sr. Systems Architect | Crestron Certified Master Programmer (Gold)

ControlWorks Consulting, LLC

Crestron Services Provider | Biamp Audia Certified | Extron Control Professional

?


Re: ETC Lighting

 

I've never controlled Paradigm from Crestron, but have from AMX, and the? protocol is very well documented and pretty simple to use if you want to roll your own module depending on how much you need it to do.?


Re: WattStopper LMDI-100-DLM integration

 

I am about to tap into one of these myself. ?You find anything in your process that might be helpful?

Thanks


Re: ETC Lighting

 

¿ªÔÆÌåÓý

We have a huge DMX system with a module for the ETC Mosaic controller including feedback. But it was a custom module written by Michael Block from Block-o-Matic that frequents this group. Try emailing him as I'm sure he would be willing to sell the module.?

I also have an RGB color wheel module that I integrated with it as well allowing one to choose colors by press or using RGB sliders. It's pretty cool.?

I'm not sure if Paradigm is a different product or protocol you are referring to. The one we made was specific to interfacing Crestron with the ETC Mosaic DMX controller. One item to keep in mind is that this interface required proper scripting on the Mosaic designer software as well, which was done by a DMX programmer we used that I also have contact info for. It took custom programming on both sides, Crestron and ETC, to have it work and provide feedback. Not just to trigger presets and timelines, but specific zone by zone and discrete color control using the color wheel.?

I have all the code for this, but I couldn't share the modules without the programmers consent. So if this is what you're looking for check with our friend Michael Block.?




On Feb 8, 2016, at 1:38 PM, driver930@... [Crestron] <Crestron@...> wrote:

?

Does anyone have a module or?any experience with the paradigm protocol for ETC lighting?

Thanks in advance.

J.



ETC Lighting

 

Does anyone have a module or?any experience with the paradigm protocol for ETC lighting?

Thanks in advance.

J.



Re: USB Connection Issues in Toolbox

Doug Guth
 

I am having the same problem with a DM 16x16 right now. I switched from a 15' USB cable to a 1' AB cable and a 15' USB amplified extender cable and it connected immediately.



Doug Guth CTS, DMC-E, BSBE
Service Technician - Unified AV Systems
1029 Thousand Oaks Blvd | Greenville, SC 29607
dguth@... | www.unifiedav.com
o: 864-478-1866 | m: 864-907-8904

[]


Re: S+ issue with While 1 / Gather Routine

 

NM....I found it....error in the S# must have been terminating the s+ thread


New Programmer

 

Hi there, new to the group and here to learn. I am also new to Crestron programming and have the following hardware:


CP2 Processor

TPS-6X Touchscreen

All relevant software


Does anybody have any tips about getting started? Is it possible to simulate control systems (and therefore program them) without any additional physical hardware? I would very much like to get into this.


Any thoughts/feedback/ideas would be much appreciated.


Thanks,


C


S+ issue with While 1 / Gather Routine

 

Running into a weird issue with my serial receive data routine. Device is chatty and I sometimes get two complete response messages in a single logic wave. When this occurs, the second message is not sent to the S# object until the next message comes into the buffer from the device. I need it to recognize that there is a second message waiting in From_Device and process immediately.


In the example code below, From_Device is a buffer_input, MyDevice is a S# class. Issue occurs regardless of whether or not I use the while (1) or the while (len(from_device) model.


Code:


threadsafe change From_Device

{

string rx[1024];

while( len( From_Device ) > 0 )

//while (1)

{

rx = gather( "\n", From_Device );

print("Sending RxData: %s", rx);

myDevice.ReceiveData( rx );

}

}



Anyone have any ideas on this one? Any help would be appreciated.



erik


Re: USB Connection Issues in Toolbox

 

I did find Answer ID 5060 on their site, but none of those things has helped.? It looks like that AID is from 2010 so is rather old, and may not be the same problem as the DMPS3's were not out back then.


Re: USB Connection Issues in Toolbox

 

Well, at least I'm not alone, and I guess it's good that I carry around 2 laptops with me, so I can still into the suckers.? I just hope my 2nd laptop doesn't start having the issue, or I won't be able to log in and do initial setup on these things easily.

I'll have to check to see if I can connect with this laptop to one of the RMC3's here on site just to see if other processors are still working fine or not.

-jason


Wire control of Haivision Stingray2?

 

Hi folks,
We're trying to directly control a Stingray2 from a CP3, using the CP3 IR out to the Stingray2's 3.5mm IR jack.
We spoke to Jack Welsh over at Haivision, who confirmed that it is an IR extension jack, meaning to remotely locate an IR receiver bud, and didn't see why it wouldn't work straight from the CP3.
But, no love so far.

Anyone tried this and gotten it to work? I hate IR buds...

Thanks,
Jeff

-------------------------------------
Jeff Klein, DMC- E
Audio Visual Project Manager
Dept of Defense
Washington D.C. District

?"Clothe yourselves, all of you, with humility toward one another, for God opposes the proud but gives grace to the humble." 1 Peter 5:5


Re: USB Connection Issues in Toolbox

 

I've had the same problem for at least 6 months. Only with DMPS3. I've spoken to Crestron tech support numerous times and they haven't come up with a fix.?


Re: Ethernet control of Sony STR-DN860?

 

¿ªÔÆÌåÓý

I have not. Would definitely like to get it worked out, as I will be on the particular job on Thursday.?


On Feb 8, 2016, at 11:12 AM, mwillis1776@... [Crestron] <Crestron@...> wrote:

?

Were you ever able to find somebody to correct the checksum issue that Sony told you about? Trying to control a 1060 and having issues. Was wondering if you found the solution if you could send me the file or let me know what to change? Thank you very much!!


USB Connection Issues in Toolbox

 

Has anyone seen issues connecting to processors with USB before.? I get a "USB Device Not Recognized" error from windows when I plug in the cable.? Device manager shows an "Unknown Device".

I've tried rebooting my laptop, rebooting the DMPS3, trying a different USB cable.? I've updated Toolbox to the latest version on this machine, and still no go.? I've even tried updating USB driver from within Windows Device Manager with no luck.? This computer is a Win7 Pro 64x machine (i7 w/ 16GB ram).? Never had problems until the last couple months and have seen this problem twice at least, both times with a DMPS3.? Not sure if other processors give the same problem or not.? I have not had USB issues with any other hardware with this laptop.

Meanwhile, I have a mini 12" laptop running Win8 that has the same version of toolbox that can connect to it with USB without any problems.

Any ideas?

-jason



Re: Ethernet control of Sony STR-DN860?

 

Were you ever able to find somebody to correct the checksum issue that Sony told you about? Trying to control a 1060 and having issues. Was wondering if you found the solution if you could send me the file or let me know what to change? Thank you very much!!


Re: Denon AVR-X3200W

 

¿ªÔÆÌåÓý

The last one released for Denon Electronics AVR-3313CI is what I used for RS232, tried for TCP/IP as explained. I have never tried the Crestron AVR Connected integration due to what I have read here and I like to stay away from the head-banging-into-wall scenario.

Go Marantz if you need to connect TCP/IP and stay in the D/M family of products.? I have added to the last Marantz SR module from the Application Market for current inputs, etc.

JUST remember use a Crestron CLW-EX outlet or Panamax product with Bluebolt to cycle power of the receiver at night a few times a week¡­or relay controlled outlet, whatever your preference.

Trey

?

From: Crestron@... [mailto:Crestron@...]
Sent: Monday, February 8, 2016 8:54 AM
To: Crestron@...
Subject: Re: [Crestron] Denon AVR-X3200W

?

?

Trey I apologize but I don't see a X series module. Would you be willing to specify which one you used?

Thank you,


Re: Need SIMPL windows module for Extron AVT 100N

 

Thanks Jeremy weatherford

actually i am new in Crestron programming, i just finished my basic P101 training, so i don't konw how to create a moudule.
if someone already created a module please upload for me.