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: Complaints
" I told him that at the very least they needed to add a cheap RX(model #DMRMC-IP-C, how do you like that?) that passed only Ethernet(I don't know if you can ever call it cheap by using up an actual video output). That way we could control a device with IP or go to a switch on the back side without the IT guys having a freakin' heart attack."
toggle quoted message
Show quoted text
- You can plug any Ethernet device into a DM8G port and it will go into "Ethernet Fall Back Mode" and will behave like a normal LAN port. I havent actually tried it but it is part of the HDBase-T spec. --- In Crestron@..., Steve Robinson <stever101010@...> wrote:
|
Re: My display can beat up your display
Seth Olle
Twin mac book pro with retina at 2880 x 1080 running parallels.
toggle quoted message
Show quoted text
With twin 1920 x 1080 monitors sitting between them. Life is good. And very clear. From: Chip <cfm@...<mailto:cfm@...>> Reply-To: "Crestron@...<mailto:Crestron@...>" <Crestron@...<mailto:Crestron@...>> Date: Thursday, August 15, 2013 12:25 PM To: "Crestron@...<mailto:Crestron@...>" <Crestron@...<mailto:Crestron@...>> Subject: [Crestron] Re: My display can beat up your display My main display is 27", so at native 1920x1080 res, it's nice and comfy for my eyeballs. I'm expecting a new machine imminently, and am considering buying a new display to go with it - it looks like one of the 2560x1080 29" models will be the winner here, as the 2560x1600 models cost more than I want to dish out and may render stuff too small for my tastes. Would LOVE something along the lines of a 32"-ish 2560x1440, but they don't exist. I'm not going to even consider the 27" models that use that resolution. - Chip --- In Crestron@...<mailto:Crestron%40yahoogroups.com>, Neil Dorin <neildorin@...> wrote:
|
Re: ST-IO Alternative
CNX-RY16 cards in a 2 series or C3RY16 cards in a Pro3/AV3+Cage/C3CI card interface?
toggle quoted message
Show quoted text
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 muham41 Sent: Thursday, August 15, 2013 12:39 PM To: Crestron@... Subject: [Crestron] ST-IO Alternative Can anyone recommend an ST-IO alternative. I have 30+ shade motors(LV UP,DN,STOP) that currently have PLC interfaces that are being replaced and integrated into a new crestron system. ------------------------------------ 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: Core 3 "half buttons"
Chip
See - this is why we can't have nice things. :)
toggle quoted message
Show quoted text
- Chip --- In Crestron@..., "Oliver" <oliver@...> wrote:
|
Re: NVS 200 PTZ Control
Chip
Wow - the idea of how wrong that is makes my head hurt. I really want to believe they had a good reason for that, but it's not occurring to me.
toggle quoted message
Show quoted text
- Chip --- In Crestron@..., "jaeger_pdigm" <fasteddy@...> wrote:
|
Re: My display can beat up your display
Chip
My main display is 27", so at native 1920x1080 res, it's nice and comfy for my eyeballs.
toggle quoted message
Show quoted text
I'm expecting a new machine imminently, and am considering buying a new display to go with it - it looks like one of the 2560x1080 29" models will be the winner here, as the 2560x1600 models cost more than I want to dish out and may render stuff too small for my tastes. Would LOVE something along the lines of a 32"-ish 2560x1440, but they don't exist. I'm not going to even consider the 27" models that use that resolution. - Chip --- In Crestron@..., Neil Dorin <neildorin@...> wrote:
|
Core 3 "half buttons"
I was able to make a subpage where the left side of the buttons worked but the right side didn't. I figured out why in the end. If you start with a subpage of a certain width, then later change the width to be more, the touch seems to only respond to the original width size. I had to create a new page of the final desired width and copy all my buttons over to get the touch to work properly right across the subpage. TSW-1050 v1.008.0015.001
OP |
Re: NVS 200 PTZ Control
It's part of the module that gets stuffed into your SIMPL program as soon as you drag a CEN-NVS200 into it. I suspect somebody thought they were being pretty clever...
toggle quoted message
Show quoted text
- Edward --- In Crestron@..., "Chip" <cfm@...> wrote:
|
Re: Newbish serial questions...
Chip
For MSPs - while there are other uses, it is primarily handy if you have a touch panel that ever goes offline in the case of Ethernet, or any wireless panel, or Xpanels. By putting a signal onto an MSP as well as a touch panel definition, you're ensuring that if/when the touch panel comes back online, the last string that was sent to it will be refreshed. (Even if that string was sent while the panel was offline)
toggle quoted message
Show quoted text
Many touch panels include a permanent string size definition in SIMPL Windows now, but since there are also many that *don't*, I wind up using MSPs anyway by default. Now - if you have a touch panel that is awake and online and you believe you're sending text to it and that text doesn't appear - then you have other issues. Time to fire up debugger and really focus on what is going to that serial join... Analog to Serial - this symbol expects you to provide individual *characters* to build a string. If you have an analog signal that can go from 0 to anything larger than 9 and you're trying to display the value on a touch panel - then what you have won't do it. (Not to mention that an analog value in the range 0-9 needs to be transposed to the ASCII chart's equivalent value in order for even a single character to appear as text) Easiest solution here, if you're just trying to display a simple number, is to draw a Digital Gauge object on your page and just supply the analog value to the touch panel. If you absolutely want that value displayed as text via serial join, you need to do a conversion. Quickest way is using S+, where a one-line S+ program can use the S+ function "ITOA" to convert an analog value to ASCII text. There are other approaches, depending on how much time you want to spend on it. For something like projector lamp hours that won't change any more often than once an hour, I'd just go with the S+ approach. (Assuming you can't use the digital gauge for some reason) - Chip --- In Crestron@..., "jmacd2918" <jmacd2918@...> wrote:
|
Re: Newbish serial questions...
Serials are transient by default, as you said, only existing at the moment
toggle quoted message
Show quoted text
they change. If you send one to a touchpanel, it will display it "permanently" until the panel reboots. When it reconnects, if the signal wasn't permanent, there won't be any data to send to the panel until the signal changes again. Connecting it to a Make String Permanent (MSP) marks it as permanent so its value is retained by the program. Note that almost all the touchpanel symbols automatically make all of their serial signals permanent, that's why there's a parameter for string size on the touchpanel symbol itself. One notable exception is the XPanel, along with some older panels you're not likely to run into. MSP also affects signal propagation through crosspoints and ABUFs in the same way: a changed signal always propagates. After changing, though, if a crosspoint gets connected or an ABUF enabled, the signal can only propagate if it's marked permanent. Analog to Serial builds a string up from individual bytes and static string parts. If you wanted to use it, you would need 4 or so analog inputs, each between 0x30 and 0x39 to indicate an ASCII digit. The simplest way to show lamp hours on the TP is to just leave the value as an analog and use an Analog Gauge on the touchpanel to display it. If you really want it as serial text for some reason, you can use DIVMOD, ASCALEL, and ATOS as described above to build up a string, or build a tiny SIMPL+ module to use ITOA() or MAKESTRING() to do it for you. Be sure to read the help files on the symbols (like Analog to Serial) as the behavior is not always what you would expect. The help files may be confusing, but they are accurate and sometimes contain useful examples. On Thu, Aug 15, 2013 at 11:21 AM, jmacd2918 <jmacd2918@...> wrote:
I'm having issues/questions with a few serial items in a current project, --
Jeremy Weatherford |
Re: Newbish serial questions...
jmacd2918
Ok, changed the trigger and now I get something. I think I just need to find the right format because a value of 1076d comes up as either 3 or 4 on 0d and 256d. Back to the help file
toggle quoted message
Show quoted text
--- In Crestron@..., "jmacd2918" <jmacd2918@...> wrote:
|
Re: Comparing VTPro projects
Wow Chip, you're easily satisfied.
I'm disappointed with my 1920x1080 17" laptop and 1920x1200 24" monitor and am looking for a 2560x1600 30" for a decent price ... I'm doing TSW-1050s as we speak and I can barely see all my tools at 1920x1080 :( On 2013-08-15, at 7:53 AM, "Chip" <cfm@...> wrote:
[Non-text portions of this message have been removed] |
Re: NVS 200 PTZ Control
Chip
Wow - and that's an I2P module that does that????
toggle quoted message
Show quoted text
- Chip --- In Crestron@..., "jaeger_pdigm" <fasteddy@...> wrote:
|
Newbish serial questions...
jmacd2918
I'm having issues/questions with a few serial items in a current project, my first "big" one.
First one, "make string permanent". Can someone give me a better explanation than what is on Crestron tutorials? Where would one use this? I'm mainly concerned with feedback making it to the touch panel/xpanel, some serial feedback seems to make it, some doesn't. Could the transient nature of serial be the culprit? Should I, as a matter of practice, make all serial feedback to the touch panel permanent? Second one, analog to serial. I've never used this symbol before, so I'm not sure if I'm doing this correct. I'm trying to convert analog projector lamp hours to serial because I'm hoping to display indirect text and use a digital signal to change indicator color when lamp hours reach a certain threshold (that part works). What doesn't work is the analog to serial conversion. Here is what I have: <trig>1 <ain1>my lamp hours analog (this same signal is working elsewhere) <out$> out to touchpanel (I've tried it with and without msp) <format>256d <string1>blank (also tried ") When I look at the $out signal in debugger, all I get is \x00. I'm thinking maybe I need a different format or trigger?? Any ideas? Sorry if I'm missing something simpl here (lame pun intended). Thanks -Jeff |
Re: Complaints
John,
toggle quoted message
Show quoted text
I think all of us understand that this will be a long process. The major frustrations seem to come out of miscommunications with marketing -- for instance, you just said "Studio [is] probably not of any interest to this group". Yet only a few months ago, CTI changed all their classes to be Studio only, completely dumping the "old stuff", and marketing is heavily pushing use of Studio saying how much development time it's going to save. Fortunately CTI went back to the "old stuff" classes AFAIK, but the point remains that the message from Crestron is very thoroughly mixed. I'm not ready to jump onboard with Core3 graphics at this point. I've heard all the arguments pro and con, and it looks a little too bleeding edge for what we're doing right now. That's fine with me. We stay a few firmware revisions behind what Crestron considers "stable" as well. I'd rather deal with known "known issues" than unknown "known issues". What's not fine with me is Crestron discontinuing "Core2" panels and pushing everything to be Core3 only. You have something that works, you need to keep supporting it (both in engineering AND with marketing AND tech support) until there's a viable replacement for it. Beta-testing stuff is great, and it needs to happen, but not involuntarily. On Thu, Aug 15, 2013 at 7:57 AM, John Pavlik <jpavlik@...> wrote:
Sounds like I'd better show up at Master's class this year - because none --
Jeremy Weatherford |
Re: NVS 200 PTZ Control
Hi Artur,
toggle quoted message
Show quoted text
We tried using NVS-200 RS-485 for camera control a few months back, and ended up ditching that idea and connecting the cameras straight to control processors. First of all, you'll find that the IP table entry will always show up as 'offline', even when the communications are alive and well. This is due to the way the Crestron module communicates with the NVS-200; it uses simpl+ direct sockets rather than traditional CIP. The IP table entry is not used to establish a CIP connection, but is simply parsed by the simpl+ module to determine the IP address of the NVS. It's an odd use of the IP table to be sure. The real show stopper for us was that the communication with the NVS-200 simply wasn't reliable. It kept disconnecting at random intervals (and for long periods of time), and we'd get piles of "array out of bounds" errors on the processor. This was on a 3-series processor, so Chip's recent revelation about what happens with out-of-bounds errors on 3-series processors might explain some of the problems. Ultimately, just hooking the camera up to the control processor was the right answer for us. - Edward --- In Crestron@..., Artur Zabludovsky <artur.triton@...> wrote:
|
Re: Complaints
Chip
Really nicely put, John - thanks! And yes, seeing you at masters would be great!
--- In Crestron@..., John Pavlik <jpavlik@...> wrote: - I lost track of who updated the splash screens in the software but I thought that was classic. I still think mine would have been the best, though it never got past the "conceptual" phase. :) KAD's were awesome... "Y U No Go Away?!?" - Chip |
Re: Comparing VTPro projects
Chip
I'm not hurting for real estate - main display is a nice 1920x1080 unit, and I have a 1680x1050 to plug in and extend to when I need it. (And yes, I've had VTPro stretched across both a few times)
toggle quoted message
Show quoted text
Unfortunately the problem has nothing to do with available screen space... - Chip --- In Crestron@..., Nick Mitchell <nick@...> wrote:
|
Re: Complaints
Seth Olle
Thank you John. We appreciate it.
I think most of us are in the same boat, gave up completely on studio, frustrated beyond believe with the TSW panels and just hoping for fixes. It does seem the feedback to what is going on in labs is lacking or possibly we are just not seeing it. Personally I gave up on labs. For now I guess patience is our only option, screaming no longer works. We do appreciate it you listening though. From: John Pavlik <jpavlik@...<mailto:jpavlik@...>> Reply-To: "Crestron@...<mailto:Crestron@...>" <Crestron@...<mailto:Crestron@...>> Date: Thursday, August 15, 2013 7:57 AM To: "Crestron@...<mailto:Crestron@...>" <Crestron@...<mailto:Crestron@...>> Subject: RE: [Crestron] Re: Complaints Sounds like I'd better show up at Master's class this year - because none of that feedback made it back to me. Look, we can't do everything and we can't do it all immediately. And yes, inertia sometimes comes into play. The bottom line is that Fred and I do very much care what you have to say and please don't stop telling us what you want and need. In a lot of cases of course, everyone wants something different and so "make a product that is this" sorts of comments are good but of course will take the longest to gel. In other cases, there may be infrastructure shifts that we've made (and in some cases those shifts are still looking years down the road) and so the request is backtracking from the bigger picture. We have made a lot of changes in engineering over the last year to improve quality and change some of the direction - but it takes months and months for those efforts to show up at your doorstep. To address a few things that I've seen recently... - I lost track of who updated the splash screens in the software but I thought that was classic. I am sorry that it was done out of frustration but thanks for giving me a chuckle. - No engineering resources were harmed in updating the icons. Frankly, I was surprised as you were to see them changed. That doesn't go through Architecture review! - Rebooting the TSW nightly is a stopgap. Creating an embedded product these days is much more complicated than it was years ago and has all sorts of operating system and supplier nuances (and legalities on source code, etc). But we have been actively pursuing solutions for some time now. I am a frustrated as you are that we are still doing this. - Crestron Studio - well, I think the answer is that it isn't ready for anybody on this forum. I'll be honest, my team doesn't use it either. But as someone pointed out, if we don't get the feedback from everyone here it will never be what you want. But, the database thing has been well discussed and there is agreement that what is there is not appropriate for what many of you are doing. So, there will be changes. But not soon enough - that nasty priority thing again. The immediate goal it to improve upon on the program generation aspects of the system to allow more automatic system generation. I wouldn't call it System Builder but maybe System Builder re-imagined, where logic is generated but not untouchable, and customizations and mix and match code really work. Probably not of any interest to this group, but we need it in the market as a whole. - Meanwhile, we have been investing heavily in SIMPL Windows and VTPro. For example, SIMPL Windows is going to be getting the automatic CED File management that it so very sorely needs. - And for those about to jump on why do we even have CED files, I do have a skunk works project to try and produce at least a flat view dpad and number pad. Haven't quite figured out the best way to release it yet. So, while we don't necessarily share back what we've heard and what we are doing about it, we do listen and it does cause change. Probably not as fast as you want it and probably not everything you want but don't stop sharing. I want Crestron to be the best that it can be. And to do that we need the continued support of all of you. You all are a big part of what Crestron has become and I need you to continue to do that. I know its frustrating at times. As I lie awake at 3am staring at the ceiling I think about these things too! But I think together we can continue to make strives and be a mutual success. I will see many of you at CEDIA so that you can complain in person! And I think most of you know how to get it touch with me one way or another so feel free. John Pavlik Crestron Electronics, Inc. Director, Architecture & Design This e-mail message and all attachments transmitted with it may contain legally privileged and confidential information intended solely for the use of the addressee. If you are not the intended recipient, you are hereby notified that any reading, dissemination, distribution, copying, or other use of this message or its attachments is strictly prohibited. |
to navigate to use esc to dismiss