Keyboard Shortcuts
Likes
- Crestron
- Messages
Search
Re: Curl formatting
I've seen people using my module in combination with some custom S+ modules to parse authentication tokens and send them in subsequent requests. I would normally recommend that all of this be done in a single S# library, but you can get it to work.
-- ?
Crestron Service Provider - TBD Enterprises Inc.
|
Hello, For those out there who used a lot of xpanels web in their projects. How did you manage to give access to your system since adobe flash is no more working this 2021-01-12? I found some assumptions on the forum but didn't any concrete solutions since the shutdown. Any HTML5 solutions? (Newest post I found on that it were still Beta last November) At our company we choosed Web Xpanels for tons of reasons. I tried a Xpanel on the computers and can work as plan B but it will be a major downgrade for maintenances. ? |
Re: Compile error after SIMPL update
I cannot speak to DB200 -- I am too chicken.? But I have had a few cases where programs have gotten corrupted in weird ways.?? You might try replacing your processor with a different type and then replacing it back again.? Don't ask me why but I believe that has solved some issues in the past.
Also, it could be your module is conflicting with another module such as a TCP server on the same port. You also might try using Pre-200 from most of your program and then add a separate program that requires Post-200.? I've run different program versions in different slots I haven't had issues.? Shoot, I even have run SIMPL in one slot and Studio or D3PRO in another slot successfully. |
Re: Compile error after SIMPL update
I havent tried downgrading the DB since I actually upgraded to support a different module.? I have tried deleting the current module and just readding it, and get the same errors.? As I mentioned I have tried creating a new program from scratch and adding the modules and it compiles just fine.? Super weird.
|
Re: CEN-NSP-1
#crestron
#crestronapp
ckangis, ?Your reply got me thinking. I was finally able to connect to it using a static ip address and the PUF tool. Thanks for the help. It's deployed and working.?
|
Hello,
you have to create a RAW in the Dolby device manager. ? If you would like to contact me, I have developed a full module which will give you total control over the IMS including selecting the SPL, skip +/-, ?reading the the timecode and checking for expired keys. ?You can reach me: Michael <at> block-o-matic <.com> |
Re: CEN-NSP-1
#crestron
#crestronapp
I'm assuming that you have gained control of its IP address? (DHCP or Newly set static)...
The unit has a Web server page, go to a browser and type the IP address (you may have eluded to this in your post). Have you tried using the USB connection with Toolbox? then use the PUF tool. I'm quite sure that the NSP doesn't support File Trx via FileZilla... If you can connect with USB, you should probably step up the FW over a few versions, instead of jumping to the latest directly... This is the latest FW:?CEN-NSP-1 [v1.002.0035, #00B915B6] |
Re: Compile error after SIMPL update
¿ªÔÆÌåÓýHave you tried replacing the module with a fresh copy? ? From: <[email protected]> on behalf of <john@...> ? 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. |
Re: how to remove specific character from string in Crestron simpl+
#crestron
I think what you are looking for is a Serial Gather, Serial Substring (Expandable) and a Serial Buffer
|
CEN-NSP-1
#crestron
#crestronapp
Hi all, I'm glad I found you after Yahoo!
I bought an Old Stock NIB, CEN-NSP-1. It came with the original release firmware and I've been unable to update its firmware. It displays the embedded web server update ui but nothing happens when I point it to a local file for upgrade. It appears to reject the connection. Toolbox can't connect to it either. Filziila no luck. Has anyone else delt with this issue? Is there any other way to upgrade the firmware other than the embedded UI? Any help would be appreciated. |
Re: Honeywell Wifi Thermostat
I looked for this as well and never found anything. Not really sure how one of the largest HVAC solutions does not have a module in Crestron when so many other control platforms support Honeywell.
I was part of a Honeywell integration project for another platform and its quite an undertaking with contracts and API keys from Honeywell to talk to their servers. Very doable, but you really need to have the right team/person doing this. As I recall, all of the control is through their cloud (TC Connect).? |
Re: how to remove specific character from string in Crestron simpl+
#crestron
¿ªÔÆÌåÓýI¡¯m not sure you¡¯ve supplied enough details for people to help you.?The incoming string: is it literally ¡°\x1\x2\x3\x4\x5¡± so 15 characters or is it 5 bytes (0x01, 0x02, 0x03, 0x04, 0x05) ? On 13 Jan 2021, at 12:45, saravanan.s@... wrote:
|
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 |