Keyboard Shortcuts
ctrl + shift + ? :
Show all keyboard shortcuts
ctrl + g :
Navigate to a group
ctrl + shift + f :
Find
ctrl + / :
Quick actions
esc to dismiss
Likes
- Crestron
- Messages
Search
Re: My AV2 reboots randomly
Kool-Aid Drinker
And if you have flash card inserted
CFLOGERR ON On Mon, 10 Jun 2013 12:58:19 -0000, "matt_rasmussen_2000" <mjrtoo@...> wrote: NVRAMREBOOT ON |
Re: Prowl for Crestron 3 Series is posted!
Eric Williams
Without vs 2008 it doesn't look like you can install the simpl# library. Does this also mean that you can't properly compile a module with simpl# code
toggle quoted message
Show quoted text
-----Original Message-----
From: "Jeremy Weatherford" <jweather@...> Sent: ?6/?10/?2013 8:36 AM To: "Crestron" <Crestron@...> Subject: Re: [Crestron] Re: Prowl for Crestron 3 Series is posted! SIMPL# only interacts with SIMPL+ as currently designed. I was told this is because the SIMPL/SIMPL+ bridge is well tested and they didn't want to disturb it or add more complexity there. SIMPL# Pro will support running C# code on one entire program slot without SIMPL, which is the biggest reason for multiple program slots that I've seen so far. On Fri, Jun 7, 2013 at 2:59 PM, jac777888 <jchelton@...> wrote: Thanks as well. Is that how SIMPL# works, it allows you to create a-- Jeremy Weatherford [Non-text portions of this message have been removed] |
Re: My AV2 reboots randomly
NVRAMREBOOT ON
toggle quoted message
Show quoted text
--- In Crestron@..., "morettigiorgio76" <morettigiorgio@...> wrote:
|
Re: Another samsung ex-link question
FYI, we ran across a TV last week (UN46ES7500F) that would only respond to
toggle quoted message
Show quoted text
"off" commands from a 1-way 232 port, not from a full COM port. Maybe EX-Link expects TTL levels and gets overdriven by standard 232? No idea, this is the first time I've seen this, but then we usually have these on 1-way 232 ports anyway... On Sun, Jun 9, 2013 at 7:09 PM, ChrisK <chris@...> wrote:
I've been using ex-link with Samsung since the 'A' series and only had --
Jeremy Weatherford |
Re: Prowl for Crestron 3 Series is posted!
SIMPL# only interacts with SIMPL+ as currently designed. I was told this
toggle quoted message
Show quoted text
is because the SIMPL/SIMPL+ bridge is well tested and they didn't want to disturb it or add more complexity there. SIMPL# Pro will support running C# code on one entire program slot without SIMPL, which is the biggest reason for multiple program slots that I've seen so far. On Fri, Jun 7, 2013 at 2:59 PM, jac777888 <jchelton@...> wrote:
Thanks as well. Is that how SIMPL# works, it allows you to create a --
Jeremy Weatherford |
Re: Crestron Simpl# and VS2008
2008 and 2010 will live side by side peacefully. It does need to be the
toggle quoted message
Show quoted text
Professional version of VS2008, which is available through an MSDN subscription. This requirement is because Microsoft does not support the Compact Framework in 2010 for unknown reasons. ".NET Compact Framework application development is supported in Visual Studio 2008, but not in Visual Studio 2010." from (v=vs.100).aspx It's possible Microsoft will release a new version of VS with support for CF, but it seems likely that it will not be part of the Express/free versions. On Mon, Jun 10, 2013 at 4:35 AM, Etienne <etienne@...>wrote:
I've started using VS2010 express for basic programming. Do I need to --
Jeremy Weatherford |
Re: Hd-ext-1c question
IR in at the TX, out at the RX. Should work with 1-way 232, but most likely will not work in the reverse direction. I don't see any limitations on using 232 and IR at the same time. On Sun, Jun 9, 2013 at 9:14 AM, Raph Paf <raphaelthiffault@...> wrote:
-- Jeremy Weatherford [Non-text portions of this message have been removed] |
Re: WeatherBug
Aahh good old F1 - should have checked there first!
toggle quoted message
Show quoted text
Cheers --- In Crestron@..., "Chip" <cfm@...> wrote:
|
Re: Circular D-pad? Non-Core3
Eric Williams
I use an animation with the (6) states. I overlay the 5 transparent buttons onto the animation. Unit an analog value from each button press to drive the animation to the state you want. Then I use a nor from the 5 buttons to drive the animation back to its resting state. Works great and alot easier than lining up buttons.
toggle quoted message
Show quoted text
-----Original Message-----
From: "Nick Mitchell" <nick@...> Sent: ?6/?10/?2013 7:40 AM To: "Crestron@..." <Crestron@...> Subject: Re: [Crestron] Circular D-pad? Non-Core3 That's pretty much how I do it. Circle graphic with rectangle buttons overlaying it. I do each direction and select in the middle. I put a little green or red icon in the middle of each direction to light up as feedback. Kind of simulating an led. Nick Sent from my eMail. On Jun 10, 2013, at 6:22 AM, jmacd2918 <jmacd2918@...> wrote: I'm trying to figure out the best way to use a circular d-pad in a non-core3 system. Think something like what's on a Roku remote: I can build the graphics no problem, it's a matter of layout in Vision Tools. This is being done for both aesthetics and to fit better on the page, so the issue of button overlap is really what I'm trying to overcome, especially since it's a curved graphic (button to the user) in a rectangular button (non-existent from the user point of view). Is there a good way to do this? Use blank buttons or borders to mask areas where there is overlap? Seems like a major kludge, but it should work. I'm hoping I'm just overlooking a better way to do this. Thanks for any input. -Jeff MacDonald AV Coordinator Johnson Graduate School of Management Cornell University [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: Circular D-pad? Non-Core3
That's pretty much how I do it. Circle graphic with rectangle buttons
toggle quoted message
Show quoted text
overlaying it. I do each direction and select in the middle. I put a little green or red icon in the middle of each direction to light up as feedback. Kind of simulating an led. Nick Sent from my eMail. On Jun 10, 2013, at 6:22 AM, jmacd2918 <jmacd2918@...> wrote:
I'm trying to figure out the best way to use a circular d-pad in a non-core3 system. Think something like what's on a Roku remote: I can build the graphics no problem, it's a matter of layout in Vision Tools. This is being done for both aesthetics and to fit better on the page, so the issue of button overlap is really what I'm trying to overcome, especially since it's a curved graphic (button to the user) in a rectangular button (non-existent from the user point of view). Is there a good way to do this? Use blank buttons or borders to mask areas where there is overlap? Seems like a major kludge, but it should work. I'm hoping I'm just overlooking a better way to do this. Thanks for any input. -Jeff MacDonald AV Coordinator Johnson Graduate School of Management Cornell University [Non-text portions of this message have been removed] |
Re: The extended ASCII codes in 3-series
There is a change in character encoding. With a 3-series you can have ASCII and UTF16. If you are using UTF16, you need to put in 2 bytes to represent 1 character.
toggle quoted message
Show quoted text
To make it more 2-series compatible, you can put in the compiler directive: #ENCODING_ASCII Or probably put a \x00 in front of your \xB0 (may be behind the \xB0 as well, as Crestron uses UTF16-Little Endian.) Kind regards, Sebastiaan --- In Crestron@..., "kabza" <kabzaa@...> wrote:
|
Re: LOVE this Crestron Samsung TV APP
We spent a bit of time looking into this for a potential hotel job, and it really wasn't worth it.
toggle quoted message
Show quoted text
Fundamentally it's based around the MLX-3 style UI (i.e. not very configurable) so you can't even brand it for the client. There's no overlay, so you'd have to switch context all the time (which makes it pretty much useless). It staggers me how Crestron even put these things on the table, let alone build them into products in such a half-baked way. Just for fun - you can "trick" the MC3 and load a full Core3 UI project onto it. It doesn't really work (joins don't work, the aspect/rendering is all off)... but it runs Air just fine, so performance isn't the issue as far as we could tell. Crazy... --- In Crestron@..., Heath Volmer <hvolmer@...> wrote:
|
Re: Crestron Simpl# and VS2008
I've started using VS2010 express for basic programming. Do I need to uninstall it to use VS2008? Must it also be the pro version of VS2008?
toggle quoted message
Show quoted text
--- In Crestron@..., "Chip" <cfm@...> wrote:
|
Re: Prowl for Crestron 3 Series is posted!
That's a good question for Andrew, but I think it's flexible and can be used many ways. I think at masters, they said the entire program "could" be done in SIMPL#, but that may have changed...
toggle quoted message
Show quoted text
mb --- In Crestron@..., "jac777888" <jchelton@...> wrote:
|
Streaming Radio Question
joehostyn
I'm trying to figure out a simple fix for what should be a simple problem. I have a client that would like local talk radio in several of their houses that would normally be available on AM radio. At one point it was available on the FM stream from the local cable company, but was killed two years ago when they freed up the bandwidth for other services. I switch to MP3 streams on their Request Media servers.
Sometime over the last 7 months the radio stations seemed to have killed all their MP3 support and now are only Flash. I can get it on Tune-In (a streaming site). It appears my options to stick with request are to trade in the 4.x series servers for something that supports their new OS at a fairly heft expense (3k plus for each server). If I do I can then get at if from Tune-In and not have to reprogram much. I was also thinking about using something like Roku which supports Tune-In, but I'm not sure if I can do it easily. If there are any Roku experts out here, I've installed a Roku box to test, including one of the modules posted here. I can add the tune-in app and create an account plus put the stations in my favourites. What I can see is how I can easily select and play the favorite stations without using the video interface. Is there a way to make each station as simple as a single touch panel button press? Does anyone have a simpler streaming radio solution for these types of stations? Apple TV and airplay may be a possibility but it seems a bit kludgy. Also note, they have no AM reception for the area the stations are in. |
Re: Crestron Simpl# and VS2008
Chip
Correct. There is (are?) some element(s) required by the 3-series flavor of Windows OS that only exists in 2008, if I recall correctly...
toggle quoted message
Show quoted text
- Chip --- In Crestron@..., "Etienne" <etienne@...> wrote:
|
Circular D-pad? Non-Core3
jmacd2918
I'm trying to figure out the best way to use a circular d-pad in a non-core3 system. Think something like what's on a Roku remote:
I can build the graphics no problem, it's a matter of layout in Vision Tools. This is being done for both aesthetics and to fit better on the page, so the issue of button overlap is really what I'm trying to overcome, especially since it's a curved graphic (button to the user) in a rectangular button (non-existent from the user point of view). Is there a good way to do this? Use blank buttons or borders to mask areas where there is overlap? Seems like a major kludge, but it should work. I'm hoping I'm just overlooking a better way to do this. Thanks for any input. -Jeff MacDonald AV Coordinator Johnson Graduate School of Management Cornell University |
Re: Series 3 processors
Chip
Hardest part is making sure you don't mistakenly try using the same com port or IPID between two programs. (With the obvious exception that 127.0.0.2 EISCs *must* share the same IPID if you're trying to pass signals between two programs)
toggle quoted message
Show quoted text
- Chip --- In Crestron@..., "lthew" <leethew@...> wrote:
|
to navigate to use esc to dismiss