¿ªÔÆÌåÓý

ctrl + shift + ? for shortcuts
© 2025 Groups.io
Date

Re: Help to get new 2 series firmware released

 

6 months is a long time in QE for a single issue dealing with an Ethernet
driver.

On Fri, Aug 16, 2013 at 12:32 PM, crestronpro <crestronpro@...> wrote:

I doubt its a case of not being important enough.
It is more likely that there are higher priorities being pushed through the
QC department.


On Wed, Aug 14, 2013 at 11:08 AM, Witmarquzot Dyrjuv <
witmarquzotix@...> wrote:

**


Crestron is currently sitting on a firmware update that solves the
ethernet socket problems that causes restarts. Unfortunately they have
not
deemed it important enough to release to the public. I have a copy of it
after making a stink to get the problem fixed. This stabilizes the
ethernet
on all 2 series processors, allowing it to be used as intended.

Ask your rep for FW: 4.0007.0022+, 4.0007.0022 is the first firmware with
the known fix implemented. Normally I would not resort to this, but as it
will help many of the ethernet control problems, i figure you all should
have a chance to try it.







------------------------------------




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: 3-series out of bounds array references FYI...

 

Many of the items that get logged were relegated to the SHOWEXTRA on the
2-Series.

There are switches to filter what you want to see back, but my fingers
never remember that when I am looking at the log. Time for some new muscle
memory.


On Fri, Aug 16, 2013 at 12:38 PM, Chip <cfm@...> wrote:

**



Yeah - a program slot specific switch for ERR (Like, "ERR -P:3") would be
nice to filter out the stuff you don't care about. I have to remember to
put that one in through TBTS. :)

- Chip


--- In Crestron@..., crestronpro <crestronpro@...> wrote:

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]





[Non-text portions of this message have been removed]


Re: Help with a tutorial

 

Thanks Jeremy,

I changed connect_http to http_connect and I have success.
Really appreciate your help.

--- In Crestron@..., Jeremy Weatherford <jweather@...> wrote:

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.


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: PRO3 Random reboot

 

Not really, there are very few issues that cause that reboot, one of them is heavy ethenet traffic. The telling part is the reboot with no time code and a timer error. That point to something internal.

--- In Crestron@..., "RobK" <fooguy89@...> wrote:

He said PRO3. You're pointing at a 2 series processor reboot.

Apples/Oranges.

--- In Crestron@..., "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]


Re: 3-series out of bounds array references FYI...

Chip
 

Yeah - a program slot specific switch for ERR (Like, "ERR -P:3") would be nice to filter out the stuff you don't care about. I have to remember to put that one in through TBTS. :)

- Chip

--- In Crestron@..., crestronpro <crestronpro@...> wrote:

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]


Re: PRO3 Random reboot

 

It didn't? Hmmm. I thought it did :)

--- In Crestron@..., Nathan Hesson <nhesson@...> wrote:

Thank you Foo. I found the thread and have read through it. Doesn't look
encouraging but glad to know I'm not the only one.


On Fri, Aug 16, 2013 at 11:04 AM, RobK <fooguy89@...> wrote:

He said PRO3. You're pointing at a 2 series processor reboot.

Apples/Oranges.

--- In Crestron@..., "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






Re: Help to get new 2 series firmware released

 

I doubt its a case of not being important enough.
It is more likely that there are higher priorities being pushed through the
QC department.


On Wed, Aug 14, 2013 at 11:08 AM, Witmarquzot Dyrjuv <
witmarquzotix@...> wrote:

**


Crestron is currently sitting on a firmware update that solves the
ethernet socket problems that causes restarts. Unfortunately they have not
deemed it important enough to release to the public. I have a copy of it
after making a stink to get the problem fixed. This stabilizes the ethernet
on all 2 series processors, allowing it to be used as intended.

Ask your rep for FW: 4.0007.0022+, 4.0007.0022 is the first firmware with
the known fix implemented. Normally I would not resort to this, but as it
will help many of the ethernet control problems, i figure you all should
have a chance to try it.



[Non-text portions of this message have been removed]


Re: Core3 Graphics help please

 

Figured it out, kind of a real pain to get it setup, hopefully they don't want to change fonts. :-)

--- In Crestron@..., "mattrasmussen1969" <mjrtoo@...> wrote:

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?


Re: PRO3 Random reboot

 

Message is simply <Time> <Date> HW Watchdog timeout

I also get a lot of this in the log:
Notice: CrestronListUIApp.exe # 20:15:21 8-15-2013 # CListUIClient::ConnectToServer Trying to connect to server socket: 205

Error: CrestronListUIApp.exe # 20:15:22 8-15-2013 # Failed to connect to server: 10061

Socket server increments two every time, same error message back.
I don't find what this refers to. All my IP tables are straight, everything shows online properly (when connected, such as iPads, music server).
I have a total of 38 Ethernet symbols. )(EISC, iPad, MMS-2, Lutron)
Again, I've been sending the logs to TB, no final answer back yet.

--- In Crestron@..., "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]


Re: PRO3 Random reboot

 

Thank you Foo. I found the thread and have read through it. Doesn't look
encouraging but glad to know I'm not the only one.

On Fri, Aug 16, 2013 at 11:04 AM, RobK <fooguy89@...> wrote:

He said PRO3. You're pointing at a 2 series processor reboot.

Apples/Oranges.

--- In Crestron@..., "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: PRO3 Random reboot

 

Nathan, you should go onto the labs. In the 3 series forum there's a big thread about this. They did find issues, but I don't remember if it's released on labs yet. It would behoove you to read it.

--- 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: PRO3 Random reboot

 

He said PRO3. You're pointing at a 2 series processor reboot.

Apples/Oranges.

--- In Crestron@..., "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?





Re: Crestron for iPad

 

Your customer with the home can have it for free, just as the boardroom customer can. You just have to limit them the same amount.

I fail to see why the complaint, honestly. You want a lot of functionality, you have to be willing to pay for it. So your customer has tons of hardware. Should you just get things for nothing? The new app is totally different than the old one; to me that doesn't mean people should just be grandfathered in to getting the new one for nothing.

--- In Crestron@..., "rogiervs" <rogier@...> wrote:

And that's they weird part from my point of view; my customer with a house full of DIN's, Infinet keypads, TSW's and Crestron motion sensors must pay for the iPad app, and my other customer with just one MC3 in the boardroom gets it for free. Like I said, reversed incentive...

--- In Crestron@..., "Kris" <kris.k@> wrote:

You only have to pay if you want larger projects. They do offer a free version.

--- In Crestron@..., "RobK" <fooguy89@> wrote:

I don't really understand. How have they paid for iPad functionality in their system already?

--- In Crestron@..., "rogiervs" <rogier@> wrote:

That's not true, these 30 iPads will not be on the same Apple ID. I don't mind my customers paying $99 for the iPad app, but think that customers that have paid for iPad functionality in their system should not have to pay twice. The explanation is techy, communication to customers should always be solution driven imo.

--- In Crestron@..., "amdtech2000" <jack.kolesar@> wrote:

For $99? Hell if they have 1 iPad it is $99. If they have 30 iPads, it is $99. Sounds like a non-issue. You have a multiple factor of that invested in redesigning the panels.

Could be worse. AMX is over $700 PER DEVICE because they use a licensing system and the customer doesn't buy the app (it's free). They buy a license from YOU. That is a lot tougher to explain but is still WAY cheaper than buying an AMX/Crestron touch panel.

Jack

--- In Crestron@..., "rogiervs" <rogier@> wrote:

Hey guys, am I the only one who finds it hard to explain to my customers who bought the Mobile Pro app recently that if they want to upgrade their experience they need to purchase the upgrade for another $99?


Re: Pentair Screenlogic

 

I do know that the interface is a serial brick and that the software was deveolped by a company called Homelogic that is now owned by Elan. I have a current Elan system controlling a pool through that serial brick via ip on port 10001. When I tryed to watch watch what commands were being sent, it locked up and had to be reset.

I too am looking for a way to interface with this device from an mc3. Anyone else had any luck with this?

--- In Crestron@..., "Brylliantworks" <bryn@...> wrote:

Has anyone attempted to control the Pentair Intellitouch or Easytouch using the Screenlogic Protocol Adapter? Pretty sure this is a long shot and there's no drivers or documented commands, but it does apparently offer a ethernet to Pentair bus interface.


Re: Help with a tutorial

 

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.

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

--- 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


Re: PRO3 Random reboot

 

Ethernet heavy? IE lots of Ethernet devices and lots of inter processor send between programs?

--- 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?


Re: PRO3 Random reboot

 

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?







------------------------------------




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