¿ªÔÆÌåÓý

ctrl + shift + ? for shortcuts
© 2025 Groups.io
Date
Re: .net issue with simpl
online ID 1001084 addresses the issue and provides a link for the .net download
By John Gabler · #244860 ·
Re: .net issue with simpl
Never mind.? Should have used the search option first.? Found the online ID in a post from a couple of weeks ago.
By John Gabler · #244859 ·
Re: .net issue with simpl
Do you have the .net 3.5 runtime or the SDK? You have to install the .net 3.5 SDK, you can download it from OLH 1001084.
By Andy Ross · #244858 ·
.net issue with simpl
I have a computer on site running windows 10 with all updates installed.? When I try to compile I get a lot of warnings/notices now and one of them is telling me that it requires .net 3.5.? I check
By John Gabler · #244857 ·
Re: Checking Processor type in S#
Since this is not S# Pro, you might consider just checking for control system type in the S+ wrapper and passing it back. /* Global Variables */ INTEGER SystemType; /* Main() */ Function Main() {
By Tray Schaeffer · #244856 ·
File /Switch-Buffer.zip uploaded #file-notice
The following files have been uploaded to the Files area of the [email protected] group. * /Switch-Buffer.zip ( /g/crestron/files/Switch-Buffer.zip ) *By:* mark@...
By [email protected] Notification <noreply@...> · #244855 ·
File /StringToXMLSorted v4.zip uploaded #file-notice
The following files have been uploaded to the Files area of the [email protected] group. * /StringToXMLSorted v4.zip ( /g/crestron/files/StringToXMLSorted%20v4.zip ) *By:*
By [email protected] Notification <noreply@...> · #244854 ·
Re: HttpsClient => Content-Length issue
I'm not certain what is going wrong with your content length header, however I wanted to share how I was handling the headers in a different way than your code. Perhaps it will be helpful to you. This
By Erik Meyer · #244853 ·
Re: Using Event Scheduler 2 (v1.2) with 4-series
To clarify just a bit... Event Scheduler v1.2.0 dates back to 2-Series, before 10 program slots were available. So for 2-Series \\NVRAM\\scheduler.dat in SIMPL simply refers to \NVRAM\Scheduler.dat.
By Dave H - Crestron True Blue Tech Support Engineer Since 2014 · #244852 ·
Re: DM TX 4KZ - Console Commands
In this case, yes. Update: I have got that command down now and am able to switch as needed now.
By Erik Meyer · #244851 ·
Re: Extracting part of a return string
If the OP were trying to process the entire string or if there was more variability in the strings I would agree but it seems for what they want/need it could be done in an SIO, for example: Parameter
By Lincoln King-Cliby · #244850 ·
Re: Extracting part of a return string
There are ways to extract and match strings in SIMPL, especially if they are fixed length or if there is a fixed pattern, which your strings appear to have. However, the string example you present
By l_codd · #244849 ·
Extracting part of a return string
Hi, I was wondering what the best way in SIMPL was to extract part of a return string to enable another digital signal. for example: my return varies between states like below: I need to extract; say
By Audvizer · #244848 ·
Re: Fusion C#
Thank you
By Crestron_Programmer · #244847 ·
Re: Stupid Sonos logs #sonos
Sonos is only the tip of the iceberg in regards to bloating the logs...It would at least be great if someone actually knew what half the entries meant??
By ckangis · #244846 ·
Re: DM TX 4KZ - Console Commands
I guess you are using a non-crestron control system?
By eagrubbs · #244845 ·
Re: ZeeVee Zyper 4K Management Platform.
Tray, I didn't write the Crestron module but we did write drivers for other platforms and they way you are sending the strings pretty closely matches our drivers. We are definitely sending the quotes
By richard.k.mullins@... · #244844 ·
DM TX 4KZ - Console Commands
Does anyone have a list of console commands for this device? All I really need is the command to switch between HDMI input 1 and input 2 as the transmit source, but any commands available would be
By Erik Meyer · #244843 ·
Re: Crestron Shade Custom Option
I have found out that it is possible to power the CSM-QMTDC-163-1-EX motor with a battery pack.? This is not supported by Crestron but it can be done.? The motor draws approximately one watt in
By skdanser · #244842 ·
HttpsClient => Content-Length issue
I am here having an issue with the HttpsClient. The request runs into an "unknown error" whenever I try to add Content-Length to the header. It runs fine otherwise. About the sample code below: you
By fabiodaubermann · #244841 ·