¿ªÔÆÌåÓý

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

Lightolier LM-2-2000 Manual

 

Does anyone have a pdf manual for the Lightolier LM-2-2000 dimmer?? I need to replace several of these and, for the life of me, cant find any documentation for this bad boy.? Any help would be greatly appreciated.

Thanks,
DAVE


Re: QSX integration stops working with only recompile of SIMPL Windows

 

Thank you! Crestron support is also saying to roll back databases if the latest database doesn't work. I'll report back when I get it working.


Re: QSX integration stops working with only recompile of SIMPL Windows

 

See here:?/g/crestron/topic/94001771

Looks like it's broken in the current database, but you should be able to roll back to get it working.


QSX integration stops working with only recompile of SIMPL Windows

 

I have a SIMPL system that hasn't been touched since March of this year. I made a bunch of updates when Crestron gear came in a couple days ago and my customer reported that the Lutron shades stopped working. I figured it was related either the changes or network related stuff.... After chasing my tail for half the day, I went back to the previous program and a recompile of the previously working system breaks Lutron QSX integration.? I was using the 1.0 modules and tried 1.2 with the same result.?
Here's the message I'm getting with Debug on (Minus user and pass removed):
LutronLeapCommLib1[ Reconnect!!! ]?¨²¨¤ LutronLeapCommLib1[ Connecting to: 10.0.0.211 ]
LutronLeapCommLib1[ SocketStatusChange: SOCKET_STATUS_CONNECTED ]
[ SendMessage: {"Body":{"Login":{"ContextType":"Application","LoginId":"","Password":""}},"CommuniqueType":"UpdateRequest","Header":{"MessageBodyType":"OneLoginDefinition","StatusCode":"","Url":"/login"}} ]
LutronLeapCommLib1[ SocketStatusChange: SOCKET_STATUS_NO_CONNECT ]
LutronLeapCommLib1[ CommandProcessor.Exception: OverflowException ]
LutronLeapCommLib1[ FailedResponse!!! ]

I suspect this has something to do with the password because it has several symbols to include #@&!

It looks like it connects and then the credentials are rejected?? Anyone run across this? Currently on with Crestron support and my outlook is not good for getting this resolved in a timely manner.


Crestron Studio Nightmares Continue

 
Edited

I did many attempts to get Visual Studio up and running again but my compiles and imports keep failing. I've managed to make import work, now I keep having this compile error....
Also when I start a new project from within this studio, I first get a "Style Font Not Found" error and also at compile.

Anyone please?

From the error.log:

Crestron Studio v.1.81.096.00

TargetInvocationException:
Exception has been thrown by the target of an invocation.
Data --------------------
System.Object: (null)
Stack Trace --------------------
   at Crestron.Tools.GuiLib.Controls.TaskDialogEmulator.TaskDialog.PrivateShow(Boolean modal, Boolean throwThreadedActionException) in C:\BuildBranches\Trunk\Gui\GuiLib\Dialogs\TaskDialogEmulator\TaskDialog.cs:line 79
   at Crestron.Tools.GuiLib.Controls.TaskDialogEmulator.TaskDialog.<>c__DisplayClass6_0.<RunTask>b__0() in C:\BuildBranches\Trunk\Gui\GuiLib\Dialogs\TaskDialogEmulator\TaskDialog.Convenience.cs:line 143
   at System.Windows.Threading.DispatcherExtensions.InvokeIfNecessary(Dispatcher dispatcher, Action action, DispatcherPriority dispatcherPriority) in C:\BuildBranches\Trunk\Core\Core\ExtensionMethods\DispatcherExtensions.cs:line 128
   at Crestron.Tools.GuiLib.Controls.TaskDialogEmulator.TaskDialog.RunTask(TaskDialogIcon2 icon, String headerText, String messageText, Action`1 taskAction, TaskDialogRunTaskOptions options) in C:\BuildBranches\Trunk\Gui\GuiLib\Dialogs\TaskDialogEmulator\TaskDialog.Convenience.cs:line 108
   at Crestron.Tools.PanelDesigner.Flash.Gui.ThemeEditorViewModel.CompileExecute(Object sender, ExecutedRoutedEventArgs e) in C:\BuildBranches\Trunk\PanelDesigner\PanelDesigner\Flash\Gui\ThemeEditorViewModel.cs:line 474
   at System.Windows.Input.CommandBinding.OnExecuted(Object sender, ExecutedRoutedEventArgs e)
   at System.Windows.Input.CommandManager.ExecuteCommandBinding(Object sender, ExecutedRoutedEventArgs e, CommandBinding commandBinding)
   at System.Windows.Input.CommandManager.FindCommandBinding(CommandBindingCollection commandBindings, Object sender, RoutedEventArgs e, ICommand command, Boolean execute)
   at System.Windows.Input.CommandManager.FindCommandBinding(Object sender, RoutedEventArgs e, ICommand command, Boolean execute)
   at System.Windows.Input.CommandManager.OnExecuted(Object sender, ExecutedRoutedEventArgs e)
   at System.Windows.UIElement.OnExecutedThunk(Object sender, ExecutedRoutedEventArgs e)
   at System.Windows.Input.ExecutedRoutedEventArgs.InvokeEventHandler(Delegate genericHandler, Object target)
   at System.Windows.RoutedEventArgs.InvokeHandler(Delegate handler, Object target)
   at System.Windows.RoutedEventHandlerInfo.InvokeHandler(Object target, RoutedEventArgs routedEventArgs)
   at System.Windows.EventRoute.InvokeHandlersImpl(Object source, RoutedEventArgs args, Boolean reRaised)
   at System.Windows.UIElement.RaiseEventImpl(DependencyObject sender, RoutedEventArgs args)
   at System.Windows.UIElement.RaiseEvent(RoutedEventArgs args, Boolean trusted)
   at System.Windows.Input.RoutedCommand.ExecuteImpl(Object parameter, IInputElement target, Boolean userInitiated)
   at System.Windows.Input.RoutedCommand.ExecuteCore(Object parameter, IInputElement target, Boolean userInitiated)
   at System.Windows.Input.CommandManager.TransferEvent(IInputElement newSource, ExecutedRoutedEventArgs e)
   at System.Windows.Input.CommandManager.OnExecuted(Object sender, ExecutedRoutedEventArgs e)
   at System.Windows.UIElement.OnExecutedThunk(Object sender, ExecutedRoutedEventArgs e)
   at System.Windows.Input.ExecutedRoutedEventArgs.InvokeEventHandler(Delegate genericHandler, Object target)
   at System.Windows.RoutedEventArgs.InvokeHandler(Delegate handler, Object target)
   at System.Windows.RoutedEventHandlerInfo.InvokeHandler(Object target, RoutedEventArgs routedEventArgs)
   at System.Windows.EventRoute.InvokeHandlersImpl(Object source, RoutedEventArgs args, Boolean reRaised)
   at System.Windows.UIElement.RaiseEventImpl(DependencyObject sender, RoutedEventArgs args)
   at System.Windows.UIElement.RaiseEvent(RoutedEventArgs args, Boolean trusted)
   at System.Windows.Input.RoutedCommand.ExecuteImpl(Object parameter, IInputElement target, Boolean userInitiated)
   at System.Windows.Input.RoutedCommand.ExecuteCore(Object parameter, IInputElement target, Boolean userInitiated)
   at MS.Internal.Commands.CommandHelpers.CriticalExecuteCommandSource(ICommandSource commandSource, Boolean userInitiated)
   at System.Windows.Controls.MenuItem.InvokeClickAfterRender(Object arg)
   at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
   at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler)


AggregateException:
One or more errors occurred.
Data --------------------
Stack Trace --------------------
   at System.Threading.Tasks.Task`1.GetResultCore(Boolean waitCompletionNotification)
   at System.Threading.Tasks.Task`1.get_Result()
   at Crestron.Tools.PanelDesigner.Services.ThemeWriter.ThemeEditorFontLibService.CreateFontLib(String asFuncName) in C:\BuildBranches\Trunk\PanelDesigner\PanelDesigner\Services\ThemeWriter\ThemeEditorFontLibService.cs:line 125
   at Crestron.Tools.PanelDesigner.Services.ThemeWriter.ThemeWriterService.CompileTheme() in C:\BuildBranches\Trunk\PanelDesigner\PanelDesigner\Services\ThemeWriter\ThemeWriterService.cs:line 76
   at Crestron.Tools.PanelDesigner.Flash.Gui.ThemeEditorViewModel.CompileTheme() in C:\BuildBranches\Trunk\PanelDesigner\PanelDesigner\Flash\Gui\ThemeEditorViewModel.cs:line 512
   at Crestron.Tools.PanelDesigner.Flash.Gui.ThemeEditorViewModel.<>c__DisplayClass31_0.<CompileExecute>b__0(IProgressController progressController) in C:\BuildBranches\Trunk\PanelDesigner\PanelDesigner\Flash\Gui\ThemeEditorViewModel.cs:line 488
   at Crestron.Tools.GuiLib.Controls.TaskDialogEmulator.TaskDialog.<>c__DisplayClass6_0.<RunTask>b__1(TaskControlThreadedActionData data) in C:\BuildBranches\Trunk\Gui\GuiLib\Dialogs\TaskDialogEmulator\TaskDialog.Convenience.cs:line 130
   at Crestron.Tools.GuiLib.Controls.TaskDialogEmulator.TaskDialogControl.<>c__DisplayClass373_0.<RunThreadedAction>b__0() in C:\BuildBranches\Trunk\Gui\GuiLib\Dialogs\TaskDialogEmulator\TaskDialogControl.cs:line 2096
========================================
Exception:
Swf file can't be created 
Error: null


Command: C:\Users\Administrator\Documents\Crestron\FlexSDK\bin\mxmlc.exe -static-link-runtime-shared-libraries -target-player "10.0.0" -load-config "C:\Users\Public\Documents\Crestron\Tools\Flash\flex-config.xml" -output "C:\Users\Administrator\AppData\Local\Temp\Crestron\IDE\ThemeScratch\Test1.swf"  "C:\Users\Administrator\AppData\Local\Temp\Crestron\IDE\ThemeScratch\ThemeEditorFontLib.as"
Data --------------------
Stack Trace --------------------
   at Crestron.Tools.PanelDesigner.Services.ThemeWriter.ThemeEditorFontLibService.ExecuteCommandSync(String commandString) in C:\BuildBranches\Trunk\PanelDesigner\PanelDesigner\Services\ThemeWriter\ThemeEditorFontLibService.cs:line 506
   at Crestron.Tools.PanelDesigner.Services.ThemeWriter.ThemeEditorFontLibService.compileASFile(String actionScriptFile, String outputSWF) in C:\BuildBranches\Trunk\PanelDesigner\PanelDesigner\Services\ThemeWriter\ThemeEditorFontLibService.cs:line 448
   at Crestron.Tools.PanelDesigner.Services.ThemeWriter.ThemeEditorFontLibService.buildFontSwf2(List`1 fonts, Boolean isUnicode) in C:\BuildBranches\Trunk\PanelDesigner\PanelDesigner\Services\ThemeWriter\ThemeEditorFontLibService.cs:line 139
   at Crestron.Tools.PanelDesigner.Services.ThemeWriter.ThemeEditorFontLibService.<>c__DisplayClass7_0.<CreateFontLib>b__2() in C:\BuildBranches\Trunk\PanelDesigner\PanelDesigner\Services\ThemeWriter\ThemeEditorFontLibService.cs:line 128
   at System.Threading.Tasks.Task`1.InnerInvoke()
   at System.Threading.Tasks.Task.Execute()



?


Re: Long compile time for Simpl programs after update?

 

¿ªÔÆÌåÓý

Rather than turning off antivirus completely (it is there for a purpose), i?d suggest to exclude the Crestron-specific folders from scanning.

?

Cheers,
Thorsten

?

Von: [email protected] <[email protected]> Im Auftrag von Dustin Provorse
Gesendet: Dienstag, 15. November 2022 17:27
An: [email protected]
Betreff: Re: [crestron] Long compile time for Simpl programs after update?

?

Turn off windows anti virus.

?

On Tue, Nov 15, 2022, 11:26 AM Olivier Royer via <oroyer=[email protected]> wrote:

Hello.
I noticed that strange behaviour since last week, I had to make modifications on older programs and upon compiling it took way longer than usual and at some time the application even stopped responding, only to come back after a minute or so.
All the subsequent compiles of the same program were fine.
I just had that issue again this morning when I had to make a small change on many small programs for a university, every program took forever to compile the first time. After that they were fine.

I suspect that an update to the compiler is making a big change on programs that were made before the update... should I be scared?


Re: AVpro Edge MXnet

 

Hi Tony,

I used the Custom Command input on their module and used the following CEC commands for a Samsung. All the commands are for a screen on output 4
ON -? ? ? ? ? ? ? ? ? SET OUT4 TP CEC 4F.04.00
OFF -? ? ? ? ? ? ? ??SET OUT4 TP CEC 4F.36.00
HDMI1-? ? ? ? ? ? ?SET OUT4 TP CEC 4F.82.02.40.00

Hope this helps

Iain


Re: image store on processor

 

Thank you all. I was making the mistake of adding the /HTML/image.jpg instead of just the IP address. Its working thank you!


Re: D3 Pro oscillating feedback #lighting

 

You can wrap an oscillator in a standard SIMPL module and load it into D3pro as a logic module - hooking it up in D3 is a faff, but that would be how I¡¯d do that (off the top of my head)


D3 Pro oscillating feedback #lighting

 

Greetings all. I am trying to figure out how to get a pulsing feedback from D3. Similar to when a lighting load is dimming and the led blinks. I want certain specific loads to do that whenever the load is on. Any help would be great !?


Re: Alternatives to Crestron UC solutions

 

@ckangis, I'd look at the Rally Bar with Extension Mics in that Boardroom space. Sets you up nicely for Logitech's Sight (center of table camera/mic solution) coming mid-'23 as Sight will require Rally Bar (or Mini) for some more advanced features; like auto handoff of users between cameras as they focus their attention between fellow participants across the table and persons remotely on the display at front of room.

In the Theater you'd most likely want to look at Logitech's Roommate as it's meant to be dropped into a system where a DSP is needed for wireless mics, zoning out audio, etc. Supported partners include QSC, Biamp, Nureva, Shure, and continues to grow, but those relationships allow for easier access to resources with those vendors in addition to the confidence of knowing you'll be supported should anything odd arise. The camera could be a Logitech Rally Cam, Rally Bar (in USB mode) or any other supported 3rd party camera. FWIW, I find this type of environment funny for Zoom calls too, but with AMC now renting out their theaters for this very purpose, I suppose it's being adopted to a certain degree.

For the sake of transparency, I am currently a Logitech employee who was previously a TD at Crestron for the US West Coast. I've spent the better part of 20 years in the integration space, as an engineer and programmer.


Re: image store on processor

 

Put the image into /html/ on the processor.

If using 4-series, or 3-series with authentication off:
Use the path: http://processorip/image.jpg?

If using 3-series with authentication on:
Use the path:?http://user:password@processorip/image.jpg?


Re: Long compile time for Simpl programs after update?

 

I don't have Windows anti-virus, I use another third party software.
I notice that it does that on new programs as well, only once. It's possible that it could be related to a virus scan of some sort, thanks for the tip.


Re: image store on processor

 

Normal URL formatting - you can test it in a regular browser.? Put the file in \HTML and access it via ip/image.jpg


On Wed, Nov 16, 2022 at 11:42 AM TRoberts via <tzroberts=[email protected]> wrote:
I need to use a serial string from SIMPL to trigger this.
Are there any formatting requirements for the JPG image in order to display it on the panel??
Would the exact string be something like?//processor ip address//User//image.jpg in SIML sent to the serial join on the panel....this is what I am trying and it does not seem to work, maybe I need a different port number in the IP address or and http: in front....I am not sure.


Marshall Electronics CV730 PTZ Camera Control Over Network

 

Has anyone successfully controlled a Marshall Electronics CV730 PTZ over the network?

I Called Marshall Electronics and they told me I need to use the "SONY SRG-300SE IP v1.0" Crestron module with UDP/IP Communications Port 52381.

?

This is working fine for PTZ but I have no preset recall or store functions, and the module itself does not have a pwr on/off. I also cannot find any commands they have published for this method, they just gave me a standard Visca document.

I also wrote a bunch of code with the CGI commands they have published on their website and the camera rejected all commands.

Any insight to this is appreciated.

- Nate


Re: AVpro Edge MXnet

 
Edited

Cody, or anyone who might know, are CEC command strings entered in the standard format, e.g., \x4F\x82\x20\x20 ?

I've tried various commands that I'm certain are correct, but I get no response going through the ConfigureRX_CEC module.? That module's digital On and Off commands do work, but I also need to send input commands.

Thanks in advance.


Re: image store on processor

 

I need to use a serial string from SIMPL to trigger this.
Are there any formatting requirements for the JPG image in order to display it on the panel??
Would the exact string be something like?//processor ip address//User//image.jpg in SIML sent to the serial join on the panel....this is what I am trying and it does not seem to work, maybe I need a different port number in the IP address or and http: in front....I am not sure.


Re: image store on processor

Master He
 

You could store under html folder, and specify url: processorIP/imageFullName at touch panel.



On Wednesday, November 16, 2022 at 08:02:11 a.m. PST, TRoberts via groups.io <tzroberts@...> wrote:


Is it possible to store an image on a processor PRO3, then bring it up on a panel? Example image loaded to //processor ip address//User//image.jpg
What would the serial string on iPad Crestron Go app on a dynamic graphic be?
No security is enabled on the processor?


image store on processor

 

Is it possible to store an image on a processor PRO3, then bring it up on a panel? Example image loaded to //processor ip address//User//image.jpg
What would the serial string on iPad Crestron Go app on a dynamic graphic be?
No security is enabled on the processor?


Re: Sony Bravia 32" TV CEC Commands

 

Hi Jeroen,

no haven¡¯t tried any of those!?


I will give them a try and report back, thanks!?