¿ªÔÆÌåÓý

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

Re: CP3 issues uploading program and CTP errors

 

I have came across this in the past,? it has typically been a firmware update to the hardware that fixed it.? My guess is the software you are using to program needs to run on a later version of firmware on your CP3. Hope that helps,? & good luck.


how to remove specific character from string in Crestron simpl+ #crestron

 

example: serial Input : \x1\x2\x3 \x4\x5 i want output like this serial Output :12345




can any one help as.


Re: CP3 issues uploading program and CTP errors

 

So I'm currently working on the CP3


Compile error after SIMPL update

 

I am completely stumped on a compile error I am getting after updating to the latest version.? When I have run into similar problems in the past doing a full recompile after deleting the spiswork directory has resolved the issue but this time no luck.? The module I am struggling with is the official denon heos modules, and to add to the mystery if I create a brand new program and add the modules I dont get any compile errors.

Here are the two errors I am struggling with.? Any help is greatly appreciated

ERROR? (LGCMCVT149)? Code\SPlsWork\DenonHEOS_Device_Engine_v7_1_0.cs, Line 91
??????? Code\SPlsWork\DenonHEOS_Device_Engine_v7_1_0.cs] Internal Error (Line 91) - The type 'Crestron.CRPC.MediaPlayer.IMediaPlayer' is defined in an assembly that is not referenced. You must add a reference to assembly 'MediaPlayer, Version=1.0.0.26508, Culture=neutral, PublicKeyToken=null'.
ERROR? (LGCMCVT258) ?
??????? SIMPL+: C# - Compiled with errors for \Code\SPlsWork\DenonHEOS_Device_Engine_v7_1_0.dll


Re: Curl formatting

 

¿ªÔÆÌåÓý

You need to use S# to do HTTPS, SIMPL nor SIMPL+ support HTTPS.

?

From: <[email protected]> on behalf of <itaibengal@...>
Reply-To: <[email protected]>
Date: Tuesday, January 12, 2021 at 5:31 PM
To: <[email protected]>
Subject: Re: [crestron] Curl formatting

?

I am trying to control via HTTPS a light strip. I have the commands working properly in Postman but not sending an SIO to the URL.?
I was hoping to use the module, but I did not see any documentation on how to proceed. Any advice on how to send the following command?


PUT /v1/devices/control HTTP/1.1

Govee-API-Key: 1111111-22222-3333-4444-555555555555555

Content-Type: application/json

User-Agent: PostmanRuntime/7.26.8

Accept: */*

Postman-Token: 237d07aa-7142-40b8-8d81-054c244a8345

Host: developer-api.govee.com

Accept-Encoding: gzip, deflate, br

Connection: keep-alive

Content-Length: 115

{

? ? "device": "AA:AA:AA:AA:AA:AA:AA:AA",

? ? "model": "H6141",

? ? "cmd":{"name":"turn", "value": "on"}

? ? }


Re: Quiet fans for DM-PSU-8

 

A fan that small, lower noise almost certainly means lower air flow.?


Re: CP3 issues uploading program and CTP errors

 
Edited

"No Program Loaded" (return from PROGCOMMENTS:# cmd) just indicates the program is not running.

In most instances the program successfully uploaded, started, and then experienced a runtime error that caused it to stop.

First confirm the presence of files in \SIMPL\App##\ folder in File Manager (showing that program was loaded, but stopped).

Then check the Err Logs for messages to give you clues as to why the program stopped.

CTP/SCTP are considered deprecated, and intentionally grayed out.

You should be enabling Secure Deployment features and using SSH/SFTP for servicing per?

I'd advise compiling/loading a dummy program w/ only signals on the relay inputs to see if that behaves normally as your baseline / unit test.


Re: Curl formatting

 

I am trying to control via HTTPS a light strip. I have the commands working properly in Postman but not sending an SIO to the URL.?
I was hoping to use the module, but I did not see any documentation on how to proceed. Any advice on how to send the following command?

PUT /v1/devices/control HTTP/1.1
Govee-API-Key: 1111111-22222-3333-4444-555555555555555
Content-Type: application/json
User-Agent: PostmanRuntime/7.26.8
Accept: */*
Postman-Token: 237d07aa-7142-40b8-8d81-054c244a8345
Host: developer-api.govee.com
Accept-Encoding: gzip, deflate, br
Connection: keep-alive
Content-Length: 115
{
? ? "device": "AA:AA:AA:AA:AA:AA:AA:AA",
? ? "model": "H6141",
? ? "cmd":{"name":"turn", "value": "on"}
? ? }


Re: CP3 issues uploading program and CTP errors

 

Are you using Dropbox? Have had simular issues when I forget to pause Dropbox sync before I start to work on Crestron programs


Re: DM16X16 going offline every few hours

 

AV Programmer,

I have given up on that 16x16 unit and as a stop gap, ?I have gone back to my old 8x8 and its been solid since Christmas Day. I did some testing on the 16x16 and had it on the floor with almost no cards in it and it stayed online to program for days. I then started adding cards and after a bunch were reinstalled it starting dropping off-line again. I didn't see your request about putting it back on the subnet and sending that isolate command. But given that it ran with less cards for days I really think this is some kind of power issue and not network related.


Re: Quiet fans for DM-PSU-8

 

In case anyone was interested, I have opened the PSU and there s a PC looking low profile power supply I noted middle with a loud 40mmx20mm 12v 2pin fan.
I have ordered a Noctua silent fan and will install in a few days when it arrives. Should do the trick. ill let you guys know. Pretty straight forward swap just a couple dozen screws to remove and replace.


Re: CP3 issues uploading program and CTP errors

 

Not sure what toolbox but I¡¯ll have a look. I tried usb, tcp connection and ftp via FileZilla.?


I can connect to it no problem and it¡¯s missing the lpz file and sig file in the app1 folder. I¡¯ve tried adding them to it and progload -p:01 and rebooting but still nothing.?


Re: CP3 issues uploading program and CTP errors

 

I doubt there¡¯s an SD in it but I¡¯ll have a look, thanks for the heads up?


Re: CP3 issues uploading program and CTP errors

 

The only time I've seen something like that, I had a SD card in the processor with a program on it.? When I loaded, it was loading to internal memory, but the program on the SD card would keep loading up after the code push.? Once I realized what was happening, I popped the SD card out and rebooted and it booted the program I expected on internal memory.? Something to check at least....
--
Jason Mussetter

Control Systems Designer

Mussetter Programming Services
www.mpsav.com


Re: CP3 issues uploading program and CTP errors

 

Have you tried loading via ftp?? What version of Toolbox are you running?


On Tue, Jan 12, 2021 at 11:57 AM Audvizer <Audvizer@...> wrote:

Hi,

just wondering has anyone ever had any issues uploading a program to a CP3 before??


When I upload the program it goes through its normal process and gets to the send again window. Which says to me it¡¯s uploaded. So I refresh the page on system info and the program slot says no program uploaded. I¡¯ve checked the app1 slot through file manager and I can see the dll files and archive etc but I don¡¯t see a LPZ file in there or sig file.?

Sig file box was ticked before sending.?


ive tried a factory restore and initialise and reupload to no avail. It¡¯s currently on the latest firmware too. When I went to put in the Ethernet details I was met with a CTP is invalid error. In the Ethernet Ports tab on Ethernet Settings the CTP was greyed out so I couldn¡¯t enable it.?


With restoring and updating the new firmware, nothing has worked. It still won¡¯t take a program or even an old program that I know has worked on a CP3 from another room

thanks in advance?


Crestron's presence in the EU? #crestron

 

Hello guys, I hope you're keeping safe during these tough times.

So I'm thinking about the possibilty of relocating to the EU.

What's Crestron's presence over there? is it widely used? or does it somewhat play a secondary role to other technologies? such as KNX and its derivatives?

Any information I can get would be greatly appreciated.

Thanks!


CP3 issues uploading program and CTP errors

 

Hi,

just wondering has anyone ever had any issues uploading a program to a CP3 before??


When I upload the program it goes through its normal process and gets to the send again window. Which says to me it¡¯s uploaded. So I refresh the page on system info and the program slot says no program uploaded. I¡¯ve checked the app1 slot through file manager and I can see the dll files and archive etc but I don¡¯t see a LPZ file in there or sig file.?

Sig file box was ticked before sending.?


ive tried a factory restore and initialise and reupload to no avail. It¡¯s currently on the latest firmware too. When I went to put in the Ethernet details I was met with a CTP is invalid error. In the Ethernet Ports tab on Ethernet Settings the CTP was greyed out so I couldn¡¯t enable it.?


With restoring and updating the new firmware, nothing has worked. It still won¡¯t take a program or even an old program that I know has worked on a CP3 from another room

thanks in advance?


Re: Quiet fans for DM-PSU-8

 

Not much you can do to keep good flow and low noise in a 1U unit.?
Unless there is a room inside to install 80+mm slim profile on the top lid...


Re: End of Flash/Air?

 

I have been having techs install Crestron Home Setup and that has been fixing the issue as well.


Re: Dish Network

 

Bump

Anyone hear anything new yet?