Keyboard Shortcuts
Likes
- Crestron
- Messages
Search
Re: Sending an email address to a PC
I got a better idea. Make a script (batch file) that starts the app that will get the data. You have to experiment with getting focus to the right field etc. If regular batch script can't accomplish that, I have a software saved somewhere that can be used to automate this. Instal?SW-VMK-WIN?to execute that script. Then send the string either with DM USB or?CBL-USB-RS232KM-6. |
Re: Sending an email address to a PC
Take a look at Microsoft power apps (power automate). You might be able to do something there with a form thru OneDrive. The paid versions had ssh module I believe. With Free version, you could read a file from the processor SFTP possibly.
But it will be tricky if timing is important.? |
Re: Multi-zone streaming appliance
¿ªÔÆÌåÓýLooks like a really nice step up from a Genie2 and 4k minis :-) ? From: <[email protected]> on behalf of ckangis <chris@...> ? Yeah, its a server and media streamer, but I believe that it has remote modules which would give you a scalable way to serve out multiple plays... |
Re: WOL not working on CP4
I have had no issues communicating on lower ports using c#.? I was even able to move the default webserver to a new port and use 80/443.? My 3 series simpl code worked fine on the 4 series and it had modules using control over port 23. On Thu, Jan 7, 2021, 7:54 PM Jason Mussetter <j.mussetter1@...> wrote: It's never been a problem to do this on 3-series that I'm aware of.? Is this is a new limitation for 4-series?? How on earth would you write a S+ module to use the most common IP control port ever, TelNet port 23 if so.? There is a ton of equipment that uses port 23 for IP control.? Will any module or program that needs to communicate to ports under 1024 not compile on 4-series? |
Re: WOL not working on CP4
It's never been a problem to do this on 3-series that I'm aware of.? Is this is a new limitation for 4-series?? How on earth would you write a S+ module to use the most common IP control port ever, TelNet port 23 if so.? There is a ton of equipment that uses port 23 for IP control.? Will any module or program that needs to communicate to ports under 1024 not compile on 4-series?
-- Jason Mussetter Control Systems Designer Mussetter Programming Services |
Re: WOL not working on CP4
There are ways in Linux to give a program access to a port below 1024 without giving it root access -- at least in node.js running on a ubuntu version of Linux there is.? In order to give node the ability to run a webserver on port 80 without giving it root privileges, I have to run the following commands:
sudo apt install libcap2-bin sudo setcap cap_net_bind_service=+ep /usr/local/bin/node Not sure of the details of why it works.? I just know it does. I am sure there is something similar for Android.? But unless Crestron gives you root access to their OS, there is no way for us to install that package. |
Re: WOL not working on CP4
It looks like you have a permission issue with line 168 of you your SIMPL+ code.
Per Wikepedia, WOL uses either port 7 or 9. While I cannot say for sure what your issue is, you should know that the CP4 is a Linux/Android base OS.? There are all types of permission levels you have to grant to your program in Linux. In particular, any Ethernet port below 1024 requires root access and it is almost certain that your lowly SIMPL+ program does not have root access.? So if line 168 of your code is doing something that is using port below 1024, it is probably not going to fly.? Assuming that is your issue, you are probably going to have to contact Crestron TB to see how to resolve the issue.? One possible fix is to use the SIMPL UDP symbol to send your WOL -- that symbol may be able to access ports below 1024. |
Re: CP2E connection issues
I actually tried restarting the computer and was able to connect to the CP2E and already changed it to the 10.0.0 address range.? Still got a few changes to make but should be easier than reverting back to 192.168.? Thanks for the help. On Thu, Jan 7, 2021 at 1:54 PM RobertF <r_finley@...> wrote: First glance is now you have to update your IP net mask setting on *everything*.? |
Re: CP2E connection issues
The easiest thing to do is to log into your new cable modem/router and set the IP subnet and DHCP range to the same as your old router.? There may have been reserved DHCP address for your Crestron processor in the old router.? If that is the case, you will also need to add those DHCP reservations.
Normally I set Crestron equipment up on static IPs.? That way they will continue to talk to each other even if the router is replaced and the subnet changes.?? The thing that is lost however when the subnet changes is the Crestron can not longer talk to the Internet nor other devices that are on DCHP.? Since your CP2Es no longer talk to each other, that is telling me that at least one of them are not set to static IPs. Open toolbox console to your Crestron processors and type "IPTable" to see what IP address each is expecting from the other. |
Re: WOL not working on CP4
¿ªÔÆÌåÓýFound something in the processor?s error-log: ? ¨²¨¤192.168.1.148 7?¨²¨¤socket ok?err sys ? 1. Error: SimplPlus[App01] # 2021-01-07 20:26:37 # Exception:AddServerToList: - System.Net.Sockets.SocketException (0x80004005): Access denied ? at System.Net.Sockets.Socket.Bind (System.Net.EndPoint localEP) [0x00043] in <4f05041650aa4b1f84bd8ed4b01ed26c>:0 ??at Crestron.Logos.SplusObjects.DirectSocketU ? 2. Error: SimplPlus[App01] # 2021-01-07 20:26:37 # DPServerSocketWrapper.AddServerToList (Crestron.Logos.SplusObjects.DirectSocketUDPServer pUDPServer, System.Net.IPAddress ipAddress) [0x00120] in <24f2beebe2af4f398303196e6d992837>:0 ??3. Error: SimplPlus[App01] # 2021-01-07 20:26:37 # Module S-1.1.1.1.2 : TKO_madVR_Envy_0_4 at line 168: Access denied Error code: 10013. Total Errors Logged = 3 ? Does that help? ? ? Von: [email protected] <[email protected]> Im Auftrag von Thorsten K?hler ? Hi, ? i?m currently programming my first CP4 and i?m having an issue getting WOL to work. I?m using a selfmade SIMPL+ module for this since years now without issues. Problem is, on the CP4, it doesn?t work. Any idea idea where to start looking at? Are there any special networking settings on the CP4? ? Cheers, Thorsten |
WOL not working on CP4
¿ªÔÆÌåÓýHi, ? i?m currently programming my first CP4 and i?m having an issue getting WOL to work. I?m using a selfmade SIMPL+ module for this since years now without issues. Problem is, on the CP4, it doesn?t work. Any idea idea where to start looking at? Are there any special networking settings on the CP4? ? Cheers, Thorsten |
Re: Samsung CCD IP Driver
i don't think it matters whether dll or pkg
i get the driver is loaded correctly not working on MC3, working on RMC4 - by working, i mean i don't get the splus error maybe another bug... tried loading it into slot 2 of my CP3 - created App02 directory - copied pkg file there code says can't find file - just using path, not naming pkg file added the pkg filename - now pgm finds file & loads now get 405. Warning: LogicEngine.exe [App 2] # 2021-01-07 13:53:18? # RuntimeState[a] - Sysdog did not wake us up for 30 seconds [0x00000102, from 2]406. Notice: TLDM.exe # 2021-01-07 13:53:19? #? Event rcvd is 8? not getting trying to communicate with display... |