¿ªÔÆÌåÓý

ctrl + shift + ? for shortcuts
© 2025 Groups.io
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 ·
Re: Lutron RadioRA 3 Processor not connecting
Leap works on different vlans as long as the box is checked to allow that in Software. At least that¡¯s the case for QSX. I¡¯m assuming RA3 is similar. I could be wrong.
By j5races · #256700 ·
Re: NewtonSoft Problem
Thanks so much Jordan.? Because NewtonSoft is matching up names I thought I had to use something similar to the JsonProperty directive.? However, you are absolutely correct.? This works perfectly.
By jbasen · #256699 ·
Re: NewtonSoft Problem
If you are deserializing to a typed object your class name does not have to match anything within the json. Can you make it something other than "Event" and then make sure the property name matches
By Jordan Elasky · #256698 ·
NewtonSoft Problem
I'm trying to convert some JSON into a series of C# classes.? My problem is that one of the classes is named Event and this is causing a conflict with SimplWindows because that name is already
By jbasen · #256697 ·
Re: Lutron RadioRA 3 Processor not connecting
TLS seems to be the potential culprit, trying to connect to the setup page of the processor through a web browser gives the error below. Trying to update firmware to the latest 2022 update but its
By UnifiedChicken · #256696 ·
Re: Lutron RadioRA 3 Processor not connecting
The original exception you posted is saying that the certificate method isn¡¯t found in that implementation of the secure client, which to me would suggest the dll in the DMPS doesn¡¯t support it,
By @DizzyEgg · #256695 ·
Re: POLY GY500 CONTROL VIA RS232
Is it possible that the baud rate is programmatically being reset in the program?
By Daygecko · #256694 ·
Re: POLY GY500 CONTROL VIA RS232
I believe the baud rate should be 115200. Did the login mode change or update? I typically set mine to none
By monticellog@... · #256693 ·
Re: POLY GY500 CONTROL VIA RS232
I tried the test program and the CP4 com ports seem to be fine.Also the serial settings on the G7500 are as they should be.Could the issue be the G7500 serial port?Has anyone encountered this kind of
By Heri Itika · #256692 ·