Keyboard Shortcuts
Likes
- Crestron
- Messages
Search
Re: OT - Opinion on System setup
¿ªÔÆÌåÓýExactly¡ speedkey XSIG. Also includes mechanisms for ¡°resyncing¡± the connection (\xFD, IIRC) for when the cart is first plugged in. ? Lincoln ? -- Lincoln King-Cliby, CTS, DMC-E/T/D Commercial Market Director Sr. Systems Architect | Crestron Certified Master Programmer (Silver) V: 440.449.1100 x1107 F: 440-449-1106 I: Crestron Services Provider ? From: Crestron@... [mailto:Crestron@...] On Behalf Of jasonmussetter@...
Sent: Tuesday, February 25, 2014 1:16 PM To: Crestron@... Subject: [Crestron] RE: OT - Opinion on System setup ?
|
Re: Core 3 slider
Heath Volmer
¿ªÔÆÌåÓýYep, touch settable. ?I should clarify that this is a C3 Xpanel. ?Maybe I should dig the TSW out of my box of junk and see if it behaves the same. ?Seems like a bug. On Feb 25, 2014, at 11:15 AM, <sound.scan@...> wrote:
|
Re: OT - Opinion on System setup
Actually, now that I think about it, I don't think you would even have to implement a custom protocol.? I haven't used them in a while, but there used to be symbols that worked like EISC's that would work over serial com ports, back when master-to-master communication had to be performed over com ports like this.? If you used something like that, it would work similar to a regular EISC symbol, with digitals/analogs/serials, and it just packs it in and sends over com port to a receiving symbol on the far side.? No custom protocol required.
Jason Mussetter www.mpsav.com |
Re: OT - Opinion on System setup
Agree with Lincoln on this one.? I would set it up to control the DMPS
units with rs232 like an external device, rather than an internal
device.
You could make a simple program for the DMPS that get's loaded into all of them, that has a custom rs232 protocol implemented to perform local actions on the DMPS unit, and then sends feedback back out the rs232 port (if you need status feedback or anything). Then your main controller in each room, would just send out commands based on your implemented protocol to a single rs232 port on the AV3, and it wouldn't matter which DMPS was plugged in, as the DMPS would receive the RS232 command and the local DMPS program would perform the requested action locally and send any necessary feedback back to the AV3. This would be simple especially if your only controlling switching on the DMPS.? But would still work even if your controlling IR devices locally on the DMPS as well, just a bit more protocol to implement. Jason Mussetter www.mpsav.com |
Re: I'm really confused with DVPHD...
Hey guys,
I've got a client who wants to rush our original schedule so he can watch March Madness in his theater. My company is doing the control, and I've been tasked with making our Pro3 coordinate efforts to project up to 4 feeds on the screen via the DVPHD-4. Took a look at the example. So far, I've made 2 pages: a full screen and 4 way split. I get how to trigger the pages to come up and each video source has an analog join...I just have no idea where/how source selection happens. We'll have 4 DVRs such that the user can select which screen he wants, and what source to put there. How do I tell it to put HDMI 1 on Screen 3? Thanks, -Nick |
Re: OT - Opinion on System setup
¿ªÔÆÌåÓýYou cannot eslave any product with OOTBF, the DMPS-X00 included. ? One alternative if wiring is possible would be to use 232 instead of Ethernet between the room processor and the cart ¨C this way you (or rather, your users) don¡¯t need to concern themselves with what cart is where & remembering to change the configuration [or sitting through the interminable reboot of a DMPS] ? -- Lincoln King-Cliby, CTS, DMC-E/T/D Commercial Market Director Sr. Systems Architect | Crestron Certified Master Programmer (Silver) V: 440.449.1100 x1107 F: 440-449-1106 I: Crestron Services Provider ? From: Crestron@... [mailto:Crestron@...] On Behalf Of dedicatedsystems@...
Sent: Tuesday, February 25, 2014 10:56 AM To: Crestron@... Subject: [Crestron] OT - Opinion on System setup ?
|
Re: Samsung UN75F6300
I have found that the Crestron module --?"Samsung UN55ES8000 v1.0"
Works on all of the UN series TVs including the new?F9000 series 4K TVs You need to use a standard serial port connection to what Samsung calls it's "EXLink" which is a serial port wired to a 3.5 millimeter (1/8th inch) phono plug found on the breakout box in newer models and the back of the TV on older models. ? Some of the commands are not?documented very well?from Samsung so you?may have to experiment a bit as I did but it does work. FYI?the CEC (if you are using DigitalMedia) on all of the Samsung "Smart" TVs simply does not work as the manufacturer has failed to make their products compatible with the HDMI 1.4 CEC?protocol, preferring to have their TVs "learn" the CEC from each source and set their own custom protocol. |
Re: OT - Opinion on System setup
You could create some tech page code that would change the IP table in the DMPS200 (and reboot) to allow it to EISC across the network to the desired AV3.? I think the only potential hiccup would be if you accidentally set two carts to connect to the same AV3.
? - Chip |
OT - Opinion on System setup
Guys,
?I am wondering the best way to do this..... 5 rooms with AV3's , we have 3 A/V Carts with DMPS-200 and they want to be able to share each cart in any of the rooms. So can the DMPS-200 run as a eSlave like we normally do with the other control processors?? Or do i need a tech page to select which cart will be in which room? ?If all systems are on the network a simple IP table would point to each system and i dont think that will work... they will not know which system to talk to? |
Re: serial conversion to analog
you could use a STOA by using maskword 01xx ?(xx is the Hex value of the character Z is 5A the first maskword would be 015Ah). use maskword (0200h) at maskword 12 & 13 for the character ?4 and 6 of the string. The hex value of your maskword12 (4) can be convert to decimal (0,16,32,48...240) by using equate and initialize (4*16=64)? The hex value of your maskword13 (6) can be convert to decimal (0,1,2,3..16) by using equate and initialize. and sum the result with the maskword 13 (6). ? ? 64+6=70 i know it look complicated but i have use that method in the past with good result. Here a small video: {Paf}
|
Re: Smart Graphics Data Management
Heather Baiman
¿ªÔÆÌåÓýBased on the help file the ced files now get wrapped up in a single SGD file.? There is a long description about saving an existing SG project to this new file format, this is what I was asking about. ? From: Crestron@... [mailto:Crestron@...]
On Behalf Of eagrubbs@...
Sent: Tuesday, February 25, 2014 7:10 AM To: Crestron@... Subject: [Crestron] RE: Smart Graphics Data Management ?
|
OT: webcam extension
Logitech warns that they don't support any 3rd party extenders but that some may work. Thanks. |
Re: serial conversion to analog
Ah yes, ASCIIfied hex, the worst of both worlds. In SIMPL land, I would match it against an SIO full of hex values, and have those trigger an analog init with the correct decimal values. ?In SIMPL+ you can use HEXTOI(). ?If you wind up with a 0-100 value and want to show it on a touchpanel gauge, use an ASCALEL to convert 0d-100d to 0%-100% so it will be in the correct range.
If you have any other questions, please let me know how you're currently parsing the string. On Mon, Feb 24, 2014 at 11:47 PM, <cochoa2716@...> wrote:
Jeremy Weatherford |
Re: I'm really confused with DVPHD...
¿ªÔÆÌåÓýYou sound like me J ? Maybe if you email TL (I¡¯m pretty sure you know who I¡¯m talking about¡if not hit me off list) it may go somewhere¡ based on the last reply I received I got the impression that part of the reason it wasn¡¯t moving anywhere was there weren¡¯t a large number of people bitching loudly about it. ? -- Lincoln King-Cliby, CTS, DMC-E/T/D Commercial Market Director Sr. Systems Architect | Crestron Certified Master Programmer (Silver) V: 440.449.1100 x1107 F: 440-449-1106 I: Crestron Services Provider ? From: Crestron@... [mailto:Crestron@...] On Behalf Of cfm@...
Sent: Tuesday, February 25, 2014 8:42 AM To: Crestron@... Subject: RE: [Crestron] RE: I'm really confused with DVPHD... ?
|