Keyboard Shortcuts
Likes
- Crestron
- Messages
Search
Re: DSC PowerSeries Neo
I've heard it's still a pain in the ass to integrate, and it's not a solid integration.? I have a client who has this in their house, and has wanted me to integrate it for months, but their security contractor can't seem to follow instructions and refuses to provide me any information other than the IP address of the DSC panel.? If I ever get the rest of the info, and get it to work, I'll let you know ?
|
Re: MPC3-302 knob sensitivity / resolution
I just dealt with this yesterday and the analog value certainly sucks?for volume control. Ended using the knob direction signals to drive an OSC to trigger the volume up/down and it was a much more acceptable solution. On Fri, Jan 19, 2024 at 7:54?AM Alex_PFT <alexandre.filion@...> wrote: Hi, |
Re: Spectrum RGB GO 44 (Video Wall Processor)
Hey Jon! I have a job with a Quadview?UHD processor and I'm talking to it on port 23 with a 1 on the TCP/IP symbol and it seems to be fine. I'm not sure if this is the same as what you have. Here's a sample line from my Simpl+ driver: makestring(rgb_tx$,"ATM 0A VDO_IPT W %d %d\r", window, source); Best OP On Fri, Jan 19, 2024 at 8:36?AM j5races <fueler1@...> wrote: Has Anyone used one of these Spectrum RGB units (any similar model) and willing to share a command like Preset 1 or some other example to see the formatting? --
|
Spectrum RGB GO 44 (Video Wall Processor)
Has Anyone used one of these Spectrum RGB units (any similar model) and willing to share a command like Preset 1 or some other example to see the formatting?
Tech support for Spectrum (nothing to do with the cable tv company) says its fine to use Telnet on port 50001 and just connect it at program start and leave connected, I wanted to see if anyone has one of these on a site and what you did to connect and keep it connected. I am doing one next week. Thanks all Jon ? |
Launch SONOS from Crestron One
I'm trying to launch the SONOS app from an HTML project loaded in Crestron ONE. I've tried the following alternatives but none of them worked:
Thank you! |
Re: Question about Crestron Mobile panels....
Does this site have remote access via VPN? Maybe one of us here could take a look for you if we had access to your code and could run debugger remotely. Or jump on a teamviewer session with you. Surely with all the brain power here someone could find the issue. Ive had these types of things over the years and I sympathize with you they are terribly frustrating until you have a eureka moment and find out whats wrong.
|
Re: Simpl+ error with C#
This is what I have discovered. Create a new Windows Application, Add Crestron library NuGet create the logic compile. Create the Simpl+ to interface with C# DLL file compiles correctly but if I try to use the Debug feature is Visual Studio 2022 (even though you cant with a library) this somehow attaches debugging to the file. Pressing Shift f5 is command for Stop Debugging but I continue to get the error in Simpl+. If I recreate the C# file and copy/paste everything over and change Simpl+ code to match new C# file then all compiles again
|
Re: Evertz UXP Nucleus Platform Control
From a SIMPL+ module: MakeString(Tx$,"api/v1/POST/bsessions?src=%s:%s&dst=%s:%s&nowait=1\x0D\x0A",ID_For_Source[iIn],Video_Type_Source[iIn],ID_For_Dest[iLast],Video_Type_Dest[iLast]); ID_For_Source and?ID_For_Dest are the serial numbers of the endpoints. On Thu, Jan 18, 2024 at 11:59?AM <Chris.estes@...> wrote: Tray, would you mind showing me an example of a command? , I have all the data but the formatting doesnt seem to be working |
Re: Panasonic IP Cameras (AW-UE50KPJ)
Is TCP/IP control enabled in the camera? I think it is by default. Use port 80 in your TCP/IP device settings in SIMPL. It's probably not a module issue, but if you need it, ours is in the FILES section here. Just search for "Panasonic PTZ".
-- Josh Winn The LiquidPixel Group |
Simpl+ error with C#
Has anyone seen this error message when compiling Simpl+ Simpl+ version 4.06 and Visual Studio 2022 version 17.8.5 Error? (Line 55) - User S# assembly Microsoft.VisualStudio.Debugger.Runtime.Desktop.dll,? Version=17.0.0.0 cannot be resolved. Please ensure that all S# assembly dependencies reside in the project or central locations and are dependent on the same S# SDK version |