Re: Roomview Enabled Display Stupidity
Yeah, they just use the DB15 connector instead.... :)
toggle quoted message
Show quoted text
--- In Crestron@..., Jeremy Weatherford <jweather@...> wrote: My favorite is the Vivitek projectors that will select any input via the "RoomView Display" control module except for VGA. Nobody uses that anymore anyway...
On Thu, Mar 21, 2013 at 3:25 PM, codinsorian <codinsorian@...> wrote:
I particularly enjoy the Epson projectors we purchased that is Roomview compliant that does not work with....Roomview Enterprise.
Throughly enjoyed that one.
- Dan
--- In Crestron@..., Eric Walters <sentry07@> wrote:
Whyyyyyyyyyyyyyyyyyyyyyy why why why why would a manufacturer put Roomview
stuff in their projectors and then turn off the web/roomview interface when
you turn off the projector? Unless I'm being extremely stupid here, and not
seeing the option to disable this, I don't get it. Turn the projector on with the remote and the roomview stuff works, turn the projector off with roomview and now none of the roomview stuff works and the projector won't turn on.
WHY?! Tell me I'm not alone on this one, please.
[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
-- Jeremy Weatherford
|
Re: Roomview Enabled Display Stupidity
My favorite is the Vivitek projectors that will select any input via the "RoomView Display" control module except for VGA. Nobody uses that anymore anyway...
toggle quoted message
Show quoted text
On Thu, Mar 21, 2013 at 3:25 PM, codinsorian <codinsorian@...> wrote: I particularly enjoy the Epson projectors we purchased that is Roomview compliant that does not work with....Roomview Enterprise.
Throughly enjoyed that one.
- Dan
--- In Crestron@..., Eric Walters <sentry07@...> wrote:
Whyyyyyyyyyyyyyyyyyyyyyy why why why why would a manufacturer put Roomview
stuff in their projectors and then turn off the web/roomview interface when
you turn off the projector? Unless I'm being extremely stupid here, and not
seeing the option to disable this, I don't get it. Turn the projector on with the remote and the roomview stuff works, turn the projector off with roomview and now none of the roomview stuff works and the projector won't turn on.
WHY?! Tell me I'm not alone on this one, please.
------------------------------------
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
-- Jeremy Weatherford
|
symetrix jupiter 8 series
hi
does any one have a moduel to control a jupitor syries audio switcher from symetrics. will be willing to pay if need be
thanks
|
Re: Roomview Enabled Display Stupidity
There is a setting for Epson projectors to leave comm's enabled when the projector is off. Menu > Extended > Standby Mode > Communications On
toggle quoted message
Show quoted text
--- In Crestron@..., "codinsorian" <codinsorian@...> wrote: I particularly enjoy the Epson projectors we purchased that is Roomview compliant that does not work with....Roomview Enterprise.
Throughly enjoyed that one.
- Dan
--- In Crestron@..., Eric Walters <sentry07@> wrote:
Whyyyyyyyyyyyyyyyyyyyyyy why why why why would a manufacturer put Roomview stuff in their projectors and then turn off the web/roomview interface when you turn off the projector? Unless I'm being extremely stupid here, and not seeing the option to disable this, I don't get it. Turn the projector on with the remote and the roomview stuff works, turn the projector off with roomview and now none of the roomview stuff works and the projector won't turn on.
WHY?! Tell me I'm not alone on this one, please.
[Non-text portions of this message have been removed]
|
Re: Touchpanel control from
You could just do a init->equ, with a signal for each of the 9 locations, and each output enables a buffer that links your left/right/up/down/select with the appropriate 'next' action.
So loc(1): left -> goto(3) right -> goto(2) up -> goto(7) down -> goto(4) select -> trigger(1)
and so on. Its not clever or easily expandable, but is simple and fairly fast to implement at this size, and easy enough to throw into a module to reuse.
toggle quoted message
Show quoted text
--- In Crestron@..., "jrw_96" <jrw_96@...> wrote: This would be a good way to do and make a hella TT to take care of the logic behind it.
JRW
--- In Crestron@..., Davis Whitehurst <whitehurstd@> wrote:
How about an analog inc for left/right that increments by 1 and analog inc for up/down that increments by 3. Run them into a sum. Add conditional logic for a wrap around effect. Obviously there would be a lot of buffers, ors and nors, but I think it could be done.
If value = 1. Left sets it 9 for full wrap, or 3 if you just want to horizontal wrap Right goes to increment Down goes to increment Up sets it 9 for full wrap, or 7 if you just want to vertical wrap If value = 2. Left goes to inrement Right goes to increment Down goes to increment Up sets it 9 for full wrap, or 8 if you just want to vertical wrap
ETC...
Davis
________________________________
CONFIDENTIALITY NOTICE: This e-mail transmission, and any documents, files or previous e-mail messages attached to it, may contain confidential information that is legally privileged. If you are not the intended recipient, or a person responsible for delivering it to the intended recipient, you are hereby notified that any disclosure, copying, distribution or use of any of the information contained in or attached to this message is STRICTLY PROHIBITED. If you have received this transmission in error, please immediately destroy the original transmission and its attachments without reading them or saving them to disk. Thank you.
[Non-text portions of this message have been removed]
|
Re: Touchpanel control from
That sounds great! A little beyond my Simpl abilities at the moment but I'm going to start trawling through the Help files straight away!
Cheers
toggle quoted message
Show quoted text
--- In Crestron@..., Davis Whitehurst <whitehurstd@...> wrote: How about an analog inc for left/right that increments by 1 and analog inc for up/down that increments by 3. Run them into a sum. Add conditional logic for a wrap around effect. Obviously there would be a lot of buffers, ors and nors, but I think it could be done.
If value = 1. Left sets it 9 for full wrap, or 3 if you just want to horizontal wrap Right goes to increment Down goes to increment Up sets it 9 for full wrap, or 7 if you just want to vertical wrap If value = 2. Left goes to inrement Right goes to increment Down goes to increment Up sets it 9 for full wrap, or 8 if you just want to vertical wrap
ETC...
Davis
________________________________
CONFIDENTIALITY NOTICE: This e-mail transmission, and any documents, files or previous e-mail messages attached to it, may contain confidential information that is legally privileged. If you are not the intended recipient, or a person responsible for delivering it to the intended recipient, you are hereby notified that any disclosure, copying, distribution or use of any of the information contained in or attached to this message is STRICTLY PROHIBITED. If you have received this transmission in error, please immediately destroy the original transmission and its attachments without reading them or saving them to disk. Thank you.
[Non-text portions of this message have been removed]
|
Re: Touchpanel control from
This would be a good way to do and make a hella TT to take care of the logic behind it.
JRW
toggle quoted message
Show quoted text
--- In Crestron@..., Davis Whitehurst <whitehurstd@...> wrote: How about an analog inc for left/right that increments by 1 and analog inc for up/down that increments by 3. Run them into a sum. Add conditional logic for a wrap around effect. Obviously there would be a lot of buffers, ors and nors, but I think it could be done.
If value = 1. Left sets it 9 for full wrap, or 3 if you just want to horizontal wrap Right goes to increment Down goes to increment Up sets it 9 for full wrap, or 7 if you just want to vertical wrap If value = 2. Left goes to inrement Right goes to increment Down goes to increment Up sets it 9 for full wrap, or 8 if you just want to vertical wrap
ETC...
Davis
________________________________
CONFIDENTIALITY NOTICE: This e-mail transmission, and any documents, files or previous e-mail messages attached to it, may contain confidential information that is legally privileged. If you are not the intended recipient, or a person responsible for delivering it to the intended recipient, you are hereby notified that any disclosure, copying, distribution or use of any of the information contained in or attached to this message is STRICTLY PROHIBITED. If you have received this transmission in error, please immediately destroy the original transmission and its attachments without reading them or saving them to disk. Thank you.
|
your first ip table is 127.0.0.1 is it a type mismatch ?
have you set the same ip-id on the dmps and the tp ?
{Paf}
2013/3/21 wes <wesam_helmy@...>
toggle quoted message
Show quoted text
**
i have DMPS100 & TPMC12v screen the screen disconnected i don't know the reason
DMPS IP: 192.168.1.62. IP TABLE: 172.0.0.1 TP IP: 192.168.1.93. IP TABLE: 192.168.1.62
is this correct configuration?
|
Re: Touchpanel control from
How about an analog inc for left/right that increments by 1 and analog inc for up/down that increments by 3. Run them into a sum. Add conditional logic for a wrap around effect. Obviously there would be a lot of buffers, ors and nors, but I think it could be done.
If value = 1. Left sets it 9 for full wrap, or 3 if you just want to horizontal wrap Right goes to increment Down goes to increment Up sets it 9 for full wrap, or 7 if you just want to vertical wrap If value = 2. Left goes to inrement Right goes to increment Down goes to increment Up sets it 9 for full wrap, or 8 if you just want to vertical wrap
ETC...
Davis
________________________________
CONFIDENTIALITY NOTICE: This e-mail transmission, and any documents, files or previous e-mail messages attached to it, may contain confidential information that is legally privileged. If you are not the intended recipient, or a person responsible for delivering it to the intended recipient, you are hereby notified that any disclosure, copying, distribution or use of any of the information contained in or attached to this message is STRICTLY PROHIBITED. If you have received this transmission in error, please immediately destroy the original transmission and its attachments without reading them or saving them to disk. Thank you.
|
i have DMPS100 & TPMC12v screen the screen disconnected i don't know the reason
DMPS IP: 192.168.1.62. IP TABLE: 172.0.0.1 TP IP: 192.168.1.93. IP TABLE: 192.168.1.62
is this correct configuration?
|
I used batteryrefill.com for a TPMC10 and it didn't work from the moment I plugged the new battery in (constant reboot loop). Even if I take the battery out and run it only from mains, the same thing happens. It worked perfectly before I sent the battery away. I am not blaming the battery but it's certainly a coincidence.
toggle quoted message
Show quoted text
On 21 Mar 2013, at 12:10, mm24all <martinp@...> wrote: +1 on batteryrefill.com
--- In Crestron@..., "robbie_ray" <rlray@...> wrote:
I never could find a replacement but I was able to have new cells put into it.
We used these guys:
--- In Crestron@..., PatM Gmail <pat.molettieri@> wrote:
If you have a Batteries Plus around you they can make 1 for you.
Pat M
From: cheinemann605 <cheinemann@> Reply-To: <Crestron@...> Date: Wednesday, March 20, 2013 5:03 PM To: <Crestron@...> Subject: [Crestron] TPMC-10 battery
does anybody know where I can get a replacement battery for a TPMC-10?
|
Re: Touchpanel control from
Tried that also but the results were erratic - going from 1 to 3 with 'right' was fine, but then 'down' jumped to 4, whereas the desired result would be to go to 6..
Cheers
toggle quoted message
Show quoted text
--- In Crestron@..., "robbie_ray" <rlray@...> wrote: How about 2 ring counters to give you x, y coordinates and then an and statement for each button?
--- In Crestron@..., "rlf79cm" <rlf79cm@> wrote:
Thanks for the reply. I tried that and could get the buttons from scroll through the icons in order, but they are displayed as follows:
1 2 3
4 5 6
7 8 9
..and I'm unsure how to have the navigation buttons jump from: 1 to 4 with down, 8 to 5 with up, etc. I assume the ring counter would only allow me to scroll 1 to 2 to 3 to 4 in order/in reverse ?
Cheers
--- In Crestron@..., "jrw_96" <jrw_96@> wrote:
Off the top of my head you could use a ring counter to cycle through the icons and use the analog mode joins to show which icon is selected. The rest would be pretty easy logic wise.
JRW
--- In Crestron@..., "rlf79cm" <rlf79cm@> wrote:
I have a touchpanel menu with 9 icons - 3 rows of 3. I'd like to use the up/down/left/right buttons on the panel to scroll/navigate through the icons, with 'ok' selecting the desired item.
Obviously I can use up/down to control things like volume/channels etc, but I'm unsure how to use them to scroll through items/icons on the actual touchpanel - any ideas?
(Hope that makes sense)
Thank you!
|
Re: Touchpanel control from
You could treat it like a 2D table. Use AINC symbols with min/max parameters set to the size of your item grid. One for Up/Down and one for Left/Right. Then use EQU symbols and ANDs to get digital FB of which one is currently selected. You could easily wrap this in a module with parameters for the number of horizontal and vertical icons. -Neil Dorin On 2013-03-21, at 3:16 PM, "jrw_96" <jrw_96@...> wrote: Off the top of my head you could use a ring counter to cycle through the icons and use the analog mode joins to show which icon is selected. The rest would be pretty easy logic wise.
JRW
--- In Crestron@..., "rlf79cm" <rlf79cm@...> wrote:
I have a touchpanel menu with 9 icons - 3 rows of 3. I'd like to use the up/down/left/right buttons on the panel to scroll/navigate through the icons, with 'ok' selecting the desired item.
Obviously I can use up/down to control things like volume/channels etc, but I'm unsure how to use them to scroll through items/icons on the actual touchpanel - any ideas?
(Hope that makes sense)
Thank you!
[Non-text portions of this message have been removed]
|
Re: Touchpanel control from
How about 2 ring counters to give you x, y coordinates and then an and statement for each button?
toggle quoted message
Show quoted text
--- In Crestron@..., "rlf79cm" <rlf79cm@...> wrote: Thanks for the reply. I tried that and could get the buttons from scroll through the icons in order, but they are displayed as follows:
1 2 3
4 5 6
7 8 9
..and I'm unsure how to have the navigation buttons jump from: 1 to 4 with down, 8 to 5 with up, etc. I assume the ring counter would only allow me to scroll 1 to 2 to 3 to 4 in order/in reverse ?
Cheers
--- In Crestron@..., "jrw_96" <jrw_96@> wrote:
Off the top of my head you could use a ring counter to cycle through the icons and use the analog mode joins to show which icon is selected. The rest would be pretty easy logic wise.
JRW
--- In Crestron@..., "rlf79cm" <rlf79cm@> wrote:
I have a touchpanel menu with 9 icons - 3 rows of 3. I'd like to use the up/down/left/right buttons on the panel to scroll/navigate through the icons, with 'ok' selecting the desired item.
Obviously I can use up/down to control things like volume/channels etc, but I'm unsure how to use them to scroll through items/icons on the actual touchpanel - any ideas?
(Hope that makes sense)
Thank you!
|
Re: Roomview Enabled Display Stupidity
I particularly enjoy the Epson projectors we purchased that is Roomview compliant that does not work with....Roomview Enterprise.
Throughly enjoyed that one.
- Dan
toggle quoted message
Show quoted text
--- In Crestron@..., Eric Walters <sentry07@...> wrote: Whyyyyyyyyyyyyyyyyyyyyyy why why why why would a manufacturer put Roomview stuff in their projectors and then turn off the web/roomview interface when you turn off the projector? Unless I'm being extremely stupid here, and not seeing the option to disable this, I don't get it. Turn the projector on with the remote and the roomview stuff works, turn the projector off with roomview and now none of the roomview stuff works and the projector won't turn on.
WHY?! Tell me I'm not alone on this one, please.
|
Re: Touchpanel control from
Thanks for the reply. I tried that and could get the buttons from scroll through the icons in order, but they are displayed as follows:
1 2 3
4 5 6
7 8 9
..and I'm unsure how to have the navigation buttons jump from: 1 to 4 with down, 8 to 5 with up, etc. I assume the ring counter would only allow me to scroll 1 to 2 to 3 to 4 in order/in reverse ?
Cheers
toggle quoted message
Show quoted text
--- In Crestron@..., "jrw_96" <jrw_96@...> wrote: Off the top of my head you could use a ring counter to cycle through the icons and use the analog mode joins to show which icon is selected. The rest would be pretty easy logic wise.
JRW
--- In Crestron@..., "rlf79cm" <rlf79cm@> wrote:
I have a touchpanel menu with 9 icons - 3 rows of 3. I'd like to use the up/down/left/right buttons on the panel to scroll/navigate through the icons, with 'ok' selecting the desired item.
Obviously I can use up/down to control things like volume/channels etc, but I'm unsure how to use them to scroll through items/icons on the actual touchpanel - any ideas?
(Hope that makes sense)
Thank you!
|
Re: Touchpanel control from
Off the top of my head you could use a ring counter to cycle through the icons and use the analog mode joins to show which icon is selected. The rest would be pretty easy logic wise.
JRW
toggle quoted message
Show quoted text
--- In Crestron@..., "rlf79cm" <rlf79cm@...> wrote: I have a touchpanel menu with 9 icons - 3 rows of 3. I'd like to use the up/down/left/right buttons on the panel to scroll/navigate through the icons, with 'ok' selecting the desired item.
Obviously I can use up/down to control things like volume/channels etc, but I'm unsure how to use them to scroll through items/icons on the actual touchpanel - any ideas?
(Hope that makes sense)
Thank you!
|
Re: Roomview Enabled Display Stupidity
Energy Star compliance... -Neil Dorin On 2013-03-21, at 3:00 PM, Eric Walters <sentry07@...> wrote: Whyyyyyyyyyyyyyyyyyyyyyy why why why why would a manufacturer put Roomview stuff in their projectors and then turn off the web/roomview interface when you turn off the projector? Unless I'm being extremely stupid here, and not seeing the option to disable this, I don't get it. Turn the projector on with the remote and the roomview stuff works, turn the projector off with roomview and now none of the roomview stuff works and the projector won't turn on.
WHY?! Tell me I'm not alone on this one, please.
[Non-text portions of this message have been removed]
[Non-text portions of this message have been removed]
|
Roomview Enabled Display Stupidity
Whyyyyyyyyyyyyyyyyyyyyyy why why why why would a manufacturer put Roomview stuff in their projectors and then turn off the web/roomview interface when you turn off the projector? Unless I'm being extremely stupid here, and not seeing the option to disable this, I don't get it. Turn the projector on with the remote and the roomview stuff works, turn the projector off with roomview and now none of the roomview stuff works and the projector won't turn on.
WHY?! Tell me I'm not alone on this one, please.
|
Re: Touchpanel control from
Oops - finger slipped before finishing the Subject on that one (apologies)
toggle quoted message
Show quoted text
--- In Crestron@..., "rlf79cm" <rlf79cm@...> wrote: I have a touchpanel menu with 9 icons - 3 rows of 3. I'd like to use the up/down/left/right buttons on the panel to scroll/navigate through the icons, with 'ok' selecting the desired item.
Obviously I can use up/down to control things like volume/channels etc, but I'm unsure how to use them to scroll through items/icons on the actual touchpanel - any ideas?
(Hope that makes sense)
Thank you!
|