Keyboard Shortcuts
Likes
- Crestron
- Messages
Search
Simpl+ arrays comparison
Have a nice day, everyone.
there is a task, the meaning is below: string array1[a][8]; string array2[b][8]; integer array3 [c];? ? ? ? ? ? ? ? ? ? ? ? ? ?//you need to create a third array by iterating over all the strings in array1 and array2 //we need to find a way to compare all the lines -? ?a=1 to 130, b=1 to 130// IF (Comparestring (array1[a],array[b])=0) {array3[a]=b;} Is it possible to solve this problem using Simpl+?? I will be grateful for your help |
Re: Problem with symbol TCP/IP Server on the CP4N
Thanks for your reply. But I still don't understand why the processor works fine when we just restart the program and doesn't work immediately after turning on the power. This is almost the same as if every time you turn it on you have to first restart the Windows operating system. In addition, why do tcp-clients always work on the processor, but this strange exception is made for the tcp- server? P.S.?And why did this same program work fine on Pro3 before?
|
Re: Problem with symbol TCP/IP Server on the CP4N
On Sat, Oct 7, 2023 at 11:42 AM, Dave H - Crestron True Blue Tech Support Engineer Since 2014 wrote:
Did you set STARTPROGAFTERROUTER ON?Dave, is this something that you recommend to be run for all 'N' processors? of is this just to try to solve this issue?? TIA! Though I expressly forbid the 'N' units on our projects, we did have a couple over the years that we dealt with, because of *stuff*, so I'm interested in this generally... |
Problem with symbol TCP/IP Server on the CP4N
Hi!
The TCP/IP Server symbol (port 888) does not work on the processor CP4N after a hard reset or power cycle. But it works when the program is restarted.?A program consisting of only this one symbol behaves similarly - TCP connection error 10061.?All this works perfectly on RMC4.?? |
Re: http request chunking
¿ªÔÆÌåÓýThanks Jeremy. The issue is a known problem in the LwIP driver used by the
device manufacturer.?? That being said, since I have no control
over fixing the device, I was hoping for a way to force the
Crestron system to send things in one chunk.? I am using
HttpClient to send everything.? I hadn't thought about trying to
move strings created in S# back to S+, even Simpl, to send them
from those levels.? I figured Simpl and S+ were going to use the
same underlying http driver software so there wouldn't be a
difference.? At this point the problem is moot.? Because of the issue I had to abandon writing a driver for the product. Thanks again Jay On 10/6/2023 1:21 PM, Jeremy
Weatherford wrote:
|
Re: http request chunking
This is not HTTP Chunked Transfer Encoding, this is a problem with the device expecting the entire request to appear in the first packet received.? This is never a safe assumption with TCP connections - you should expect anything from a MTU-sized packet to one byte per packet.? Unfortunately, not all devices are programmed correctly.? Jay are you using Crestron's HTTPClient to send the request?? Have you tried using a string in SIMPL+ to blast it all out in one chunk?? As long as it's smaller than the MTU I would expect it to go out in a single packet (though that's never guaranteed). On Thu, Sep 21, 2023 at 10:55?AM jbasen <jay.m.basen@...> wrote:
|
Re: "Add a symbol and enter" is broken
Yes, it's a known issue with only v4.25 that was reported to the SIMPL team shortly after that build's release. |
Re: Barco Alchemy (AKA DP2K-6E) Projector Standby/Wake commands?
Igor, thanks for valuable information. The embarrassing thing here is that I am replacing Control 4 with Crestron, just for this theater setup, because I can use a module for displaying and controlling the DCP content from the ICMP in the projector which Control 4 can't do.? But Control 4 is controlling the power somehow.?
If you could please send the manual: spannertech at gmail dot com - many thanks - OP |
Re: "Add a symbol and enter" is broken
Well, technically, you could STILL be going crazy... :-)
toggle quoted message
Show quoted text
Actually that problem has been around for at least a few months, and I think it's even been discussed in the Group. While we're talking strange things, here's something else I've noticed lately... I use Search & Replace (F9) on a folder, and SOME of the instances don't get replaced. I've noticed it a couple of times in the last month or two, and haven't been able to discern a pattern, but I'm pretty sure I'm not imagining it. --- On Thursday, October 5, 2023 at 6:52 PM, Eric Luckart wrote: |
Re: D3Pro: Program Generated Incomplete
The original D3Pro program was worked on and compiled Monday 10/02/2023....four days ago.
I did a Master Installer yesterday.. I now think I'm getting somewhere after rolling back the Device Database 200.300.001.00 to?200.295.001.00. Project just built seconds ago with no "Program Generated Incomplete" error. What a waste of the day.? I appreciate the response Tony. |
Re: D3Pro: Program Generated Incomplete
I'm not currently connected to anything though.? I simply opened, on my laptop,? the D3Pro project I worked on Monday, without issue, and chose "Save As", with a new version number ("Smith Lighting v4") and then "Build System".
Got the message "Program Generated Incomplete".? There is no firmware involved...I am NOT connected to any hardware. Then I re-opened original project, and same message.? Now I have no working D3Pro Project. I'm on hold with True Blue for 52 minutes and counting, |
Re: D3Pro: Program Generated Incomplete
How "old" is the original D3Pro program - i.e., when was it last saved or compiled?
toggle quoted message
Show quoted text
What versions of D3Pro, Crestron Database, and Device Database are you compiling with? What's the model number and current firmware version of the processor? --- On Friday, October 6, 2023 at 1:24 PM, markcrestrongroup wrote: |
Re: D3Pro: Program Generated Incomplete
Michael S Moran
¿ªÔÆÌåÓýEach and every ¡°connected device¡± must have a unique Crestnet and or IPID address. If the D3 Pro program is sufficiently old, it may require firmware updates To one or more ¡or even all devices.? ? ? Best regards, ? ? Michael? S. Moran ? ? From: [email protected] <[email protected]> On Behalf Of markcrestrongroup
Sent: Friday, October 6, 2023 1:24 PM To: [email protected] Subject: Re: [crestron] D3Pro: Program Generated Incomplete ? "Unique network address? ":? I don't understand the question. |