Keyboard Shortcuts
Likes
- Crestron
- Messages
Search
Re: SIMPL+ Parsing / Debugging Help
It¡¯s hard to tell was intended without knowing more about what the device string looks like and what fragment is trying to be parsed, but¡ If the intent of the mid was to extract the string that starts with byte (iloc1+7) in RecData and ends with iloc2 -1 (the byte before the string "\xFF\x00\x00"), the mid should have been: MID(RcvData, (iloc1 + 7), (iloc2 ¨C (iloc1+7)); If the desired extraction is shorter than that, then it would look like MID(RcvData, (iloc1 + 7), (iloc2 ¨C (iloc1+7) ¨C n); Where n can¡¯t be equal to or less than the difference between the first 2 factors or the string will be null again. ? The trace you have seen seems like what is expected given that ls_TempStr will be null if the length of the extract is-1. |
Re: Toolbox (ish)
Andrew Welker
Or, why not use something like Virtualbox to virutalize Windows from within Linux?
|
Re: Toolbox (ish)
¿ªÔÆÌåÓýI don¡¯t mean to sound like an ass but I have to ask... why go to all this
effort?
?
Reminds me of the movie ¡°Tin Cup¡±.
Yes, it¡¯s *possible* to play the back nine using nothing but a seven iron.
But why?
?
?
Tray
? From: mailto:Crestron@...
Sent: Tuesday, February 02, 2016 4:32 PM
To: Crestron@...
Subject: [Crestron] Toolbox (ish) ?
?
This may sound a little bit off the wall... Is anyone here aware of anyone who may have created a Toolbox replacement application? ? I have been trying for years, really, years to run Crestron software in Linux. Finally I can get everything except toolbox to function.? I should be careful saying that, I have not yet tried to edit/compile Simpl+ and I have not yet loaded a program compiled on my Linux machine but without Toolbox it doesn't matter anyway. ? Thanks, Richard |
Toolbox (ish)
This may sound a little bit off the wall... Is anyone here aware of anyone who may have created a Toolbox replacement application? I have been trying for years, really, years to run Crestron software in Linux. Finally I can get everything except toolbox to function. ?I should be careful saying that, I have not yet tried to edit/compile Simpl+ and I have not yet loaded a program compiled on my Linux machine but without Toolbox it doesn't matter anyway. Thanks, Richard |
Re: Crestron App for iPad
Jayson Small
Verify that the credit card CCV is updated in the account. ?Sometimes you just need to update every now and again. Jayson From: <Crestron@...> on behalf of "nick@... [Crestron]" <Crestron@...> Reply-To: <Crestron@...> Date: Tuesday, February 2, 2016 at 4:16 PM To: <Crestron@...> Subject: [Crestron] Crestron App for iPad ?
Why does it seem like every time I go to deploy a new iPad for a customer, the Crestron App for iPad in-app purchase fails usually saying there's a problem with the transaction. I've noticed it more with newly created Apple IDs with new credit card information, but just saw it on a seasoned Apple account.? I usually wait a day or two, and then it upgrades fine. What's the deal? |
Crestron App for iPad
Why does it seem like every time I go to deploy a new iPad for a customer, the Crestron App for iPad in-app purchase fails usually saying there's a problem with the transaction. I've noticed it more with newly created Apple IDs with new credit card information, but just saw it on a seasoned Apple account.? I usually wait a day or two, and then it upgrades fine. What's the deal? |
Text Entry Field Example (Smart Graphics)
I am looking for an example using the smart graphics "Text Entry" box that pops up a keyboard. I want to create an editable phone list (by the client) of name field and number field.?Then want to select from the list and hit dial for a Polycom sound structure phone voip dialer. Has anyone done something like this? I've never used the text entry box, and unfortunately wont be able to test before I get on site. Sounds fairly straight forward but was looking for some direction. Any help is appreciated. thanks |
Re: Any luck consistently controlling a Napco P9600 Security panel?
Napco is telling me I need a CIBR-ZRemote in order for Napco to work with Crestron.
I have two Napco systems, one V60 one V72. ?V60 works with the GEM-RS232 while the V72 doesn't work with it. ?I've taken the same Crestron hardware from the site with the V60 and brought to the site with the V72 and still no dice. I also get different error messages from the V5.1 crestron module depending if I use a 2-series or 3-series at the V72 site. The 3 is reporting Timeout waiting for CTS high The 2 is reporting Timeout waiting for ACK Master code has been adjusted to give 0=10d. Napco doesn't even say the CIBR-Zremote is a guarantee it will work. ?He even said it should work with V72 so I don't really think the CIBR-ZRemote is even a solution. |
Re: VT Pro Access Denied
Rohan Dunbar
¿ªÔÆÌåÓýI am getting access denied when trying to open up a project. This is new. The project will attempt to open but then get access denied. I can see the folders but I can¡¯t open any pages. Anyone experience this? This seems to be the case on older projects using smart graphics. ? From: Crestron@... [mailto:Crestron@...]
Sent: Saturday, January 30, 2016 4:18 PM To: Crestron@... Subject: [Crestron] Re: VT Pro Access Denied ? ? I figured out the problem since I do not work out of Dropbox or any cloud storage due to all the issues mentioned above. No virus found in this message. |
Re: SIMPL+ Parsing / Debugging Help
Well, there's nothing variable in there... Here's a large chunk of this IF ELSE. See my comments.
ELSE IF(FIND("\x20\x85\x00\xc0\x10\x00", RcvData)) //RUNNING STATUS { iloc1 = FIND("\x20\x85\x00\xc0\x10\x00", RcvData); // RETURNS VALUE 1 iloc2 = FIND("\xFF\x00\x00", RcvData); // RETURNS VALUE 17 ls_TempStr = MID(RcvData, (iloc1 + 7), (iloc2 - iloc1) -17); //POWER STATUS } So in the above chunk of code... Why even use iloc1 and iloc2 if the return strings are always the same syntax format? As in, I don't care about how the string ends, but I know how it starts, where to start MID(), and how many characters long. Secondly, the code in the MID could just be: ls_TempStr = MID(RcvData, 8, 1); //POWER STATUS That bit about??"(iloc2 - iloc1) -17" seems like it was making that 1 a value of -1. |
Re: c2n-amp-4x100 dead?
In Addition to Michael's suggestion of a ground loop... Try disconnecting _everything_ (inputs and outputs) and adding things back one at a time (one source and one output) to see if perhaps something up or downstream has made it particularly unhappy.
toggle quoted message
Show quoted text
-- Lincoln King-Cliby, CTS, DMC-E-4K/T/D Commercial Market Director Sr. Systems Architect | Crestron Certified Master Programmer (Gold) ControlWorks Consulting, LLC V: 440.449.1100 x1107 F: 440-449-1106 I: Crestron Services Provider | Biamp Audia Certified | Extron Authorized Programmer -----Original Message-----
From: Crestron@... [mailto:Crestron@...] Sent: Tuesday, February 02, 2016 2:15 AM To: Crestron@... Subject: [Crestron] c2n-amp-4x100 dead? Yesterday everything was working just fine. I made no changes to any programs or configuration, but today I just get a buzz (medium pitched similar to one of those annoying scooters, varies with volume) out of all channels. I have tried the obvious, unplug from main, leave it a while, reload firmware, but no change. I can¡¯t even claim that it is tired and sh4gged out after a prolonged squawk, t¡¯s only ever been used for internet radio, some dinner music and such via ceiling speakers. Does anyone have any idea what else I might be able to try before I declare it demised? ------------------------------------ Posted by: Marc Nield <marc@...> ------------------------------------ Check out the Files area for useful modules, documents, and drivers. A contact list of Crestron dealers and programmers can be found in the Database area. ------------------------------------ Yahoo Groups Links |
Re: B&O Remote Driver - Crestron IP Module
Heather Baiman
My B&O guy sent me v1.5 yesterday. Supposed to have fixed the "power on" nonsense. I'll try and test later today
toggle quoted message
Show quoted text
-----Original Message-----
From: Crestron@... [mailto:Crestron@...] Sent: Monday, October 12, 2015 3:18 PM To: Crestron@... Subject: [Crestron] Re: B&O Remote Driver - Crestron IP Module Glad to help! We've since been in touch with B&O's developers who are working on a module update that also includes a few extra features. I imagine it will be available relatively soon. Also, our client's screen automatically updated its firmware recently. This caused the Crestron system to lose control of the screen and was only solved by restarting the Crestron program...been fine ever since. ------------------------------------ Posted by: fredv@... ------------------------------------ Check out the Files area for useful modules, documents, and drivers. A contact list of Crestron dealers and programmers can be found in the Database area. ------------------------------------ Yahoo Groups Links ============================================================================ Please refer to for important disclosures regarding this electronic communication. ============================================================================ |
Re: Emailing from 3-Series
MikeS
You are probably going to need to work with IT to setup a rule to allow Email from the Crestron. Once you do that, you will not need to setup any security. Another method is to use an Email service like
What we found that is the best for Emailing is to use a TEKVOX TEK 3 and let it do the Email. This way if you need to change anything about the Email it can be done outside of code. At the same time the TEK 3 can provide all of the control for the display making the control software easier. From: Crestron@... [mailto:Crestron@...] Sent: Monday, February 01, 2016 7:39 PM To: Crestron@... Subject: [Crestron] Re: Emailing from 3-Series This is in the ISP's building. I am reaching the SMTP server and then it kicks me out when Crestron tries to send blank authentication. Anyone want to whip up a SIMPL# email module for me real quick?? [Non-text portions of this message have been removed] |
Re: Barco gBCMC Video Wall Server
Hi,
You need to send the following on port 80 to switch on: makestring(to_bcm$, "POST /ol/wall/actions HTTP/1.1\x0d\x0aHost: 10.192.2.97\x0d\x0aContent-Type: application/json\x0d\x0aContent-Length: 39\x0d\x0a\x0d\x0a{ \x22action\x22 : { \x22name\x22 : \x22switchOn\x22} }\x0d\x0a"); and to switch off: makestring(to_bcm$, "POST /ol/wall/actions HTTP/1.1\x0d\x0aHost: 10.192.2.97\x0d\x0aContent-Type: application/json\x0d\x0aContent-Length: 41\x0d\x0a\x0d\x0a{ \x22action\x22 : { \x22name\x22 : \x22switchIdle\x22} }\x0d\x0a"); best regards Chris |