Keyboard Shortcuts
Likes
- Crestron
- Messages
Search
Controlling DMPS3-200-C from QSC control nano.
#programming
Hello guys. I work as a Qsys freelance programmer. I have this one project where QSC control nano is being used as a control processor and dmps3-200-c simply as a switcher with 2 HDMI inputs and 1 DM input
The control will provided on a QSC touchpanel. Is there a way I can communicate to dmps when a source is selected on touchpanel to trigger switching for video and audio in dmps? Thanks in advance. |
Re: More VC-4 - CWS issue this time...
We have this working¡ what url are trying to use? The VC-4 path is different than processors. They include the instance name, so they are unique for each program.
we have a free set of modules that expose CWS. Search for ¡°cRestful¡± in Google. These should work as a test. |
Re: TST-902 over wifi connection keeps disconnecting.
#tst902
While this doesn¡¯t help, my experience with TST-902s has been absolutely terrible. I have three current projects that have a decent amount going through a lot of issues. The first had 4 and all 4 were replaced. Crestron swore that there were no known issues. Crestron ended up replacing all 4 with TSWs. The second has 6, we¡¯ve replaced 11 so far¡ yup more than the total sold were replaced. The third project has 5 and is just starting to use them on a regular basis, issues have been drastically increasing.
Each of these projects have experienced: - Communication dropping, if this happens during a ramping event the processor never receives a release event causing the analog to ramp to either extreme - RF settings being wiped out - Black screen, only recoverable by resetting the panel - Battery swelling under a year - Never ending loading firmware loop, not recoverable (this is the issue that has to be sent back to Crestron), usually ¡°repaired¡± these days and return exactly the same Crestron refuses to acknowledge any of these issues are known even though they¡¯ve literally replaced some with TSWs. Each time we have a lot of issues it¡¯s like pulling teeth to have them do anything, let alone the right thing and replace the product. |
Re: TST-902 over wifi connection keeps disconnecting.
#tst902
Pretty much sums up my experience with them.? Replace with ipads and put it down to a lesson learned. :)?
|
Re: TST-902 over wifi connection keeps disconnecting.
#tst902
We have decent experience with the TST-902's.? All of them from systems we take overs because we would never spec them in.? One client had 9 of them across their building and we experienced the same thing.? All of them will drop communication periodically, not update feedback, screen goes blank, etc.? Wifi seemed to be slightly more reliable then the GWEXER however they both sucked.? In the end the only reliable solution we could find for the customer was replacing them with iPads or hardwired TSW panels.? Which in the end was crazy with the client that had 9 of the TST's and each in a wall dock.? When we took the system over they never even realized the panels can be removed from the dock.? They thought they were permanently fixed in the walls.? So, replacing those with in wall TSW panels was a good solution for them.? Crestron telling you they don't know what is going on or haven't seen this issue before is BS.? The issues you're experiencing has appeared on every single one I've ever worked on.??
|
Re: IR control thru DM RMC Weirdness
I don't think that the issue is the IR driver, per se, as I've tried a version with the Pulse IR filter applied.
We did some more testing and multiple LG files behaved basically the same way, BUT the tried and true Samsung UN series driver worked fine. It appears to be something about the LG drivers being processed thru the RMC IR output... Granted, I haven't dealt with LG at all more than 2-3 times in the last 5-7 years, but its weird to me that no one seems to have see this issue. there has to be at least 10% of the DM installs that have LG TVs on their RMCs, wouldn't you think?? |
Re: DGE100 browser and touchpanel wake
¿ªÔÆÌåÓýOK, thanks. That?s actually exactly the setup i?d like to go for. ? Thanks, Thorsten ? Von: [email protected] <[email protected]> Im Auftrag von johnh via groups.io ? I have done this for a dedicated browser only TSW as well as a panel that is just for the Sonos app. Once the panel boots up it goes right into the desired application. You can just have a blank first page, and under Transition Complete Digital Join just use the reserved join needed- for Open Browser it would be 28600. That way then the page is drawn it fires that join and opens the browser. If you add the browser embedded app to that page you can specify the File- Default Path which would be the browser home page.?? |
Re: IR control thru DM RMC Weirdness
A trial version can be obtained here: Geoff On Tue, Feb 21, 2023 at 7:27 PM Tony Golden <mrgolden@...> wrote: Geoff Reynolds wrote an IR utility several years ago, that could easily swap the one-time and repeat codes, in addition to a few other useful functions. |
Re: IR control thru DM RMC Weirdness
Geoff Reynolds wrote an IR utility several years ago, that could easily swap the one-time and repeat codes, in addition to a few other useful functions.
toggle quoted message
Show quoted text
I no longer have the link, but maybe he'll chime in with it. --- On Monday, February 20, 2023 at 6:35 PM, Steve Kuehn wrote: |
Re: IP Table Offline
#simplwindows
FYI, for Crestron IP-controlled products, the Hardware device/IP connection uses only the IP-ID. The connection ip address is a loopback: 127.0.0.1 (except for a few maddening quasi-Crestron devices)
In fact you can't change this... When using non-Crestron devices with for ex: the TCP/IP client symbol, you will need to add a specific IP address (or host name, though I don't recommend this) so that the processor knows who to talk to... |
Re: IP Table Offline
#simplwindows
When you create your SIMPL program, you'll define the various devices within the program. Each is assigned to an IPID. When you compile and load your code, the IP Table is automatically configured on the processor, based on your program. There's an option when loading to let the program update the IP Table, so make sure you allow that. So now, your processor knows what connections to expect (touchpanels and other Crestron devices, including Crestron Connected devices), and what connections to initiate (like TCP/IP connections to other controlled devices). For connections the processor is expecting, you'll need to set your touchpanels (for example) to use the same IPID you defined for them in the program, and point them at your processor's IP address. The touchpanel will initiate the connection, and when the processor sees a device connect on that IPID, it'll say "ah, I've been expecting you, and I know you're a touchpanel, and I'm already programmed to know what to do with each join number I might see from you."
-- Josh Winn The LiquidPixel Group |