connect_http is not the same signal as http_connect. Unless there's something else connecting those signals together, that's a "broken wire". http_connect is going high, but the signal to your TCP/IP client is named connect_http, so nothing ever happens.
toggle quoted message
Show quoted text
On Fri, Aug 16, 2013 at 11:53 AM, toplegit <toplegit@...> wrote: Hi,
I'm trying to follow a very simple tutorial to send out a GET http request. This is the tutorial in question:
I've been following the tutorial word for word but I am not having success. Believe it or not I've spent many hours trying different things to no avail. I was hoping someone might be able to shed some light.
Below is a screenshot of how I set it up in simpl windows, and then what I see in the debugger when I try pulsing http_go. I can never see anything come in on http_rx.
As per the tutorial I verified that when I execute 'testdns google.com' in the text console I do get a proper IP address back.
Any help is appreciated!
Thanks!
------------------------------------
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
-- Jeremy Weatherford
|
Re: DirecTV H25 via the external Remote port
Or ip
toggle quoted message
Show quoted text
--- In Crestron@..., "antosanmar" <asandoval@...> wrote: So sorry...I read the manual and this input seems to be for some RF external adapter for RF remotes, so...flasher it is.
--- In Crestron@..., "antosanmar" <asandoval@> wrote:
Hi Dave!
Well, I've done some preliminary tests and it doesn't seems to work, I tested the IR signals with a flasher and everything works ok, but not with the TRS plug. Tomorrow I'll try rewiring of the TRS plug to see if that helps.
Antonio
--- In Crestron@..., "innoventgroup" <innoventgroup@> wrote:
Has anyone controlled the DirecTV H25 via the external Remote port?
Thanks, DAVE
|
Ethernet heavy? IE lots of Ethernet devices and lots of inter processor send between programs?
toggle quoted message
Show quoted text
--- In Crestron@..., Nathan Hesson <nhesson@...> wrote: I don't get any message close to that. I actually can't get a message out of the processor as to why the HW Watchdog fails. The most consistent message I see in my PLOGs before the reboot occurs is:
Warning: LogicEngine.exe [App 1] # 13:20:28 8-13-2013 # RuntimeState - Sysdog did not wake us up for 30 seconds
Warning: nk.exe # 13:20:41 8-13-2013 # WDG: SimplSharpPro.exe(1) Watchdog Fault - Notifying Application Warning: nk.exe # 13:20:41 8-13-2013 # WDG: LogicEngine(0) Watchdog Fault - Notifying Application Warning: nk.exe # 13:20:41 8-13-2013 # WDG: RouterTransportProcess(1) Watchdog Fault - Notifying Application
The NVRAMREBOOT entry says:
07:38:37 8-16-2013 HW Watchdog timeout
Very informative :)
I'm getting a reboot every 13-16 hours. I'm going to call TB later today and try to have this escalated but I'm curious if anyone has any other ideas.
Thanks, -Nathan
On Fri, Aug 16, 2013 at 8:51 AM, Witmarquzot Dyrjuv <witmarquzotix@...
wrote: What is the message? close to this?
REBOOT: 00:00:00 00-00-00 QM-RMC v4.003.0015 4355, HW Watchdog, Task=TIMER, RAM=21740560, PC=806ad250, Stk=80571adc,805714cc,80500c8e,806b1e36,806acfc0,806af42e,806a6cc4,806a683a,806abdda,806a133c,0,
--- In Crestron@..., "Pleasant Bud" <mbuddycoughlin2002@> wrote:
I'm using , I believe four serial devices. I have four programs running. It seems to reboot ABOUT every 25 - 27 hours.
--- In Crestron@..., Phil Bridges <gravityhammer@> wrote:
I've been having it on a CP3N. I know there are some serial control modules that can cause this on the 3-series, but I'm not using any
serial
control in this situation.
What do your PLogs say?
On Fri, Aug 16, 2013 at 10:04 AM, Pleasant Bud <mbuddycoughlin2002@
wrote: **
I guess the subject line sums it up. I can't find anything in the program
that says "Reboot" and nothing external in killing power. Last reboot message "HW Watchdog Timeout". I've been in touch with
TB on
this but no answers yet. Anyone else experiencing this sort of behavior?
[Non-text portions of this message have been removed]
------------------------------------
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
[Non-text portions of this message have been removed]
|
Re: 3-series out of bounds array references FYI...
I was bit by this one. Boy did it kill some time. The code was littered with Print statements to verify execution from event handler to function to function to my insanity... It would be great if that error entry was sent back as a TRACE as well so that you get a nice notice in your face. The 3-Series log is so verbose that items get lost quite easily after a day of loading and testing. On Wed, Aug 14, 2013 at 9:05 PM, Chip <cfm@...> wrote: **
Yeah - wonder when they snuck that one in there!
- Chip
--- In Crestron@..., Neil Dorin <neildorin@...> wrote:
Ooh! Nifty :)
Sent from my iPhone
On 2013-08-14, at 5:08 PM, "RobK" <fooguy89@...> wrote:
From the SIMPL+ help:
"TRY-CATCH blocks catch and handle exceptions generated by working code. Exceptions can be caught and handled in the CATCH portion of the block. The exception can also be evaluated using either the GetExceptionMessage or GetExceptionCode function."
Not sure if it continues after the exception, however, it does have
it. 3 series only.
--- In Crestron@..., Neil Dorin <neildorin@> wrote:
Only if you use a S# library Linc ;)
On Wed, Aug 14, 2013 at 10:22 AM, Lincoln King-Cliby < lincoln@> wrote:
**
I don't know why I'm asking this question, but I don't suppose
SIMPL+ on
the 3 series has gained Try/Catch/End Try style error handling has
it?
Heck at least with VB in the old days you could at least On Error
Resume
Next ;)
Why do I sound so bitter this week?
Lincoln
-- Lincoln King-Cliby, CTS Commercial Market Director Sr. Systems Architect | Crestron Certified Master Programmer
(Silver)
V: 440.449.1100 x1107 F: 440-449-1106 I:
Crestron Services Provider
-----Original Message----- From: Crestron@... [mailto:Crestron@...]
On
Behalf Of Chip Sent: Wednesday, August 14, 2013 12:19 PM To: Crestron@... Subject: [Crestron] 3-series out of bounds array references FYI...
Here's a lowdown on a great "feature" in case anyone trips across
it
before you spend too much time tearing your hair out.
In the 2-series, if you have an array and attempt to access an
element
beyond what it's declared for, you get a zero result and (I
believe) an
error in the log. (A slap on the wrists, and obviously not the
results
you're expecting)
In the 3-series, however - the remainder of the code following the
line
the error is on is THROWN OUT like last week's rancid leftovers.
You get an
error in your log, sure - but anything that relied on the block of
code
completing ain't gonna get satisfied. (Y'know, like, turning off
the
semaphore on a parsing routine)
So make sure you do range checking before accessing arrays on the
3s... :(
- Chip
------------------------------------
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
[Non-text portions of this message have been removed]
[Non-text portions of this message have been removed]
|
Core3 Graphics help please
I don't have any real time to mess around and just want to use a couple button types from my non core3 projects. Two questions.
Is the only way to 'quickly' do this using modes for every graphic 'button', or, is there a way to make the button size snap to the custom graphic on an advanced button rather than the graphic conforming to the button size itself?
|
I don't get any message close to that. I actually can't get a message out of the processor as to why the HW Watchdog fails. The most consistent message I see in my PLOGs before the reboot occurs is:
Warning: LogicEngine.exe [App 1] # 13:20:28 8-13-2013 # RuntimeState - Sysdog did not wake us up for 30 seconds
Warning: nk.exe # 13:20:41 8-13-2013 # WDG: SimplSharpPro.exe(1) Watchdog Fault - Notifying Application Warning: nk.exe # 13:20:41 8-13-2013 # WDG: LogicEngine(0) Watchdog Fault - Notifying Application Warning: nk.exe # 13:20:41 8-13-2013 # WDG: RouterTransportProcess(1) Watchdog Fault - Notifying Application
The NVRAMREBOOT entry says:
07:38:37 8-16-2013 HW Watchdog timeout
Very informative :)
I'm getting a reboot every 13-16 hours. I'm going to call TB later today and try to have this escalated but I'm curious if anyone has any other ideas.
Thanks, -Nathan
toggle quoted message
Show quoted text
On Fri, Aug 16, 2013 at 8:51 AM, Witmarquzot Dyrjuv <witmarquzotix@... wrote: What is the message? close to this?
REBOOT: 00:00:00 00-00-00 QM-RMC v4.003.0015 4355, HW Watchdog, Task=TIMER, RAM=21740560, PC=806ad250, Stk=80571adc,805714cc,80500c8e,806b1e36,806acfc0,806af42e,806a6cc4,806a683a,806abdda,806a133c,0,
--- In Crestron@..., "Pleasant Bud" <mbuddycoughlin2002@...> wrote:
I'm using , I believe four serial devices. I have four programs running. It seems to reboot ABOUT every 25 - 27 hours.
--- In Crestron@..., Phil Bridges <gravityhammer@> wrote:
I've been having it on a CP3N. I know there are some serial control modules that can cause this on the 3-series, but I'm not using any
serial
control in this situation.
What do your PLogs say?
On Fri, Aug 16, 2013 at 10:04 AM, Pleasant Bud <mbuddycoughlin2002@
wrote: **
I guess the subject line sums it up. I can't find anything in the program
that says "Reboot" and nothing external in killing power. Last reboot message "HW Watchdog Timeout". I've been in touch with
TB on
this but no answers yet. Anyone else experiencing this sort of behavior?
------------------------------------
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: DirecTV H25 via the external Remote port
So sorry...I read the manual and this input seems to be for some RF external adapter for RF remotes, so...flasher it is.
toggle quoted message
Show quoted text
--- In Crestron@..., "antosanmar" <asandoval@...> wrote: Hi Dave!
Well, I've done some preliminary tests and it doesn't seems to work, I tested the IR signals with a flasher and everything works ok, but not with the TRS plug. Tomorrow I'll try rewiring of the TRS plug to see if that helps.
Antonio
--- In Crestron@..., "innoventgroup" <innoventgroup@> wrote:
Has anyone controlled the DirecTV H25 via the external Remote port?
Thanks, DAVE
|
Re: Can't import RSDs anymore?
I?m using thunderbird to post. Correcting the post via web.
Did someone found a solution for it? I?m doing my first D3 Project and I can export the RSD but when try to import it in an EISC it doesn?t allow me to select this option. Main Processor is a CP2E Light Processor is a MC2E. Lots of iLux, dimmers, keypads and switches.
Signed, Rafael Costa
toggle quoted message
Show quoted text
--- In Crestron@..., Rafael Costa <rafaelg.costa@...> wrote: Did someone found a solution for it? I??m doing my first D3 Project and I can export the RSD but when try to import it in an EISC it doesn??t allow me to select this option. Main Processor is a CP2E Light Processor is a MC2E. Lots of iLux, dimmers, keypads and switches.
Signed, Rafael Costa
Em 04/06/2013 17:59, Tres escreveu:
phil, jay?€? :) it is not working for me?€? so two out of three not working :)?€? this is weird
From: Crestron@... <mailto:Crestron%40yahoogroups.com> [mailto:Crestron@... <mailto:Crestron%40yahoogroups.com>] On Behalf Of Jay Basen Sent: Tuesday, June 04, 2013 4:50 PM To: Crestron@... <mailto:Crestron%40yahoogroups.com> Subject: Re: [Crestron] Can't import RSDs anymore?
Phil
It is working fine for me .
Jay
----- Original Message -----
From: "Phil Bridges" <gravityhammer@... <mailto:gravityhammer%40gmail.com> <mailto:gravityhammer%40gmail.com> > To: Crestron@... <mailto:Crestron%40yahoogroups.com> <mailto:Crestron%40yahoogroups.com> Sent: Tuesday, June 4, 2013 1:23:02 PM Subject: [Crestron] Can't import RSDs anymore?
Is anyone here running recent SIMPL Windows able to import RSDs? I can export, but not import. Exporting doesn't really do any good unless you can bring that back in.
[Non-text portions of this message have been removed]
_____
No virus found in this message. Checked by AVG - www.avg.com Version: 2013.0.3343 / Virus Database: 3184/6369 - Release Date: 05/30/13
[Non-text portions of this message have been removed]
[Non-text portions of this message have been removed]
|
Re: How would you parse this data?
Is the protocol available publically? If yes, post to files section of Group and let us know. I can help with this and sure that others may join in as we collectively love a challenge :) Tray From: jonathan_bbi Sent: Friday, August 16, 2013 12:08 PM To: Crestron@... Subject: [Crestron] Re: How would you parse this data? It's a Lab Gruppen NLB-60E, there is a module on Crestron's site, but it's not even close to working correctly. The only thing I can think of is that the latest firmware drastically changed the command format, otherwise, the programmer was so high he couldn't comprehend anything. :)
I have 12 amps I need to monitor, so yeah, it's fun. :).
I'm in precisely the same boat. The crestron module on the lab gruppen website and the crestron website has very little in common with the current protocol for the device. Lab gruppen tech support is spectacularly unhelpful. If you managed to cobble together a module for this, any chance you could post it in the modules section to save me a day of parsing hell? Thanks!
|
Re: 1080p h.264 preview on TSW-1050
One of these may work for you. I looked at some of their APIs at infocomm, should do it???
toggle quoted message
Show quoted text
-----Original Message----- From: "Neil Dorin" <neildorin@...> Sent: ?8/?16/?2013 11:40 AM To: "crestron" <Crestron@...> Subject: Re: [Crestron] 1080p h.264 preview on TSW-1050 FYI I tested this using the RTSP streaming output of a CAPTURE-HD-PRO set to 720p60 sending to an embedded video window on a TSW-1050 and it works flawlessly. Great quality too. On Fri, Aug 16, 2013 at 9:01 AM, Neil Dorin <neildorin@...> wrote: Yeah, client doesn't want to wait a few months. The primary sources for preview are just Vaddio HD cameras so no HDCP.
On Fri, Aug 16, 2013 at 8:28 AM, Paul Cunningham <paul.cunningham@...
wrote: **
As long as none of the preview sources are HDCP-encrypted and you can wait for a few months, you might be able to use Crestron's forthcoming DMCO-7 output card; they're supposed to have all the info at CEDIA
-----Original Message----- From: Crestron@... [mailto:Crestron@...] On Behalf Of Neil Dorin Sent: Thursday, August 15, 2013 10:01 PM To: Crestron@... Subject: [Crestron] 1080p h.264 preview on TSW-1050
Anyone tried this yet? What encoders work?
I'm going to try it tomorrow with the RSTP stream off a capture HD just to see if it works but I have a client that needs 3 HDMI outputs off a DM-MD32x32 encoded to use as previews on TSW-1050s and an MJPEG on the new Crestron iPad app.
Sent from my iPhone
------------------------------------
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
[Non-text portions of this message have been removed] ------------------------------------ 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 [Non-text portions of this message have been removed]
|
Re: Can't import RSDs anymore?
Did someone found a solution for it? I?m doing my first D3 Project and I can export the RSD but when try to import it in an EISC it doesn?t allow me to select this option. Main Processor is a CP2E Light Processor is a MC2E. Lots of iLux, dimmers, keypads and switches. Signed, Rafael Costa Em 04/06/2013 17:59, Tres escreveu: phil, jay¡ :) it is not working for me¡ so two out of three not working :)¡ this is weird
From: Crestron@... <mailto:Crestron%40yahoogroups.com> [mailto:Crestron@... <mailto:Crestron%40yahoogroups.com>] On Behalf Of Jay Basen Sent: Tuesday, June 04, 2013 4:50 PM To: Crestron@... <mailto:Crestron%40yahoogroups.com> Subject: Re: [Crestron] Can't import RSDs anymore?
Phil
It is working fine for me .
Jay
----- Original Message -----
From: "Phil Bridges" <gravityhammer@... <mailto:gravityhammer%40gmail.com> <mailto:gravityhammer%40gmail.com> > To: Crestron@... <mailto:Crestron%40yahoogroups.com> <mailto:Crestron%40yahoogroups.com> Sent: Tuesday, June 4, 2013 1:23:02 PM Subject: [Crestron] Can't import RSDs anymore?
Is anyone here running recent SIMPL Windows able to import RSDs? I can export, but not import. Exporting doesn't really do any good unless you can bring that back in.
_____
No virus found in this message. Checked by AVG - www.avg.com Version: 2013.0.3343 / Virus Database: 3184/6369 - Release Date: 05/30/13
[Non-text portions of this message have been removed]
[Non-text portions of this message have been removed]
|
Re: How would you parse this data?
It's a Lab Gruppen NLB-60E, there is a module on Crestron's site, but it's not even close to working correctly. The only thing I can think of is that the latest firmware drastically changed the command format, otherwise, the programmer was so high he couldn't comprehend anything. :)
I have 12 amps I need to monitor, so yeah, it's fun. :).
I'm in precisely the same boat. The crestron module on the lab gruppen website and the crestron website has very little in common with the current protocol for the device. Lab gruppen tech support is spectacularly unhelpful. If you managed to cobble together a module for this, any chance you could post it in the modules section to save me a day of parsing hell? Thanks!
|
Anyone else getting these recently? Sometimes it's so bad that after it happens the first time, I relaunch Simpl and then open my program, and the very first thing I do causes another immediate crash...time to reboot. Sigh...
OP
|
Hi,
I'm trying to follow a very simple tutorial to send out a GET http request. This is the tutorial in question:
I've been following the tutorial word for word but I am not having success. Believe it or not I've spent many hours trying different things to no avail. I was hoping someone might be able to shed some light.
Below is a screenshot of how I set it up in simpl windows, and then what I see in the debugger when I try pulsing http_go. I can never see anything come in on http_rx.
As per the tutorial I verified that when I execute 'testdns google.com' in the text console I do get a proper IP address back.
Any help is appreciated!
Thanks!
|
What is the message? close to this?
REBOOT: 00:00:00 00-00-00 QM-RMC v4.003.0015 4355, HW Watchdog, Task=TIMER, RAM=21740560, PC=806ad250, Stk=80571adc,805714cc,80500c8e,806b1e36,806acfc0,806af42e,806a6cc4,806a683a,806abdda,806a133c,0,
toggle quoted message
Show quoted text
--- In Crestron@..., "Pleasant Bud" <mbuddycoughlin2002@...> wrote: I'm using , I believe four serial devices. I have four programs running. It seems to reboot ABOUT every 25 - 27 hours.
--- In Crestron@..., Phil Bridges <gravityhammer@> wrote:
I've been having it on a CP3N. I know there are some serial control modules that can cause this on the 3-series, but I'm not using any serial control in this situation.
What do your PLogs say?
On Fri, Aug 16, 2013 at 10:04 AM, Pleasant Bud <mbuddycoughlin2002@
wrote: **
I guess the subject line sums it up. I can't find anything in the program that says "Reboot" and nothing external in killing power. Last reboot message "HW Watchdog Timeout". I've been in touch with TB on this but no answers yet. Anyone else experiencing this sort of behavior?
|
Re: 1080p h.264 preview on TSW-1050
FYI
I tested this using the RTSP streaming output of a CAPTURE-HD-PRO set to 720p60 sending to an embedded video window on a TSW-1050 and it works flawlessly. Great quality too.
toggle quoted message
Show quoted text
On Fri, Aug 16, 2013 at 9:01 AM, Neil Dorin <neildorin@...> wrote: Yeah, client doesn't want to wait a few months. The primary sources for preview are just Vaddio HD cameras so no HDCP.
On Fri, Aug 16, 2013 at 8:28 AM, Paul Cunningham <paul.cunningham@...
wrote: **
As long as none of the preview sources are HDCP-encrypted and you can wait for a few months, you might be able to use Crestron's forthcoming DMCO-7 output card; they're supposed to have all the info at CEDIA
-----Original Message----- From: Crestron@... [mailto:Crestron@...] On Behalf Of Neil Dorin Sent: Thursday, August 15, 2013 10:01 PM To: Crestron@... Subject: [Crestron] 1080p h.264 preview on TSW-1050
Anyone tried this yet? What encoders work?
I'm going to try it tomorrow with the RSTP stream off a capture HD just to see if it works but I have a client that needs 3 HDMI outputs off a DM-MD32x32 encoded to use as previews on TSW-1050s and an MJPEG on the new Crestron iPad app.
Sent from my iPhone
------------------------------------
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
|
Bueller? Anyone?
I'm looking at the protocol manual and the example commands don't resemble what the HD5K module is sending out. Somebody has to know which module I should be using....
toggle quoted message
Show quoted text
--- In Crestron@..., Neil Dorin <neildorin@...> wrote: So the HD5K I2P module powers the projector on an off but I'm getting error responses to most of the queries from the module:
(00000 00000 ERR00101 "LPH: Control Not Found") (00000 00000 PWR!010 "Cooling down")
The module is obviously close. Can anyone point me in the direction of a better suited module for a Christie HD6KM? Onsite and not much time to go digging for myself today.
On Thu, Aug 15, 2013 at 8:58 PM, Neil Dorin <neildorin@...> wrote:
Does anyone know what module might work for an HD6K. I downloaded the HD5k module from the I2P site today but the techs haven run the rs232 from the DM-RMC-SCALER-C yet so I haven't been able to try it.
Don't come across many Christie's lately and I know often a Sanyo it hitachi module will work.
Just seeing if anyone has any tips to save me some time tomorrow.
Sent from my iPhone [Non-text portions of this message have been removed]
|
There a lot of nice options with all of these. I especially like the separate case just for your sunglasses. I actually scratched a really nice pair of mine a couple years ago which kinda sucked. I think they were 290 that I got for only 150 (Maui Jims Sandbar in black) I did work for a Vision client and hooked me up 8 yrs ago. Sadly they are now at the bottom of the ocean. Gigantic wave took them last week. Ugh! I am now thinking a new backpack for this option to keep the new pair from getting scratched.
cyberbri
toggle quoted message
Show quoted text
--- In Crestron@..., Jesus Tossas <audioandnetartist@...> wrote: Am using this for about 5 years
Jesus Tossas
787-329-3944
Audio Engineer | Crestron Programer
[Non-text portions of this message have been removed]
|
I'm using , I believe four serial devices. I have four programs running. It seems to reboot ABOUT every 25 - 27 hours.
toggle quoted message
Show quoted text
--- In Crestron@..., Phil Bridges <gravityhammer@...> wrote: I've been having it on a CP3N. I know there are some serial control modules that can cause this on the 3-series, but I'm not using any serial control in this situation.
What do your PLogs say?
On Fri, Aug 16, 2013 at 10:04 AM, Pleasant Bud <mbuddycoughlin2002@...
wrote: **
I guess the subject line sums it up. I can't find anything in the program that says "Reboot" and nothing external in killing power. Last reboot message "HW Watchdog Timeout". I've been in touch with TB on this but no answers yet. Anyone else experiencing this sort of behavior?
|
Re: Core3 Media Object performance?
spent an hour on the phone with Crestron deleted all logic except the SWAMP & CEN-Track & my XPanel works fine! now i have to determine if it's just the size of the program or some logic...
mark
toggle quoted message
Show quoted text
--- In Crestron@..., "Mark" <markrkaye@...> wrote: i have a large system w/30 tp's (750, 1050 & tst-600) that i am just commissioning i am not impressed with the media object performance when i pick a tuner i.e. am/fm/xm/audionet it takes 15-20 sec to get screen control (audio plays immediately) sometimes i get the 'no communication' box is this normal?
i have an AV3 with a large main program & a large lighting & shades program (pac2 does the actual control) it takes 10 min after a reboot to get reasonable control again i had all the devices on the house LAN (sonicwall & hp switches, so not your ordinary stuff) i moved all the Crestron devices to the control subnet yesterday and things appear worse? wondering if i have a bad LAN cable causing extra traffic? i am testing with an XPanel of a 750 on the LAN side
mark
|