¿ªÔÆÌåÓý

ctrl + shift + ? for shortcuts
© 2025 Groups.io
Date

EX Trouble-shooting

 

Hi All,
What are others' recommendations for an RF analyzer for EX trouble-shooting?? I have a project that seems to have big ghosts causing very weird behavior that I think may be RF related...
TIA!


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: DSC PowerSeries Neo

 

Just reviving this thread as I have another client interested in NEO integration...
Dare I ask if anything has gotten better on the NEO front??? last years' posts seemed to indicate mostly disaster!...:)
TIA!


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,

Try to use an oscillator to control the number of volume steps.
Something like hi time 0.2s, low time 0.1s.


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?
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

?



--
OP

Oliver Pemberton
Spannertech LLC
10995 Wrightwood Lane
Studio City
CA
91604
(818) 203 7387
oliver@...
?


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:

  • HTML link tag with the URL schemes as reference:?<a href="sonos://">SONOS</a>

  • Using reserved joins and triggering them with CrComLib:

CrComLib.publishEvent('b', 'Csig.Open_SONOS', true);?---> Works on TSW1070

CrComLib.publishEvent('s', 'Csig.App_Data_URI', "sonos://");?---> Works on TSW1070
CrComLib.publishEvent('b', 'Csig.Open_App', true);

CrComLib.publishEvent('s', 'Csig.Browser_URL', "sonos://");?--> This one is supposed to work on Crestron ONE but it doesn't do anything


Am I missing something or is there any other way I can try?

Thank you!


Re: MPC3-302 knob sensitivity / resolution

 

Hi,

Try to use an oscillator to control the number of volume steps.
Something like hi time 0.2s, low time 0.1s.


Re: Crestron Go app questions

 

we have determined that this is an SSL issue

we have older systems with the same code base and not using SSL and the mobile app connects quickly


Re: Simpl+ error with C#

 

Do you have anything funky in the project's build events?


Re: Panasonic IP Cameras (AW-UE50KPJ)

 

Worst case just build the http commands in a s+ module. Theyre pretty easy to make.

?

I do not recommend purchasing a module that is easy to create


Re: Question about Crestron Mobile panels....

 
Edited

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: Evertz UXP Nucleus Platform Control

 

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: Simpl+ error with C#

 

That seems like you¡¯re using something non-Crestron specific to do with desktop applications? Maybe some debugging or something similar? There should be no need for the desktop.DLL to be referenced in a Simpl# module¡­


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


Re: DMP Security

 

We tried last year. No way to emulate keypad.


Simpl+ error with C#

 
Edited

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


Re: DMP Security

 

Anyone have anything good to say about this?? I have another client interested in integrating with the XR150...
TIA!