Re: Non-HDCP Compliant Monitor ??
My Sharp LC-52D82U does it as did many Sharp consumer displays and a few Sony's. That's how I run my gen 1 xBox 360 at 1080p. -Neil On Tue, Sep 18, 2012 at 1:44 PM, Nathan Hesson <nhesson@...> wrote: **
Your last statement is not entirely true. the HDFury WILL output 1080p via component. HOWEVER, your display needs to support 1080p via component and that is less likely. I've seen more than a few high end projectors do it though.
On Tue, Sep 18, 2012 at 12:39 PM, Pat Molettieri <pat.molettieri@...>wrote:
It takes your HDMI signal and converts to component. Will save you in a bind but no 1080p picture quality.
Pat M
On Sep 18, 2012, at 1:44 PM, "eagrubbs" <eagrubbs@...> wrote:
So it passes video to non-HDCP destinations? Hmmmmm.....
--- In Crestron@..., Mark Conde <mcjaran@...> wrote:
That is it HD Fury.
Thanks a Bunch!
________________________________ From: Chip <cfm@...> To: Crestron@... Sent: Tuesday, September 18, 2012 12:48 PM Subject: [Crestron] Re: Non-HDCP Compliant Monitor ??
�
You might be thinking of the "HD Fury" adapter...
- Chip
--- In Crestron@..., "mcjaran" <mcjaran@> wrote:
A while back someone suggested a device to show HDCP compliant
devices on a Non-HDCP compliant monitor.
Any suggestions?
[Non-text portions of this message have been removed]
[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]
[Non-text portions of this message have been removed]
|
Re: Non-HDCP Compliant Monitor ??
We have been mounting cheap HDMI splitters behind displays with HDCP issues.
toggle quoted message
Show quoted text
--- In Crestron@..., "jrw_96" <jrw_96@...> wrote: What Nathan said and it will also output RGBHV.
JRW
--- In Crestron@..., Nathan Hesson <nhesson@> wrote:
Your last statement is not entirely true. the HDFury WILL output 1080p via component. HOWEVER, your display needs to support 1080p via component and that is less likely. I've seen more than a few high end projectors do it though.
On Tue, Sep 18, 2012 at 12:39 PM, Pat Molettieri <pat.molettieri@>wrote:
It takes your HDMI signal and converts to component. Will save you in a bind but no 1080p picture quality.
Pat M
On Sep 18, 2012, at 1:44 PM, "eagrubbs" <eagrubbs@> wrote:
So it passes video to non-HDCP destinations? Hmmmmm.....
--- In Crestron@..., Mark Conde <mcjaran@> wrote:
That is it HD Fury.
Thanks a Bunch!
________________________________ From: Chip <cfm@> To: Crestron@... Sent: Tuesday, September 18, 2012 12:48 PM Subject: [Crestron] Re: Non-HDCP Compliant Monitor ??
Â
You might be thinking of the "HD Fury" adapter...
- Chip
--- In Crestron@..., "mcjaran" <mcjaran@> wrote:
A while back someone suggested a device to show HDCP compliant
devices on a Non-HDCP compliant monitor.
Any suggestions?
[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]
|
No need for SIMPL+ here, just use the Serialize Date symbol. Speedkey is ‘date$�. This will take the time of day from the clock driver and give serial month/day/year in several formats. Really is the best way to do this. Check it out. If you need SIMPL+ to do this, write back and we’ll help. Tray From: Charl Sent: Tuesday, September 18, 2012 4:36 PM To: Crestron@... Subject: [Crestron] Re: Serialize Time Hi, how do i implement the Simple+ module in Simple Windows? Help would be appreciated. PS: i am not familiar with Simple+ --- In mailto:Crestron%40yahoogroups.com, "Steve Adams" <adamsx2@...> wrote: --- In mailto:Crestron%40yahoogroups.com, "blackcloud1111" <billg@c...> wrote:
Using the clock driver I know you can get a serial string of the date...has anyone created a module to get a serial string of the time. I know about the time button in Vision Tools...but I have an application where I need a serial time.
Any help?
BG I'll upload a Simpl+ module that will do the trick.
Steve
[Non-text portions of this message have been removed]
|
Re: User Module vs. Simpl Symbols - File Size, Compile Time, and Resources
Heath,
Thanks for the explanation. That is what I needed to hear. I only recently, over the last few jobs, grew my program out to the point that file size and compile time was getting out of hand. I implemented Crosspoints in part of my program in order to learn how they work. Crestron doesn't really have any education on them, they have a demo file or two, but honestly Crosspoints should be taught in some class. They are vital to keeping your project managed. They are weird though. You can't easily see what is connected and what isn't, not like a buffer.
I just scratched all the modifications I was planning on doing from the few days and looking at how to manage connecting and disconnecting the Crosspoints.
I do have a feature that involves connecting to a whole bunch of zones at once in like a group mode. Going to have to figure that out.
What I was doing in the past involved connecting crosspoints, but keeping them connected. Not efficient, I know, grossly even, by 700 modules.
Thanks for all the feedback. You guys are the only people I can talk to that have a clue what I'm talking about, so thanks.
Jason Andersen
toggle quoted message
Show quoted text
--- In Crestron@..., Heath Volmer <hvolmer@...> wrote: We keep saying Crosspoints somewhat casually. Let me give a "quick" example of how this might apply:
I'm working on a system with 10 touchscreens and 32 audio zones (or so).
In each TP's logic, I have a crosspoint symbol that lets me attach to any one of the rooms (I only connect one-at-a-time, but I could connect to any subset of them if I designed it such.)
In each room's logic, I have a crosspoint that is the receiving end for the TP controls. Crosspoints are embedded in these 32 room modules.
So, if I want to bust out a 32-room A/V system with ten panels, I drop 32 of my room modules in; connect them to the audio devices (which is happens to be another layer of crosspoints); drop 10 TPs worth of logic folders in (using F9 rename); assign IDs to the panel crosspoints and to the room modules; compile (in 18 seconds at my desk, 40 seconds on my notebook); fire it up!
I could have 1 panel, I could have 100 panels. Hand-held remotes link in the same way also. Room module doesn't care what's talking to it. There is still only one module per room, and one group of logic per panel/remote
There's a ton more to this that I can't go into because I should be working right now, but this is the overall gist of it. Crosspoints give your program the flexibility to grow and be modular without any pain and bloat.
Heath
On Sep 18, 2012, at 10:47 AM, Jason Andersen wrote:
I hope to scale down this module to as bare bones as it can be. I have it on a job with 30 interfaces so that is 870 references to that module. It would be nice if it was 1/4 of the size.
|
Hi, how do i implement the Simple+ module in Simple Windows? Help would be appreciated. PS: i am not familiar with Simple+
toggle quoted message
Show quoted text
--- In Crestron@..., "Steve Adams" <adamsx2@...> wrote: --- In Crestron@..., "blackcloud1111" <billg@c...> wrote:
Using the clock driver I know you can get a serial string of the date...has anyone created a module to get a serial string of the time. I know about the time button in Vision Tools...but I have an application where I need a serial time.
Any help?
BG I'll upload a Simpl+ module that will do the trick.
Steve
|
Re: Tandberg C40 Module Help
Ignore my last post. I was mixing the serial with the tcp-ip module. But if you see only hex values from the codec + something like "Command ignored" or not recognized, set admin and TANDBERG in the module even if you have disabled login on the codec.
Late night....
-Stig
toggle quoted message
Show quoted text
--- In Crestron@..., "Stig" <ska@...> wrote: You must leave the username unchanged in the module, that is "admin". And the hex traffic Devesh refer to is the initial telnet negotiation between the Linux engine in c40 and crestron. If you use your laptop and telnet into the c40, you also have to type "admin" on the comman line, so must not change that in the module. The password can be whatewer if you have disabled it on the codec -Stig --- In Crestron@..., Devesh Gupta <devesh.gupta83@> wrote:
Insert 0d in the tandberg module password slot if you have turned off the login in the codec otherwise you will get bunch of hex strings with absolutely no control.
Regards,
Devesh Gupta
On 2012-09-18, at 3:19 PM, "Stig" <ska@> wrote:
Can you give an example of the stringflow ? -Stig
--- In Crestron@..., "techybabble" <davelynn@> wrote:
This has proven to be a very frustrating experience trying to get control of this codec. I've turned off the password requirement and still no control. Kinda beaten my head up on the wall with this one. I see communication flowing back and forth but the unit will just not respond to any commands, like it is ignoring them. I know I'm missing something very fundamental as I am working with 2 units and both work the same.
--- In Crestron@..., Lincoln King-Cliby <lincoln@> wrote:
It can be disabled via TMS or the on-screen menus but by default yes.
-- Lincoln King-Cliby, CTS Sr. Systems Architect | Crestron Certified Master Programmer (Silver) ControlWorks Consulting, LLC V: 440.449.1100 x1107 | F: 440.449.1106 | I: Crestron Authorized Independent Programmer
-----Original Message----- From: Crestron@... [mailto:Crestron@...] On Behalf Of techybabble Sent: Tuesday, September 18, 2012 9:23 AM To: Crestron@... Subject: [Crestron] Re: Tandberg C40 Module Help
Does username and password have to be used when going rs232?
--- In Crestron@..., "jcdigitalmethod" <j.j.cunningham@> wrote:
- Check username and password - Try telnet and see if you have the same issues. - Try some of the API commands and see if the unit is responding how it should.
--- In Crestron@..., "techybabble" <davelynn@> wrote:
I've happing trouble getting the Crestron module working, the one from the crestron site. It is the Tandberg C90 + C60 Serial v1.3 PRO2 Demo. According to the Tandberg site is should work with the C40 as well. I have communication with the box, but even simple things such as IR emulation commands don't respond.
Is there some secret to using these modules. I REALLY need the phonebook directory portion of the module. All help is appreciated.
thanks
------------------------------------
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: Tandberg C40 Module Help
You must leave the username unchanged in the module, that is "admin". And the hex traffic Devesh refer to is the initial telnet negotiation between the Linux engine in c40 and crestron. If you use your laptop and telnet into the c40, you also have to type "admin" on the comman line, so must not change that in the module. The password can be whatewer if you have disabled it on the codec -Stig
toggle quoted message
Show quoted text
--- In Crestron@..., Devesh Gupta <devesh.gupta83@...> wrote: Insert 0d in the tandberg module password slot if you have turned off the login in the codec otherwise you will get bunch of hex strings with absolutely no control.
Regards,
Devesh Gupta
On 2012-09-18, at 3:19 PM, "Stig" <ska@...> wrote:
Can you give an example of the stringflow ? -Stig
--- In Crestron@..., "techybabble" <davelynn@> wrote:
This has proven to be a very frustrating experience trying to get control of this codec. I've turned off the password requirement and still no control. Kinda beaten my head up on the wall with this one. I see communication flowing back and forth but the unit will just not respond to any commands, like it is ignoring them. I know I'm missing something very fundamental as I am working with 2 units and both work the same.
--- In Crestron@..., Lincoln King-Cliby <lincoln@> wrote:
It can be disabled via TMS or the on-screen menus but by default yes.
-- Lincoln King-Cliby, CTS Sr. Systems Architect | Crestron Certified Master Programmer (Silver) ControlWorks Consulting, LLC V: 440.449.1100 x1107 | F: 440.449.1106 | I: Crestron Authorized Independent Programmer
-----Original Message----- From: Crestron@... [mailto:Crestron@...] On Behalf Of techybabble Sent: Tuesday, September 18, 2012 9:23 AM To: Crestron@... Subject: [Crestron] Re: Tandberg C40 Module Help
Does username and password have to be used when going rs232?
--- In Crestron@..., "jcdigitalmethod" <j.j.cunningham@> wrote:
- Check username and password - Try telnet and see if you have the same issues. - Try some of the API commands and see if the unit is responding how it should.
--- In Crestron@..., "techybabble" <davelynn@> wrote:
I've happing trouble getting the Crestron module working, the one from the crestron site. It is the Tandberg C90 + C60 Serial v1.3 PRO2 Demo. According to the Tandberg site is should work with the C40 as well. I have communication with the box, but even simple things such as IR emulation commands don't respond.
Is there some secret to using these modules. I REALLY need the phonebook directory portion of the module. All help is appreciated.
thanks
------------------------------------
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: Non-HDCP Compliant Monitor ??
And I say it again. Hmmmmmmmmm.... I see multiple uses :)
toggle quoted message
Show quoted text
--- In Crestron@..., Nathan Hesson <nhesson@...> wrote: Yes
On Tue, Sep 18, 2012 at 12:52 PM, weddellkw <weddellkw@...> wrote:
Thought experiment: You could theoretically take the HDMI out on a DM frame/card, feed it through a HDFury and back into the DM via a component card and spit it out as a non-HDCP HDMI source?
--- In Crestron@..., Nathan Hesson <nhesson@> wrote:
Your last statement is not entirely true. the HDFury WILL output 1080p via
component. HOWEVER, your display needs to support 1080p via component and that is less likely. I've seen more than a few high end projectors do it though.
On Tue, Sep 18, 2012 at 12:39 PM, Pat Molettieri <pat.molettieri@>wrote:
It takes your HDMI signal and converts to component. Will save you in a
bind but no 1080p picture quality.
Pat M
On Sep 18, 2012, at 1:44 PM, "eagrubbs" <eagrubbs@> wrote:
So it passes video to non-HDCP destinations? Hmmmmm.....
--- In Crestron@..., Mark Conde <mcjaran@> wrote:
That is it HD Fury.
Thanks a Bunch!
________________________________ From: Chip <cfm@> To: Crestron@... Sent: Tuesday, September 18, 2012 12:48 PM Subject: [Crestron] Re: Non-HDCP Compliant Monitor ??
Â
You might be thinking of the "HD Fury" adapter...
- Chip
--- In Crestron@..., "mcjaran" <mcjaran@> wrote:
A while back someone suggested a device to show HDCP compliant
devices on a Non-HDCP compliant monitor.
Any suggestions?
[Non-text portions of this message have been removed]
[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
------------------------------------
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: Tandberg C40 Module Help
Insert 0d in the tandberg module password slot if you have turned off the login in the codec otherwise you will get bunch of hex strings with absolutely no control. Regards, Devesh Gupta On 2012-09-18, at 3:19 PM, "Stig" <ska@...> wrote: Can you give an example of the stringflow ? -Stig
--- In Crestron@..., "techybabble" <davelynn@...> wrote:
This has proven to be a very frustrating experience trying to get control of this codec. I've turned off the password requirement and still no control. Kinda beaten my head up on the wall with this one. I see communication flowing back and forth but the unit will just not respond to any commands, like it is ignoring them. I know I'm missing something very fundamental as I am working with 2 units and both work the same.
--- In Crestron@..., Lincoln King-Cliby <lincoln@> wrote:
It can be disabled via TMS or the on-screen menus but by default yes.
-- Lincoln King-Cliby, CTS Sr. Systems Architect | Crestron Certified Master Programmer (Silver) ControlWorks Consulting, LLC V: 440.449.1100 x1107 | F: 440.449.1106 | I: Crestron Authorized Independent Programmer
-----Original Message----- From: Crestron@... [mailto:Crestron@...] On Behalf Of techybabble Sent: Tuesday, September 18, 2012 9:23 AM To: Crestron@... Subject: [Crestron] Re: Tandberg C40 Module Help
Does username and password have to be used when going rs232?
--- In Crestron@..., "jcdigitalmethod" <j.j.cunningham@> wrote:
- Check username and password - Try telnet and see if you have the same issues. - Try some of the API commands and see if the unit is responding how it should.
--- In Crestron@..., "techybabble" <davelynn@> wrote:
I've happing trouble getting the Crestron module working, the one from the crestron site. It is the Tandberg C90 + C60 Serial v1.3 PRO2 Demo. According to the Tandberg site is should work with the C40 as well. I have communication with the box, but even simple things such as IR emulation commands don't respond.
Is there some secret to using these modules. I REALLY need the phonebook directory portion of the module. All help is appreciated.
thanks
------------------------------------
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: Non-HDCP Compliant Monitor ??
Yes On Tue, Sep 18, 2012 at 12:52 PM, weddellkw <weddellkw@...> wrote: Thought experiment: You could theoretically take the HDMI out on a DM frame/card, feed it through a HDFury and back into the DM via a component card and spit it out as a non-HDCP HDMI source?
--- In Crestron@..., Nathan Hesson <nhesson@...> wrote:
Your last statement is not entirely true. the HDFury WILL output 1080p via
component. HOWEVER, your display needs to support 1080p via component and that is less likely. I've seen more than a few high end projectors do it though.
On Tue, Sep 18, 2012 at 12:39 PM, Pat Molettieri <pat.molettieri@...>wrote:
It takes your HDMI signal and converts to component. Will save you in a
bind but no 1080p picture quality.
Pat M
On Sep 18, 2012, at 1:44 PM, "eagrubbs" <eagrubbs@...> wrote:
So it passes video to non-HDCP destinations? Hmmmmm.....
--- In Crestron@..., Mark Conde <mcjaran@> wrote:
That is it HD Fury.
Thanks a Bunch!
________________________________ From: Chip <cfm@> To: Crestron@... Sent: Tuesday, September 18, 2012 12:48 PM Subject: [Crestron] Re: Non-HDCP Compliant Monitor ??
Â
You might be thinking of the "HD Fury" adapter...
- Chip
--- In Crestron@..., "mcjaran" <mcjaran@> wrote:
A while back someone suggested a device to show HDCP compliant
devices on a Non-HDCP compliant monitor.
Any suggestions?
[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
------------------------------------
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: Non-HDCP Compliant Monitor ??
What Nathan said and it will also output RGBHV.
JRW
toggle quoted message
Show quoted text
--- In Crestron@..., Nathan Hesson <nhesson@...> wrote: Your last statement is not entirely true. the HDFury WILL output 1080p via component. HOWEVER, your display needs to support 1080p via component and that is less likely. I've seen more than a few high end projectors do it though.
On Tue, Sep 18, 2012 at 12:39 PM, Pat Molettieri <pat.molettieri@...>wrote:
It takes your HDMI signal and converts to component. Will save you in a bind but no 1080p picture quality.
Pat M
On Sep 18, 2012, at 1:44 PM, "eagrubbs" <eagrubbs@...> wrote:
So it passes video to non-HDCP destinations? Hmmmmm.....
--- In Crestron@..., Mark Conde <mcjaran@> wrote:
That is it HD Fury.
Thanks a Bunch!
________________________________ From: Chip <cfm@> To: Crestron@... Sent: Tuesday, September 18, 2012 12:48 PM Subject: [Crestron] Re: Non-HDCP Compliant Monitor ??
Â
You might be thinking of the "HD Fury" adapter...
- Chip
--- In Crestron@..., "mcjaran" <mcjaran@> wrote:
A while back someone suggested a device to show HDCP compliant
devices on a Non-HDCP compliant monitor.
Any suggestions?
[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
|
Re: Non-HDCP Compliant Monitor ??
Thought experiment: You could theoretically take the HDMI out on a DM frame/card, feed it through a HDFury and back into the DM via a component card and spit it out as a non-HDCP HDMI source?
toggle quoted message
Show quoted text
--- In Crestron@..., Nathan Hesson <nhesson@...> wrote: Your last statement is not entirely true. the HDFury WILL output 1080p via component. HOWEVER, your display needs to support 1080p via component and that is less likely. I've seen more than a few high end projectors do it though.
On Tue, Sep 18, 2012 at 12:39 PM, Pat Molettieri <pat.molettieri@...>wrote:
It takes your HDMI signal and converts to component. Will save you in a bind but no 1080p picture quality.
Pat M
On Sep 18, 2012, at 1:44 PM, "eagrubbs" <eagrubbs@...> wrote:
So it passes video to non-HDCP destinations? Hmmmmm.....
--- In Crestron@..., Mark Conde <mcjaran@> wrote:
That is it HD Fury.
Thanks a Bunch!
________________________________ From: Chip <cfm@> To: Crestron@... Sent: Tuesday, September 18, 2012 12:48 PM Subject: [Crestron] Re: Non-HDCP Compliant Monitor ??
Â
You might be thinking of the "HD Fury" adapter...
- Chip
--- In Crestron@..., "mcjaran" <mcjaran@> wrote:
A while back someone suggested a device to show HDCP compliant
devices on a Non-HDCP compliant monitor.
Any suggestions?
[Non-text portions of this message have been removed]
[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: Non-HDCP Compliant Monitor ??
Your last statement is not entirely true. the HDFury WILL output 1080p via component. HOWEVER, your display needs to support 1080p via component and that is less likely. I've seen more than a few high end projectors do it though. On Tue, Sep 18, 2012 at 12:39 PM, Pat Molettieri <pat.molettieri@...>wrote: It takes your HDMI signal and converts to component. Will save you in a bind but no 1080p picture quality.
Pat M
On Sep 18, 2012, at 1:44 PM, "eagrubbs" <eagrubbs@...> wrote:
So it passes video to non-HDCP destinations? Hmmmmm.....
--- In Crestron@..., Mark Conde <mcjaran@...> wrote:
That is it HD Fury.
Thanks a Bunch!
________________________________ From: Chip <cfm@...> To: Crestron@... Sent: Tuesday, September 18, 2012 12:48 PM Subject: [Crestron] Re: Non-HDCP Compliant Monitor ??
Â
You might be thinking of the "HD Fury" adapter...
- Chip
--- In Crestron@..., "mcjaran" <mcjaran@> wrote:
A while back someone suggested a device to show HDCP compliant
devices on a Non-HDCP compliant monitor.
Any suggestions?
------------------------------------
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: Non-HDCP Compliant Monitor ??
It takes your HDMI signal and converts to component. Will save you in a bind but no 1080p picture quality.
Pat M
toggle quoted message
Show quoted text
On Sep 18, 2012, at 1:44 PM, "eagrubbs" <eagrubbs@...> wrote: So it passes video to non-HDCP destinations? Hmmmmm.....
--- In Crestron@..., Mark Conde <mcjaran@...> wrote:
That is it HD Fury.
Thanks a Bunch!
________________________________ From: Chip <cfm@...> To: Crestron@... Sent: Tuesday, September 18, 2012 12:48 PM Subject: [Crestron] Re: Non-HDCP Compliant Monitor ??
Â
You might be thinking of the "HD Fury" adapter...
- Chip
--- In Crestron@..., "mcjaran" <mcjaran@> wrote:
A while back someone suggested a device to show HDCP compliant devices on a Non-HDCP compliant monitor. Any suggestions?
|
Re: Tandberg C40 Module Help
Can you give an example of the stringflow ? -Stig
toggle quoted message
Show quoted text
--- In Crestron@..., "techybabble" <davelynn@...> wrote: This has proven to be a very frustrating experience trying to get control of this codec. I've turned off the password requirement and still no control. Kinda beaten my head up on the wall with this one. I see communication flowing back and forth but the unit will just not respond to any commands, like it is ignoring them. I know I'm missing something very fundamental as I am working with 2 units and both work the same.
--- In Crestron@..., Lincoln King-Cliby <lincoln@> wrote:
It can be disabled via TMS or the on-screen menus but by default yes.
-- Lincoln King-Cliby, CTS Sr. Systems Architect | Crestron Certified Master Programmer (Silver) ControlWorks Consulting, LLC V: 440.449.1100 x1107 | F: 440.449.1106 | I: Crestron Authorized Independent Programmer
-----Original Message----- From: Crestron@... [mailto:Crestron@...] On Behalf Of techybabble Sent: Tuesday, September 18, 2012 9:23 AM To: Crestron@... Subject: [Crestron] Re: Tandberg C40 Module Help
Does username and password have to be used when going rs232?
--- In Crestron@..., "jcdigitalmethod" <j.j.cunningham@> wrote:
- Check username and password - Try telnet and see if you have the same issues. - Try some of the API commands and see if the unit is responding how it should.
--- In Crestron@..., "techybabble" <davelynn@> wrote:
I've happing trouble getting the Crestron module working, the one from the crestron site. It is the Tandberg C90 + C60 Serial v1.3 PRO2 Demo. According to the Tandberg site is should work with the C40 as well. I have communication with the box, but even simple things such as IR emulation commands don't respond.
Is there some secret to using these modules. I REALLY need the phonebook directory portion of the module. All help is appreciated.
thanks
------------------------------------
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: Dove Lighting Systems
You can't directly output DMX from a Crestron system -- DMX operates at twice the maximum speed of a COM port and requires values to be constantly updated.
What you need is a DMX to RS232 or Ethernet bridge -- there are a lot of options available and each supports a different RS232 protocol.
The Leviton/NSI IF501 is a decent little box if you aren't trying to do a whole lot (and we sell a module on our website), if you need more control CueServer is a pretty common one.
Lincoln
-- Lincoln King-Cliby, CTS Sr. Systems Architect | Crestron Certified Master Programmer (Silver) ControlWorks Consulting, LLC V: 440.449.1100 x1107 | F: 440.449.1106 | I: Crestron Authorized Independent Programmer
toggle quoted message
Show quoted text
-----Original Message----- From: Crestron@... [mailto:Crestron@...] On Behalf Of sebastian marszalek Sent: Tuesday, September 18, 2012 3:01 PM To: Crestron@... Subject: [Crestron] Re: Dove Lighting Systems
So it uses the DMX protocol. Have any of you worked with it? Maybe have a module you'll willing to share?
Thank you
-- Sebastian Marszalek
[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
|
Re: Dove Lighting Systems
So it uses the DMX protocol. Have any of you worked with it? Maybe have a module you'll willing to share?
Thank you
-- Sebastian Marszalek
|
Re: User Module vs. Simpl Symbols - File Size, Compile Time, and Resources
We keep saying Crosspoints somewhat casually. Let me give a "quick" example of how this might apply:
I'm working on a system with 10 touchscreens and 32 audio zones (or so).
In each TP's logic, I have a crosspoint symbol that lets me attach to any one of the rooms (I only connect one-at-a-time, but I could connect to any subset of them if I designed it such.)
In each room's logic, I have a crosspoint that is the receiving end for the TP controls. Crosspoints are embedded in these 32 room modules.
So, if I want to bust out a 32-room A/V system with ten panels, I drop 32 of my room modules in; connect them to the audio devices (which is happens to be another layer of crosspoints); drop 10 TPs worth of logic folders in (using F9 rename); assign IDs to the panel crosspoints and to the room modules; compile (in 18 seconds at my desk, 40 seconds on my notebook); fire it up!
I could have 1 panel, I could have 100 panels. Hand-held remotes link in the same way also. Room module doesn't care what's talking to it. There is still only one module per room, and one group of logic per panel/remote
There's a ton more to this that I can't go into because I should be working right now, but this is the overall gist of it. Crosspoints give your program the flexibility to grow and be modular without any pain and bloat.
Heath
toggle quoted message
Show quoted text
On Sep 18, 2012, at 10:47 AM, Jason Andersen wrote: I hope to scale down this module to as bare bones as it can be. I have it on a job with 30 interfaces so that is 870 references to that module. It would be nice if it was 1/4 of the size.
|
The QM-RMC ports are rs232 only - so you'll need a different processor or an rs485-rs232 converter.
All the best, Oliver
Oliver Hall - Managing Director Ultamation Limited 07867 546 916
* Winners of "Most Creative Interface" at the 2010 Crestron Integration Awards
|
Re: Roomview SE (how many symbol definitians with multiple processors)
The Roomview symbols would all live in the main processor, if the client would like to see the online status of the QM-RMC's, simply add a custom digital attribute and tie it to the Ethernet offline manager (device extender) of the EIC for that processor. Job done!
toggle quoted message
Show quoted text
--- In Crestron@..., "avsystemdesign" <avsystemdesign@...> wrote: If the client did want to see the QM-RMC online status, then wouldn't it make sense to have the symbols dropped in each box?
I don't want to add unnecessary symbols, but if each box did get its own symbol, can that still be added under one room in IIRC?
--- In Crestron@..., Lincoln King-Cliby <lincoln@> wrote:
I don't have a RoomView install in front of me at the moment but IIRC you can create a room and then assign the room view symbols to the room and thus they show up as "Room 102" --> "Left Projector" --> "Right Projector"
Or something along those lines.
This is necessary to keep RVSE's reporting functionality correct (e.g. all lamp hours wind up on the display_usage analog, and not some on the display_usage analog, some on analog input #63, some on analog input #67, etc., etc.), ditto for display power status and display on/off control.
You also want to be careful about what exactly you're logging to RoomView because at least in 7.2 (hopefully they fixed it in Fusion RV?) any changes get logged to the database, even if the actual value hasn't changed. And big databases cause RoomView to go stupid and crash. Things like making sure you have an ABUF or ASAMPLE between the projector module and the RV symbol so that if the module starts spitting out the same lamp hours value every 5 seconds that doesn't make it to RoomView, not logging volume levels unless you really need to, etc.
Note that all of the above is only true for RoomView SE/Fusion RV. If you're using the older versions of RoomView
Your application is somewhat unusual, but I don't think you'd necessarily need a RV symbol in all three processors unless you want to make sure all three processors stay online (which would be understandable).
As I noted in the first message, the common approach is to land all of the room specific stuff on the RV symbol for the "first" display in the room so for your case you'd only have 2 symbols. But I don't necessarily think there'd be a problem with 3.
-- Lincoln King-Cliby, CTS Sr. Systems Architect | Crestron Certified Master Programmer (Silver) ControlWorks Consulting, LLC V: 440.449.1100 x1107 | F: 440.449.1106 | I: Crestron Authorized Independent Programmer
-----Original Message----- From: Crestron@... [mailto:Crestron@...] On Behalf Of avsystemdesign Sent: Thursday, September 13, 2012 12:23 PM To: Crestron@... Subject: [Crestron] Re: Roomview SE (how many symbol definitians with multiple processors)
Lincoln,
I also heard something along those lines, and it somewhat confused me.If a room has a master processor and two displays (2 x QM-RMC), then putting a RoomView definition in all three processors would show up as three different rooms in RoomView? Not so?
Surely having one definition for one system makes way more sense?
--- In Crestron@..., Lincoln King-Cliby <lincoln@> wrote:
Although the guidance I've gotten from the RoomView SE gurus at the Mothership is:
1 Symbol for the Room and first display (that has all of the details for both the first display and the room)
1 Symbol for each additional display (that only has details, e.g. power and lamp status/control for that display)
I don't know that it really matters which processor the symbol is on, though.
-- Lincoln King-Cliby, CTS Sr. Systems Architect | Crestron Certified Master Programmer (Silver) ControlWorks Consulting, LLC V: 440.449.1100 x1107 | F: 440.449.1106 | I: Crestron Authorized Independent Programmer
-----Original Message----- From: Crestron@... [mailto:Crestron@...] On Behalf Of Neil Dorin Sent: Thursday, September 13, 2012 11:56 AM To: Crestron@... Subject: Re: [Crestron] Roomview SE (how many symbol definitians with multiple processors)
Are the QM-RMCs running their own program or are they eSlaved to the master?
If they're eSlaved then you only need the RV symbol in the master. If they're running their own programs then you either need the RV symbol in each or you have to EISC the signals to the master and use an RV symbol there.
The latter will give you better results as far as having it show up as a single room in the RV SE software.
On Thu, Sep 13, 2012 at 9:54 AM, avsystemdesign <avsystemdesign@>wrote:
**
I have a couple of systems that need to be setup on RoomView SE, and I would like to know the best practices. All the client wants is basic system monitoring.
A typical system consists of a master processor and a QM-RMC to control the display (projector). In some rooms there might be two displays, so two QM-RMCs'.
My question is, would I need to only drop in one RoomView definition in the master processor? Or do I need to put a definition in the QM-RMc's too? (projector lamp hours and error reporting). If you need to put definitions in all the processors, then how would that show up as one room in RoomView?
Thanks
[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
------------------------------------
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
|