Keyboard Shortcuts
Likes
- Crestron
- Messages
Search
Re: Qsys QRC protocol requires invalid field name "params" in C#
Just a heads up...
About 6 months or so ago, using the Crestron Q-Sys modules, some blocks would not update themselves after a snapshot was loaded. The error logs on the crestron processor indicated an unparseable json. So I'm assuming that the crestron modules uses the method you're doing. I don't know if it was on the crestron parsing at fault or if Qsys is sending faulty JSON. I stopped using the crestron qsys modules since.. maybe i'll try again when they release v10 of qsys and v6 of crestron..? |
Ch5, Tsw-1060, HttpPost
#ch5
Does anyone know if the TSW-1060s can use HttpClient to post onto a web server?
I've coded the CH5 correctly and it works on my local browser but doesn't work when running on a TSW1060. |
CrestronDataStore simpl# library and Simpl+ modules
#simplsharp
#simplwindows
If it helps anyone out, I published a Simpl# library / SImpl modules that provide a Simpl Windows interface to the CrestronDataStore. https://github.com/sifuas/CrestronDataStore
|
Re: TSW-Screen Saver Settings
¿ªÔÆÌåÓýI?ve implemented a custom Star Wars-screensaver for one of our clients (did i mention it won the Crestron Europe Integration Awards 2021 in the category ¡°Best Residential Project with Custom Programming ? ). It works really well (using a DGE-100 + external touchscreen) with the DGE-100?s Touch Detection Device Extender and a re-triggerable one-shot. Never had a complaint from the client. ? I think at least for residential projets, it?s worth to have your own screensaver in your personal toolbox, since the built-in functionality is really poor (at first, the client just requested to display a custom image ¨C even that is not possible out-of-the-box¡). ? Cheers, Thorsten ? Von: [email protected] <[email protected]> Im Auftrag von ckangis ? Yeah, I think that might could work but I agree that the activity detect is somewhat suspect, at least in the past... you wouldn't want the clock just coming up in the middle of the client doing stuff...:) |
Re: Qsys QRC protocol requires invalid field name "params" in C#
Hi Shawn, public NestedParams ParamCollection; |
Qsys QRC protocol requires invalid field name "params" in C#
I'm working with Qsys QRC protocol in VS2019 for educational purposes to learn C# and Newtonsoft.Json. Qsys QRC protocol requires a field named "params" but "params" is already a keyWord in C# as it turns blue.
As a work around I have named it "Params" and than once it's serialized I run a .Replace() method. Anyone seen this issue before? _core.Client.Send(JsonConvert.SerializeObject(jRouter).Replace("Params",?"params")?+?_terminator); |
Re: TSW-Screen Saver Settings
Yeah, I think that might could work but I agree that the activity detect is somewhat suspect, at least in the past... you wouldn't want the clock just coming up in the middle of the client doing stuff...:)
I just get torqued off that I (We) have to do everything...especially when things worked fine before...why change it, and if youre going to chage it, at least give us an easy way to go back to the original... Or they could just cut us all a big, fat check for our wasted time...that would work!!...HaHa...:) |
Re: TSW-Screen Saver Settings
Can you make a clock page exactly the way you want it and use the panel's activity detection extender to throw your clock page instead of a built-in screensaver? I can't speak to the reliability but in theory seems like it might work. I feel like I've had issues in the past with using activity detection, but I can't remember any specifics. It would also be more consistent across different panels on the same project, if you had a replacement/upgrade to an existing system.
|
Re: Opening SMW Projects
but a related pop-up is only found on another instance...Ah yes, I forgot that one.? Don't know how, it happens daily.? I'm not sure if it gets associated with another instance, but the compilation summary/transfer popup comes up and ends up BEHIND all the running instances of Simpl.? So i have to either mimimize all my windows, or click 'show desktop' to close all apps to get to the 'completed' dialog. Sometimes when this happens, if you don't realize it, some functions in Simpl will still work, but some wont, so you can edit things but shortcuts and F-Keys don't work.? Until you realize, 'oh yeah, there is a popup open still'. -- Jason Mussetter Control Systems Designer Mussetter Programming Services |
Re: OT - Proximity Sensor
toggle quoted message
Show quoted text
I would think that some pressure pads on the toilet seat cups would do the trick. |
Re: OT - Proximity Sensor
toggle quoted message
Show quoted text
Now that I know the use case I would suggest using photoelectric sensors similar to what is used on urinals and sinks. There are a lot of different ones used in industrial automation. |
Re: TSW-Screen Saver Settings
So I just got off with Crestron Tech and they confirmed that this is the way it is...?
If I want white text and black background, I have to find an online host for my black background field JPG and point them to that URL!!!!!!!!!! And on top of this, the clock screensaver cycles thru an ON-OFF-Text Scroll routine that exacerbates the annoyance... ---And there's no way to disable the scroll... So I say that we have no screen saver now...at least the x70 panels are cheaper...oh, wait...not for us non-Home suckers...:(:(:( |
Re: Cisco 9300 Switch Setup
FYI:? It turns out that the switch doesn't run any default configuration out of the box.? It needed me to connect to it and run Putty using the USB mini connection on the front of the unit.
Once connected, I declined to go through the initial configuration dialog procedure and it loaded a default configuration, which I then stored to the startup file. Seems to be working right now, but I haven't gone through to fully test everything yet.? So, not sure if Dante will work out of the box or if I have other issues. |
Re: TSW-Screen Saver Settings
I just control the screensaver through the Sleep/Wake Manager along with the key backlights through System 3 Reserved Joins. In the bedrooms I turn them off automatically at night and then back on in the morning. The key backlight control would not apply for the 70 series.
|