¿ªÔÆÌåÓý

ctrl + shift + ? for shortcuts
© 2025 Groups.io
Sony K55S30 Displays
Good afternoon.? I am controlling these displays via RS232.? Everything seems to be working as I would think with the exception of the "enter" button.? We are using the built-in tuner for CATV.? I
By Rick Arnold · #256720 ·
Re: TSR Performance issues
https://community.crestron.com/s/issue/Issue__c/Default Support.Crestron.com -> Resources & Tools -> Known Issues There is not a specific known issue for a blanket TSR issue. It could be related to
By jcallaghan0176 · #256719 ·
Re: TSR Performance issues
I can't tell anymore if the issues are firmware related or just bad, underpowered hardware with a cheap Wi-Fi chip. We've started to just use the HR-310's for video rooms now.? Can't recommend the
By Brian Matson · #256718 ·
Re: Quotes are being added around a Serial String
Sorry, my bad.? I meant to ask if "col" maybe a reserved keyword and it is expecting a value for that to be identified.? Try to change it to "color" and see if it still adds the extra "".
By jhuerta@... · #256717 ·
Re: Lutron RadioRA 3 Processor not connecting
TLS was in fact the culprit. TLS 1.2 was added in a 2019 firmware update. Updated firmware and reloaded the project and was able to connect to the processor like normal.
By UnifiedChicken · #256716 ·
Re: Lutron RadioRA 3 Processor not connecting
Unless they¡¯re using broadcast or multicast you kind of have to work to make a device not support cross-subnet/cross-VLAN routing (assuming that the network has been configured to allow that route
By Lincoln King-Cliby · #256715 ·
Re: NewtonSoft Problem
Thanks Oliver.? The first thing I tried was using a JsonProperty statement but I couldn't get it to work.? Fortunately, just changing the class name did. Thanks Jay
By jbasen · #256714 ·
Re: Signal Change Events on the 4-Series
Thanks Lincoln.? My mistake was actually much dumber.? I finally figured out I missed copying a delegate definition statement from the program I copied everything else from to define
By jbasen · #256713 ·
Re: Quotes are being added around a Serial String
The string is as follows, the numbers on the end are the values in Simpl [{"col":[[128,128,128]],"bri":50,"fx":0,"sx":0,"ix":0}]} col = Color - Serial Strind - [[128,128,128]] bri = Brightness -
By jaevans@... · #256712 ·
Re: VX automate / 1Beyond user feedback
Thanks, everyone, for the great information. Has anyone here commissioned a 1Beyond/VX system with Sennheiser TCC2? Also, when the far end is speaking, I assume the system defaults to a wide-angle
By Anhtu Vu · #256711 ·
Re: VX automate / 1Beyond user feedback
Anhtu, the one thing I would share is for you to make sure and keep a copy of your .1brd file as well as your Wirecast file after Crestron assisted with the setup.? We ended up having a scheduled
By jhuerta@... · #256710 ·
TSR Performance issues
I have a site that is reporting TSR issues, pages/suppages slow to populate or not populating, sluggishness, etc. I was just told by my network guy that: *" Crestron has identified an issue with the
By ckangis · #256709 ·
Lutron QSX/RA3/Leap Protocol and VLANs
I was interested/concerned about the issue of LEAP not being able to cross VLANs brought up in a different thread, so I thought it would be better to start a new one vs fork the other thread... As we
By ckangis · #256708 ·
Re: Quotes are being added around a Serial String
Could "col" be a reserved value for Column, and that's why it adds the extra empty value because it's expecting you to define that column?
By jhuerta@... · #256707 ·
Re: Lutron RadioRA 3 Processor not connecting
Where are you seeing this in Lutron Designer? I dont have the OP's issue but curious on what youre talking about. I just popped open to my open Designer window and dont see anything related to VLAN.
By @johnmax · #256706 ·
Quotes are being added around a Serial String
I'm trying to use a Simpl# module "Crestron-WLED" ?that is getting quotes added around a serial string that aren't needed. https://github.com/mwohlert/Crestron-WLED I've tried to look in the module
Re: Intelligent Video System 1 beyond v-sam-vxp- 1b
Hi Vu, We are using the MXA 920.
By Heri Itika · #256704 ·
Re: NewtonSoft Problem
Or use the decorator JsonProperty("Event") and JsonConvert will use that name from the Json to assign the class property (whatever it's called) Or make the class internal and then S+ won't even see
By Oliver Hall · #256703 ·
Re: Signal Change Events on the 4-Series
Check the references in the project, even t okay though you have the "using" if it's not present in of the references Visual Studio will have no idea what to do with it. "do you know Bob?" "Uhh, which
By Lincoln King-Cliby · #256702 ·
Signal Change Events on the 4-Series
I'm going through the learning cliff of programming for a 4-series processor with VS2019.? I always try to program my drivers using VS2008 so the code can be run on a 3-Series processor or a 4-Series
By jbasen · #256701 ·