Keyboard Shortcuts
Likes
- Crestron
- Messages
Search
Master 2022, no virtual option? WTF
Yo, Crestron!, what is with Masters 2022 not having a virtual option at least? Not everyone has the luxury of extra money to blow to fly and stay in some place half way around the nation! ?Obviously it can be done virtually as well. Please don¡¯t feed me the ¡°we all want to be in the same room¡± line, it¡¯s NOT how ALL of us feel.
|
Re: Tascam players
So I'm having the same issues as the OP getting commands to work on a Tascam BD-MP4K, and the protocol guide for the BD-MP1 was helpful...to an extent.
I've loaded the commands in the guide, and I can only get basic commands to work; stop, play, pause, power on/off, tray open/close.? I cannot get fast forward/rewind, next/previous, up/down/left/right to work, and I don't know why. I'll admit, this part of programming is relatively new to me, so I'm sure there's a step I'm missing somewhere. |
Re: Crestron Flex video output blanking
UC will turn off display based on Windows settings.? Make sure you have the HDMI EDID pass throughs installed.? On Wed, Mar 30, 2022 at 12:24 AM Bambam_101 <wiredhometechnologies@...> wrote: Just wondering if anyone has started coming across this?? Have been to multiple sites today with recent Flex installs with reports of the output to the display turning itself off and requiring a reboot. |
I need a scaler that can take a 240hz input and knock it down to 60
Hey all, Just like the title says. I need to take a 240hz 1080p signal and drop it down to a 60hz 1080p signal over HDMI. This is for an eSports setup. I *may* be able to get away with 120hz on the input, but would like to keep it 240hz. Thanks! |
Color picker widget snaps to zero
The "hue saturation" and "lightness slider" of the color picker widget both snap to zero after about a second of selecting a color. This makes it difficult to get an actual color, because the ligthness slider by default is set to 0, so you woudl need to select a color, then the ligthness before it resets in order to get a value besides 0. I have max value set to 255. If I am fast enough I can grab an rgb value, but this doesnt seem right, or useable for a user. How can I change it so that the selected color stays at the current selection, rather than resetting back to 0?
|
Re: Yamaha 3080 multiple connections
A couple Follow-up points for others' edification.
- The Yamaha modules that the above link references are the ones that I've used successfully for both RS232 and IP control. As mentioned the IP module has TCP/IP client signal In/Outs but they are not internally connected. And Daniel, you're very welcome!!? I've received untold amounts of help from this Forum and the previous Yahoo iteration, so I'm happy to give back in some little way - Many on this forum are WAY MORE skilled than I, HaHa!!! - Just to clarify regarding your mention of the need to still have IP-IDs. The terminology may just be mixed up ....You do not need any TCP client symbols in the Device Symbol/Ethernet slot section. All you need is the IP address and the Port (50000d) on the module. The connections are all handled within the module. ...Using the TCP client with the module still doubles the connections for each AVR, which you don't want or need. ...This may just be a semantic issue with your description, but I just wanted to be clear about it - I.e. you will not have any IP-IDs associated with the AVRs. NOTE: That is the one downside with Direct Socket modules in that you do not have indication in the IPTABLE report as to the connectivity. This module does have an "Is_Connected" output signal that you can monitor to verify that the unit is connected and 'talking'... |
Re: Yamaha 3080 multiple connections
Hi HTH, The module I'm using is this one:? Chris just solved my problem, as you can see in my previous email. It was about me thinking that the module needed socket inputs and outputs to work. The module cares only about the IP and Port, as long as the program has an IP-ID device socket open on port 50000 it will work. Thanks everyone, this one is solved. Daniel Em sex., 1 de abr. de 2022 ¨¤s 18:36, MSTC <kol.mstc@...> escreveu:
|
Re: Yamaha 3080 multiple connections
Hello Chris, First let me thank you for helping me. I'm still new this and documentation is really scarce.? I followed your tip and... that was exactly what I was looking for!!!! I had 3 sockets defined in IP-ID section named 0A, 0B, 0C, all on port 50000. They? were populated with inputs and outputs to match yamaha module, which was receiving them as I was expecting it was the right way to do it. Now I understand that those inputs are not needed. We just need the IP-ID opening up a socket to port 50000.? I did as you said, ignored inputs and outputs on tcp/ip client command on yamaha module, except for the ip and port parameters and worked like a charm!? You're awesome man, great insight. Also, I did insert a delay/trigger for connection as you suggested. Thanks again. Daniel Em sex., 1 de abr. de 2022 ¨¤s 18:14, ckangis <chris@...> escreveu: I think I may know what your issue is!! |
Re: Cisco room devices 4.0 - module cannot find the related CLZ on program compile
The reason for this is because of the silly decision to include half of the module on the application market download, and the other half of the module in the Crestron Database itself. Whenever there is a #CRESTRON_SIMPLSHARP_LIBRARY directive in a SIMPL+ source file, rather than a #USER_SIMPLSHARP_LIBRARY directive, the search path for the library is intended to be the local Crestron Database itself rather than the user folders. Typically the Crestron-variant is found within a *.csp file rather than a *.usp too.
Presuming that this strange combination of a user-SIMPL+ extension and Crestron library directive still works, it means that you would need to have a compatible database anytime you want to use these modules because it points towards your Crestron Database by default. In theory, if you took the library out of the database and changed it to the user directive, that should work... And I used to have no idea why they did this, then soon realized that the sandbox validation worked a bit differently between the two. :) -- ?
Crestron Service Provider - TBD Enterprises Inc.
|
Re: Yamaha 3080 multiple connections
I think I may know what your issue is!!
The module you're using has external TCP/IP input/output connections - Are you using these, attaching them to a TCP Client in the Device Symbol section?? If so, that's your issue - Those connections don't actually connect to ANYTHING inside the module!!? (Yes!? you may scream now!!!) Thus, your TCP client symbol is trying to connect but is not being properly processed... OR, it may just be that your processor is trying to make two connections at the same time to the same IP/Port - one via the TCP client and one via the module's Direct Socket connection, and the AVR or processor doesn't like it Try Deleting or commenting out your TCP Clients and just use the IP address and Port # (default=50000d) parameters on the module. Latch the Connect input of the module High when your program starts. Note: I generally don't use a '1' on the connects, as I have had some modules that didn't behave well with it - if you don't have a delayed start signal in your program, I would use a '1' to trigger a DELAY symbol, wait 10s, and use the output for the connect. Let me know if this fixes the issue... HTH, Chris K |
Re: Yamaha 3080 multiple connections
Hello ckangis, Seems like Rs232 connections are way more stable then IP connections. Those 3 I'm working on are connected via ethernet only,?using 1 TCP/IP socket each on the ethernet slot of the AP3, with fixed IP addresses. I'm holding the trigger high for connection (forcing 1 on the input) but still receiving tons of reconnection tries even after the socket state changes to connected. My guess is still a poorly designed module, but changing to rs 232 now isn't an option, can't pass any more cables or make any changes on hardware.? Em sex., 1 de abr. de 2022 ¨¤s 14:06, ckangis <chris@...> escreveu: Daniel, |
FS: TSW-x60 panels
Hi All,
I have?(2) TSW-760-W-S?and?(1) TSW-560-B-S All new, open box - units just have been used for a little bench testing, but basically are clean and ready to go.? All include the mounting brackets and accessories. I also have a Wall-Smart?10-01-756-WO Retro Mount - for Crestron TSW-1060 - Paintable Brand new, sealed box. Please reach out to me directly if interest or questions, thanks! Chris Kangis chris at eicustom dot com |
Re: Yamaha 3080 multiple connections
Daniel,
I've been testing/refactoring my interface module for the RX-AxA series, which is ONLY IP controllable (IR of course) and I have not had any connectivity issues that you describe. I'm holding the CONNECT input high just after program start, and I've had good luck with reconnection after program updates/processor reboots, and even when I mess with the Power and network connections of the AVR. For Previous Yamaha AVR models, I was using the RS232 module and connection with no issues. Though it could be the older models that aren't as reliable with IP, OR you might have something going on with your network... |