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: Programming on an 05 Country Coach RV
who was the original company I may be able to help if it is who I think it is.
toggle quoted message
Show quoted text
--- In Crestron@..., "innoventgroup" <innoventgroup@...> wrote:
|
Re: Simpl Windows Freezes
That's a toolbox bug.
toggle quoted message
Show quoted text
--- In Crestron@..., "jayrice14" <jay@...> wrote:
|
Re: iDevice not accepting Crestron Mobile Pro Project
M_Crestron,
toggle quoted message
Show quoted text
did you ever get this issue solved... I'm now having the same problem. --- In Crestron@..., "m_crestron" <m.j.maritz@...> wrote:
|
Re: String Handling
Chip
That shouldn't be the case. If you watch in debugger, EACH part of the string that matches the parameters you have entered in the SIO will pulse the corresponding output high as the match "passes through". If you have your SIO parameters entered like this:
toggle quoted message
Show quoted text
Status.Stream1 Running Status.Stream2 Running Status.Stream3 Running Status.Stream4 Running Status.Stream5 Running Status.Stream6 Running Status.Stream1 Stopped Status.Stream2 Stopped Status.Stream3 Stopped Status.Stream4 Stopped Status.Stream5 Stopped Status.Stream6 Stopped Then take o1 and o7 (start and stop for stream 1) and run them to an interlock. Take o2 and o8 to another interlock. o3 and 09 to *another* interlock, etc. You would then have 6 interlocks, each one representing the on/off state of each stream. - Chip --- In Crestron@..., "devesh.gupta83" <devesh.gupta83@...> wrote:
|
Re: String Handling
Forgot to put that you need /n as the delimiter for the serial gather or
toggle quoted message
Show quoted text
substring On Wed, Mar 28, 2012 at 1:24 PM, Nathan Hesson <nhesson@...> wrote:
You can run the serial string through either a Serial Gather or a Serial |
Re: String Handling
You can run the serial string through either a Serial Gather or a Serial
toggle quoted message
Show quoted text
Substring symbol before running it into your SIO. This should make each evaluate separately. You'll then need to run the individual outputs through some sort of latch (SR, TOGGLE, ILOCK) for each state for each Stream. Then take the output of the latch and run it to your touchpanel as digital FB or into a new SIO for serial FB. HTH -Nathan On Wed, Mar 28, 2012 at 1:14 PM, devesh.gupta83 <devesh.gupta83@...>wrote:
Hi Neil, |
Re: String Handling
devesh.gupta83
Hi Neil,
toggle quoted message
Show quoted text
It comes in as one big string so if I simple feed it in SIO and try to match the characters such as "Status.Stream1 Runnig" out 1 of sio "Status.Stream2 Runnig" out 2 of sio only the last data out gets high as SIO will only match the last bit of stream which is status.6 Stopped . Hope this clarifies what I am trying to accomplish. --- In Crestron@..., Neil Dorin <neildorin@...> wrote:
|
Re: String Handling
Maybe I'm not understanding the question here, but a simpl SIO with
interlocks would support feedback from these strings. On Wed, Mar 28, 2012 at 1:59 PM, devesh.gupta83 <devesh.gupta83@...>wrote: ** [Non-text portions of this message have been removed] |
String Handling
devesh.gupta83
Hi Guys,
A quick question: I am sending a status command to streaming device which returns the following: EP_RX$ Status.STREAM1 Running\x0D\x0AStatus.STREAM2 Running\x0D\x0ASt EP_RX$ atus.STREAM3 Stopped\x0D\x0AStatus.STREAM4 Running\x0D\x0ASt EP_RX$ atus.6 Stopped\x0D\x0A how each date each EP_RX$ string contains is different every time. How do I parse this to provide TP with true FB? |
Re: Anyone Got Their Hands On The UFO Yet?
Looks to me more like 'triple-duty' if you need to scroll on a source that has separate Channel and Page buttons. You will also need scrolling control buttons. I guess you could use soft buttons 1 and 4 for scroll up and down while 2 and 3 can give source commands. Seems kinda lame to cut your window functions in half (when in the middle of the list) in order to use the Up/Down buttons otherwise. Again, probably asking a little too much of a floating, waterproof remote... :)
toggle quoted message
Show quoted text
--- In Crestron@..., "Chip" <cfm@...> wrote:
|
Re: Locking button active state on iPad
jgreenink16
Don't forget to manage your connections. I like to send my analog value through an analog buffer, so if you reselect the kitchen it doesn't repulse the value. I also wrote a couple connection managers. One I use for equipment that, on an analog change, disconnects all, gets the current analog, then pulses connect. That way you don't have two things connected at once. I have another one that's a little more complicated for rooms to do volume and whatnot. Sometimes you may want to control two rooms at once on a global page so you can select a source in multiple rooms with one press. That module needs to allow for multiple connections, with an option to disconnect all and reselect the default room (like when you leave the global page). I'm sure everyone has a different way of doing it, but that works for me. So in essence, if you select the kitchen, one crosspoint connects to the touchpanel, select cable, another crosspoint connects to the touchpanel.
toggle quoted message
Show quoted text
You'll start to see how you want to manage them after you start playing with them. --- In Crestron@..., "devesh.gupta83" <devesh.gupta83@...> wrote:
|
Re: Pandora on ATC-Card
It's not the cost of the account in question. It's the stations that have already been setup and all of the devices that he has linked to that account. Cars, PC's, Phones, iPads, and now AUDIONET.
toggle quoted message
Show quoted text
I offered the 'second account' option as well as the 'change the username on the existing account' option. Either way will take up time and effort. I think there should be no limit to the username or a larger limit. my $.02 JC --- In Crestron@..., "Kol Johnson" <kol.mstc@...> wrote:
|
Re: Anyone Got Their Hands On The UFO Yet?
Chip
I can almost give them the channel vs. page bit, as most IR remotes/devices do double duty - if I'm on a guide page on my DirecTV box, they do page up/down - if I'm watching a program, they become channel up/down.
toggle quoted message
Show quoted text
The only time that would suck are the few pieces that come out of the box with buttons for *both*... That "MenuBack" sounds like a legit gripe! - Chip --- In Crestron@..., "jayrice14" <jay@...> wrote:
|
Re: Locking button active state on iPad
devesh.gupta83
I wish they had spent more time in explaining how crosspoint works rather than telling us just to follow suit (crestron staff: if you don't do exactly as I am doing then it won't work for you and we don't have time to troubleshoot where you went wrong). Since I work in commercial environment, I don't get an opportunity to use crosspoints at all. I wish I was working in res, it would have forced me to learn this long time ago.
-D |
Programming on an 05 Country Coach RV
innoventgroup
Has anyone out there seen or worked with any programming for an 05 Country Coach RV? To be more exact, has anyone worked with a company called Frogen Enterprizes? I have a project right now trying to update the above referenced RV and, unfortunaly, the origional automation company is no longer alive. I would appreciate any informaion that you might have.
Thanks in advance, DAVE |
Re: Anyone Got Their Hands On The UFO Yet?
Yeah, those awards are a joke.
toggle quoted message
Show quoted text
--- In Crestron@..., Phil Bridges <gravityhammer@...> wrote:
|
Re: New Yahoo News RSS Parser
Thank you for your cooperation!
toggle quoted message
Show quoted text
Signed, Rafael Costa Brazil Em 28/03/2012 09:31, Phillip escreveu:
|
DirecTV Newest Update (Black Interface) IP Control?
I haven't delved into IP control of the HR boxes from DirecTV yet, I have always just gone with the tried and true IR.
It seems we are moving faster and faster towards IP control of all devices and I have been looking at some of the modules you guys have posted (Chip, you da man) and was wondering something. What module on here (or elsewhere) is the go to for you guys for IP control of the new DirecTV interface? Did the newest update a month or so ago jack this module up? Appreciate any pointers fellas. |
to navigate to use esc to dismiss