Keyboard Shortcuts
Likes
- Crestron
- Messages
Search
Re: Samsung CCD IP Driver
Mark, ? I'm currently controlling a QN75Q70 with CCD Display Ethernet v1.9 on an MC3 with the same firmware as you.? Everything is working great for me.? Couple of quick thoughts, have you looked at the "User" directory of the processor to see if the PKG file is in fact extracting and showing the .dll? File path:?/USER/CrestronCertifiedDrivers/App1/Drivers/ where the "App" value is relative to which program slot you are using the CCD. Also, I found someone's test file that used the "UserAttributes 2" Signal slots of the CCD where as I had previously only used the "UserAttributes 1" signals.? For me the test programming structure using User Attributes 2 did not work for me.? I will say that I may be jumping to conclusions as I did not take the time to troubleshoot that code build any further as I had more immediate issues to deal with and reverted to my working format.? Unfortunately I don't recall the errors I had when I ran that version of code, but when I get someone to step away from the TV for a bit, I'll see if I can't load it up and test it again. |
Re: How to lock a SIMPL+ module
Yes the encryption is pretty weak.? If you are willing to spent a few hours, you most likely could break it.? There use to be a program posted here to decrypt module but it was removed for obvious reasons.?? It is not only SIMPL+ that you can encrypt, but also SIMPL programs and SIMPL modules.
|
Re: How to lock a SIMPL+ module
¿ªÔÆÌåÓýHi, just found the ?password¡° option in the SIMPL+ editor and an older discussion in this group regarding this topic. As I understand it?s more a barrier against just simply opening a modules source code, but not a real obstacle if somebody really wants to break into. But I think this should be sufficient for my case, not doing any rocket science. ;-) Cheers, Thorsten ? Von: [email protected] <[email protected]> Im Auftrag von Thorsten K?hler ? Hi, ? At first Happy New Year to all of you! ? I?m currently programming a SIMPL+ module that I want to be secured against opening/editing. Can somebody please explain how to do that? ? Cheers, Thorsten |
How to lock a SIMPL+ module
¿ªÔÆÌåÓýHi, ? At first Happy New Year to all of you! ? I?m currently programming a SIMPL+ module that I want to be secured against opening/editing. Can somebody please explain how to do that? ? Cheers, Thorsten |
Re: Samsung CCD IP Driver
¿ªÔÆÌåÓýAny bets this s# change is also the culprit on the dish . . .? Sent from my pocket computer . . . -------- Original message -------- From: mark kaye <markkaye@...> Date: 12/31/20 9:32 AM (GMT-07:00) Subject: Re: [crestron] Samsung CCD IP Driver [Edited Message Follows] TB wanted me to try older versions of the driver, i tried v1.8 & v1.7 - samethe problem is Crestron has changed S# somehow & updated the firmware in all the 3-series except the MC3 my only guess as to why the MC3 has been orphaned is they lost the source code... ?mark more testing... went back to pre-200 libraries environment - v1.2 was the most current CCD compiled & runs w/o splus error - however, not enough signals to manage smart tv went back to current environment - loaded v1.2 - same splus error |
Re: 8x Locking up network
toggle quoted message
Show quoted text
On Dec 31, 2020, at 7:47 PM, Joe W. <3263341@...> wrote:
|
Re: Dish Network
¿ªÔÆÌåÓýC4 has an automated message on their support line about it. They are recommending IR for now. Apparently it is a widespread problem.?Ryan Cunningham? On Dec 29, 2020, at 2:48 PM, noamanalimomin <noamanali@...> wrote:
|
8x Locking up network
I have a new TPMC-8x with the latest firmware that I'm trying to use with my home system, after a few minutes or so of it online it will take my network down. I cant access my router and all Internet traffic is cut off. As soon as I power down the 8x everything is fine again. I haven't actually connected it to any processor I'm just developing the GUI for it for now. I know its an old panel but any ideas? Thanks in advance.
Joe |
Re: HTML5 development for iPad
From: Programming for HTML Web XPanel uses the same Crestron HTML5 User Interface scripts and components with the addition of the required HTML Web XPanel library and configuration. Use of the HTML Web XPanel feature requires purchase of a software mobility license (SW?MOBILITY) per control system. On Thu, Dec 31, 2020, 2:42 PM stefan.mehre <stefan.mehre@...> wrote:
|
Re: HTML5 development for iPad
The Crestron One App is not the HTML5 app. The Crestron One is for the Crestron ?touchless¡° or better use your own mobile to control a TSW Panel control room solution.? I am pretty shure there is no need for a license using HTML5, OK we will need to buy the new HTML5 Control App. At the moment the demo version is named ?Crestron HTML5 Interface¡° or ?Crestron CH5¡°.? |
Re: NVX madness
#nvx
Interesting Comment you made here about the 9K switches.? I just updated 500 NVX350's on 20 Cisco 9300's with 40G interconnects to 2 C9236 Core switches. Have an intermittent issue in 2 or 3 of the 20 where the RX multicast is dropping frames. The correct video will flash intermittently and if enough packets get thru an audio blip is heard. Move fibers, QSFP's, and ports on the core sometimes they start working. No obvious cause. Checked all switches, factory reset those and redid config.. same issue. Running 16.9 i believe.? All but one is working at the moment. Even rolled back FW. At 1st it worked great. a few hours later the issue starts. Any other details would be appreciated.
V/r Carl. Arnold |
Re: Samsung CCD IP Driver
TB wanted me to try older versions of the driver, i tried v1.8 & v1.7 - same
the problem is Crestron has changed S# somehow & updated the firmware in all the 3-series except the MC3 my only guess as to why the MC3 has been orphaned is they lost the source code... ?mark more testing... went back to pre-200 libraries environment - v1.2 was the most current CCD compiled & runs w/o splus error - however, not enough signals to manage smart tv went back to current environment - loaded v1.2 - same splus error |
Re: HTML5 development for iPad
You don¡¯t need to use or stay with the Crestron built solution. You can write HTML5 using any framework, and connect to the processor using websockets. The webpages can reside and be served my the controller.
CCI has a free websocket server module, or a premium which allows SSL and multi-connections. ENJOY! |