Keyboard Shortcuts
Likes
- Crestron
- Messages
Search
Re: Samsung One-Connect RS232
Does CEC work?? Just looking to control power.
|
||||||||||||||||||
Re: Samsung One-Connect RS232
¿ªÔÆÌåÓýSamsung¡¯s latest firmware from the autumn broke this on the 2018 models. IR or Ethernet are the only reliable control methods at the moment. ? ? From: <Crestron@...> on behalf of "scottcoumbe@... [Crestron]" <Crestron@...> ? ? I am controlling some Samsung TV's with the One-Connect boxes. I appears that the RS-232 will stop responding after the TV has been off for about 5 minutes. I did google around but did not come up with much. Has anyone else run into this? was there a fix somewhere that I am missing? ? Thank you -Scott
|
||||||||||||||||||
Topics In Home Automation - New Blog Post
My latest blog post, ¡°In the Era of Alexa and Google Home, why Josh?¡± is being published by the good folks at Residential Tech Today Magazine on their web site.? You can find the full article here:? ? ? For those interested in my earlier posts, you can find my blog here: ? ? I hope you find the information useful. Thanks Jay Basen |
||||||||||||||||||
JVC X7000 loosing connection to control system
Hi, (my first post to the list :-) i?m trying to control a JVC X7000 (AFAIK the US-product-number is RS500) via TCP (fixed IP) using a DIN-AP3. In general, this works pretty well (i added the additional TCP-acknowledge logic). However, after switching off the projector, it?s not possible to switch it on again after a some time (couple of days i?d say). Is there sth i?m missing? Do i have to keep the connection open somehow? Any advice appreciated. Regards, Thorsten |
||||||||||||||||||
Re: DIN-AP3 and RSD
Anyone can share their idea what could it be?
toggle quoted message
Show quoted text
Thank you!? On Sunday, February 3, 2019, 7:50 AM, johnny.cashav@... [Crestron] wrote:
|
||||||||||||||||||
Re: DIN-AP3 and RSD
¿ªÔÆÌåÓýOn the MC3 imported rsd file, did you attached the analog joins that were imported.? If not you can find them at the Top left of the opened imported rsd. From there you can choose digital, analog, or serial and that should give you the signals you need from the ap3.? On Feb 3, 2019, at 7:50 AM, johnny.cashav@... [Crestron] <Crestron@...> wrote:
|
||||||||||||||||||
Re: Syntax help
Emperor Bob
toggle quoted message
Show quoted text
On Feb 2, 2019, at 3:12 PM, kimatmicrogro@... [Crestron] <Crestron@...> wrote:
|
||||||||||||||||||
Syntax help
I am repairing my old Request Player, runs on windows flashplayer and converts the files via an ISO mounting program from a command prompt. I don't piddle much on here since I retired. But just thought I would throw it out there. I have been repairing Request Servers for over twenty years with good results and had good luck repairing my other player with the SATA flash drive. But this one has been a challenge so far. So I am just picking through the software to see how it flows. Any input would be appreciated. TIA Can't seem to get the path correct I guess???? f:\DVD>rqvdd_mount -m g: \f:\dvd\madeline.iso \f:\dvd\madeline.rqv -n 1 -v
Syntax: rqvdd --mount (drive letter) (iso file) [(key file)] --mount, -m, /mount, and /m all mount an iso and a companion key file to the |
||||||||||||||||||
Samsung One-Connect RS232
I am controlling some Samsung TV's with the One-Connect boxes. I appears that the RS-232 will stop responding after the TV has been off for about 5 minutes. I did google around but did not come up with much. Has anyone else run into this? was there a fix somewhere that I am missing? Thank you -Scott |
||||||||||||||||||
Re: Each digit is randomly assigned a new location on the keypad every time when user tries to login
For actually scrambling the keypad on the touch panel, use indirect text to change the label of the buttons to match what you scrambled them too.? I think if you use an actual keypad object, you can't use indirect text to each button, so you might have to build a keypad the old way with individual buttons so you can change the text on them dynamically to scramble to positions up.
The method Rich suggested for the behind the curtain logic seems the most straight forward and simple.? I'm sure there other ways to skin that cat if you want to get fancy, but why would you. |
||||||||||||||||||
Re: Anyone recognize this guy?
¿ªÔÆÌåÓýThat may or may not be helpful ¨C e.g. though I¡¯m based in Cleveland, in the past 18 months I¡¯ve personally been on site for projects as far West as Ulaanbaatar, Mongolia and as far East as Dubai, UAE ¨C leaving only a relatively narrow strip of the northern hemisphere uncovered :) ? Though if the OP knows or can figure out the name of the original integrator that may help as integrators (and their programmers) tend to be less nomadic ¨C except, of course, a few of the giants. ? Lincoln -- Lincoln King-Cliby, CTS, DMC-E-4K/T/D ? From: Crestron@... [mailto:Crestron@...]
Sent: Friday, February 01, 2019 11:06 AM To: Crestron@... Subject: [Crestron] Re: Anyone recognize this guy? ?
|
||||||||||||||||||
Re: Each digit is randomly assigned a new location on the keypad every time when user tries to login
Hi John,
Write in simpl+ Add keys 1, 2, 3 etc. Then randomize integer_function Key1Randomize() { key1 = RANDOM(0,9); key2 = 11; key3 = 12; etc. } This is crude but you will get the idea, bellow check each key isn't assigned already, if it is, pick the next RAND { key2 = RANDOM(0,9); WHILE(key2 = key1 || key2 = key3 || key2 = key4 || key2 = key5 || key2 = key6 || key2 = key7 || key2 = key8 || key2 = key9 || key2 = key0) { Then to know which key has actually been pressed PUSH Button1Press { IF (key1 = 1) { Out1=1; Out1=0; } IF (key1 = 2) { Out2=1; Out2=0; } etc. Probably better to use an array. Cheers Rich |
||||||||||||||||||
Poll results for Crestron
The following Crestron poll is now closed. Here are the final results
Crestron Pyng - how does it fit? I'm keen to understand how much of the Pyng feature set has been embraced by integrators and clients, and where, if at all, it misses the target.
Created by: olly_penguin
For more information about this group, please visit For help with Yahoo!Groups, please visit |
||||||||||||||||||