Keyboard Shortcuts
ctrl + shift + ? :
Show all keyboard shortcuts
ctrl + g :
Navigate to a group
ctrl + shift + f :
Find
ctrl + / :
Quick actions
esc to dismiss
Likes
- Crestron
- Messages
Search
Re: Yamaha AVR IP control
Just a follow-up regarding the RX-AxA series of AVRs...
The 'Yamaha RX-A3010 IP v1.2' module seems to work fine... BUT It does not have the commands for the HDMI inputs. The previous generation of the AVRs used the 'AV1 thru AV7' input commands for the HDMI, but now the HDMI inputs are dedicated with the AVx inputs relegated for Component/Composite inputs (when/if available) You can alter the strings by changing the 'AVx' to 'HDMIx' and that seems to work fine... |
Re: Yamaha AVR IP control
YXC is just a HTTP API and by my understanding is similar if not the same as MusicCast API. When I was testing the CCD for my RX-A780 I was able to confirm with network captures that the device was being controlled over HTTP via GET/POST and not older TCP/50000 YNCA spec. You could likely get away with basic functions using on of the newer Yamaha CCDs if you dont want to write your own module. Best thing about YNX is that your not limited to a single connection as you are with YNCA on port 50000.
Yamaha Extended Control API Specification: |
NVX-363 resolutions
#nvx
HI,
Can someone confirm that a NVX-363/NVX-360 accepts 1080i 50Hz ? The specs shows 1080i 30Hz in the common resolutions. Thanks Best regards Chris? |
Re: CH5 Reserved Joins
#reservedjoins
#xpanel
#ch5
For reserved joins you can subscribe to the signal name instead of using the reserved join number when working with CH5. I (among others) use:l something like this: CrComLib.subscribeState('b', 'Csig.All_Control_Systems_Online_fb', (state) => { ? ? console.log(`Control system online: ${state}`); });? Check out the reserve join reference thats referenced by the CH5 developer microsite - I'm away from my computer and can't link directly. -Scott On Fri., Feb. 25, 2022, 6:59 p.m. Daniel Portugal, <joyousdan@...> wrote: So I've gotten my Ch5 angular project to upload and show up on the TSW1060. |
CH5 Reserved Joins
#reservedjoins
#xpanel
#ch5
So I've gotten my Ch5 angular project to upload and show up on the TSW1060.
I'm trying to detect if the touchpanel is Online with the system... reserved join 18494. But all i ever get is false, even though the processor says it's online. I've got this in the constructor off my app.component.ts: CrComLib.subscribeState('b', '18494', (value:any) =>{ console.log("Received from join 18494",value); this.ControlSystemOnline = value; }and this on the HTML ControlSystemOnline={{ControlSystemOnline}}Any suggestions?? |
Re: Yamaha AVR IP control
Ive used the YNCA protocol on both RS232 and IP. Both worked exceptionally well.
I am doing a job at the moment where I am controlling 10 WXA-50's. These are using the new YXC protocol. I haven't found any modules for them yet so writing my own unless someone else has one out there! |
Re: AM-200 Dropping Video >30mins
I had an install the beginning of last year where I had 5 AM200's. I had to return 2 of them for exhibiting similar issues.
Unlike your experience, Crestron wanted them back to investigate before saying anything so ended up having to purchase two more to get the job operational, however after having them for 2 days they were happy to refund them. I think I may have been on the bleeding edge of a batch issue. I have a 3200 sitting on my desk which I am about to evaluate, so far it looks ok. |
AM-200 Dropping Video >30mins
We've got a deployment of 16 AirMedia AM-200s in standalone rooms (a.k.a. no control system), where we've got an HDMI via a 3rd party HDBaseT extender plugged in to the AM's HDMI input. We've now had at least five of the sixteen exhibit the same symptom of the AirMedia stop outputting video after about 30 minutes when a user is plugged in via HDMI. I've verified that the device's clock is in sync, that the AirMedia Client "timeout" is set to "Never" and AMPS>System>Power Setting is set to "Always On."
We've RMA'd 4 out of the 5 so far, and Crestron hasn't told us that we're crazy or anything, but I also have a really hard time believing that we're having a failure rate of >30%. I'm hoping that the new AM-3200 won't have this issue, but I haven't begun deploying those yet. Has anyone else seen this behavior, and if so, have you found a cause (and/or solution)? |
Re: Pro3 recovery
¿ªÔÆÌåÓýHm, nobody? ? ? Von: [email protected] <[email protected]> Im Auftrag von Thorsten K?hler ? Hi, i?m trying to follow the instruction of Answer ID 5153 after a failed firmware load. ? In the case if there is no information for the IOP version listed after sending the ¡°ver -v¡± command, the instruction request to issue the command ¡°upload slot 9 fi¡±. However, the processor doesn?t seem to know this command since it responds with ¡°Bad or Incomplete Command (upload)¡±. ¡°Upload¡± is also not listed when issuing the ¡°help all¡± command. ? Any idea on how to complete the process? ? Thanks, Thorsten |
TriplePlay Play3R-SP1
Has anyone controlled a TriplePlay Play3r-SP1 digital signage player or a TSO10G server via IP?
Most players will be the only source connected to a LG display via HDMI and RS232 but need to control globally through Crestron. The ability to power on and off the display and play content at different times of the day, this can probably be accomplished through TriplePlay software but trying to keep control to one platform (Crestron). |
Re: Yamaha AVR IP control
Not sure if the AVR will accept multiple connections to its control port, but expect it will because I can certainly still use the iOS app while Crestron is also connected.
Why do that though? Just add whatever custom string you need to the giant SIO within the module and add its driving signal to the args so you can fire it. That¡¯s what I do. You don¡¯t need to touch the S+ code at all. |
Re: Chromecast with Google TV Control
Hi Jason,
I don't have an answer for you with respect to the CEC control, but we (Chowmain Software) have started to develop an Android TV driver for SIMPL (we already have one for Crestron Home) that addresses a lot of the annoying automatic behaviour of the various Android TV devices (like recovering from the Wallpaper mode, odd power on states, etc). It also has app discovery and launching so hopefully that will be a better option for control going forward.? |
Re: Yamaha AVR IP control
I'm just about to deploy a program to control a Yamaha AVR with IP control, planning to use the 'Yamaha RX-A3010 IP v1.2' module.
It has a built-in Socket connect and optional standard TCP Client connection points. I'm wanting to use the TCP client instead of the Socket connection as I need to send so specific commands from the program. In looking into the module, the TCP connections only go to a 'Virtual Connection' module and not to the internal logic and S+!!! First, am I wrong in thinking that this is very bad behavior on the part of the programmer?? Second, if I set up a parallel TCP connection for my purposes... A. will that work?? B. Can I use the same port #, or will I need a different one (this assumes that the unit support multiple port connections...) TIA!! |
Re: Data Type Conversion
#simplsharp
You don't have to use the Convert class for 0x hex values. You can still use int.Parse() / int.TryParse() with NumberStyles set to hex for that, and you should prefer it over using the Convert class.
edit: By the way, you really shouldn't need to use both. ushort.Parse() is also the same but will return a ushort instead... You definitely shouldn't be doing int.Parse() then using the Convert class afterwards, because ushort.Parse() will also check for 16-bit overflow inherently. -- ?
Crestron Service Provider - TBD Enterprises Inc.
|
to navigate to use esc to dismiss