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
Creating Epson serial module for Powerlite G5450
chuckperkinscrestron
I have created a module for our Epson G5450 projectors. Everything seems to work but I have a couple questions.
1. When the projector is "Off", I get a ERR\x0D when polling the projector, I will get the PWR=04\x0D also, that shows that it's off. When the projector is "On" I only receive the PWR=01\x0D response from the projector. I have the module set to pulse the "Proj is On" or the "Projector Is Off" based on the status returned from the polling. With this polling, my touch panel buttons are always in sync with the status of the projector On/Warmup/CoolDn/Off even if the projector in control by the IR remote. I see in the Crestron Module for the Epson G5650 (which uses the same commands) that they watch for the ERR or : (ack) but I can't figure out what they are doing when the response is received. I created my own module so that I can monitor/control just what I need - Power On/Off, Pic Mute On/Off, Lamp Hours, Select HDMI Input Does the ERR\x0D response cause issues after polling for long periods of time? 2. I have noticed that after the projector has been Off over night, that it doesn't respond to the Power On command from the button press. After the first time the power on press makes the projector turn on almost immediately. I don't see any shut down/sleep timers that are set in the projector. Thanks for any info you maybe able to share. Chuck |
Re: VoicePod Module / Crestron Integration Opportunity
chronic.coder
[Moderator's Note: Yahoo Group mangles email addresses (presumably to help protect people from spam), so if you want your email address exposed for everyone to see, do something to trick Yahoo like myemail AT domain.com]
toggle quoted message
Show quoted text
Can you provide an actual email address to contact you on please. --- In Crestron@..., "en480b" <en480b@...> wrote:
|
Re: OT: Introducing HDMI to component distribution (PVID/BIPAD) creates ground loop
I would check the same thing. You can pick up a cheap coax ground loop isolator from the shack or get something like the Jensen at the bottom of this page.
The Jensen works well, but if the cable company ever comes to troubleshoot an issue, they often remove them and throw them away. I usually try a cheapo first and if that causes an issue, then I go with the Jensen. -Kevin On May 2, 2013, at 6:12, 鲹ë Thiffault <raphaelthiffault@...> wrote: If you disconnect the cable from the cable did tou continue to see the loop? [Non-text portions of this message have been removed] |
Re: OT: Introducing HDMI to component distribution (PVID/BIPAD) creates ground loop
If you disconnect the cable from the cable did tou continue to see the loop?
{Paf} Le 1 mai 2013 16:48, "weddellkw" <weddellkw@...> a crit : ** [Non-text portions of this message have been removed] |
Re: Analog Comparison for signed integer?
Chip
You could also use an ATOD symbol. Negative numbers are the only ones that have the highest bit set.
toggle quoted message
Show quoted text
- Chip --- In Crestron@..., "floyd1212" <floyd1212@...> wrote:
|
Re: Analog Comparison for signed integer?
Although, take a look at the help file, I dont remember if the acomp has a signed/unsigned parameter.
toggle quoted message
Show quoted text
--- In Crestron@..., "floyd1212" <floyd1212@...> wrote:
|
Re: Analog Comparison for signed integer?
There you go
toggle quoted message
Show quoted text
--- In Crestron@..., "floyd1212" <floyd1212@...> wrote:
|
Re: Analog Comparison for signed integer?
my values are generated with an INIT, and can range from -2d to 32d.
toggle quoted message
Show quoted text
I just gave it some more thought, and I'm thinking I can compare my value to 32,768, instead of zero, and when my value is > 32,768 it is "negative", and when it is <= 32,768 it is either "positive" or 0d. Right? --- In Crestron@..., "matt_rasmussen_2000" <mjrtoo@...> wrote:
|
Re: Analog Comparison for signed integer?
Where are you getting the values from, self generated or from a device/feedback? And what is the range of values you're comparing?
toggle quoted message
Show quoted text
--- In Crestron@..., "floyd1212" <floyd1212@...> wrote:
|
Analog Comparison for signed integer?
I was trying to use everyone's favorite symbol, Analog Comparison (Full Set), to tell me when an analog signal was either positive, negative, or zero, but then I realized it is treating analogs as unsigned values. Needless to say, I was never getting an indication that the value was negative.
Is there a combination of symbols I could use instead for getting the results I'm looking for? I actually only need to know when the value is >= 0, or < 0. TIA |
Re: Slider Crosspoint Issue
Or you can use an abuf driven by the digital press join of the slider.
toggle quoted message
Show quoted text
--- In Crestron@..., Nick Mitchell <nick@...> wrote:
|
OT: suggestions for budget multi-zone music/intercom system
Joseph Vossen
I have a client who would like us to install a simple multi-zone music/intercom system in a guest house. He is looking for:
2-4 sources, where one of the sources is an iPod 4-6 zones includes an intercom, some stations are outdoors no phone system for intercom use does not need to be connected to a control system sound quality not high on the list of importance, this will be used for "background" music In the past, we have used Russound components for these type of systems, but it's been a few years since we have had to install something like this. Does anyone have a pointer to a system that would work here? anything to avoid? thanks |
Re: Samsung UE55ES7000 - EX-Link
Chip
A cable with different connectors on either end cannot be considered "straight through". :)
toggle quoted message
Show quoted text
- Chip --- In Crestron@..., "LENREX" <lenrex@...> wrote:
|
Re: Crestron Studio won't install correctly
I've got the same error if creating a new project and save in the default location called "projects" folder where is in server.
toggle quoted message
Show quoted text
No problem if I change it to "Public Projects" where is in C drive. --- In Crestron@..., "soliver789" <soliver789@...> wrote:
|
Re: Polycom HDX 8000 (2 x Camera Control)
cody_the_coder88
It's very easy to setup, and I've done it dozens of times. If you need to see a live example of the code let me know and i'll get you something.
toggle quoted message
Show quoted text
Regards, Cody --- In Crestron@..., "avsystemdesign" <avsystemdesign@...> wrote:
|
Re: Slider Crosspoint Issue
I just fixed this issue today. Here is what I did.
toggle quoted message
Show quoted text
Analog equate driven off econnect room id that triggers an abuf for each room that sets tp's analog fb to vol out of that room. I have 3 sets of xpoints TP -> Room -> Device Hope that helps Nick Sent from my eMail. On May 1, 2013, at 7:17 PM, Jason Andersen <jandersen@...> wrote:
I attempted this several times and I still can't come up with a viable solution. I am going to do my best to explain this and if anyone wants to help it would be appreciated. I want to use a slider for volume and I use crosspoints for the interfaces and room modules, like I'm suppose too. When I use the slider on interface A it sends the volume to the room A module correctly but that slider value is held in memory. When I change to room B, interface A still holds the slider value and changes the volume of Room B to whatever the slider was left at. My brain hurts. [Non-text portions of this message have been removed] |
Slider Crosspoint Issue
Jason Andersen
I attempted this several times and I still can't come up with a viable solution. I am going to do my best to explain this and if anyone wants to help it would be appreciated.
I want to use a slider for volume and I use crosspoints for the interfaces and room modules, like I'm suppose too. When I use the slider on interface A it sends the volume to the room A module correctly but that slider value is held in memory. When I change to room B, interface A still holds the slider value and changes the volume of Room B to whatever the slider was left at. My brain hurts. |
On screen Project Upload error message
Hi
After eventually seeing green ticks next to all my equipment Including idoc :) i decided to try and upload And then...... An error occurred while synchronising Details... Type mismatch What does this mean? Touch screen project uploaded if I un ticked the verified box of aads file? I then get a message saying unable to save due to type mismatch followed by run time error. So close yet so far can anyone help? Thanks |
Re: Grace Internet Tuner
I'm not sure why everyone is having such trouble with Grace. When I asked, I got a message with attachments including the IR protocol and IP control info. Sure - it's UPnP, but they shared it freely. There was no withholding of documentation.
toggle quoted message
Show quoted text
I'm happy to share the message and documentation with anyone who contacts me off-list. - Dave --- In Crestron@..., Seth Olle <seth@...> wrote:
|
Re: Polycom HDX 8000 (2 x Camera Control)
Got ya, thanks!
toggle quoted message
Show quoted text
--- In Crestron@..., Seth Olle <seth@...> wrote:
|
to navigate to use esc to dismiss