Keyboard Shortcuts
Likes
- Crestron
- Messages
Search
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. |
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@...> ? 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.?
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
"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: 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.?
|
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 |
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:
|
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,
Sig file box was ticked before sending.?
|