Keyboard Shortcuts
Likes
- Crestron
- Messages
Search
New Modules for Yamaha Pro Audio Devices
¿ªÔÆÌåÓýhere are some new modules for Yamaha Mixers:Rivage PM V.2.0 (for Crestron 4-series only!) CL/QL/TF/TF Rack V.2.0 (for Crestron 4-series only!) also still available: CL/QL/TF/TF Rack V.1.3 (for Crestron 3-series only!) MTX3/MTX5 MRX7 RIO series TIO XMV series |
Re: Lutron Leap broken in SIMPL 4.20
toggle quoted message
Show quoted text
The SecureTcpClient is a raw SSL stream connection, sister to the standard TcpClient. The https does use SSL but, I don¡¯t believe uses this connection class internally. We have not seen this issue with the https client. The SecureTcpClient is used when SSL is needed that does not use the HTTP protocol. |
Re: Lutron Leap broken in SIMPL 4.20
The SecureTcpClient is a raw SSL stream connection, sister to the standard TcpClient. The https does use SSL but, I don¡¯t believe uses this connection class internally. We have not seen this issue with the https client. The SecureTcpClient is used when SSL is needed that does not use the HTTP protocol.
|
Re: NVX USB routing - how to do it?
#android
Tray, Also just verify that the units are actually in the proper Local and Remote modes by looking in the Web UI. ?If you have 2 units set to Remote or local they wont pair. |
Re: Lutron Leap broken in SIMPL 4.20
¿ªÔÆÌåÓýJeff I'm not familiar with SecureTcpClient.? Are you saying that any module that uses an https client connection to a device is affected? Thanks Jay On 9/30/2022 5:02 AM, jeff via
groups.io wrote:
|
Re: Lutron Leap broken in SIMPL 4.20
¿ªÔÆÌåÓýYes, the SecureTcpClient that is used by the Lutron Leap Modules (QSX¡} is malfunctioning with the latest DB updates. You do not have to role back all the software however. The include4 is the culprit! Crestron has been informed of the problem, and Toine is having someone look into it. To get it working, you just need to compile against the lInclude4 {2.18.112).. It is easy to replace. Control Concepts, has it saved off if anyone needs it. This should?affect?other libraries that use the SecureTcpClient. You can request the include4 by emailing projects@.... Jeff |
Re: Converting CP3-R to CP3
¿ªÔÆÌåÓýBambam_101 if you are on the Crestron Home facebook group, you could unload those CP4-R¡¯s pretty quick.? There are a lot of integrators looking for some. ? Pat M ? ? From: "[email protected]" <[email protected]> on behalf of Bambam_101 <wiredhometechnologies@...> ? Wonder if this would work for cp4r? Have a bunch here that were incorrectly ordered but never returned.?? |
Re: Controlling motorized shades with DIN-AP3
Firstly, RS485 is wired differently to RS232, worth confirming you are wired as per the following:?
You haven¡¯t mentioned what brand of motor/motor controller, as such can¡¯t help with any specific commands, but for this functionality you should be able to just use a Serial I/O symbol per blind in SIMPL.? |
Re: Skaarhoj TCP for ATEM Switcher
The TCP port for the connection to the Skaarhoj ("scar-hoy") device is 8899
I used a Serial IO with the following commands in ascii and used \x0A (Linefeed)? as the only delimiter but see what works... from memory I think the linefeed delimiter was all I needed for the Tx but I see crestronfreak55 has also added the CR(\x0D)? I am not sure why I only used \x0A but it worked that way with the SIO and I think I had issues with the full CRLF delimiter but see what works eg: same as examples from crestronfreak55 ProgramInputVideoSource:0=5 (switched input 5 to output 1 )? note the Caps have to be used as shown. |
Re: NVX USB routing - how to do it?
#android
Thanks,?
Yes, that part of the cabling is good. Although the NVX port labeling isn't real clear.? I should have been more specific in my request.? Am seeking advice on the programming.? Thought it was as simple as sending a MAC address from the keyboard/mouse control endpoint into one of the seven serial inputs on the USB subslot for the target PC NVX endpoint.? Seems it may be a lot more complicated than that.? Thanks again,? Tray |
Re: NVX USB routing - how to do it?
#android
At the PC end, you have to use the UCB-C port out of the 360s. Check that since it is a common misstake.?
|
Lutron Leap broken in SIMPL 4.20
Hopefully I can save someone else a bit of time and headache with this info.? I found out today that the latest SIMPL 4.20 and latest databases causes Lutron leap integration to stop working.? I ended up setting up a test machine with SIMPL 4.18 and have it working again.? I'm busy trying to commission a job today and didn't have time to fully dissect this issue, but I'm sure its bound to affect others. I did spend time on the phone today with TB support and they weren't aware of the issue.? Of course. Here's the software info that is working.? ? SIMPL Windows: 4.18p1 (build: 4.1801.16) |
NVX USB routing - how to do it?
#android
Am looking for guidance regarding how to make USB routing work for NVX.?
These are 360/360c units, not using a Director.? I can get FB from the control point (where the KB/Mouse live) and send that to the destination PC.? However, the USB never connects. Set the transport type and the layer.? Am told that there is some kind of negotiation or handshake with MAC addresses that needs to occur?? If so, it is not at all clear how one goes about doing that.? Have spent most of a week trying to get this to work with no success.? Appreciate any insight from the group since OLH or NVX product pages have no info on this at all.? Thanks, - Tray |
Controlling motorized shades with DIN-AP3
I am trying to write a program to control some motorized shades in an apartment complex our company has designed and installed.??
We have 7 motorized shades and the only functions I need them to perform are: Open the shades Close the shades Stop the shade movement The shade manufacturer send us a document of serial command strings, RS485.? ? We are unable to get control over the motors, is there anyone here who might be able to assist on this issue?? I'm not sure if we need to parse the commands or? where to even start as I'm just now diving into this new job and language.?? Looking for module or program assistance in controlling motorized drape rods |