Keyboard Shortcuts
Likes
- Crestron
- Messages
Search
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. Thanks again Jay On 5/15/2025 5:38 PM, Jordan Elasky via
groups.io wrote:
|
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 with your json string.? Something like the following ? public class Root ???? { ???????? public int id { get; set; } ???????? public string type { get; set; } ???????? public EventItem event { get; set; } ???? } ???? public class EventItem ???? { ???????? public string event_type { get; set; } ???????? public DateTime time_fired { get; set; } ???????? public string origin { get; set; } ???? } On Thu, May 15, 2025, 7:22?PM jbasen via <jay.m.basen=[email protected]> wrote: I'm trying to convert some JSON into a series of C# classes.? My problem |
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 used.? I know that NewtonSoft allows you to use JsonProperty to perform a renaming of an element of a class to avoid a similar conflict but I can't find anything that will solve this problem for a class.
ERROR? (LGSPLS1000)?? 'Event' already defined ??? public class Root ??? { ??????? public int id { get; set; } ??????? public string type { get; set; } ??????? public Event @event { get; set; } ??? } ??? public class Event ??? { ??????? public string event_type { get; set; } ??????? public DateTime time_fired { get; set; } ??????? public string origin { get; set; } ??? } Thanks in advance for the help Jay |
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 being difficult.
?
|
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 scenario? On Wed, May 14, 2025, 20:26 igor.pero.bauer via <igor.pero.bauer=[email protected]> wrote:
|
Re: TSW-770 Virtual Buttons on XPanel
Thanks ! turns out there is no way to see those Virtual Tool Bar buttons on XPanel as per Crestron.
?
What I think I can and will do is just hold high the signals that I need to test manually on SIMPL Debugger and when the 70 series arrive I can test with the real hardware.
?
Thanks ! |
Re: TSW-770 Virtual Buttons on XPanel
Great question, not sure lol.? Typically in the XPanel settings there is the "show faceplate" option but being that the buttons are not on the faceplate that may not make a difference with the 770. If you really need them and can not work it out you can always leave the 1050 in the file for xpanel purposes and then just add an additional touch screen for the 770. On Thu, May 15, 2025, 10:30?AM santiago via <santiago=[email protected]> wrote:
|
TSW-770 Virtual Buttons on XPanel
Hi all, thanks for taking the time to read. I would like to know if there is a way to show the Virtual Buttons tool bar in XPanel, I was tasked to update a system from an old TSW 1050s series that has Hard Buttons programmed (Power ON/OFF, Volume UP/DOWN, Light Presets). I know this new 70 series panels have those buttons on a tool bar, but when I Saved As my VT project as TSW 770 and I run the XPanel I don't get to see those buttons.
?
There is any way to make XPanel to show the Virtual Tool Bar on a 70 series like it would show Faceplate on 50 or 60 series ?
?
?
Thanks !
?
?
?
?
?
? |
Re: Lutron RadioRA 3 Processor not connecting
¿ªÔÆÌåÓýHi?Is the QSX and DMPS in same VLAN? Leap doesn¡¯t work when in different VLANs. Verstuurd vanaf mijn iPhone Op 15 mei 2025 om 14:41 heeft jeff via groups.io <jeff.mackie@...> het volgende geschreven:
|
Re: Lutron RadioRA 3 Processor not connecting
Leap uses TLS, this seems to be a handshaking issue. Do you see Lutron certs in the root and intermediate cert stores? I am not sure if the DMPS has present day firmware, meaning still being maintained. The error seems to be coming from the secure TCP socket. |
Re: VX automate / 1Beyond user feedback
¿ªÔÆÌåÓýIIRC, with the MXA920 the best results are not in lobe mode but in automatic coverage mode where VX is looking at the actual beam angle and position. ? Proper setup and seat anchoring is key ¨C if seats can move around too much relative to the .1BRD the results will be lousy. IME, it¡¯s best if there¡¯s a landmark (for example, a power tablebox/popup where the client¡¯s facility staff can be trained ¡°when you reset the room before a meeting make sure each seat is centered on the popup¡± ¨C there is also an option for a ¡°ghost¡± image to mirror the accepted furniture layout but IME it¡¯s not a great choice for movable seats (but awesome for movable furniture) ? My most recent few 1Beyond deployments (each using a handful of MXA920s in automatic coverage mode) were pretty painless ¨C but also preparing the clients expectations is critical¡ª1Beyond isn¡¯t a magical unicorn that can find someone anywhere in the room [yet] ¨C it can find someone in places where its expecting to find them. ? -- Lincoln King-Cliby Commercial Market Director ? ? ? From: [email protected] <[email protected]>
On Behalf Of Marty via groups.io
Sent: Wednesday, May 14, 2025 8:41 AM To: [email protected] Subject: Re: [crestron] VX automate / 1Beyond user feedback ? We're using two Shure MXA 920s. We treated the room for acoustics so no issues there, but the mic lobe placement was finicky and took some testing. The camera recalling the lobe when it's activated works great, but to get the coverage area tight enough to only grab 1-2 people based on the chairs was where we saw issues. That's where visual AI has helped mitigate those issues.? ? My experience is as long as your coverage areas from the mic lobes is EXACTLY where it should be, you won't see any issues.? |
Re: Lutron RadioRA 3 Processor not connecting
The only error in the log is the one "Unhandled Exception" in the original post, nothing relating to the license as far as I can tell. It also only posts that error on program start, even if I pulse "connect" on the command processor symbol multiple times through toolbox. |
Re: POLY GY500 CONTROL VIA RS232
you can try with a test program you'll load into an unused slot, just stop and unregister the program currently talking to COM 1 and 2. then cross-connect ports 1 and 2, Rx to Tx and vice versa, and try sending some strings back and forth to see if they are getting through. I have so far seen a fair number of fried COM ports on controllers, so you may be looking at that.
also, check if the polycom had a firmware update pushed to it which disabled serial communication or messed with the parameters. |
Re: POLY GY500 CONTROL VIA RS232
The baud rate is currently set to 19200 on both devices. On Wed, May 14, 2025, 18:45 Daygecko via <dylandot9=[email protected]> wrote:
|
POLY GY500 CONTROL VIA RS232
Hello team,?
I have a poly G7500 that is/was being controlled via rs232 by a CP4.This was working fine. However, this stopped recently. On COM port 1 of the CP4 I can no longer receive feedback from the poly G7500.When I change to COM port 2, I occasionally get feedback from the G7500, however seems to be just to be random symbols. Kindly advise. |