¿ªÔÆÌåÓý

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

Re: Fusion C#

 

There's an example on the help file for the FusionRoom class:?


On Wed, Feb 9, 2022 at 9:22 AM Crestron_Programmer <s.marszalek11@...> wrote:
Does anyone have or know of an example code, showing how to program a room into Fusion via C#?


Re: CNTBLOCK brain fart

 

WOW!? Thanks JohnMax!!
All these years and I never knew about that Jumper!!? (Maybe I should RTFM!!? HaHa!)


Apple TV and the AMC streaming app

 

Hi All,
Just wasted a bit of time on this, so I thought I'd share for others'...

Unlike the other major Apps like Netflix and Amazon Prime, The AMC app on the Apple TV will not return to the MAIN menu by continually pulsing the Menu/Back command.
i.e. normally no matter how deep into menus that you are, you can get back to the main screen by pressing the Menu/Back command until you've stepped all the way back out...
With the AMC app, you can step back from within its own menus, but it will not go all the way to the Home page.

Of course, Pressing and Holding the Menu/Back button will bring you home (or using the separate 'TV' Home command) but I'm *shocked* at how many clients and even dealers either don't know about or don't use or remember the P+H feature...

Just an FYI...


Fusion C#

 

Does anyone have or know of an example code, showing how to program a room into Fusion via C#?


Re: CNTBLOCK brain fart

 

Yea you will be good with that as long as you remove that jumper.?


Re: Crestron Q-SYS[Core] V5.0 - not staying connected

 

Yeah, this update is a complete mess. Not only is it not versioned properly, the .umc modules (at least those I have replaced in my code so far) have all had the [Error] digital output signal removed from the argument definition but left disconnected?inside the module, so you'll see a ton of compile errors if you introduce the new "version" into your code without some careful inspection and editing. How on earth are these things being released into the wild without more oversight?


Samsung MDC Module to configure videowall layout #crestron #samsung

 

Im Hoping someone has a Samsung video wall MDC module "LH55VMT" ?


Samsung MDC Module to configure videowall layout #crestron

 

Good day

I Need to control a Samsung Video wall 3x2? "LH55VMT"
I am hoping someone has a Module with commands such as "Power On/Off"? , as well as "video wall mode on/off" and Layouts for instance Mon1 = Top Left , Mon2 = Top Middle Mon 3 = Top Right ........?

Does anyone have a module built up allready ?


CNTBLOCK brain fart

 

I need enough power for 3 touch screens @ 27 watts each.? I believe the power supply in a Pro2 is 50 watts.? If I use a CNTBLOCK with the jumper removed, can I connect the Pro2 to net 1 and the first touch screen to net 2?? Then plug a CNPWS 75 watt power supply into net 5 and the remaining touch screens into net 6 and 7 and be under budget?


Crestron Shade Custom Option

 

Has anyone installed a CSM-QMTDC-163-1-EX motor with a 24V Lithium rechargeable battery pack in lieu of the normal 24V hard-wired power supply?? I understand that Crestron is now taking orders for the battery powered CSM-QMTDC-163-1-SG.? For some reason, the minimum width option for the new battery shades is 24" instead of the 18" required with the hard-wired version.? I have a customer with some windows that have an inside B2B width of 21.25" by 67" long.? Even though the spec sheet for the new battery shades says they have a minimum of 22" I can not find a variation of the product options in CDT that allows for a 22" width and I only have 21.25" anyway.? I need a completely wireless option.? I can custom build a battery pack and charging solution to provide 24V DC to the motor.? The spec sheet lists a current draw for the CSM-QMTDC-163-1-EX motor at 42.5 watts but I think that must only be during operation...I am guessing the draw is much lower during standby.? Does anyone have experience with such a solution and/or would be willing to take an amp reading on a single CSM-QMTDC-163-1-EX motor in standby mode for me so I will know how to size the battery? I think the client would be happy with a minimum 6 month interval between charging.?

On another note...does anyone know the manufacturer of the Crestron Fabric CSF-LLT05 Aspen?? Is this fabric option available from another vendor with battery powered shades that I can integrate with Crestron such as Somfy or Lutron?? I have 16 shades in total and only four are a problem due to the width.?


Re: Crestron Q-SYS[Core] V5.0 - not staying connected

 

Also make sure the clock is master clock is synced properly?
I remember having issues similar to what your experiencing when the core 110 was not synced correctly

On Tue, Feb 8, 2022 at 7:15 PM Michael Block <michael@...> wrote:
Make sure you update all the modules.? I barked at whomever would listen at the app market email for not versioning this properly.? It's not just the CLZ.? Then do a "recompile all" or Alt-F12.

--
Have a great day, and please feel free to contact me if you have any questions or if I can help you in any way.

Greg
631-806-5661


Re: Crestron Q-SYS[Core] V5.0 - not staying connected

 

Make sure you update all the modules. ?I barked at whomever would listen at the app market email for not versioning this properly. ?It's not just the CLZ. ?Then do a "recompile all" or Alt-F12.


Re: Simpl+ Analog_Input vs Long_Integer

 

If you need a value larger that 65535 in S+ you need to declare the variable as a Long_Integer.
What you are seeing is the lower 16 bits of the value as the analog is automatically truncated.
Be aware, of course, that you can only input and output 16 bit analog values between S+ and SIMPL.
Note also that in your makeString statement you a using %u, a reference to an unsigned 16 bit integer. If you want to reference a long integer the you need to use %lu.

Lindsay


Simpl+ Analog_Input vs Long_Integer

 

I have a Simpl+ module that has an analog_input value representing volume level (0-65534) and storing that value and recalling that value on a reboot. This seems to work unless analog_input value is < 0 or > 65534. I've tried incorporating Signed_Integer for comparison but still never get an error but rather a conversion to my analog_input value. For example, if the Analog_Value is 70000 then a conversion is happening and causing the value of 4464 to be saved.

if((AudioLevel[x] < AudioLevelMin) || (AudioLevel[x] > AudioLevelMax))
{
? ? ? ? ? ?makestring(Error$, "Audio Levels are from 1 to %u", maxLevels);
}?


Re: Using Event Scheduler 2 (v1.2) with 4-series

 

It's your program ID tag.
So if your tag is AV for instance then:
\\AV\\EventScheduling.dat


Re: ZeeVee Zyper 4K Management Platform.

 
Edited

@ josephtimmerman

You just opened a Telnet socket to the ZV endpoint and sent this string to control projector??

Just want to know in case I run into this again. Even ZV support could not get this to work.?

Tray


Re: ZeeVee Zyper 4K Management Platform.

 

I got this to work using a simple SIO and TCP/IP connection on port 23. For hex commands you'll need an extra \.
Example:?send DEC-PROJ-1 rs232 \\x02\\x00\\x00\\x00\\x00\\x02 \n
used this to get an NEC Projector to power on.


Re: ZeeVee Zyper 4K Management Platform.

 

This is the S+ code snippet for code I used:?

FUNCTION SendCommand()
{
? ? TEMP = Serial_TX;? //local copy of incoming data
?
? ? MAKESTRING(ZV_Device_TX, "switch %s server rs232\n", DecoderName );
DELAY (DelayTime);
? ? MAKESTRING(ZV_Device_TX,? "send %s rs232 \x22%s\x22\n", DecoderName, TEMP );
? ? ? ? DELAY (DelayTime);
? ? MAKESTRING(ZV_Device_TX,? "show responses %s rs232 last\n", DecoderName );
}

There are 3 commands I sent,
1
the first makes connection between server and end point.?
This tells what type of data you are sending.?
2
This is the data sent with the command in quotes /x22
3
This command tells the server to send back the first reply from the 232 port.?
NOTE: did not find a way to subscribe to 232 replies, so you will either need to know the index number of the reply, or you can just have the most recent sent back (which is what I did here).?

( This is sending via the server not using the supplied endpoint modules )


Re: ZeeVee Zyper 4K Management Platform.

 

Spent a few days on this and could never get it to work.?
Did direct IP to the display, instead.??
Try to send 232 commands from the Zyper management platform web page.?
Type text in the window, text is sent when you click *outside* of that text box. There is no 'send' button on the web page.?

For the 232, you will need to put the command sent inside of quotes, especially if there are non-printable characters. This is not clearly stated in the API document. Tech support made me aware of this.?
EX: the Panasonic \x02PON\x03, without the start and end chars, the server connection does not choke.?
However, with these chars included, the server connection will reset and the command is never executed at the server.?
Also, The head end server has a command suffix that is always applied to 232 commands. This character can be changed but feature cannot be disabled and is \x0D by default.?

That said, I could set the endpoint 232 baud rate settings via command line. This does work.?
set device <receiver Name> rs232 9600 8-bits 1-stop none\x0A\x0D


Re: Using Event Scheduler 2 (v1.2) with 4-series

 

How do you know what the full filepath is? If I have the default program ID tag set in the header, would that be in \simpl\app01?

So correct location of this file is "\simpl\app01\EventScheduling.dat", therefore in the module would be "\\simpl\\app01\\EventScheduling.dat"?