¿ªÔÆÌåÓý

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

Re: Is anybody having issue any crestron updates

 

I've been using Windows 10 for a while now,? just ran Master Installer yesterday and no issues with my Crestron software.


On Friday, February 19, 2016 4:55 AM, "Mike Jobson mike@... [Crestron]" wrote:


?
No problems with Windows 10 and have been running it since the Tech Preview

Mike Jobson
Director
?


UX Digital Systems Limited
Approved Crestron Services Provider

?
Email: ?mike@...
Mobile: ?+44 (0) 7875 020894
Address: 16 Grassingham End, Chalfont St Peter, Gerrards Cross, Bucks SL9 0BP

UX Digital Systems Limited?is a limited company registered in England and Wales??| ?Company?Registration No.?09938561
Registered?Office:?Berkhamsted House,?121 High Street, Berkhamsted, Herts HP4 2DJ
This message is intended for the addressee only and may contain private and confidential information or material which may be privileged. If this message has come to you in error you must delete it immediately and should not copy it or show it to any other person.

On 19 February 2016 at 09:40, oliver.hall@... [Crestron] <Crestron@...> wrote:
?
>Not using Windows 10, nor should you.

Err... why?? Our programming/ui staff run the full suite of?Crestron apps on Windows 10 without any issues.? If you have some secret info, it'd be great if you could share it with the rest of us.




Re: Read NVRAM File

 

Step #1: ?Put in some trace messages

On Fri, Feb 19, 2016 at 7:43 PM, enidsaldin@... [Crestron] <Crestron@...> wrote:
?

I have tried various methods?to read a file from NVRAM. I can't get ReadStringArray or ReadString to work at all. I had 'marginal' success with FileRead but?I can only read the first 14 lines of the file. First, which method? should I be using to read lines of text that I want to load as labels and serial icons? Secondly, any idea why I can't read the whole file?


Here's the code - it's essentially just extracted from the S+ Help file:


Function Read_TextFile()
{??
SIGNED_INTEGER? nFileHandle;
SIGNED_INTEGER ErrorCode;
STRING sBuf[10000];


StartFileOperations();


??? nFileHandle = FileOpen ( "\\NVRAM\\CrApp_String_Store.txt", _O_RDONLY );

??? IF (nFileHandle >= 0)

??? {

????? WHILE (FileRead(nFileHandle, sBuf, 10000) > 0)

??????? PRINT ( "Read from file: %s\n", sBuf );
?
??????? IF ( FileClose ( nFileHandle ) <> 0 )
??????? ?PRINT ( "Error closing file\n" );

??? }

?}




Read NVRAM File

 

I have tried various methods?to read a file from NVRAM. I can't get ReadStringArray or ReadString to work at all. I had 'marginal' success with FileRead but?I can only read the first 14 lines of the file. First, which method? should I be using to read lines of text that I want to load as labels and serial icons? Secondly, any idea why I can't read the whole file?


Here's the code - it's essentially just extracted from the S+ Help file:


Function Read_TextFile()
{??
SIGNED_INTEGER? nFileHandle;
SIGNED_INTEGER ErrorCode;
STRING sBuf[10000];


StartFileOperations();


??? nFileHandle = FileOpen ( "\\NVRAM\\CrApp_String_Store.txt", _O_RDONLY );

??? IF (nFileHandle >= 0)

??? {

????? WHILE (FileRead(nFileHandle, sBuf, 10000) > 0)

??????? PRINT ( "Read from file: %s\n", sBuf );
?
??????? IF ( FileClose ( nFileHandle ) <> 0 )
??????? ?PRINT ( "Error closing file\n" );

??? }

?}



Re: We got our website back.

 

¿ªÔÆÌåÓý

That is awesome!

?

Trey

From: Crestron@... [mailto:Crestron@...]
Sent: Friday, February 19, 2016 3:33 PM
To: Crestron@...
Subject: [Crestron] We got our website back.

?

?

When did we get our Firmware/Software back on the homepage? ?I missed it.


Re: Hostname Found Triggering Events

 

Thats a great point! Ill look into that. ?Thanks James?


Re: BYOD Wireless display

 

Mersive Solstice is very cool and supports AirPlay. ?


Re: Wire control of Haivision Stingray2?

 

Jeff,
Yep. Open existing file in WinDEAL, save as new file without the carrier and walk away quietly.

If you try to fiddle with learner related options with no learner connected, WinDEAL can lock up big time.

Cheers
Phil.


Re: help with creating lighting scenes

 

I've done something like that in Simpl + with the levels and which dimmers/dali groups are affected by each preset.
150 presets and 380 channels...
All stored in NVRam with an export/import from a file.

Of course that's pushing the memory limits of the AP3.


We got our website back.

 

When did we get our Firmware/Software back on the homepage? ?I missed it.


Re: Crestron Samsung EX-LINK Issues

 

Can someone please help with some advice on this module issue/how the display wants the commands?

Here's some examples of how the module is outputting the Digital TV commands which work great:

Ch 47.1 - \x08\x22\x04\x80\xBC\x01\x95

Ch 47.2 - \x08\x22\x04\x80\xBC\x02\x94

Ch 58.24 - \x08\x22\x04\x80\xE8\x18\x52

Here's some examples of how the module is outputting Analog TV commands were the channel is not multiplied by 4 (notice there is no spot for the sub channel):

Ch 124 - \x08\x22\x04\x00\x00\x7C\x56

Ch 68 - \x08\x22\x04\x00\x00\x44\x8E

But anything that is Digital TV and has a channel of 64 or higher doesn't work.


---In Crestron@..., <jeremyttweb@...> wrote :

This is an old post but I was just having this same issue. It came down to how the command is "built" in the SIMPL+ module. It takes the channel digit, multiplies it by 4, and then converts it into HEX. Well because HEX caps out at 255, any channels about 64 (technically 63.75) will start to have strange behavior. Here is the SIMPL+ code for reference:

if(DTV)
makestring(sChannelCommand, "\x08\x22\x04\x80%s%s", chr(iMainChannel * 4), chr(iSubChannel));


I'm trying to figure out why the module needs to multiply it by 4. It only does it for DTV and not ATV.

1. Has anybody tried getting rid of the "*4" and would the TV accept the command?
2. If the "*4" has to stay, how do you format longer channels in the string?

For example this is the string to go to channel 47.1:?\x08\x22\x04\x80\xBC\x01\x95
Does there need to be a "high channel"?
?


?


Re: Controlable Mic Mixer and DMX Controller

Chris Burke
 

Typically, when a client is asking for ¡°manual controls¡± such as an audio mixing console, I recommend that the mixing console not be controlled. Instead, let the mixing console be an audio source in your reception hall and provide dedicated audio inputs connected to an audio DSP for the times when the audio mixing console is not in use. You can provide control of the dedicated inputs from the touch panel, while leaving the mixing console alone. Generally, a person with the technical expertise to operate a mixing console doesn¡¯t want to be constrained by a control system.

If you need to recall DMX lighting scenes, you might want to consider a cue server, in addition to a lighting console that can be ¡°patched-in¡± when needed.

Hope that helps.



Chris R. Burke, CTS
Commercial Applications Engineer
Crestron Certified Programmer| DMC-D-4K | DMC-E-4K |Extron ECP Certified
ControlWorks Consulting, LLC | Crestron Services Provider | 701 Beta Dr. #22 Cleveland OH 44143
P.440.449.1100 X1117 | F.440.449.1106 | <>

From: Crestron@... [mailto:Crestron@...]
Sent: Thursday, February 18, 2016 4:47 PM
To: Crestron@...
Subject: [Crestron] Controlable Mic Mixer and DMX Controller



Have a client asking for a bid on a reception hall. He would like physical mixing and lighting boards so that it can be managed without a control system. Just in case their crestron or ipads die. any recommendations?


Re: Sharp Serial Port

 

The only difference there is your line ending.? Crestron turns \n into \x0D\x0A, while your second command only has \x0D (aka \r)? Some devices are flexible about line endings, but most are not.

On Fri, Feb 19, 2016 at 10:06 AM, crestron_programmer@... [Crestron] <Crestron@...> wrote:
?

I just had an instance where sending RSPW1\x20\x20\x20\n would respond with an OK but the serial port would not stay on after a power down.
Sending the same command but in Hex \x52\x53\x50\x57\x31\x20\x20\x20\x0D made it work, just an FYI.

Thanks,




Re: Wire control of Haivision Stingray2?

 


On Thu, Feb 18, 2016 at 3:36 PM, phil@... [Crestron] <Crestron@...> wrote:
Just whatever you do with WinDEAL, do not try to configure the learner hardware if it's not actually connected... bad things will happen.

Phil,
Do you mean just open the IR file in WinDEAL and save it without the carrier, but don't try to use the IR learner feature?

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: help with creating lighting scenes

 

Well, of course you have to have a max number of loads and scenes, but I would presume that was assumed. That said, I can quickly change my max quantity.

On Feb 19, 2016 12:12 PM, "Neil Dorin neildorin@... [Crestron]" <Crestron@...> wrote:

?

Heath did this over a year ago in S#Pro....

It would be very difficult to achieve a truly flexible architecture in SIMPL to accomplish this. It's not impossible, but because of the nature of SIMPL you'd have to specify limits for the number of loads in a scene and the number of scenes ahead of time.?

S#Pro allows you to build as many objects as you need, dynamically.?


On Feb 19, 2016, at 9:59 AM, Phil Bridges gravityhammer@... [Crestron] <Crestron@...> wrote:

?

Wow - so sour.

I have one, but it's not vetted well enough to put on here.? Perhaps after I get the time to run it in my house I'll post it.

It's based off a Dynamic Presets file from D3Pro.



On Fri, Feb 19, 2016 at 11:38 AM, kgossen@... [Crestron] <Crestron@...> wrote:
?

Writing code for a set amount of lights in a scene is not that difficult. I'd love to see someone write code that allows the customer to select any light and add it to a scene or create their own scenes from scratch.?


I'm sure?matklucznyk is working on it right now and will be posting his module soon.?

?



Re: help with creating lighting scenes

 

¿ªÔÆÌåÓý

Heath did this over a year ago in S#Pro....

It would be very difficult to achieve a truly flexible architecture in SIMPL to accomplish this. It's not impossible, but because of the nature of SIMPL you'd have to specify limits for the number of loads in a scene and the number of scenes ahead of time.?

S#Pro allows you to build as many objects as you need, dynamically.?


On Feb 19, 2016, at 9:59 AM, Phil Bridges gravityhammer@... [Crestron] <Crestron@...> wrote:

?

Wow - so sour.

I have one, but it's not vetted well enough to put on here.? Perhaps after I get the time to run it in my house I'll post it.

It's based off a Dynamic Presets file from D3Pro.



On Fri, Feb 19, 2016 at 11:38 AM, kgossen@... [Crestron] <Crestron@...> wrote:
?

Writing code for a set amount of lights in a scene is not that difficult. I'd love to see someone write code that allows the customer to select any light and add it to a scene or create their own scenes from scratch.?


I'm sure?matklucznyk is working on it right now and will be posting his module soon.?

?



Re: help with creating lighting scenes

 

Wow - so sour.

I have one, but it's not vetted well enough to put on here.? Perhaps after I get the time to run it in my house I'll post it.

It's based off a Dynamic Presets file from D3Pro.



On Fri, Feb 19, 2016 at 11:38 AM, kgossen@... [Crestron] <Crestron@...> wrote:
?

Writing code for a set amount of lights in a scene is not that difficult. I'd love to see someone write code that allows the customer to select any light and add it to a scene or create their own scenes from scratch.?


I'm sure?matklucznyk is working on it right now and will be posting his module soon.?

?



Re: help with creating lighting scenes

 

Writing code for a set amount of lights in a scene is not that difficult. I'd love to see someone write code that allows the customer to select any light and add it to a scene or create their own scenes from scratch.?

I'm sure?matklucznyk is working on it right now and will be posting his module soon.?

?


AIRZONE

 

Hi,

I have to interface an system?AIRZONE?in Modbus

Someone would information and application module about?

Much Thanks



Sharp Serial Port

 

I just had an instance where sending RSPW1\x20\x20\x20\n would respond with an OK but the serial port would not stay on after a power down.
Sending the same command but in Hex \x52\x53\x50\x57\x31\x20\x20\x20\x0D made it work, just an FYI.

Thanks,



Re: Controlable Mic Mixer and DMX Controller

 

I don't know anything about lighting boards, but for mics Yamaha has mixing consoles with Crestron modules.