Keyboard Shortcuts
Likes
- Crestron
- Messages
Search
Re: Horizon HZ-KPCN and HZ-KPEX on PAC2 and how do your remove the buttons.
I thought I make an update on what I found out. Like Angel said, it does appear the HZ-KPCN works fine with a Series2 processor.? Thanks for the confirmation. But the HZ-KPEX keypad connected to a Series2 processor via a CEN-GWEXER does NOT work.? You can drop those devices in your Series2 program, compile it without errors, and download it.? The CEN-GWEXER will acquire the HZ-KPEX and the CEN-GWEXER will appear to be connected to the Seres2 processor.? But when you press a key on the HZ-KPEX, the series2 processor will not see the button presses and the HZ-KPEX will display a flash error code that it cannot communicated to the processor.? Drop in a Series3 processor instead and everything will start working. I found the best way to remove the buttons is to stick a small blade screwdriver under the left or right side of the button to pry it out a little and then lift the button out.? There are two tabs on the left and right sides of the button that snap into the frame of the keypad.? There is a gap between those 2 tabs on each side that you can stick a screwdriver in to pry them out. YMMV, Steve |
Re: #websocket #lighting SACN SenderDirectSockets spits error trying to open a UDP comm
#websocket
#lighting
Sounds like it could be an issue with the UDP port trying to open before the Router has booted.? If your program doesn't need to be up and running in a critical amount of time after a reboot try issuing the "STARTPROGAFTERROUTER ON". This will delay program start until after the router has finished booting which can take like 2 minutes sometimes which is why it could only sometimes be a problem.
Hope this helps. Robert |
Re: StreamDeck Integration
On Fri, Jun 3, 2022 at 10:09 AM Dustin Hurlock <dustinhurlock@...> wrote: It sounds like you're asking about using a Stream Deck with a Crestron processor, not with Crestron software on a PC.? While I haven't yet integrated StreamDeck and Crestron, I am currently using Bitfocus Companion with a standalone StreamDeck in our church and I like it a lot better than the StreamDeck OEM software. It does a number of things that I would normally have programmed into my Crestron panel, controlling projectors, Blackmagic mixers and routers, A&H audio mixer scenes, OBS streaming software, ProPresenter Presentation Software, etc. It's pretty slick software and you can write (or request) custom modules for it, as it's open source supported. I would think that would be a great route to go with integrating with a Crestron controller rather than the OEM StreamDeck software.? Oh, and bonus, you don't need a physical StreamDeck, as Bitfocus Companion includes a StreamDeck emulator, which both expands your points of control and allows you to program and test offline. Hope this helps, Jeff ------------------------------------- Jeff Klein, DMC-E Head Volunteer AV Geek Faith Baptist Church Glen Burnie, Maryland (Website / Twitter) ?/ @FBC_TechTeam ?/ @mixingforjesus "Clothe yourselves, all of you, with humility toward one another, for God opposes the proud but gives grace to the humble." 1 Peter 5:5 |
Re: StreamDeck Integration
It sounds like you're asking about using a Stream Deck with a Crestron processor, not with Crestron software on a PC.?
If that is the case, have you looked at Bitfocus Companion? They have generic TCP and HTTP modules that you could use the send commands to a Crestron processor. You would need a PC or a Raspberry Pi to run Companion and connect to the Stream Deck. |
Re: Replacement for multichannel amplifier
¿ªÔÆÌåÓýThat looks interesting, thanks Chris. There?s a distributor listed for Europe, i?ll reach out to him. ? Cheers, Thorsten ? Von: [email protected] <[email protected]> Im Auftrag von Chris ? Dn't know if this is helpful, haven't tried using controlling myself and I don't know about availability for you... |
Re: SW-VMK-WIN
¿ªÔÆÌåÓýYep, indeed ¨C MCE just worked after install and the configuration and usage is pretty straightforward. So it?s potentially not worth the hassle to try to get VMK-WIN to fly. ? Cheers, Thorsten ? Von: [email protected] <[email protected]> Im Auftrag von Geoffrey Reynolds ? It may be sufficient to have the VMK-WIN app run as Administrator.? But I honestly wouldn't try to jump through hoops to get VMK-WIN to work when there are viable alternatives that work really well and are easy to integrate with Crestron. ? Geoff ? On Thu, Jun 2, 2022 at 3:24 AM Joda via <j.fischer=[email protected]> wrote:
|
Re: SW-VMK-WIN
It may be sufficient to have the VMK-WIN app run as Administrator.? But I honestly wouldn't try to jump through hoops to get VMK-WIN to work when there are viable alternatives that work really well and are easy to integrate with Crestron. Geoff On Thu, Jun 2, 2022 at 3:24 AM Joda via <j.fischer=[email protected]> wrote: For me there were some more steps to make it work: |
#websocket #lighting SACN SenderDirectSockets spits error trying to open a UDP comm
#websocket
#lighting
Hello,
I am using a SACN SenderDirectSockets provided module for DIN-SACN-DMX (Enttec ODE MK2) loaded on a AV4 and i randomly get this error when reloading the program slot. Error: SimplPlus[App02] # 2022-06-02 12:23:16 #? UDPServer: Unable to open port on the LAN side - Will work only on the CS side Of course, it does not open the socket so no commands are send to the device. If i reload the same program sometimes opens the UDP comms without error and it is working fine .... until the next time i reload the program. I have 3 devices with 3 instances of this module if it matters.? Anyone has seen something similar ? Have the same devices with the same module on a 3 series for quite a few months and no issues at all. Thanks in advance. Yordan |
Re: SW-VMK-WIN
For me there were some more steps to make it work:
I dont know the exact english terms for it but you will find your way:? - group policies -> administrative something -> windows components -> windows login -> software SAS -> activate, services and applications for ease of use - regedit -> HKEY_LOCAL_MACHINE -> SOFTWARE -> Crestron Electronics Inc. -> Right click on Crestron VMK-WIN -> authorization -> user -> full access For me that did the trick |
Re: Soundstructure 1.2 via IP - won't connect with DSP
I didn't find the modules so ended up writing my own - but only needed it to do a few specific things.
Looking at it, it looks like it's just the 232 commands sent via a TCP/IP block on port 52774 with a \x0D terminator and Delay(5) between commands I think the delay was just needed so I could process the responses |
Re: StreamDeck Integration
I have my stream deck integrated with SImpl, VTPro, Toolbox, Simpl+. I use BarRaider SuperMacro, I also have it calling AutoIT scripts, Powershell scripts and AutoHotKey On Wed, Jun 1, 2022 at 9:37 AM ckangis <chris@...> wrote: Hi All |
Re: Soundstructure 1.2 via IP - won't connect with DSP
It's been years but it was TCP/IP Client using port 52774 We ended up adding a variety?of things to the feedback processor, like the ability to slow the polling so that it was easy to see outgoing polls and responses grouped together. That helps with trying to find a bad VIrtual Name once you actually connect. On Wed, Jun 1, 2022 at 11:47 AM Tray Schaeffer <trayschaeffer@...> wrote:
|
Re: SW-VMK-WIN
On Wed, Jun 1, 2022 at 10:52 AM, dblpnt wrote:
settings/registry changes so that this would also run on more recent Windows versions I'm unaware of any document offhand, but right clicking the .exe and setting "Properties > Compatibility > Run this program in compatiblity mode for > Windows 7 (or Vista)" would probably be the recommendation. As far as ensuring the program is launched on Win10 startup, you'd want to make sure a shortcut is added to "C:\ProgramData\Microsoft\Windows\Start Menu\Programs\StartUp" (refer to?) |