Keyboard Shortcuts
Likes
- Crestron
- Messages
Search
Re: When to use a cross point
All who says it's "easy" to debug and trace through crosspoints, is neglecting one detail...
It may be "easy" to debug YOUR program, that YOU wrote, and YOU know the crosspoint scheme that YOU use on all YOUR systems, and have a reasonable logical system that YOU came up with and use. It's is not so "easy" (and I say even more of a PITA), when you're trying to follow a program from another program.? When dealing with a program that THEY wrote, and THEY came up with the crosspoint scheme that THEY use on all THEY'RE system (and you don't), it doesn't matter if they there is a reasonable logical system that THEY came up with and use because it's different than yours and you have no idea what it is and have to figure it out (even assuming they didn't just use random crosspoint ID's that have no logical system to them). In the first situation, if you like Crosspoints, you might think they are gold.? In the second situation, you WILL think they are not gold, but something of a more brown in color that has a unpleasant odor! -jason www.mpsav.com |
Re: Crestron Module
You can't retrieve it from the processor, if that's what you are asking.? If this is code that was written by another programmer, and it is a module that they purchased (or wrote), and it wasn't included in the project folder that was sent to you, then you could be out of luck.? Do you know what the missing module is supposed to be controlling?
|
Re: When to use a cross point
"Amen - least amount of fuss with this.? Unless you're a masochist that feels the need to re-use the same joins for controlling all sources... ? - Chip" Agree.? In commercial, I've not seen an advantage to using the same joins for a VCR and DVD or anything else.? If everything lies at a different join #'s, then there is zero reason to use buffers to enable/disable control of a device.? Just connect up the DVD controls to all your panels, and be done.? Easy to program and easy to debug. TP joins are buffered anyway (at least that's what I've been told many years ago).? I use buffers, but it's more for other type of logic, like matrix switching and other stuff.? Yes, if my program has a TON of buffers, it's usually because I'm controlling some extra-large switcher (64x64 or 128x128), where anything can be routed to anywhere.? Those are going to be a pain and have a lot of logic no matter how you program it. And agree with the statement, that if multiple panels need to be independent, it's the panel navigation that I seperate (menu/page selection), but the control of the devices themselves are not changed whether there is a single touch panel, or multiple.? They are just landed to the other panels. How I do this, is if the button is for a device, I prefix with [DVD1] or [DVD2], and land to all the panel.? If the button is TP specific (for navigation), I prefix with [TP1] or [TP2].? Then I clone the programming from one panel to the next, and F9 all the [TP1] signals to [TP2], to give the panels discreet navigation logic, but keep the same device control logic/feedback. -jason www.mpsav.com |
Re: Needed Suggestion AV2 Locking Up
The only processor I have had weird lock up issues is the first generation of av2, 32 meg versions. Normally they would lock on a code load from too much non volatile memory being declared in simpl+. The funny part is I could load the exact same program into a qmrmc and all would be fine., which I believe is more like an x-gen than a 2-series. This may not be the case with your situation, but may be worth checking out.
|
Re: POE Power Supply
¿ªÔÆÌåÓýPretty much any generic 48 port POE switch or midspan should work (POE+ if you¡¯re trying to power a 4K-RMC-SCALER-C) ¨C you could also use 3x Crestron DM-PSU-16 ¨C I don¡¯t think I¡¯ve ever seen someone actually use one and the port density is stupidly low [you¡¯d need 3RU to go that route, vs 1 RU for the POE switch; possibly 2 RU for the midspan], but that is the purpose for that product existing... ? -- Lincoln King-Cliby, CTS, DMC-E-4K/T/D Commercial Market Director Sr. Systems Architect | Crestron Certified Master Programmer (Gold) ControlWorks Consulting, LLC Crestron Services Provider | Biamp Audia Certified | Extron Control Professional ? From: Crestron@... [mailto:Crestron@...]
Sent: Wednesday, September 16, 2015 12:40 PM To: Crestron@... Subject: [Crestron] POE Power Supply ?
? |
Re: Needed Suggestion AV2 Locking Up
Andrew Welker
After the reboot, is there any information in the error log? THat'll be your best clue in as to what is going on with that system.
|
Re: Windows 10 Upgrade
Kool-Aid Drinker
The Crestron software engineers have long had problems understanding
toggle quoted message
Show quoted text
file-paths, as evidenced by issues with long paths or paths with uncommon-but-legal characters. One of their clever work-arounds to avoid paths is to copy executables into the compile directory, run them, and immediately delete them -- very virus-like behavior that mostly adds extra time and disk-thrash (and is why compiles to mapped network drives take so long). Early in 3-series, the program that calculate S+ nvram usage had a bug that caused it to access the local network... because it was a newly copied file every time I compiled, my zealous firewall popped-up a message every time I compiled... On 16 Sep 2015 00:34:11 -0700, oliver.hall@... wrote:
Anti virus is what screws up my compiles. I've tried excluding various paths, but it still |
Re: Mobile Pro (iPhone) font issue
DPI is hard, let's redesign the website instead! On Wed, Sep 16, 2015 at 12:04 PM, jasonmussetter@... [Crestron] <Crestron@...> wrote:
--
Jeremy Weatherford
|
Needed Suggestion AV2 Locking Up
Hi? All,
Wanted to know what would be best to do on a job that I just installed.? I have a AV2 with 5 iPad, 2 Mobile Phones, Onkyo (TCP/IP), Lutron (TCP/IP Telnet 23) and Swamp.? Also there is security GE NX8E via Serial.? So randomly the processor would locked up and when it does, I cant get into it via toolbox and the only way to restart it is to power cycle via bluebolt (Thanks God!).? I have pretty much and same program installed in other processor (CP2E and Pro2, MC3) and never had this problem before.? I am thinking that the processor is bad and need to be swamp out.? So i am wondering if this is the best solution or do I just replace the ENET Card. Thanks in advance. |
Re: Homeworks QS individual load control - Ro2 module question
Joseph Vossen
you can ¡°fake¡± the feedback a lot better if you use an analog rate limiter
toggle quoted message
Show quoted text
<analog out from module> -> <analog rate limiter> -> <analog join on TP> On Sep 14, 2015, at 10:40 PM, tim@... [Crestron] <Crestron@...> wrote: |
Re: How to add a password to access a page or subpage for the TSW-1052?
Lincoln is correct, you need to hand roll all the password logic from scratch.? The TSW's now have a built in keyboard at least, but it usually doesn't match the theme or look of the panel you have, so I usually build my own so the GUI of the keypad matches the rest of the project.
It's not as easy, as say AMX, where you can just set a property on a button to "Password Protected", and tell it which password slot to use.? Would be nice if it did, as that is a whole lot easier to add a simple passcode access in AMX land (takes all of about 30seconds), than building your own, with all the logic to check the passcode, what to do when it's correct, what to do when it's not correct, and handling the keypad entry all manually. Obviously, manually has the most control, as you can make it do what you want, but in AMX you can build it manually, or use their built in passcode handling, and I've longed for that option on Crestron panels for years, as it always seems like the passcodes are not mentioned until the last day, when the client is being trained, and you're trying to get out there and be done, and they say "hey, can this feature be a passcode lockout". -jason www.mpsav.com |
Re: Mobile Pro (iPhone) font issue
The Font Scaling is a problem on all mobile devices (Apple & Adroid) that have higher DPI than what crestron "expects".? What I've seen, is that if the device is using a fairly high dpi, and you set the custom resolution to match the device.? The font "size" setting is different between VTPro and on the mobile device.
From what I can tell, the font sizing doesn't take into account dpi on the mobile.? So an 12pt font in VTPro is a different size than a 12pt font in mobile.? When scaling is set to on, on the mobile device, I've still seen issues with the font sizing.? The buttons and images get scaled to match what is in VTPro, but the font usually does not, leaving the mobile device with much smaller font's than what was displayed in VTPro. I've usually had to correct for this by hand, where you make the font size much larger in VTPro than what you want it to look like (it won't look right, and will have super big text during design), but then when you load the panel, the fonts "shrink" down and look like what you had in mind.? Finding the correct font size then is a effort of trial and error, to see what works once you load it to the device. I first came across this issue way back in MobilProG when the iPad retina's came out, and was working on a project set to the native retina resolution.? I've recently had this problem using the newer Crestron App on an Android device with custom resolution as well.? The whole project scaled to the new resolution except for the fonts, which I had to go in and up-size them all in the project to look like the TSW panel that was also in the room looked like.? If I just did a straight conversion and load, the fonts came out teeny-tiny on the Android tablet. -jason www.mpsav.com |
Re: When to use a cross point
I'm pretty sure this crossed into "holy war" territory a long time ago.? There is no right answer, but it behooves you as a programmer to be familiar with crosspoints and know when they could be useful rather than simply dismissing them out of hand.? I try to be an equal-opportunity programmer willing to use any technology, although I will admit to getting stuck in ruts at times. On Wed, Sep 16, 2015 at 10:09 AM, cfm@... [Crestron] <Crestron@...> wrote:
--
Jeremy Weatherford
|
Re: Homeworks QS individual load control - Ro2 module question
Joseph Vossen
I have seen this and have already contacted Lutron about it; I¡¯ll let you know if I hear anything
toggle quoted message
Show quoted text
On Sep 14, 2015, at 4:05 PM, Kol Johnson kol.mstc@... [Crestron] <Crestron@...> wrote: |
Re: Polycom SoundStructure module stops working
"Chip, so you're saying I'm not crazy and I may be on to something? Might be time to update this module."
Yes, that's what I'm saying. I'm *assuming* that whoever was tasked with making the VoIP module took the analog dialer module as a starting point and modified it - and didn't do due diligence. There is at least one API call that module makes that the VoIP dialer doesn't support, and likewise I believe there are VoIP API hooks that should be included to handle call management that aren't. ? - Chip |